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-04-25T03:23:40.145Z||main|||||INFO|500||The following profiles are active: basic
2022-04-25T03:23:53.590Z||main|||||INFO|500||Starting service [Tomcat]
2022-04-25T03:23:53.590Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-04-25T03:23:53.726Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-04-25T03:23:58.814Z||main|||||INFO|500||catdb-pool - Starting...
2022-04-25T03:23:59.327Z||main|||||INFO|500||catdb-pool - Start completed.
2022-04-25T03:23:59.911Z||main|||||INFO|500||reqdb-pool - Starting...
2022-04-25T03:23:59.933Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-04-25T03:24:00.074Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-04-25T03:24:00.333Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-04-25T03:24:01.084Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-04-25T03:24:02.996Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-04-25T03:24:06.068Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-04-25T03:24:06.139Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-04-25T03:24:06.772Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-04-25T03:24:06.920Z||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-04-25T03:24:08.506Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-04-25T03:24:09.963Z||main|||||DEBUG|500||SDC ActivitySpec endpoint:  http://sdc-wfd-be:8080
2022-04-25T03:24:09.989Z||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$$2538ded1.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-04-25T03:24:09.991Z||main|||||WARN|500||The sdc end point is not alive
2022-04-25T03:24:13.569Z||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-04-25T03:24:17.854Z||main|||||WARN|500||---
2022-04-25T03:24:17.855Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-04-25T03:24:17.856Z||main|||||WARN|500||---
2022-04-25T03:24:18.531Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-04-25T03:24:25.165Z||main|||||INFO|500||Started Application in 48.659 seconds (JVM running for 51.437)
2022-04-25T03:24:25.186Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-04-25T03:24:25.192Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-04-25T03:24:25.213Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-04-25T03:24:25.256Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-04-25T03:24:25.334Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 8b0be189-53a1-474d-a6cf-a26b2f53cb04 url= /sdc/v1/artifactTypes
2022-04-25T03:24:25.335Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-04-25T03:24:25.659Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-04-25T03:24:25.699Z||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-04-25T03:24:25.728Z||scheduling-1|||||DEBUG|500||create keys
2022-04-25T03:24:25.743Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-04-25T03:24:26.022Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T03:24:26.045Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 28e47386-477f-4ed3-8d00-f5e4d958d079 url= /sdc/v1/registerForDistribution
2022-04-25T03:24:26.839Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 28e47386-477f-4ed3-8d00-f5e4d958d079 url= /sdc/v1/registerForDistribution
2022-04-25T03:24:26.840Z||scheduling-1|||||INFO|500||start DistributionClient
2022-04-25T03:24:26.854Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T03:24:26.855Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T03:24:26.866Z||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-04-25T03:24:26.866Z||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-04-25T03:24:26.866Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-04-25T03:24:26.867Z||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 p0pYBRqFNxTvYN2F) ...
2022-04-25T03:24:26.867Z||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 p0pYBRqFNxTvYN2F) ...
2022-04-25T03:24:37.917Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T03:24:38.002Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T03:25:26.850Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T03:25:26.853Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T03:25:26.853Z||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-04-25T03:25:26.854Z||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 p0pYBRqFNxTvYN2F) ...
2022-04-25T03:25:26.854Z||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-04-25T03:25:26.855Z||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 p0pYBRqFNxTvYN2F) ...
2022-04-25T03:25:36.743Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T03:25:36.743Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T03:26:26.849Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T03:26:26.850Z||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-04-25T03:26:26.850Z||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 p0pYBRqFNxTvYN2F) ...
2022-04-25T03:26:26.853Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T03:26:26.854Z||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-04-25T03:26:26.854Z||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 p0pYBRqFNxTvYN2F) ...
2022-04-25T03:26:36.648Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T03:26:36.651Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T03:27:26.849Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T03:27:26.851Z||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-04-25T03:27:26.851Z||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 p0pYBRqFNxTvYN2F) ...
2022-04-25T03:27:26.853Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T03:27:26.854Z||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-04-25T03:27:26.854Z||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 p0pYBRqFNxTvYN2F) ...
2022-04-25T03:27:36.590Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T03:27:36.682Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T03:28:26.849Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T03:28:26.851Z||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-04-25T03:28:26.851Z||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 p0pYBRqFNxTvYN2F) ...
2022-04-25T03:28:26.853Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T03:28:26.855Z||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-04-25T03:28:26.855Z||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 p0pYBRqFNxTvYN2F) ...
2022-04-25T03:28:36.597Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T03:28:36.823Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T03:29:26.849Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T03:29:26.850Z||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-04-25T03:29:26.850Z||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 p0pYBRqFNxTvYN2F) ...
2022-04-25T03:29:26.853Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T03:29:26.854Z||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-04-25T03:29:26.854Z||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 p0pYBRqFNxTvYN2F) ...
2022-04-25T03:29:36.773Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T03:29:36.804Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T03:30:26.850Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T03:30:26.853Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T03:30:26.853Z||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-04-25T03:30:26.853Z||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 p0pYBRqFNxTvYN2F) ...
2022-04-25T03:30:26.854Z||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-04-25T03:30:26.854Z||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 p0pYBRqFNxTvYN2F) ...
2022-04-25T03:30:36.467Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T03:30:36.478Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T03:31:26.849Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T03:31:26.851Z||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-04-25T03:31:26.851Z||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 p0pYBRqFNxTvYN2F) ...
2022-04-25T03:31:26.853Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T03:31:26.853Z||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-04-25T03:31:26.854Z||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 p0pYBRqFNxTvYN2F) ...
2022-04-25T03:31:36.448Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T03:31:36.499Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T03:32:26.849Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T03:32:26.853Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T03:32:26.854Z||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-04-25T03:32:26.854Z||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 p0pYBRqFNxTvYN2F) ...
2022-04-25T03:32:26.854Z||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-04-25T03:32:26.854Z||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 p0pYBRqFNxTvYN2F) ...
2022-04-25T03:32:36.494Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T03:32:36.507Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T03:33:26.849Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T03:33:26.850Z||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-04-25T03:33:26.850Z||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 p0pYBRqFNxTvYN2F) ...
2022-04-25T03:33:26.853Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T03:33:26.854Z||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-04-25T03:33:26.854Z||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 p0pYBRqFNxTvYN2F) ...
2022-04-25T03:33:36.528Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T03:33:36.533Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T03:34:16.528Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-04-25T03:34:26.849Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T03:34:26.850Z||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-04-25T03:34:26.851Z||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 p0pYBRqFNxTvYN2F) ...
2022-04-25T03:34:26.853Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T03:34:26.853Z||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-04-25T03:34:26.854Z||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 p0pYBRqFNxTvYN2F) ...
2022-04-25T03:34:36.435Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T03:34:36.439Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T03:35:26.849Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T03:35:26.851Z||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-04-25T03:35:26.851Z||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 p0pYBRqFNxTvYN2F) ...
2022-04-25T03:35:26.853Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T03:35:26.854Z||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-04-25T03:35:26.854Z||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 p0pYBRqFNxTvYN2F) ...
2022-04-25T03:35:36.449Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T03:35:36.473Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T03:36:26.850Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T03:36:26.852Z||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-04-25T03:36:26.853Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T03:36:26.853Z||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 p0pYBRqFNxTvYN2F) ...
2022-04-25T03:36:26.853Z||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-04-25T03:36:26.854Z||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 p0pYBRqFNxTvYN2F) ...
2022-04-25T03:36:36.462Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T03:36:36.501Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T03:37:26.849Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T03:37:26.850Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-25T03:37:26.851Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as p0pYBRqFNxTvYN2F) ...
2022-04-25T03:37:26.855Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T03:37:26.856Z||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-04-25T03:37:26.857Z||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 p0pYBRqFNxTvYN2F) ...
2022-04-25T03:37:36.434Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T03:37:36.435Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T03:38:26.849Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T03:38:26.850Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-25T03:38:26.851Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as p0pYBRqFNxTvYN2F) ...
2022-04-25T03:38:26.853Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T03:38:26.853Z||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-04-25T03:38:26.853Z||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 p0pYBRqFNxTvYN2F) ...
2022-04-25T03:38:36.432Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T03:38:36.433Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T03:39:26.849Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T03:39:26.850Z||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-04-25T03:39:26.851Z||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 p0pYBRqFNxTvYN2F) ...
2022-04-25T03:39:26.853Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T03:39:26.854Z||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-04-25T03:39:26.855Z||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 p0pYBRqFNxTvYN2F) ...
2022-04-25T03:39:36.415Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T03:39:36.443Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T03:40:26.849Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T03:40:26.850Z||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-04-25T03:40:26.851Z||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 p0pYBRqFNxTvYN2F) ...
2022-04-25T03:40:26.853Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T03:40:26.854Z||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-04-25T03:40:26.854Z||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 p0pYBRqFNxTvYN2F) ...
2022-04-25T03:40:36.446Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T03:40:36.446Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T03:41:26.849Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T03:41:26.851Z||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-04-25T03:41:26.851Z||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 p0pYBRqFNxTvYN2F) ...
2022-04-25T03:41:26.853Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T03:41:26.854Z||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-04-25T03:41:26.854Z||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 p0pYBRqFNxTvYN2F) ...
2022-04-25T03:41:36.487Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T03:41:36.496Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T03:42:26.849Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T03:42:26.851Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-25T03:42:26.851Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as p0pYBRqFNxTvYN2F) ...
2022-04-25T03:42:26.854Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T03:42:26.855Z||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-04-25T03:42:26.855Z||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 p0pYBRqFNxTvYN2F) ...
2022-04-25T03:42:36.584Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T03:42:36.585Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T03:43:26.849Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T03:43:26.850Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-25T03:43:26.850Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as p0pYBRqFNxTvYN2F) ...
2022-04-25T03:43:26.853Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T03:43:26.854Z||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-04-25T03:43:26.854Z||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 p0pYBRqFNxTvYN2F) ...
2022-04-25T03:43:36.448Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T03:43:36.448Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T03:44:26.849Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T03:44:26.850Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-25T03:44:26.850Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as p0pYBRqFNxTvYN2F) ...
2022-04-25T03:44:26.853Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T03:44:26.854Z||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-04-25T03:44:26.854Z||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 p0pYBRqFNxTvYN2F) ...
2022-04-25T03:44:36.413Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T03:44:36.427Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T03:45:26.849Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T03:45:26.850Z||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-04-25T03:45:26.850Z||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 p0pYBRqFNxTvYN2F) ...
2022-04-25T03:45:26.853Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T03:45:26.853Z||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-04-25T03:45:26.854Z||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 p0pYBRqFNxTvYN2F) ...
2022-04-25T03:45:36.458Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T03:45:36.460Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T03:46:26.849Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T03:46:26.851Z||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-04-25T03:46:26.851Z||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 p0pYBRqFNxTvYN2F) ...
2022-04-25T03:46:26.853Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T03:46:26.853Z||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-04-25T03:46:26.853Z||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 p0pYBRqFNxTvYN2F) ...
2022-04-25T03:46:36.465Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T03:46:36.466Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T03:47:26.850Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T03:47:26.852Z||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-04-25T03:47:26.852Z||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 p0pYBRqFNxTvYN2F) ...
2022-04-25T03:47:26.853Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T03:47:26.854Z||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-04-25T03:47:26.855Z||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 p0pYBRqFNxTvYN2F) ...
2022-04-25T03:47:36.444Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T03:47:36.447Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T03:48:26.849Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T03:48:26.853Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T03:48:26.853Z||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-04-25T03:48:26.853Z||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 p0pYBRqFNxTvYN2F) ...
2022-04-25T03:48:26.854Z||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-04-25T03:48:26.854Z||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 p0pYBRqFNxTvYN2F) ...
2022-04-25T03:48:36.443Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T03:48:36.445Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T03:49:26.849Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T03:49:26.850Z||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-04-25T03:49:26.850Z||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 p0pYBRqFNxTvYN2F) ...
2022-04-25T03:49:26.853Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T03:49:26.854Z||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-04-25T03:49:26.854Z||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 p0pYBRqFNxTvYN2F) ...
2022-04-25T03:49:36.486Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T03:49:36.505Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T03:50:26.849Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T03:50:26.851Z||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-04-25T03:50:26.851Z||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 p0pYBRqFNxTvYN2F) ...
2022-04-25T03:50:26.853Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T03:50:26.854Z||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-04-25T03:50:26.854Z||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 p0pYBRqFNxTvYN2F) ...
2022-04-25T03:50:36.450Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T03:50:36.452Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T03:51:26.849Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T03:51:26.850Z||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-04-25T03:51:26.851Z||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 p0pYBRqFNxTvYN2F) ...
2022-04-25T03:51:26.853Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T03:51:26.853Z||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-04-25T03:51:26.853Z||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 p0pYBRqFNxTvYN2F) ...
2022-04-25T03:51:36.448Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T03:51:36.486Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T03:52:26.850Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T03:52:26.853Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T03:52:26.853Z||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-04-25T03:52:26.853Z||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 p0pYBRqFNxTvYN2F) ...
2022-04-25T03:52:26.854Z||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-04-25T03:52:26.854Z||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 p0pYBRqFNxTvYN2F) ...
2022-04-25T03:52:36.462Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T03:52:36.480Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T03:53:26.849Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T03:53:26.850Z||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-04-25T03:53:26.850Z||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 p0pYBRqFNxTvYN2F) ...
2022-04-25T03:53:26.853Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T03:53:26.853Z||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-04-25T03:53:26.854Z||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 p0pYBRqFNxTvYN2F) ...
2022-04-25T03:53:36.453Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T03:53:36.454Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T03:54:26.849Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T03:54:26.850Z||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-04-25T03:54:26.850Z||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 p0pYBRqFNxTvYN2F) ...
2022-04-25T03:54:26.853Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T03:54:26.854Z||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-04-25T03:54:26.854Z||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 p0pYBRqFNxTvYN2F) ...
2022-04-25T03:54:36.553Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T03:54:36.569Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T03:55:26.849Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T03:55:26.851Z||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-04-25T03:55:26.851Z||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 p0pYBRqFNxTvYN2F) ...
2022-04-25T03:55:26.853Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T03:55:26.854Z||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-04-25T03:55:26.854Z||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 p0pYBRqFNxTvYN2F) ...
2022-04-25T03:55:36.476Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T03:55:36.479Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T03:56:26.849Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T03:56:26.850Z||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-04-25T03:56:26.850Z||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 p0pYBRqFNxTvYN2F) ...
2022-04-25T03:56:26.853Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T03:56:26.853Z||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-04-25T03:56:26.853Z||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 p0pYBRqFNxTvYN2F) ...
2022-04-25T03:56:36.540Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T03:56:36.540Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T03:57:26.850Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T03:57:26.852Z||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-04-25T03:57:26.852Z||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 p0pYBRqFNxTvYN2F) ...
2022-04-25T03:57:26.853Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T03:57:26.854Z||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-04-25T03:57:26.854Z||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 p0pYBRqFNxTvYN2F) ...
2022-04-25T03:57:36.477Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T03:57:36.477Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T03:58:26.849Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T03:58:26.851Z||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-04-25T03:58:26.852Z||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 p0pYBRqFNxTvYN2F) ...
2022-04-25T03:58:26.853Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T03:58:26.853Z||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-04-25T03:58:26.853Z||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 p0pYBRqFNxTvYN2F) ...
2022-04-25T03:58:36.478Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T03:58:36.479Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T03:59:26.849Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T03:59:26.850Z||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-04-25T03:59:26.851Z||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 p0pYBRqFNxTvYN2F) ...
2022-04-25T03:59:26.853Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T03:59:26.854Z||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-04-25T03:59:26.854Z||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 p0pYBRqFNxTvYN2F) ...
2022-04-25T03:59:36.468Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T03:59:36.469Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T04:00:26.849Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T04:00:26.850Z||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-04-25T04:00:26.850Z||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 p0pYBRqFNxTvYN2F) ...
2022-04-25T04:00:26.853Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T04:00:26.853Z||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-04-25T04:00:26.854Z||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 p0pYBRqFNxTvYN2F) ...
2022-04-25T04:00:36.465Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T04:00:36.470Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T04:01:26.849Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T04:01:26.850Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-25T04:01:26.850Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as p0pYBRqFNxTvYN2F) ...
2022-04-25T04:01:26.853Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T04:01:26.853Z||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-04-25T04:01:26.854Z||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 p0pYBRqFNxTvYN2F) ...
2022-04-25T04:01:36.500Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T04:01:36.527Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T04:02:26.849Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T04:02:26.850Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-25T04:02:26.851Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as p0pYBRqFNxTvYN2F) ...
2022-04-25T04:02:26.853Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T04:02:26.854Z||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-04-25T04:02:26.854Z||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 p0pYBRqFNxTvYN2F) ...
2022-04-25T04:02:36.419Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T04:02:36.426Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T04:03:26.849Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T04:03:26.852Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-25T04:03:26.852Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as p0pYBRqFNxTvYN2F) ...
2022-04-25T04:03:26.853Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T04:03:26.853Z||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-04-25T04:03:26.853Z||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 p0pYBRqFNxTvYN2F) ...
2022-04-25T04:03:36.494Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T04:03:36.503Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T04:04:26.852Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T04:04:26.853Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T04:04:26.853Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-25T04:04:26.854Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as p0pYBRqFNxTvYN2F) ...
2022-04-25T04:04:26.855Z||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-04-25T04:04:26.855Z||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 p0pYBRqFNxTvYN2F) ...
2022-04-25T04:04:36.509Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T04:04:36.509Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T04:05:26.849Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T04:05:26.851Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-25T04:05:26.851Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as p0pYBRqFNxTvYN2F) ...
2022-04-25T04:05:26.853Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T04:05:26.853Z||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-04-25T04:05:26.853Z||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 p0pYBRqFNxTvYN2F) ...
2022-04-25T04:05:36.471Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T04:05:36.473Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T04:05:52.193Z||http-nio-8085-exec-2|||||INFO|500||Error parsing HTTP request header
 Note: further occurrences of HTTP request parsing errors will be logged at DEBUG level.
java.lang.IllegalArgumentException: Invalid character found in method name [JDWP-Handshake\n...]. HTTP method names must be tokens
	at org.apache.coyote.http11.Http11InputBuffer.parseRequestLine(Http11InputBuffer.java:417)
	at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:261)
	at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)
	at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:888)
	at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1597)
	at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-04-25T04:06:26.849Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T04:06:26.850Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-25T04:06:26.850Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as p0pYBRqFNxTvYN2F) ...
2022-04-25T04:06:26.853Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T04:06:26.853Z||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-04-25T04:06:26.853Z||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 p0pYBRqFNxTvYN2F) ...
2022-04-25T04:06:36.457Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T04:06:36.477Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T04:07:26.849Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T04:07:26.850Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-25T04:07:26.850Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as p0pYBRqFNxTvYN2F) ...
2022-04-25T04:07:26.853Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T04:07:26.853Z||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-04-25T04:07:26.853Z||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 p0pYBRqFNxTvYN2F) ...
2022-04-25T04:07:36.468Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T04:07:36.468Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T04:08:26.850Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T04:08:26.853Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T04:08:26.854Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-25T04:08:26.854Z||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-04-25T04:08:26.854Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as p0pYBRqFNxTvYN2F) ...
2022-04-25T04:08:26.854Z||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 p0pYBRqFNxTvYN2F) ...
2022-04-25T04:08:36.455Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T04:08:36.471Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T04:09:26.849Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T04:09:26.850Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-25T04:09:26.851Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as p0pYBRqFNxTvYN2F) ...
2022-04-25T04:09:26.853Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T04:09:26.853Z||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-04-25T04:09:26.853Z||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 p0pYBRqFNxTvYN2F) ...
2022-04-25T04:09:36.452Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T04:09:36.509Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T04:10:26.849Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T04:10:26.850Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-25T04:10:26.850Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as p0pYBRqFNxTvYN2F) ...
2022-04-25T04:10:26.853Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T04:10:26.853Z||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-04-25T04:10:26.853Z||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 p0pYBRqFNxTvYN2F) ...
2022-04-25T04:10:36.449Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T04:10:36.471Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T04:11:26.849Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T04:11:26.850Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-25T04:11:26.850Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as p0pYBRqFNxTvYN2F) ...
2022-04-25T04:11:26.853Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T04:11:26.853Z||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-04-25T04:11:26.853Z||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 p0pYBRqFNxTvYN2F) ...
2022-04-25T04:11:36.522Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T04:11:36.526Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T04:12:26.849Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T04:12:26.850Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-25T04:12:26.850Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as p0pYBRqFNxTvYN2F) ...
2022-04-25T04:12:26.853Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T04:12:26.853Z||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-04-25T04:12:26.854Z||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 p0pYBRqFNxTvYN2F) ...
2022-04-25T04:12:36.474Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T04:12:36.479Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T04:13:26.849Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T04:13:26.851Z||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-04-25T04:13:26.851Z||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 p0pYBRqFNxTvYN2F) ...
2022-04-25T04:13:26.853Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T04:13:26.854Z||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-04-25T04:13:26.854Z||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 p0pYBRqFNxTvYN2F) ...
2022-04-25T04:13:36.494Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T04:13:36.495Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T04:14:26.849Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T04:14:26.850Z||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-04-25T04:14:26.851Z||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 p0pYBRqFNxTvYN2F) ...
2022-04-25T04:14:26.853Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T04:14:26.854Z||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-04-25T04:14:26.854Z||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 p0pYBRqFNxTvYN2F) ...
2022-04-25T04:14:27.501Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T04:14:27.502Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-25T04:14:27.502Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "40249654-4c91-4cad-b6cc-11af5ccafab7",
  "consumerID": "cds",
  "timestamp": 1650860062775,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220425041057/1.0/resourceInstances/vfw754df07fb2190/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:14:27.503Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T04:14:27.512Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-25T04:14:27.512Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"40249654-4c91-4cad-b6cc-11af5ccafab7","serviceName":"vFW 2022-04-25 04-10-57","serviceVersion":"1.0","serviceUUID":"3da61a80-55fe-4b31-86c4-0047f876d323","serviceDescription":"catalog service description","serviceInvariantUUID":"e1c79530-0ea5-4a1b-baf3-222ae0e1bc83","resources":[{"resourceInstanceName":"vFW 754df07f-b219 0","resourceName":"vFW 754df07f-b219","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"77026dae-4049-4386-89d9-08c3cd131a15","resourceInvariantUUID":"e729c919-ffb4-4d4c-b0e5-98c6d3e535ab","resourceCustomizationUUID":"57c42aee-eb06-4cc7-96a4-7acf5dd805a5","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220425041057/1.0/resourceInstances/vfw754df07fb2190/artifacts/vf-license-model.xml","artifactChecksum":"OGQwNTI5NDVmM2VmODQyM2QxNWE5YTMxOWJjY2QzMTM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"125dde64-65cf-4017-a302-6d9e7a2c243c","artifactVersion":"1"},{"artifactName":"vfw754df07fb2190_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220425041057/1.0/resourceInstances/vfw754df07fb2190/artifacts/vfw754df07fb2190_modules.json","artifactChecksum":"YzgxMWRmYzhkYmJkNThmZWYzMDBlNTVmMzViMzFkZWY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"83f1761b-f198-4bc1-9b61-517b6ee5d519","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220425041057/1.0/resourceInstances/vfw754df07fb2190/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"1b6de609-64e4-436d-9f56-06f4cfa7c1c6","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220425041057/1.0/resourceInstances/vfw754df07fb2190/artifacts/vendor-license-model.xml","artifactChecksum":"NjhkZmM4ZjBhNzg0NDZkM2Y4YmJjMWM0ZGU4NmZmNGI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"015749da-0285-4e55-8f79-b27eec14a34b","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220425041057/1.0/resourceInstances/vfw754df07fb2190/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"ea9e2e10-8dcb-43d9-b995-49aed45c1a6a","artifactVersion":"2","generatedFromUUID":"1b6de609-64e4-436d-9f56-06f4cfa7c1c6"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220425041057-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220425041057/1.0/artifacts/service-Vfw20220425041057-template.yml","artifactChecksum":"ODM2OWE3NDhkZjlkZDliN2JjYjE4Zjc1MzZiZjg4N2Y\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"fb9b7aa5-8bbd-4d6d-b461-30a4814f0220","artifactVersion":"1"},{"artifactName":"service-Vfw20220425041057-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220425041057/1.0/artifacts/service-Vfw20220425041057-csar.csar","artifactChecksum":"YmUzM2RhY2U0ZjYwNDJmZDE5NzNlNWQ4M2EyZTBmYmE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"1adaa4e9-2485-493e-aa9b-8c126a7e390e","artifactVersion":"1"}],"workloadContext":"Production"}
2022-04-25T04:14:27.526Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-25T04:14:27.535Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-04-25T04:14:27.540Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:14:27.550Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-25T04:14:27.550Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "40249654-4c91-4cad-b6cc-11af5ccafab7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650860066849,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220425041057/1.0/resourceInstances/vfw754df07fb2190/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:14:27.651Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms
2022-04-25T04:14:27.658Z||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-04-25T04:14:27.658Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as p0pYBRqFNxTvYN2F) ...
2022-04-25T04:14:27.694Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T04:14:27.695Z||pool-3-thread-1|||||INFO|500||cambria reply ok (38 ms):{"serverTimeMs":1,"count":1}
2022-04-25T04:14:28.558Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-25T04:14:28.559Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-04-25T04:14:28.561Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-25T04:14:28.562Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "40249654-4c91-4cad-b6cc-11af5ccafab7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650860066849,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220425041057/1.0/resourceInstances/vfw754df07fb2190/artifacts/vfw754df07fb2190_modules.json",
  "status": "NOTIFIED"
}
2022-04-25T04:14:28.662Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-25T04:14:28.663Z||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-04-25T04:14:28.663Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as p0pYBRqFNxTvYN2F) ...
2022-04-25T04:14:28.678Z||pool-4-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T04:14:28.679Z||pool-4-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-04-25T04:14:29.562Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-25T04:14:29.564Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-04-25T04:14:29.568Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-25T04:14:29.568Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "40249654-4c91-4cad-b6cc-11af5ccafab7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650860066849,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220425041057/1.0/resourceInstances/vfw754df07fb2190/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-04-25T04:14:29.668Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-25T04:14:29.669Z||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-04-25T04:14:29.669Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as p0pYBRqFNxTvYN2F) ...
2022-04-25T04:14:29.688Z||pool-5-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T04:14:29.689Z||pool-5-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
2022-04-25T04:14:30.569Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-25T04:14:30.576Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-04-25T04:14:30.579Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-25T04:14:30.579Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "40249654-4c91-4cad-b6cc-11af5ccafab7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650860066849,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220425041057/1.0/resourceInstances/vfw754df07fb2190/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:14:30.679Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-25T04:14:30.680Z||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-04-25T04:14:30.681Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as p0pYBRqFNxTvYN2F) ...
2022-04-25T04:14:30.705Z||pool-6-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T04:14:30.706Z||pool-6-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-04-25T04:14:31.580Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-25T04:14:31.582Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-04-25T04:14:31.585Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-25T04:14:31.585Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "40249654-4c91-4cad-b6cc-11af5ccafab7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650860066849,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220425041057/1.0/resourceInstances/vfw754df07fb2190/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-04-25T04:14:31.686Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-25T04:14:31.687Z||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-04-25T04:14:31.687Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as p0pYBRqFNxTvYN2F) ...
2022-04-25T04:14:31.703Z||pool-7-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T04:14:31.704Z||pool-7-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-04-25T04:14:32.586Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-25T04:14:32.587Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-04-25T04:14:32.589Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-25T04:14:32.589Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "40249654-4c91-4cad-b6cc-11af5ccafab7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650860066849,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220425041057/1.0/artifacts/service-Vfw20220425041057-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:14:32.689Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-25T04:14:32.691Z||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-04-25T04:14:32.691Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as p0pYBRqFNxTvYN2F) ...
2022-04-25T04:14:32.710Z||pool-8-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T04:14:32.711Z||pool-8-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
2022-04-25T04:14:33.590Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-25T04:14:33.591Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-04-25T04:14:33.594Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-25T04:14:33.594Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "40249654-4c91-4cad-b6cc-11af5ccafab7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650860066849,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220425041057/1.0/artifacts/service-Vfw20220425041057-csar.csar",
  "status": "NOTIFIED"
}
2022-04-25T04:14:33.694Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-25T04:14:33.695Z||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-04-25T04:14:33.696Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as p0pYBRqFNxTvYN2F) ...
2022-04-25T04:14:33.769Z||pool-9-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T04:14:33.770Z||pool-9-thread-1|||||INFO|500||cambria reply ok (76 ms):{"serverTimeMs":2,"count":1}
2022-04-25T04:14:34.598Z||pool-2-thread-4|||||DEBUG|500||sending notification to client: {
  "distributionID": "40249654-4c91-4cad-b6cc-11af5ccafab7",
  "serviceName": "vFW 2022-04-25 04-10-57",
  "serviceVersion": "1.0",
  "serviceUUID": "3da61a80-55fe-4b31-86c4-0047f876d323",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "e1c79530-0ea5-4a1b-baf3-222ae0e1bc83",
  "resources": [
    {
      "resourceInstanceName": "vFW 754df07f-b219 0",
      "resourceCustomizationUUID": "57c42aee-eb06-4cc7-96a4-7acf5dd805a5",
      "resourceName": "vFW 754df07f-b219",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "77026dae-4049-4386-89d9-08c3cd131a15",
      "resourceInvariantUUID": "e729c919-ffb4-4d4c-b0e5-98c6d3e535ab",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw754df07fb2190_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220425041057/1.0/resourceInstances/vfw754df07fb2190/artifacts/vfw754df07fb2190_modules.json",
          "artifactChecksum": "YzgxMWRmYzhkYmJkNThmZWYzMDBlNTVmMzViMzFkZWY\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "83f1761b-f198-4bc1-9b61-517b6ee5d519",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220425041057/1.0/resourceInstances/vfw754df07fb2190/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "1b6de609-64e4-436d-9f56-06f4cfa7c1c6",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20220425041057/1.0/resourceInstances/vfw754df07fb2190/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "ea9e2e10-8dcb-43d9-b995-49aed45c1a6a",
            "generatedFromUUID": "1b6de609-64e4-436d-9f56-06f4cfa7c1c6"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220425041057/1.0/resourceInstances/vfw754df07fb2190/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "ea9e2e10-8dcb-43d9-b995-49aed45c1a6a",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20220425041057-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20220425041057/1.0/artifacts/service-Vfw20220425041057-csar.csar",
      "artifactChecksum": "YmUzM2RhY2U0ZjYwNDJmZDE5NzNlNWQ4M2EyZTBmYmE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "1adaa4e9-2485-493e-aa9b-8c126a7e390e"
    }
  ],
  "workloadContext": "Production"
}
2022-04-25T04:14:34.600Z||pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-04-25T04:14:34.600Z||pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 3da61a80-55fe-4b31-86c4-0047f876d323 ASDC
2022-04-25T04:14:34.789Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:40249654-4c91-4cad-b6cc-11af5ccafab7
ServiceName:vFW 2022-04-25 04-10-57
ServiceVersion:1.0
ServiceUUID:3da61a80-55fe-4b31-86c4-0047f876d323
ServiceInvariantUUID:e1c79530-0ea5-4a1b-baf3-222ae0e1bc83
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220425041057-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220425041057/1.0/artifacts/service-Vfw20220425041057-csar.csar
ArtifactUUID:1adaa4e9-2485-493e-aa9b-8c126a7e390e
ArtifactChecksum:YmUzM2RhY2U0ZjYwNDJmZDE5NzNlNWQ4M2EyZTBmYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 754df07f-b219 0
ResourceCustomizationUUID:57c42aee-eb06-4cc7-96a4-7acf5dd805a5
ResourceInvariantUUID:e729c919-ffb4-4d4c-b0e5-98c6d3e535ab
ResourceName:vFW 754df07f-b219
ResourceType:VF
ResourceUUID:77026dae-4049-4386-89d9-08c3cd131a15
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw754df07fb2190_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220425041057/1.0/resourceInstances/vfw754df07fb2190/artifacts/vfw754df07fb2190_modules.json
ArtifactUUID:83f1761b-f198-4bc1-9b61-517b6ee5d519
ArtifactChecksum:YzgxMWRmYzhkYmJkNThmZWYzMDBlNTVmMzViMzFkZWY=
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/Vfw20220425041057/1.0/resourceInstances/vfw754df07fb2190/artifacts/base_vfw.yaml
ArtifactUUID:1b6de609-64e4-436d-9f56-06f4cfa7c1c6
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/Vfw20220425041057/1.0/resourceInstances/vfw754df07fb2190/artifacts/base_vfw.env
ArtifactUUID:ea9e2e10-8dcb-43d9-b995-49aed45c1a6a
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/Vfw20220425041057/1.0/resourceInstances/vfw754df07fb2190/artifacts/base_vfw.env
ArtifactUUID:ea9e2e10-8dcb-43d9-b995-49aed45c1a6a
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-04-25T04:14:34.790Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 3da61a80-55fe-4b31-86c4-0047f876d323 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-04-25T04:14:35.302Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-25T04:14:35.409Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-04-25T04:14:35.416Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-04-25T04:14:35.419Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 1adaa4e9-2485-493e-aa9b-8c126a7e390e from URL: /sdc/v1/catalog/services/Vfw20220425041057/1.0/artifacts/service-Vfw20220425041057-csar.csar
2022-04-25T04:14:35.420Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-04-25T04:14:35.425Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220425041057/1.0/artifacts/service-Vfw20220425041057-csar.csar
2022-04-25T04:14:35.661Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-04-25T04:14:35.695Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220425041057/1.0/artifacts/service-Vfw20220425041057-csar.csar 1adaa4e9-2485-493e-aa9b-8c126a7e390e 98958
2022-04-25T04:14:35.698Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220425041057/1.0/artifacts/service-Vfw20220425041057-csar.csar ASDC sendASDCNotification
2022-04-25T04:14:35.698Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220425041057/1.0/artifacts/service-Vfw20220425041057-csar.csar
2022-04-25T04:14:35.699Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-25T04:14:35.701Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-04-25T04:14:35.703Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-25T04:14:35.704Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "40249654-4c91-4cad-b6cc-11af5ccafab7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650860075695,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220425041057/1.0/artifacts/service-Vfw20220425041057-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-25T04:14:35.804Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-25T04:14:35.805Z||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-04-25T04:14:35.805Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as p0pYBRqFNxTvYN2F) ...
2022-04-25T04:14:35.916Z||pool-10-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T04:14:35.917Z||pool-10-thread-1|||||INFO|500||cambria reply ok (113 ms):{"serverTimeMs":0,"count":1}
2022-04-25T04:14:36.704Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-25T04:14:36.706Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-04-25T04:14:36.707Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 1adaa4e9-2485-493e-aa9b-8c126a7e390e, URL: /sdc/v1/catalog/services/Vfw20220425041057/1.0/artifacts/service-Vfw20220425041057-csar.csar to file: /app/ASDC/1/service-Vfw20220425041057-csar.csar
2022-04-25T04:14:36.708Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220425041057-csar.csar
2022-04-25T04:14:36.806Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220425041057-csar.csar
2022-04-25T04:14:36.807Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220425041057-csar.csar
2022-04-25T04:14:37.556Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1374837169547459766/Definitions/service-Vfw20220425041057-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-04-25T04:14:41.153Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2022-04-25T04:14:41.159Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-04-25T04:14:41.160Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220425041057-csar.csar
2022-04-25T04:14:41.160Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-04-25T04:14:41.160Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||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-Vfw20220425041057-csar.csar
2022-04-25T04:14:41.160Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||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-Vfw20220425041057-csar.csar
2022-04-25T04:14:41.161Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220425041057-csar.csar
2022-04-25T04:14:41.161Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220425041057-csar.csar
2022-04-25T04:14:41.161Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220425041057-csar.csar
2022-04-25T04:14:41.161Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||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-Vfw20220425041057-csar.csar
2022-04-25T04:14:41.161Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 754df07f-b219 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-Vfw20220425041057-csar.csar
2022-04-25T04:14:41.162Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220425041057-csar.csar
2022-04-25T04:14:41.162Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||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-Vfw20220425041057-csar.csar
2022-04-25T04:14:41.162Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220425041057-csar.csar
2022-04-25T04:14:41.162Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20220425041057-csar.csar
2022-04-25T04:14:41.162Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220425041057-csar.csar
2022-04-25T04:14:41.162Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220425041057-csar.csar
2022-04-25T04:14:41.163Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-04-25T04:14:41.174Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-25T04:14:41.177Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-04-25 04-10-57 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-25T04:14:41.187Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||Node template vFW 754df07f-b219 0 is matching search criteria
2022-04-25T04:14:41.188Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-04-25T04:14:41.190Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 754df07f-b219 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-25T04:14:41.192Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-25T04:14:41.193Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-04-25 04-10-57 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-25T04:14:41.193Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||Node template vFW 754df07f-b219 0 is matching search criteria
2022-04-25T04:14:41.194Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-04-25T04:14:41.194Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 754df07f-b219 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-25T04:14:41.195Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-25T04:14:41.195Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-04-25 04-10-57 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-25T04:14:41.201Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-25T04:14:41.202Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||Node template vFW 754df07f-b219 0 is not matching search criteria
2022-04-25T04:14:41.203Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-25T04:14:41.203Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-25T04:14:41.203Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-25T04:14:41.204Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-25T04:14:41.204Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-25T04:14:41.204Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-25T04:14:41.205Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2022-04-25T04:14:41.205Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-25T04:14:41.205Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2022-04-25T04:14:41.206Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-25T04:14:41.206Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-25T04:14:41.206Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-25T04:14:41.207Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-25T04:14:41.207Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2022-04-25T04:14:41.207Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-25T04:14:41.207Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-04-25T04:14:41.208Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-25T04:14:41.208Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-04-25 04-10-57 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-25T04:14:41.210Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-25T04:14:41.210Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||Node template vFW 754df07f-b219 0 is matching search criteria
2022-04-25T04:14:41.210Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 754df07f-b219 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-25T04:14:41.211Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-25T04:14:41.211Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||Node template vFW 754df07f-b219 0 is matching search criteria
2022-04-25T04:14:41.211Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 754df07f-b219 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-25T04:14:41.212Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-25T04:14:41.212Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||Node template vFW 754df07f-b219 0 is matching search criteria
2022-04-25T04:14:41.212Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 754df07f-b219 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-25T04:14:41.213Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-25T04:14:41.213Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||Node template vFW 754df07f-b219 0 is not matching search criteria
2022-04-25T04:14:41.214Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-25T04:14:41.214Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-25T04:14:41.214Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-04-25T04:14:41.214Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-25T04:14:41.215Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2022-04-25T04:14:41.215Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-25T04:14:41.215Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-25T04:14:41.215Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-25T04:14:41.216Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-25T04:14:41.216Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2022-04-25T04:14:41.216Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-25T04:14:41.216Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=8a7380c4-3c76-4c27-80d4-4ab72a039077
2022-04-25T04:14:41.217Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-25T04:14:41.217Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||Node template vFW 754df07f-b219 0 is not matching search criteria
2022-04-25T04:14:41.217Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-25T04:14:41.217Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-25T04:14:41.218Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-25T04:14:41.218Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-25T04:14:41.218Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-25T04:14:41.218Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-25T04:14:41.218Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2022-04-25T04:14:41.219Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-04-25T04:14:41.219Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-25T04:14:41.219Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-25T04:14:41.219Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2022-04-25T04:14:41.220Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-25T04:14:41.220Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=a5694605-d685-48c7-ba24-7f0ddb601a69
2022-04-25T04:14:41.220Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-25T04:14:41.220Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||Node template vFW 754df07f-b219 0 is not matching search criteria
2022-04-25T04:14:41.221Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-25T04:14:41.221Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-25T04:14:41.221Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-25T04:14:41.222Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-25T04:14:41.222Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-25T04:14:41.222Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-25T04:14:41.223Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2022-04-25T04:14:41.223Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-25T04:14:41.223Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2022-04-25T04:14:41.223Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-25T04:14:41.224Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-25T04:14:41.224Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-04-25T04:14:41.225Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=e094d5b7-54c7-4e52-9eca-35ebe80f6c87
2022-04-25T04:14:41.225Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-25T04:14:41.225Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-04-25 04-10-57 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-25T04:14:41.226Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-25T04:14:41.226Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-04-25 04-10-57 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-25T04:14:41.226Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-25T04:14:41.227Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-04-25 04-10-57 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-25T04:14:41.227Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-25T04:14:41.227Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-04-25 04-10-57 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-25T04:14:41.228Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2022-04-25 04-10-57
Description:catalog service description
Model UUID:3da61a80-55fe-4b31-86c4-0047f876d323
Model Version:NULL
Model InvariantUuid:e1c79530-0ea5-4a1b-baf3-222ae0e1bc83
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 754df07f-b219
Model UUID:c917a204-3339-4e65-a0fe-6dbd798db25a
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:e729c919-ffb4-4d4c-b0e5-98c6d3e535ab
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:57c42aee-eb06-4cc7-96a4-7acf5dd805a5
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:28f726e5-997c-4852-9322-0f72cd768d3f
ModelName:Vfw754df07fB219..base_vfw..module-0
ModelUuid:bd8924e7-4ab0-4bcd-a7fe-f1919626e4cf
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:8a7380c4-3c76-4c27-80d4-4ab72a039077
ModelInvariantUuid:acfcf0ac-db32-4420-a7da-75d27350c741
ModelName:vFW 754df07f-b219-nodes.vfwCvfc
ModelUuid:ce0a1fdf-c200-4038-b529-a887ffeadfdf
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:31b32db0-b51e-4d0e-abcf-37798a79df0b
ModelInvariantUuid:e41c6d88-af96-4cf6-90b7-ac44a09bed60
ModelName:Vfw754df07fB219.compute.nodes.heat.vfw
ModelUuid:48980a83-edf6-41a7-b619-e7677f41abc8
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:a5694605-d685-48c7-ba24-7f0ddb601a69
ModelInvariantUuid:e28d072d-4832-4638-81af-851d45200f54
ModelName:vFW 754df07f-b219-nodes.vsnCvfc
ModelUuid:e17caae2-ef00-4584-baa5-f88e5c7d4a4f
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:c956178e-abf7-4201-9e95-7653dd96356e
ModelInvariantUuid:15df7bea-4aa4-47b7-9ee5-63ee7716903d
ModelName:Vfw754df07fB219.compute.nodes.heat.vsn
ModelUuid:8abd2e93-66c6-4888-ba49-39a2ade27684
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:e094d5b7-54c7-4e52-9eca-35ebe80f6c87
ModelInvariantUuid:7e9f88bc-070f-4f16-bf57-2a6cb5ed75ed
ModelName:vFW 754df07f-b219-nodes.vpgCvfc
ModelUuid:cefaafba-fc5d-440b-b078-10413c68c7ed
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:2a53e2c1-9560-4606-a2a4-78d3966eb2fb
ModelInvariantUuid:d29375ec-9b59-4924-99f3-279c78f0085b
ModelName:Vfw754df07fB219.compute.nodes.heat.vpg
ModelUuid:2dfc2ed2-8593-46ab-81ed-5c4d7c25dbaf
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-04-25T04:14:41.257Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: 77026dae-4049-4386-89d9-08c3cd131a15
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-04-25T04:14:41.363Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||INFO|500||vFW 754df07f-b219 0
2022-04-25T04:14:41.371Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 77026dae-4049-4386-89d9-08c3cd131a15
2022-04-25T04:14:41.372Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 83f1761b-f198-4bc1-9b61-517b6ee5d519 from URL: /sdc/v1/catalog/services/Vfw20220425041057/1.0/resourceInstances/vfw754df07fb2190/artifacts/vfw754df07fb2190_modules.json
2022-04-25T04:14:41.372Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-04-25T04:14:41.372Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220425041057/1.0/resourceInstances/vfw754df07fb2190/artifacts/vfw754df07fb2190_modules.json
2022-04-25T04:14:41.652Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-04-25T04:14:41.652Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220425041057/1.0/resourceInstances/vfw754df07fb2190/artifacts/vfw754df07fb2190_modules.json 83f1761b-f198-4bc1-9b61-517b6ee5d519 785
2022-04-25T04:14:41.653Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220425041057/1.0/resourceInstances/vfw754df07fb2190/artifacts/vfw754df07fb2190_modules.json ASDC sendASDCNotification
2022-04-25T04:14:41.653Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220425041057/1.0/resourceInstances/vfw754df07fb2190/artifacts/vfw754df07fb2190_modules.json
2022-04-25T04:14:41.653Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-25T04:14:41.654Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-04-25T04:14:41.658Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-25T04:14:41.659Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "40249654-4c91-4cad-b6cc-11af5ccafab7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650860081653,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220425041057/1.0/resourceInstances/vfw754df07fb2190/artifacts/vfw754df07fb2190_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-25T04:14:41.759Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-25T04:14:41.760Z||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-04-25T04:14:41.760Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as p0pYBRqFNxTvYN2F) ...
2022-04-25T04:14:41.846Z||pool-11-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T04:14:41.847Z||pool-11-thread-1|||||INFO|500||cambria reply ok (88 ms):{"serverTimeMs":0,"count":1}
2022-04-25T04:14:42.661Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw754df07fB219..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "28f726e5-997c-4852-9322-0f72cd768d3f",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "bd8924e7-4ab0-4bcd-a7fe-f1919626e4cf",
    "vfModuleModelCustomizationUUID": "8c9f4a80-e2a3-4a06-81e8-3eabe055e783",
    "isBase": true,
    "artifacts": [
      "1b6de609-64e4-436d-9f56-06f4cfa7c1c6",
      "ea9e2e10-8dcb-43d9-b995-49aed45c1a6a"
    ],
    "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-04-25T04:14:42.675Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw754df07fB219..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:bd8924e7-4ab0-4bcd-a7fe-f1919626e4cf
VfModuleModelInvariantUUID:28f726e5-997c-4852-9322-0f72cd768d3f
VfModuleModelDescription:NULL
Artifacts UUID List:{
1b6de609-64e4-436d-9f56-06f4cfa7c1c6
,
ea9e2e10-8dcb-43d9-b995-49aed45c1a6a

}
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-04-25T04:14:42.678Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw754df07fB219..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "28f726e5-997c-4852-9322-0f72cd768d3f",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "bd8924e7-4ab0-4bcd-a7fe-f1919626e4cf",
    "vfModuleModelCustomizationUUID": "8c9f4a80-e2a3-4a06-81e8-3eabe055e783",
    "isBase": true,
    "artifacts": [
      "1b6de609-64e4-436d-9f56-06f4cfa7c1c6",
      "ea9e2e10-8dcb-43d9-b995-49aed45c1a6a"
    ],
    "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-04-25T04:14:42.679Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw754df07fB219..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:bd8924e7-4ab0-4bcd-a7fe-f1919626e4cf
VfModuleModelInvariantUUID:28f726e5-997c-4852-9322-0f72cd768d3f
VfModuleModelDescription:NULL
Artifacts UUID List:{
1b6de609-64e4-436d-9f56-06f4cfa7c1c6
,
ea9e2e10-8dcb-43d9-b995-49aed45c1a6a

}
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-04-25T04:14:42.679Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 1b6de609-64e4-436d-9f56-06f4cfa7c1c6 from URL: /sdc/v1/catalog/services/Vfw20220425041057/1.0/resourceInstances/vfw754df07fb2190/artifacts/base_vfw.yaml
2022-04-25T04:14:42.679Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-04-25T04:14:42.679Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220425041057/1.0/resourceInstances/vfw754df07fb2190/artifacts/base_vfw.yaml
2022-04-25T04:14:43.458Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-04-25T04:14:43.459Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220425041057/1.0/resourceInstances/vfw754df07fb2190/artifacts/base_vfw.yaml 1b6de609-64e4-436d-9f56-06f4cfa7c1c6 20368
2022-04-25T04:14:43.459Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220425041057/1.0/resourceInstances/vfw754df07fb2190/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-04-25T04:14:43.460Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220425041057/1.0/resourceInstances/vfw754df07fb2190/artifacts/base_vfw.yaml
2022-04-25T04:14:43.460Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-25T04:14:43.460Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-04-25T04:14:43.462Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-25T04:14:43.462Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "40249654-4c91-4cad-b6cc-11af5ccafab7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650860083459,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220425041057/1.0/resourceInstances/vfw754df07fb2190/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-25T04:14:43.562Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-25T04:14:43.564Z||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-04-25T04:14:43.564Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as p0pYBRqFNxTvYN2F) ...
2022-04-25T04:14:43.614Z||pool-12-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T04:14:43.615Z||pool-12-thread-1|||||INFO|500||cambria reply ok (52 ms):{"serverTimeMs":0,"count":1}
2022-04-25T04:14:44.464Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: ea9e2e10-8dcb-43d9-b995-49aed45c1a6a from URL: /sdc/v1/catalog/services/Vfw20220425041057/1.0/resourceInstances/vfw754df07fb2190/artifacts/base_vfw.env
2022-04-25T04:14:44.465Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-04-25T04:14:44.466Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220425041057/1.0/resourceInstances/vfw754df07fb2190/artifacts/base_vfw.env
2022-04-25T04:14:44.955Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-04-25T04:14:44.956Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220425041057/1.0/resourceInstances/vfw754df07fb2190/artifacts/base_vfw.env ea9e2e10-8dcb-43d9-b995-49aed45c1a6a 2098
2022-04-25T04:14:44.958Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220425041057/1.0/resourceInstances/vfw754df07fb2190/artifacts/base_vfw.env ASDC sendASDCNotification
2022-04-25T04:14:44.958Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220425041057/1.0/resourceInstances/vfw754df07fb2190/artifacts/base_vfw.env
2022-04-25T04:14:44.959Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-25T04:14:44.960Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-04-25T04:14:44.965Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-25T04:14:44.965Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "40249654-4c91-4cad-b6cc-11af5ccafab7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650860084958,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220425041057/1.0/resourceInstances/vfw754df07fb2190/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-04-25T04:14:45.072Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 107 ms
2022-04-25T04:14:45.074Z||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-04-25T04:14:45.074Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as p0pYBRqFNxTvYN2F) ...
2022-04-25T04:14:45.127Z||pool-13-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T04:14:45.128Z||pool-13-thread-1|||||INFO|500||cambria reply ok (55 ms):{"serverTimeMs":0,"count":1}
2022-04-25T04:14:45.966Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: 3da61a80-55fe-4b31-86c4-0047f876d323
2022-04-25T04:14:45.967Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 754df07f-b219 0 77026dae-4049-4386-89d9-08c3cd131a15 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-04-25T04:14:46.026Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2109a8ba, org.onap.sdc.toscaparser.api.parameters.Input@2e5cbd45, org.onap.sdc.toscaparser.api.parameters.Input@73bf31ab, org.onap.sdc.toscaparser.api.parameters.Input@3ff989c9, org.onap.sdc.toscaparser.api.parameters.Input@5359aaf4]
2022-04-25T04:14:46.030Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-25T04:14:46.030Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-04-25 04-10-57 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-25T04:14:46.031Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||VF Category is: Generic 
2022-04-25T04:14:46.031Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||VFCustomizationUUID= 57c42aee-eb06-4cc7-96a4-7acf5dd805a5
2022-04-25T04:14:46.031Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 57c42aee-eb06-4cc7-96a4-7acf5dd805a5 matches Tosca VF Customization UUID: 57c42aee-eb06-4cc7-96a4-7acf5dd805a5
2022-04-25T04:14:46.031Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||vfCustomizationUUID: 57c42aee-eb06-4cc7-96a4-7acf5dd805a5  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-04-25T04:14:46.041Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-25T04:14:46.042Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-04-25 04-10-57 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-25T04:14:46.045Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||resource request for resource customization id 57c42aee-eb06-4cc7-96a4-7acf5dd805a5: {\"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-04-25T04:14:46.045Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@12478410
2022-04-25T04:14:46.045Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-25T04:14:46.045Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-04-25 04-10-57 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-25T04:14:46.046Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 8c9f4a80-e2a3-4a06-81e8-3eabe055e783
2022-04-25T04:14:46.048Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 8c9f4a80-e2a3-4a06-81e8-3eabe055e783
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-04-25T04:14:46.057Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-25T04:14:46.058Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||Node template vFW 754df07f-b219 0 is matching search criteria
2022-04-25T04:14:46.058Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 754df07f-b219 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-25T04:14:46.059Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-25T04:14:46.059Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||Node template vFW 754df07f-b219 0 is matching search criteria
2022-04-25T04:14:46.059Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 754df07f-b219 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-25T04:14:46.060Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-25T04:14:46.060Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||Node template vFW 754df07f-b219 0 is not matching search criteria
2022-04-25T04:14:46.060Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-25T04:14:46.060Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-25T04:14:46.060Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-04-25T04:14:46.061Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-25T04:14:46.061Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2022-04-25T04:14:46.061Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-25T04:14:46.061Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-25T04:14:46.061Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-25T04:14:46.062Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-25T04:14:46.062Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2022-04-25T04:14:46.062Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-25T04:14:46.062Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=8a7380c4-3c76-4c27-80d4-4ab72a039077
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-04-25T04:14:46.071Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-25T04:14:46.072Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||Node template vFW 754df07f-b219 0 is matching search criteria
2022-04-25T04:14:46.072Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 754df07f-b219 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-25T04:14:46.073Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-25T04:14:46.073Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||Node template vFW 754df07f-b219 0 is not matching search criteria
2022-04-25T04:14:46.073Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-25T04:14:46.073Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-25T04:14:46.073Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-25T04:14:46.073Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-25T04:14:46.074Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-25T04:14:46.074Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-25T04:14:46.074Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2022-04-25T04:14:46.074Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-04-25T04:14:46.074Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-25T04:14:46.074Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-25T04:14:46.075Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2022-04-25T04:14:46.075Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-25T04:14:46.075Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=a5694605-d685-48c7-ba24-7f0ddb601a69
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-04-25T04:14:46.080Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-25T04:14:46.080Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||Node template vFW 754df07f-b219 0 is matching search criteria
2022-04-25T04:14:46.080Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 754df07f-b219 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-25T04:14:46.084Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-25T04:14:46.084Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||Node template vFW 754df07f-b219 0 is not matching search criteria
2022-04-25T04:14:46.084Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-25T04:14:46.084Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-25T04:14:46.084Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-25T04:14:46.085Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-25T04:14:46.085Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-25T04:14:46.085Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-25T04:14:46.085Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2022-04-25T04:14:46.085Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-25T04:14:46.085Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2022-04-25T04:14:46.086Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-25T04:14:46.086Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-25T04:14:46.086Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-04-25T04:14:46.086Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=e094d5b7-54c7-4e52-9eca-35ebe80f6c87
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-04-25T04:14:46.090Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-25T04:14:46.091Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||Node template vFW 754df07f-b219 0 is matching search criteria
2022-04-25T04:14:46.091Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 754df07f-b219 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-25T04:14:46.091Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-25T04:14:46.092Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||Node template vFW 754df07f-b219 0 is matching search criteria
2022-04-25T04:14:46.092Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 754df07f-b219 0] matching following query criteria: sdcType=VF, customizationUUID=57c42aee-eb06-4cc7-96a4-7acf5dd805a5
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-04-25T04:14:46.094Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-25T04:14:46.095Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-04-25 04-10-57 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-25T04:14:46.095Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid 3da61a80-55fe-4b31-86c4-0047f876d323: vFW 754df07f-b219
2022-04-25T04:14:46.096Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-25T04:14:46.096Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-04-25 04-10-57 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-25T04:14:46.096Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-25T04:14:46.096Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-04-25 04-10-57 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-25T04:14:46.097Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-25T04:14:46.097Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-04-25 04-10-57 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-25T04:14:46.097Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-25T04:14:46.097Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-04-25 04-10-57 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-25T04:14:46.098Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-25T04:14:46.098Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-04-25 04-10-57 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-25T04:14:46.098Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||INFO|500||Saving Service: vFW 2022-04-25 04-10-57 
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-04-25T04:14:46.439Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 754df07f-b219 77026dae-4049-4386-89d9-08c3cd131a15 1 ASDC deployResourceStructure
2022-04-25T04:14:46.440Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220425041057/1.0/resourceInstances/vfw754df07fb2190/artifacts/vfw754df07fb2190_modules.json ASDC sendASDCNotification
2022-04-25T04:14:46.440Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220425041057/1.0/resourceInstances/vfw754df07fb2190/artifacts/vfw754df07fb2190_modules.json
2022-04-25T04:14:46.440Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-25T04:14:46.441Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-04-25T04:14:46.443Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-25T04:14:46.444Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "40249654-4c91-4cad-b6cc-11af5ccafab7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650860086440,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220425041057/1.0/resourceInstances/vfw754df07fb2190/artifacts/vfw754df07fb2190_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-25T04:14:46.544Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-25T04:14:46.545Z||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-04-25T04:14:46.545Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as p0pYBRqFNxTvYN2F) ...
2022-04-25T04:14:46.601Z||pool-14-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T04:14:46.602Z||pool-14-thread-1|||||INFO|500||cambria reply ok (58 ms):{"serverTimeMs":1,"count":1}
2022-04-25T04:14:47.446Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220425041057/1.0/resourceInstances/vfw754df07fb2190/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-04-25T04:14:47.447Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220425041057/1.0/resourceInstances/vfw754df07fb2190/artifacts/base_vfw.yaml
2022-04-25T04:14:47.447Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-25T04:14:47.447Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-04-25T04:14:47.450Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-25T04:14:47.451Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "40249654-4c91-4cad-b6cc-11af5ccafab7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650860087446,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220425041057/1.0/resourceInstances/vfw754df07fb2190/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-04-25T04:14:47.551Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-25T04:14:47.552Z||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-04-25T04:14:47.552Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as p0pYBRqFNxTvYN2F) ...
2022-04-25T04:14:47.581Z||pool-15-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T04:14:47.582Z||pool-15-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1}
2022-04-25T04:14:48.452Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220425041057/1.0/resourceInstances/vfw754df07fb2190/artifacts/base_vfw.env ASDC sendASDCNotification
2022-04-25T04:14:48.453Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220425041057/1.0/resourceInstances/vfw754df07fb2190/artifacts/base_vfw.env
2022-04-25T04:14:48.453Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-25T04:14:48.453Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-04-25T04:14:48.455Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-25T04:14:48.456Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "40249654-4c91-4cad-b6cc-11af5ccafab7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650860088452,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220425041057/1.0/resourceInstances/vfw754df07fb2190/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-04-25T04:14:48.556Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-25T04:14:48.557Z||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-04-25T04:14:48.557Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as p0pYBRqFNxTvYN2F) ...
2022-04-25T04:14:48.573Z||pool-16-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T04:14:48.573Z||pool-16-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-04-25T04:14:49.457Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220425041057/1.0/artifacts/service-Vfw20220425041057-csar.csar ASDC sendASDCNotification
2022-04-25T04:14:49.457Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220425041057/1.0/artifacts/service-Vfw20220425041057-csar.csar
2022-04-25T04:14:49.457Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-25T04:14:49.458Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-04-25T04:14:49.461Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-25T04:14:49.461Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "40249654-4c91-4cad-b6cc-11af5ccafab7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650860089457,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220425041057/1.0/artifacts/service-Vfw20220425041057-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-25T04:14:49.561Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-25T04:14:49.562Z||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-04-25T04:14:49.563Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as p0pYBRqFNxTvYN2F) ...
2022-04-25T04:14:49.575Z||pool-17-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T04:14:49.576Z||pool-17-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-04-25T04:14:50.462Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 40249654-4c91-4cad-b6cc-11af5ccafab7
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-25T04:14:50.496Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 40249654-4c91-4cad-b6cc-11af5ccafab7
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-04-25T04:14:50.499Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-25T04:14:50.499Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-25T04:14:50.499Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-25T04:15:20.500Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 40249654-4c91-4cad-b6cc-11af5ccafab7
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-25T04:15:20.524Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 40249654-4c91-4cad-b6cc-11af5ccafab7
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-04-25T04:15:20.527Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-25T04:15:20.527Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-25T04:15:20.527Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-25T04:15:26.853Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T04:15:26.854Z||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-04-25T04:15:26.854Z||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 p0pYBRqFNxTvYN2F) ...
2022-04-25T04:15:26.885Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T04:15:26.886Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-25T04:15:26.886Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "40249654-4c91-4cad-b6cc-11af5ccafab7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650860058361,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220425041057/1.0/resourceInstances/vfw754df07fb2190/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:15:26.887Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:15:50.528Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 40249654-4c91-4cad-b6cc-11af5ccafab7
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-25T04:15:50.552Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 40249654-4c91-4cad-b6cc-11af5ccafab7
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-04-25T04:15:50.555Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-25T04:15:50.555Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-25T04:15:50.556Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-25T04:16:20.556Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 40249654-4c91-4cad-b6cc-11af5ccafab7
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-25T04:16:20.569Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 40249654-4c91-4cad-b6cc-11af5ccafab7
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-04-25T04:16:20.572Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-25T04:16:20.572Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-25T04:16:20.572Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-25T04:16:26.853Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T04:16:26.854Z||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-04-25T04:16:26.854Z||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 p0pYBRqFNxTvYN2F) ...
2022-04-25T04:16:27.029Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T04:16:27.030Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-25T04:16:27.031Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "40249654-4c91-4cad-b6cc-11af5ccafab7",
  "consumerID": "policy-id",
  "timestamp": 1650860065997,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220425041057/1.0/resourceInstances/vfw754df07fb2190/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:16:27.032Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:16:50.572Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 40249654-4c91-4cad-b6cc-11af5ccafab7
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-25T04:16:50.600Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 40249654-4c91-4cad-b6cc-11af5ccafab7
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-04-25T04:16:50.604Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-25T04:16:50.604Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-25T04:16:50.604Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-25T04:17:20.605Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 40249654-4c91-4cad-b6cc-11af5ccafab7
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-25T04:17:20.622Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 40249654-4c91-4cad-b6cc-11af5ccafab7
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-04-25T04:17:20.625Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-25T04:17:20.625Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-25T04:17:20.625Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-25T04:17:26.853Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T04:17:26.854Z||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-04-25T04:17:26.854Z||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 p0pYBRqFNxTvYN2F) ...
2022-04-25T04:17:27.412Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T04:17:27.417Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-25T04:17:27.417Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "40249654-4c91-4cad-b6cc-11af5ccafab7",
  "consumerID": "dcae-sch",
  "timestamp": 1650860065975,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220425041057/1.0/resourceInstances/vfw754df07fb2190/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:17:27.418Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:17:27.418Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-25T04:17:27.418Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "40249654-4c91-4cad-b6cc-11af5ccafab7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650860066849,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220425041057/1.0/resourceInstances/vfw754df07fb2190/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:17:27.418Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:17:27.419Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-25T04:17:27.419Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "40249654-4c91-4cad-b6cc-11af5ccafab7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650860058361,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220425041057/1.0/resourceInstances/vfw754df07fb2190/artifacts/vfw754df07fb2190_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:17:27.419Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:17:27.419Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-25T04:17:27.419Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "40249654-4c91-4cad-b6cc-11af5ccafab7",
  "consumerID": "cds",
  "timestamp": 1650860062775,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220425041057/1.0/resourceInstances/vfw754df07fb2190/artifacts/vfw754df07fb2190_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:17:27.419Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:17:27.419Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-25T04:17:27.419Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "40249654-4c91-4cad-b6cc-11af5ccafab7",
  "consumerID": "policy-id",
  "timestamp": 1650860065997,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220425041057/1.0/resourceInstances/vfw754df07fb2190/artifacts/vfw754df07fb2190_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:17:27.420Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:17:27.420Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-25T04:17:27.420Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "40249654-4c91-4cad-b6cc-11af5ccafab7",
  "consumerID": "dcae-sch",
  "timestamp": 1650860065975,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220425041057/1.0/resourceInstances/vfw754df07fb2190/artifacts/vfw754df07fb2190_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:17:27.420Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:17:27.420Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-25T04:17:27.420Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "40249654-4c91-4cad-b6cc-11af5ccafab7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650860066849,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220425041057/1.0/resourceInstances/vfw754df07fb2190/artifacts/vfw754df07fb2190_modules.json",
  "status": "NOTIFIED"
}
2022-04-25T04:17:27.421Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:17:27.421Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-25T04:17:27.421Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "40249654-4c91-4cad-b6cc-11af5ccafab7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650860058361,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220425041057/1.0/resourceInstances/vfw754df07fb2190/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:17:27.421Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:17:27.421Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-25T04:17:27.421Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "40249654-4c91-4cad-b6cc-11af5ccafab7",
  "consumerID": "cds",
  "timestamp": 1650860062775,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220425041057/1.0/resourceInstances/vfw754df07fb2190/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:17:27.421Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:17:27.422Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-25T04:17:27.422Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "40249654-4c91-4cad-b6cc-11af5ccafab7",
  "consumerID": "policy-id",
  "timestamp": 1650860065997,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220425041057/1.0/resourceInstances/vfw754df07fb2190/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-04-25T04:17:27.422Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:17:27.422Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-25T04:17:27.422Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "40249654-4c91-4cad-b6cc-11af5ccafab7",
  "consumerID": "dcae-sch",
  "timestamp": 1650860065975,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220425041057/1.0/resourceInstances/vfw754df07fb2190/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:17:27.422Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:17:27.422Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-25T04:17:27.422Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "40249654-4c91-4cad-b6cc-11af5ccafab7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650860066849,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220425041057/1.0/resourceInstances/vfw754df07fb2190/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-04-25T04:17:27.423Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:17:27.423Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-25T04:17:27.423Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "40249654-4c91-4cad-b6cc-11af5ccafab7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650860058361,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220425041057/1.0/resourceInstances/vfw754df07fb2190/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:17:27.424Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:17:27.424Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-25T04:17:27.424Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "40249654-4c91-4cad-b6cc-11af5ccafab7",
  "consumerID": "cds",
  "timestamp": 1650860062775,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220425041057/1.0/resourceInstances/vfw754df07fb2190/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:17:27.425Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:17:27.425Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-25T04:17:27.425Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "40249654-4c91-4cad-b6cc-11af5ccafab7",
  "consumerID": "policy-id",
  "timestamp": 1650860065997,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220425041057/1.0/resourceInstances/vfw754df07fb2190/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:17:27.425Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:17:27.425Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-25T04:17:27.425Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "40249654-4c91-4cad-b6cc-11af5ccafab7",
  "consumerID": "dcae-sch",
  "timestamp": 1650860065975,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220425041057/1.0/resourceInstances/vfw754df07fb2190/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:17:27.425Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:17:27.426Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-25T04:17:27.426Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "40249654-4c91-4cad-b6cc-11af5ccafab7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650860066849,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220425041057/1.0/resourceInstances/vfw754df07fb2190/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:17:27.426Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:17:27.426Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-25T04:17:27.426Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "40249654-4c91-4cad-b6cc-11af5ccafab7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650860058361,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220425041057/1.0/resourceInstances/vfw754df07fb2190/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:17:27.427Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:17:27.427Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-25T04:17:27.427Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "40249654-4c91-4cad-b6cc-11af5ccafab7",
  "consumerID": "cds",
  "timestamp": 1650860062775,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220425041057/1.0/resourceInstances/vfw754df07fb2190/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:17:27.427Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:17:27.427Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-25T04:17:27.427Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "40249654-4c91-4cad-b6cc-11af5ccafab7",
  "consumerID": "policy-id",
  "timestamp": 1650860065997,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220425041057/1.0/resourceInstances/vfw754df07fb2190/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:17:27.428Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:17:27.428Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-25T04:17:27.428Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "40249654-4c91-4cad-b6cc-11af5ccafab7",
  "consumerID": "dcae-sch",
  "timestamp": 1650860065975,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220425041057/1.0/resourceInstances/vfw754df07fb2190/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:17:27.428Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:17:27.428Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-25T04:17:27.428Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "40249654-4c91-4cad-b6cc-11af5ccafab7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650860066849,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220425041057/1.0/resourceInstances/vfw754df07fb2190/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-04-25T04:17:27.429Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:17:27.429Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-25T04:17:27.429Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "40249654-4c91-4cad-b6cc-11af5ccafab7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650860071090,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220425041057/1.0/resourceInstances/vfw754df07fb2190/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:17:27.429Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:17:27.429Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-25T04:17:27.429Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "40249654-4c91-4cad-b6cc-11af5ccafab7",
  "consumerID": "cds",
  "timestamp": 1650860062775,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220425041057/1.0/artifacts/service-Vfw20220425041057-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:17:27.429Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:17:27.429Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-25T04:17:27.429Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "40249654-4c91-4cad-b6cc-11af5ccafab7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650860058361,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220425041057/1.0/artifacts/service-Vfw20220425041057-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:17:27.430Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:17:27.430Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-25T04:17:27.430Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "40249654-4c91-4cad-b6cc-11af5ccafab7",
  "consumerID": "policy-id",
  "timestamp": 1650860065997,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220425041057/1.0/artifacts/service-Vfw20220425041057-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:17:27.430Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:17:27.430Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-25T04:17:27.430Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "40249654-4c91-4cad-b6cc-11af5ccafab7",
  "consumerID": "dcae-sch",
  "timestamp": 1650860065975,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220425041057/1.0/artifacts/service-Vfw20220425041057-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:17:27.431Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:17:27.431Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-25T04:17:27.431Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "40249654-4c91-4cad-b6cc-11af5ccafab7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650860066849,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220425041057/1.0/artifacts/service-Vfw20220425041057-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:17:27.431Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:17:27.431Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-25T04:17:27.431Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "40249654-4c91-4cad-b6cc-11af5ccafab7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650860071090,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220425041057/1.0/resourceInstances/vfw754df07fb2190/artifacts/vfw754df07fb2190_modules.json",
  "status": "NOTIFIED"
}
2022-04-25T04:17:27.431Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:17:27.432Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-25T04:17:27.432Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "40249654-4c91-4cad-b6cc-11af5ccafab7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650860058361,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220425041057/1.0/artifacts/service-Vfw20220425041057-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:17:27.432Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:17:27.432Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-25T04:17:27.432Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "40249654-4c91-4cad-b6cc-11af5ccafab7",
  "consumerID": "policy-id",
  "timestamp": 1650860065997,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220425041057/1.0/artifacts/service-Vfw20220425041057-csar.csar",
  "status": "NOTIFIED"
}
2022-04-25T04:17:27.432Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:17:27.432Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-25T04:17:27.432Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "40249654-4c91-4cad-b6cc-11af5ccafab7",
  "consumerID": "cds",
  "timestamp": 1650860062775,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220425041057/1.0/artifacts/service-Vfw20220425041057-csar.csar",
  "status": "NOTIFIED"
}
2022-04-25T04:17:27.433Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:17:27.433Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-25T04:17:27.433Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "40249654-4c91-4cad-b6cc-11af5ccafab7",
  "consumerID": "dcae-sch",
  "timestamp": 1650860065975,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220425041057/1.0/artifacts/service-Vfw20220425041057-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:17:27.433Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:17:27.433Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-25T04:17:27.433Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "40249654-4c91-4cad-b6cc-11af5ccafab7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650860066849,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220425041057/1.0/artifacts/service-Vfw20220425041057-csar.csar",
  "status": "NOTIFIED"
}
2022-04-25T04:17:27.433Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:17:27.433Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-25T04:17:27.434Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "40249654-4c91-4cad-b6cc-11af5ccafab7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650860071090,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220425041057/1.0/resourceInstances/vfw754df07fb2190/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-04-25T04:17:27.434Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:17:27.434Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-25T04:17:27.434Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "40249654-4c91-4cad-b6cc-11af5ccafab7",
  "consumerID": "cds",
  "timestamp": 1650860074639,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220425041057/1.0/artifacts/service-Vfw20220425041057-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-25T04:17:27.434Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T04:17:27.434Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-25T04:17:27.434Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "40249654-4c91-4cad-b6cc-11af5ccafab7",
  "consumerID": "policy-id",
  "timestamp": 1650860074115,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220425041057/1.0/artifacts/service-Vfw20220425041057-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-25T04:17:27.435Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T04:17:27.435Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-25T04:17:27.435Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "40249654-4c91-4cad-b6cc-11af5ccafab7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650860071090,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220425041057/1.0/resourceInstances/vfw754df07fb2190/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:17:27.435Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:17:27.435Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-25T04:17:27.435Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "40249654-4c91-4cad-b6cc-11af5ccafab7",
  "consumerID": "cds",
  "timestamp": 1650860075685,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220425041057/1.0/artifacts/service-Vfw20220425041057-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-04-25T04:17:27.446Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 40249654-4c91-4cad-b6cc-11af5ccafab7
2022-04-25T04:17:27.446Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 40249654-4c91-4cad-b6cc-11af5ccafab7 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-04-25T04:17:27.456Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-25T04:17:27.457Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "40249654-4c91-4cad-b6cc-11af5ccafab7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650860075695,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220425041057/1.0/artifacts/service-Vfw20220425041057-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-25T04:17:27.457Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T04:17:27.457Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-25T04:17:27.457Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "40249654-4c91-4cad-b6cc-11af5ccafab7",
  "consumerID": "policy-id",
  "timestamp": 1650860075126,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220425041057/1.0/artifacts/service-Vfw20220425041057-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-25T04:17:27.458Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T04:17:27.458Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-25T04:17:27.458Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "40249654-4c91-4cad-b6cc-11af5ccafab7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650860071090,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220425041057/1.0/resourceInstances/vfw754df07fb2190/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-04-25T04:17:27.458Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:17:27.458Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-25T04:17:27.458Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "40249654-4c91-4cad-b6cc-11af5ccafab7",
  "consumerID": "policy-id",
  "timestamp": 1650860076131,
  "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-04-25T04:17:27.463Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 40249654-4c91-4cad-b6cc-11af5ccafab7
2022-04-25T04:17:27.464Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 40249654-4c91-4cad-b6cc-11af5ccafab7 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-04-25T04:17:27.474Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-25T04:17:27.474Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "40249654-4c91-4cad-b6cc-11af5ccafab7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650860071090,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220425041057/1.0/artifacts/service-Vfw20220425041057-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:17:27.475Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:17:27.475Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-25T04:17:27.475Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "40249654-4c91-4cad-b6cc-11af5ccafab7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650860071090,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220425041057/1.0/artifacts/service-Vfw20220425041057-csar.csar",
  "status": "NOTIFIED"
}
2022-04-25T04:17:27.475Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:17:27.475Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-25T04:17:27.475Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "40249654-4c91-4cad-b6cc-11af5ccafab7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650860079231,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220425041057/1.0/resourceInstances/vfw754df07fb2190/artifacts/vfw754df07fb2190_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-25T04:17:27.475Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T04:17:27.475Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-25T04:17:27.476Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "40249654-4c91-4cad-b6cc-11af5ccafab7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650860080631,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220425041057/1.0/resourceInstances/vfw754df07fb2190/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-25T04:17:27.476Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T04:17:27.476Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-25T04:17:27.476Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "40249654-4c91-4cad-b6cc-11af5ccafab7",
  "consumerID": "clamp",
  "timestamp": 1650860080372,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220425041057/1.0/resourceInstances/vfw754df07fb2190/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:17:27.476Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:17:27.476Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-25T04:17:27.476Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "40249654-4c91-4cad-b6cc-11af5ccafab7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650860081653,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220425041057/1.0/resourceInstances/vfw754df07fb2190/artifacts/vfw754df07fb2190_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-25T04:17:27.477Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T04:17:27.477Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-25T04:17:27.477Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "40249654-4c91-4cad-b6cc-11af5ccafab7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650860081040,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220425041057/1.0/resourceInstances/vfw754df07fb2190/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:17:27.477Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:17:27.477Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-25T04:17:27.477Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "40249654-4c91-4cad-b6cc-11af5ccafab7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650860082237,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220425041057/1.0/resourceInstances/vfw754df07fb2190/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-04-25T04:17:27.478Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T04:17:27.478Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-25T04:17:27.478Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "40249654-4c91-4cad-b6cc-11af5ccafab7",
  "consumerID": "aai-ml",
  "timestamp": 1650860081419,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220425041057/1.0/resourceInstances/vfw754df07fb2190/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:17:27.478Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:17:27.478Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-25T04:17:27.478Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "40249654-4c91-4cad-b6cc-11af5ccafab7",
  "consumerID": "clamp",
  "timestamp": 1650860080372,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220425041057/1.0/resourceInstances/vfw754df07fb2190/artifacts/vfw754df07fb2190_modules.json",
  "status": "NOTIFIED"
}
2022-04-25T04:17:27.478Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:17:27.479Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-25T04:17:27.479Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "40249654-4c91-4cad-b6cc-11af5ccafab7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650860081040,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220425041057/1.0/resourceInstances/vfw754df07fb2190/artifacts/vfw754df07fb2190_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:17:27.479Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:17:27.479Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-25T04:17:27.480Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "40249654-4c91-4cad-b6cc-11af5ccafab7",
  "consumerID": "aai-ml",
  "timestamp": 1650860081419,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220425041057/1.0/resourceInstances/vfw754df07fb2190/artifacts/vfw754df07fb2190_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:17:27.480Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:17:27.480Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-25T04:17:27.480Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "40249654-4c91-4cad-b6cc-11af5ccafab7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650860083373,
  "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-04-25T04:17:27.486Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 40249654-4c91-4cad-b6cc-11af5ccafab7
2022-04-25T04:17:27.487Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 40249654-4c91-4cad-b6cc-11af5ccafab7 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-04-25T04:17:27.498Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-25T04:17:27.498Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "40249654-4c91-4cad-b6cc-11af5ccafab7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650860083459,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220425041057/1.0/resourceInstances/vfw754df07fb2190/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-25T04:17:27.498Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T04:17:27.498Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-25T04:17:27.499Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "40249654-4c91-4cad-b6cc-11af5ccafab7",
  "consumerID": "clamp",
  "timestamp": 1650860080372,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220425041057/1.0/resourceInstances/vfw754df07fb2190/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:17:27.499Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:17:27.499Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-25T04:17:27.499Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "40249654-4c91-4cad-b6cc-11af5ccafab7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650860081040,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220425041057/1.0/resourceInstances/vfw754df07fb2190/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:17:27.499Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:17:27.500Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-25T04:17:27.500Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "40249654-4c91-4cad-b6cc-11af5ccafab7",
  "consumerID": "aai-ml",
  "timestamp": 1650860081419,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220425041057/1.0/resourceInstances/vfw754df07fb2190/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:17:27.500Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:17:27.500Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-25T04:17:27.500Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "40249654-4c91-4cad-b6cc-11af5ccafab7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650860084378,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220425041057/1.0/resourceInstances/vfw754df07fb2190/artifacts/vfw754df07fb2190_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-25T04:17:27.501Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T04:17:27.501Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-25T04:17:27.501Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "40249654-4c91-4cad-b6cc-11af5ccafab7",
  "consumerID": "clamp",
  "timestamp": 1650860080372,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220425041057/1.0/resourceInstances/vfw754df07fb2190/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:17:27.501Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:17:27.501Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-25T04:17:27.501Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "40249654-4c91-4cad-b6cc-11af5ccafab7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650860081040,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220425041057/1.0/resourceInstances/vfw754df07fb2190/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:17:27.502Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:17:27.502Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-25T04:17:27.502Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "40249654-4c91-4cad-b6cc-11af5ccafab7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650860084958,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220425041057/1.0/resourceInstances/vfw754df07fb2190/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-04-25T04:17:27.502Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T04:17:27.502Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-25T04:17:27.503Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "40249654-4c91-4cad-b6cc-11af5ccafab7",
  "consumerID": "aai-ml",
  "timestamp": 1650860081419,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220425041057/1.0/resourceInstances/vfw754df07fb2190/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:17:27.503Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:17:27.503Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-25T04:17:27.503Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "40249654-4c91-4cad-b6cc-11af5ccafab7",
  "consumerID": "clamp",
  "timestamp": 1650860080372,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220425041057/1.0/resourceInstances/vfw754df07fb2190/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:17:27.503Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:17:27.504Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-25T04:17:27.504Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "40249654-4c91-4cad-b6cc-11af5ccafab7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650860081040,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220425041057/1.0/resourceInstances/vfw754df07fb2190/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:17:27.504Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:17:27.504Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-25T04:17:27.504Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "40249654-4c91-4cad-b6cc-11af5ccafab7",
  "consumerID": "aai-ml",
  "timestamp": 1650860081419,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220425041057/1.0/resourceInstances/vfw754df07fb2190/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:17:27.505Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:17:27.505Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-25T04:17:27.505Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "40249654-4c91-4cad-b6cc-11af5ccafab7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650860086440,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220425041057/1.0/resourceInstances/vfw754df07fb2190/artifacts/vfw754df07fb2190_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-25T04:17:27.505Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T04:17:27.505Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-25T04:17:27.505Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "40249654-4c91-4cad-b6cc-11af5ccafab7",
  "consumerID": "clamp",
  "timestamp": 1650860080372,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220425041057/1.0/artifacts/service-Vfw20220425041057-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:17:27.506Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:17:27.506Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-25T04:17:27.506Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "40249654-4c91-4cad-b6cc-11af5ccafab7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650860081040,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220425041057/1.0/artifacts/service-Vfw20220425041057-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:17:27.506Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:17:27.507Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-25T04:17:27.507Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "40249654-4c91-4cad-b6cc-11af5ccafab7",
  "consumerID": "aai-ml",
  "timestamp": 1650860081419,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220425041057/1.0/artifacts/service-Vfw20220425041057-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:17:27.507Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:17:27.507Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-25T04:17:27.507Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "40249654-4c91-4cad-b6cc-11af5ccafab7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650860087446,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220425041057/1.0/resourceInstances/vfw754df07fb2190/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-04-25T04:17:27.508Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T04:17:27.508Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-25T04:17:27.508Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "40249654-4c91-4cad-b6cc-11af5ccafab7",
  "consumerID": "clamp",
  "timestamp": 1650860080372,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220425041057/1.0/artifacts/service-Vfw20220425041057-csar.csar",
  "status": "NOTIFIED"
}
2022-04-25T04:17:27.508Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:17:27.508Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-25T04:17:27.508Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "40249654-4c91-4cad-b6cc-11af5ccafab7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650860081040,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220425041057/1.0/artifacts/service-Vfw20220425041057-csar.csar",
  "status": "NOTIFIED"
}
2022-04-25T04:17:27.509Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:17:27.509Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-25T04:17:27.509Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "40249654-4c91-4cad-b6cc-11af5ccafab7",
  "consumerID": "aai-ml",
  "timestamp": 1650860081419,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220425041057/1.0/artifacts/service-Vfw20220425041057-csar.csar",
  "status": "NOTIFIED"
}
2022-04-25T04:17:27.509Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:17:27.509Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-25T04:17:27.509Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "40249654-4c91-4cad-b6cc-11af5ccafab7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650860088452,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220425041057/1.0/resourceInstances/vfw754df07fb2190/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-04-25T04:17:27.510Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T04:17:27.510Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-25T04:17:27.510Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "40249654-4c91-4cad-b6cc-11af5ccafab7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650860089386,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220425041057/1.0/artifacts/service-Vfw20220425041057-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-25T04:17:27.511Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T04:17:27.511Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-25T04:17:27.511Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "40249654-4c91-4cad-b6cc-11af5ccafab7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650860089457,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220425041057/1.0/artifacts/service-Vfw20220425041057-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-25T04:17:27.512Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T04:17:27.512Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-25T04:17:27.512Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "40249654-4c91-4cad-b6cc-11af5ccafab7",
  "consumerID": "aai-ml",
  "timestamp": 1650860089624,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220425041057/1.0/artifacts/service-Vfw20220425041057-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-25T04:17:27.513Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T04:17:27.513Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-25T04:17:27.513Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "40249654-4c91-4cad-b6cc-11af5ccafab7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650860098434,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220425041057/1.0/artifacts/service-Vfw20220425041057-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-25T04:17:27.513Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T04:17:27.514Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-25T04:17:27.514Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "40249654-4c91-4cad-b6cc-11af5ccafab7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650860099443,
  "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-04-25T04:17:27.521Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 40249654-4c91-4cad-b6cc-11af5ccafab7
2022-04-25T04:17:27.521Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 40249654-4c91-4cad-b6cc-11af5ccafab7 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-04-25T04:17:27.531Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-25T04:17:27.531Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "40249654-4c91-4cad-b6cc-11af5ccafab7",
  "consumerID": "clamp",
  "timestamp": 1650860099952,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220425041057/1.0/artifacts/service-Vfw20220425041057-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-25T04:17:27.532Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T04:17:27.533Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-25T04:17:27.533Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "40249654-4c91-4cad-b6cc-11af5ccafab7",
  "consumerID": "clamp",
  "timestamp": 1650860101954,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220425041057/1.0/artifacts/service-Vfw20220425041057-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-25T04:17:27.533Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T04:17:27.534Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-25T04:17:27.534Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "40249654-4c91-4cad-b6cc-11af5ccafab7",
  "consumerID": "clamp",
  "timestamp": 1650860102958,
  "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-04-25T04:17:27.541Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 40249654-4c91-4cad-b6cc-11af5ccafab7
2022-04-25T04:17:27.541Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 40249654-4c91-4cad-b6cc-11af5ccafab7 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-04-25T04:17:27.551Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-25T04:17:27.551Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "40249654-4c91-4cad-b6cc-11af5ccafab7",
  "consumerID": "aai-ml",
  "timestamp": 1650860110085,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220425041057/1.0/artifacts/service-Vfw20220425041057-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-25T04:17:27.552Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T04:17:27.552Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-25T04:17:27.552Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "40249654-4c91-4cad-b6cc-11af5ccafab7",
  "consumerID": "aai-ml",
  "timestamp": 1650860111093,
  "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-04-25T04:17:27.558Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 40249654-4c91-4cad-b6cc-11af5ccafab7
2022-04-25T04:17:27.559Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 40249654-4c91-4cad-b6cc-11af5ccafab7 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-04-25T04:17:50.625Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 40249654-4c91-4cad-b6cc-11af5ccafab7
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-25T04:17:50.639Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 40249654-4c91-4cad-b6cc-11af5ccafab7
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-04-25T04:17:50.642Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-25T04:17:50.643Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-25T04:17:50.643Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-04-25T04:17:50.643Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-04-25T04:17:50.643Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-25T04:17:50.643Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-25T04:17:50.643Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-25T04:17:50.644Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-25T04:17:50.644Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-25T04:17:50.649Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-25T04:17:50.650Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-25T04:17:50.657Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-04-25T04:18:20.657Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 40249654-4c91-4cad-b6cc-11af5ccafab7 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-04-25T04:18:20.668Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 40249654-4c91-4cad-b6cc-11af5ccafab7 and serviceModelVersionId: 3da61a80-55fe-4b31-86c4-0047f876d323
2022-04-25T04:18:20.669Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : e1c79530-0ea5-4a1b-baf3-222ae0e1bc83
2022-04-25T04:18:26.853Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T04:18:26.854Z||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-04-25T04:18:26.854Z||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 p0pYBRqFNxTvYN2F) ...
2022-04-25T04:18:27.525Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T04:18:27.527Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-25T04:18:27.528Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31fb102f-7542-4c74-a431-243b33d6ad62",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650860271094,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJhhmxo/1.0/resourceInstances/basic_onboard_jhhmxo0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:18:27.529Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:18:27.529Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-25T04:18:27.529Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31fb102f-7542-4c74-a431-243b33d6ad62",
  "consumerID": "dcae-sch",
  "timestamp": 1650860265975,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJhhmxo/1.0/resourceInstances/basic_onboard_jhhmxo0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:18:27.529Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:18:27.530Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-25T04:18:27.530Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31fb102f-7542-4c74-a431-243b33d6ad62",
  "consumerID": "policy-id",
  "timestamp": 1650860265997,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJhhmxo/1.0/resourceInstances/basic_onboard_jhhmxo0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:18:27.530Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:18:27.530Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-25T04:18:27.530Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31fb102f-7542-4c74-a431-243b33d6ad62",
  "consumerID": "cds",
  "timestamp": 1650860272774,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJhhmxo/1.0/resourceInstances/basic_onboard_jhhmxo0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:18:27.530Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:18:27.530Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-25T04:18:27.530Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31fb102f-7542-4c74-a431-243b33d6ad62",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650860271094,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJhhmxo/1.0/resourceInstances/basic_onboard_jhhmxo0/artifacts/basic_onboard_jhhmxo0_modules.json",
  "status": "NOTIFIED"
}
2022-04-25T04:18:27.530Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:18:27.531Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-25T04:18:27.531Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31fb102f-7542-4c74-a431-243b33d6ad62",
  "consumerID": "dcae-sch",
  "timestamp": 1650860265975,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJhhmxo/1.0/resourceInstances/basic_onboard_jhhmxo0/artifacts/basic_onboard_jhhmxo0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:18:27.531Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:18:27.531Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-25T04:18:27.531Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31fb102f-7542-4c74-a431-243b33d6ad62",
  "consumerID": "policy-id",
  "timestamp": 1650860265997,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJhhmxo/1.0/resourceInstances/basic_onboard_jhhmxo0/artifacts/basic_onboard_jhhmxo0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:18:27.531Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:18:27.531Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-25T04:18:27.531Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31fb102f-7542-4c74-a431-243b33d6ad62",
  "consumerID": "cds",
  "timestamp": 1650860272774,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJhhmxo/1.0/resourceInstances/basic_onboard_jhhmxo0/artifacts/basic_onboard_jhhmxo0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:18:27.532Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:18:27.532Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-25T04:18:27.532Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31fb102f-7542-4c74-a431-243b33d6ad62",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650860271094,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJhhmxo/1.0/resourceInstances/basic_onboard_jhhmxo0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-04-25T04:18:27.532Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:18:27.532Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-25T04:18:27.532Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31fb102f-7542-4c74-a431-243b33d6ad62",
  "consumerID": "policy-id",
  "timestamp": 1650860265997,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJhhmxo/1.0/resourceInstances/basic_onboard_jhhmxo0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-04-25T04:18:27.533Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:18:27.533Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-25T04:18:27.533Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31fb102f-7542-4c74-a431-243b33d6ad62",
  "consumerID": "dcae-sch",
  "timestamp": 1650860265975,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJhhmxo/1.0/resourceInstances/basic_onboard_jhhmxo0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:18:27.533Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:18:27.533Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-25T04:18:27.533Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31fb102f-7542-4c74-a431-243b33d6ad62",
  "consumerID": "cds",
  "timestamp": 1650860272774,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJhhmxo/1.0/resourceInstances/basic_onboard_jhhmxo0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:18:27.533Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:18:27.534Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-25T04:18:27.534Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31fb102f-7542-4c74-a431-243b33d6ad62",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650860271094,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJhhmxo/1.0/resourceInstances/basic_onboard_jhhmxo0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:18:27.534Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:18:27.534Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-25T04:18:27.534Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31fb102f-7542-4c74-a431-243b33d6ad62",
  "consumerID": "dcae-sch",
  "timestamp": 1650860265975,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJhhmxo/1.0/resourceInstances/basic_onboard_jhhmxo0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:18:27.534Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:18:27.534Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-25T04:18:27.534Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31fb102f-7542-4c74-a431-243b33d6ad62",
  "consumerID": "policy-id",
  "timestamp": 1650860265997,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJhhmxo/1.0/resourceInstances/basic_onboard_jhhmxo0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:18:27.535Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:18:27.535Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-25T04:18:27.535Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31fb102f-7542-4c74-a431-243b33d6ad62",
  "consumerID": "cds",
  "timestamp": 1650860272774,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJhhmxo/1.0/resourceInstances/basic_onboard_jhhmxo0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:18:27.535Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:18:27.535Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-25T04:18:27.535Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31fb102f-7542-4c74-a431-243b33d6ad62",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650860271094,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJhhmxo/1.0/resourceInstances/basic_onboard_jhhmxo0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-04-25T04:18:27.535Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:18:27.535Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-25T04:18:27.536Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31fb102f-7542-4c74-a431-243b33d6ad62",
  "consumerID": "dcae-sch",
  "timestamp": 1650860265975,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJhhmxo/1.0/resourceInstances/basic_onboard_jhhmxo0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:18:27.536Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:18:27.536Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-25T04:18:27.536Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31fb102f-7542-4c74-a431-243b33d6ad62",
  "consumerID": "policy-id",
  "timestamp": 1650860265997,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJhhmxo/1.0/resourceInstances/basic_onboard_jhhmxo0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:18:27.536Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:18:27.536Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-25T04:18:27.536Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31fb102f-7542-4c74-a431-243b33d6ad62",
  "consumerID": "cds",
  "timestamp": 1650860272774,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJhhmxo/1.0/resourceInstances/basic_onboard_jhhmxo0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:18:27.537Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:18:27.537Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-25T04:18:27.537Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31fb102f-7542-4c74-a431-243b33d6ad62",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650860271094,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJhhmxo/1.0/artifacts/service-BasicOnboardJhhmxo-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:18:27.537Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:18:27.537Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-25T04:18:27.537Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31fb102f-7542-4c74-a431-243b33d6ad62",
  "consumerID": "dcae-sch",
  "timestamp": 1650860265975,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJhhmxo/1.0/artifacts/service-BasicOnboardJhhmxo-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:18:27.537Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:18:27.538Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-25T04:18:27.538Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31fb102f-7542-4c74-a431-243b33d6ad62",
  "consumerID": "policy-id",
  "timestamp": 1650860265997,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJhhmxo/1.0/artifacts/service-BasicOnboardJhhmxo-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:18:27.538Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:18:27.538Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-25T04:18:27.538Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31fb102f-7542-4c74-a431-243b33d6ad62",
  "consumerID": "cds",
  "timestamp": 1650860272774,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJhhmxo/1.0/artifacts/service-BasicOnboardJhhmxo-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:18:27.538Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:18:27.538Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-25T04:18:27.539Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31fb102f-7542-4c74-a431-243b33d6ad62",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650860271094,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJhhmxo/1.0/artifacts/service-BasicOnboardJhhmxo-csar.csar",
  "status": "NOTIFIED"
}
2022-04-25T04:18:27.539Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:18:27.539Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-25T04:18:27.539Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31fb102f-7542-4c74-a431-243b33d6ad62",
  "consumerID": "policy-id",
  "timestamp": 1650860265997,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJhhmxo/1.0/artifacts/service-BasicOnboardJhhmxo-csar.csar",
  "status": "NOTIFIED"
}
2022-04-25T04:18:27.539Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:18:27.539Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-25T04:18:27.539Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31fb102f-7542-4c74-a431-243b33d6ad62",
  "consumerID": "dcae-sch",
  "timestamp": 1650860265975,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJhhmxo/1.0/artifacts/service-BasicOnboardJhhmxo-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:18:27.539Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:18:27.540Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-25T04:18:27.540Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31fb102f-7542-4c74-a431-243b33d6ad62",
  "consumerID": "cds",
  "timestamp": 1650860272774,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJhhmxo/1.0/artifacts/service-BasicOnboardJhhmxo-csar.csar",
  "status": "NOTIFIED"
}
2022-04-25T04:18:27.540Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:18:27.540Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-25T04:18:27.540Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31fb102f-7542-4c74-a431-243b33d6ad62",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650860278361,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJhhmxo/1.0/resourceInstances/basic_onboard_jhhmxo0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:18:27.540Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:18:27.540Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-25T04:18:27.540Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31fb102f-7542-4c74-a431-243b33d6ad62",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650860280377,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJhhmxo/1.0/resourceInstances/basic_onboard_jhhmxo0/artifacts/basic_onboard_jhhmxo0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-25T04:18:27.541Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T04:18:27.541Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-25T04:18:27.541Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31fb102f-7542-4c74-a431-243b33d6ad62",
  "consumerID": "policy-id",
  "timestamp": 1650860279904,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJhhmxo/1.0/artifacts/service-BasicOnboardJhhmxo-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-25T04:18:27.541Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T04:18:27.541Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-25T04:18:27.541Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31fb102f-7542-4c74-a431-243b33d6ad62",
  "consumerID": "cds",
  "timestamp": 1650860280694,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJhhmxo/1.0/artifacts/service-BasicOnboardJhhmxo-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-25T04:18:27.542Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T04:18:27.542Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-25T04:18:27.542Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31fb102f-7542-4c74-a431-243b33d6ad62",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650860278361,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJhhmxo/1.0/resourceInstances/basic_onboard_jhhmxo0/artifacts/basic_onboard_jhhmxo0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:18:27.542Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:18:27.542Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-25T04:18:27.542Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31fb102f-7542-4c74-a431-243b33d6ad62",
  "consumerID": "policy-id",
  "timestamp": 1650860280909,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJhhmxo/1.0/artifacts/service-BasicOnboardJhhmxo-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-25T04:18:27.542Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T04:18:27.542Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-25T04:18:27.542Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31fb102f-7542-4c74-a431-243b33d6ad62",
  "consumerID": "cds",
  "timestamp": 1650860281702,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJhhmxo/1.0/artifacts/service-BasicOnboardJhhmxo-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-04-25T04:18:27.590Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 31fb102f-7542-4c74-a431-243b33d6ad62
2022-04-25T04:18:27.591Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 31fb102f-7542-4c74-a431-243b33d6ad62 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-04-25T04:18:27.599Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-25T04:18:27.600Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31fb102f-7542-4c74-a431-243b33d6ad62",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650860278361,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJhhmxo/1.0/resourceInstances/basic_onboard_jhhmxo0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:18:27.600Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:18:27.600Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-25T04:18:27.600Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31fb102f-7542-4c74-a431-243b33d6ad62",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650860281682,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJhhmxo/1.0/resourceInstances/basic_onboard_jhhmxo0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-25T04:18:27.600Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T04:18:27.601Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-25T04:18:27.601Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31fb102f-7542-4c74-a431-243b33d6ad62",
  "consumerID": "policy-id",
  "timestamp": 1650860281913,
  "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-04-25T04:18:27.606Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 31fb102f-7542-4c74-a431-243b33d6ad62
2022-04-25T04:18:27.606Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 31fb102f-7542-4c74-a431-243b33d6ad62 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-04-25T04:18:27.615Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-25T04:18:27.615Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31fb102f-7542-4c74-a431-243b33d6ad62",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650860278361,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJhhmxo/1.0/resourceInstances/basic_onboard_jhhmxo0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:18:27.615Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:18:27.615Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-25T04:18:27.616Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31fb102f-7542-4c74-a431-243b33d6ad62",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650860282966,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJhhmxo/1.0/resourceInstances/basic_onboard_jhhmxo0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-04-25T04:18:27.616Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T04:18:27.616Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-25T04:18:27.616Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31fb102f-7542-4c74-a431-243b33d6ad62",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650860278361,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJhhmxo/1.0/resourceInstances/basic_onboard_jhhmxo0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:18:27.616Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:18:27.617Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-25T04:18:27.617Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31fb102f-7542-4c74-a431-243b33d6ad62",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650860284002,
  "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-04-25T04:18:27.622Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 31fb102f-7542-4c74-a431-243b33d6ad62
2022-04-25T04:18:27.622Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 31fb102f-7542-4c74-a431-243b33d6ad62 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-04-25T04:18:27.630Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-25T04:18:27.630Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31fb102f-7542-4c74-a431-243b33d6ad62",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650860278361,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJhhmxo/1.0/artifacts/service-BasicOnboardJhhmxo-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:18:27.630Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:18:27.630Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-25T04:18:27.630Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31fb102f-7542-4c74-a431-243b33d6ad62",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650860285007,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJhhmxo/1.0/resourceInstances/basic_onboard_jhhmxo0/artifacts/basic_onboard_jhhmxo0_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-25T04:18:27.631Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T04:18:27.631Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-25T04:18:27.631Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31fb102f-7542-4c74-a431-243b33d6ad62",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650860278361,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJhhmxo/1.0/artifacts/service-BasicOnboardJhhmxo-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:18:27.631Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:18:27.632Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-25T04:18:27.632Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31fb102f-7542-4c74-a431-243b33d6ad62",
  "consumerID": "clamp",
  "timestamp": 1650860290372,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJhhmxo/1.0/resourceInstances/basic_onboard_jhhmxo0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:18:27.632Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:18:27.632Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-25T04:18:27.632Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31fb102f-7542-4c74-a431-243b33d6ad62",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650860291040,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJhhmxo/1.0/resourceInstances/basic_onboard_jhhmxo0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:18:27.633Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:18:27.633Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-25T04:18:27.633Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31fb102f-7542-4c74-a431-243b33d6ad62",
  "consumerID": "aai-ml",
  "timestamp": 1650860291419,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJhhmxo/1.0/resourceInstances/basic_onboard_jhhmxo0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:18:27.633Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:18:27.633Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-25T04:18:27.633Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31fb102f-7542-4c74-a431-243b33d6ad62",
  "consumerID": "clamp",
  "timestamp": 1650860290372,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJhhmxo/1.0/resourceInstances/basic_onboard_jhhmxo0/artifacts/basic_onboard_jhhmxo0_modules.json",
  "status": "NOTIFIED"
}
2022-04-25T04:18:27.634Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:18:27.634Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-25T04:18:27.634Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31fb102f-7542-4c74-a431-243b33d6ad62",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650860291040,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJhhmxo/1.0/resourceInstances/basic_onboard_jhhmxo0/artifacts/basic_onboard_jhhmxo0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:18:27.634Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:18:27.634Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-25T04:18:27.635Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31fb102f-7542-4c74-a431-243b33d6ad62",
  "consumerID": "aai-ml",
  "timestamp": 1650860291419,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJhhmxo/1.0/resourceInstances/basic_onboard_jhhmxo0/artifacts/basic_onboard_jhhmxo0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:18:27.635Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:18:27.635Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-25T04:18:27.635Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31fb102f-7542-4c74-a431-243b33d6ad62",
  "consumerID": "clamp",
  "timestamp": 1650860290372,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJhhmxo/1.0/resourceInstances/basic_onboard_jhhmxo0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:18:27.636Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:18:27.636Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-25T04:18:27.636Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31fb102f-7542-4c74-a431-243b33d6ad62",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650860291040,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJhhmxo/1.0/resourceInstances/basic_onboard_jhhmxo0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:18:27.636Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:18:27.636Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-25T04:18:27.636Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31fb102f-7542-4c74-a431-243b33d6ad62",
  "consumerID": "aai-ml",
  "timestamp": 1650860291419,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJhhmxo/1.0/resourceInstances/basic_onboard_jhhmxo0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:18:27.637Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:18:27.637Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-25T04:18:27.637Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31fb102f-7542-4c74-a431-243b33d6ad62",
  "consumerID": "clamp",
  "timestamp": 1650860290372,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJhhmxo/1.0/resourceInstances/basic_onboard_jhhmxo0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:18:27.637Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:18:27.637Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-25T04:18:27.637Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31fb102f-7542-4c74-a431-243b33d6ad62",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650860291040,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJhhmxo/1.0/resourceInstances/basic_onboard_jhhmxo0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:18:27.638Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:18:27.638Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-25T04:18:27.638Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31fb102f-7542-4c74-a431-243b33d6ad62",
  "consumerID": "aai-ml",
  "timestamp": 1650860291419,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJhhmxo/1.0/resourceInstances/basic_onboard_jhhmxo0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:18:27.638Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:18:27.638Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-25T04:18:27.638Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31fb102f-7542-4c74-a431-243b33d6ad62",
  "consumerID": "clamp",
  "timestamp": 1650860290372,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJhhmxo/1.0/resourceInstances/basic_onboard_jhhmxo0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:18:27.639Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:18:27.639Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-25T04:18:27.639Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31fb102f-7542-4c74-a431-243b33d6ad62",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650860291040,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJhhmxo/1.0/resourceInstances/basic_onboard_jhhmxo0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:18:27.639Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:18:27.639Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-25T04:18:27.639Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31fb102f-7542-4c74-a431-243b33d6ad62",
  "consumerID": "aai-ml",
  "timestamp": 1650860291419,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJhhmxo/1.0/resourceInstances/basic_onboard_jhhmxo0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:18:27.640Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:18:27.640Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-25T04:18:27.640Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31fb102f-7542-4c74-a431-243b33d6ad62",
  "consumerID": "clamp",
  "timestamp": 1650860290372,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJhhmxo/1.0/artifacts/service-BasicOnboardJhhmxo-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:18:27.640Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:18:27.640Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-25T04:18:27.640Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31fb102f-7542-4c74-a431-243b33d6ad62",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650860291040,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJhhmxo/1.0/artifacts/service-BasicOnboardJhhmxo-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:18:27.641Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:18:27.641Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-25T04:18:27.641Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31fb102f-7542-4c74-a431-243b33d6ad62",
  "consumerID": "aai-ml",
  "timestamp": 1650860291419,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJhhmxo/1.0/artifacts/service-BasicOnboardJhhmxo-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:18:27.641Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:18:27.641Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-25T04:18:27.641Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31fb102f-7542-4c74-a431-243b33d6ad62",
  "consumerID": "clamp",
  "timestamp": 1650860290372,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJhhmxo/1.0/artifacts/service-BasicOnboardJhhmxo-csar.csar",
  "status": "NOTIFIED"
}
2022-04-25T04:18:27.641Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:18:27.642Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-25T04:18:27.642Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31fb102f-7542-4c74-a431-243b33d6ad62",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650860291040,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJhhmxo/1.0/artifacts/service-BasicOnboardJhhmxo-csar.csar",
  "status": "NOTIFIED"
}
2022-04-25T04:18:27.642Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:18:27.642Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-25T04:18:27.642Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31fb102f-7542-4c74-a431-243b33d6ad62",
  "consumerID": "aai-ml",
  "timestamp": 1650860291419,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJhhmxo/1.0/artifacts/service-BasicOnboardJhhmxo-csar.csar",
  "status": "NOTIFIED"
}
2022-04-25T04:18:27.642Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:18:27.643Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-25T04:18:27.643Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31fb102f-7542-4c74-a431-243b33d6ad62",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650860299435,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJhhmxo/1.0/artifacts/service-BasicOnboardJhhmxo-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-25T04:18:27.643Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T04:18:27.643Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-25T04:18:27.643Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31fb102f-7542-4c74-a431-243b33d6ad62",
  "consumerID": "aai-ml",
  "timestamp": 1650860299398,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJhhmxo/1.0/artifacts/service-BasicOnboardJhhmxo-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-25T04:18:27.643Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T04:18:27.643Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-25T04:18:27.643Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31fb102f-7542-4c74-a431-243b33d6ad62",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650860303068,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJhhmxo/1.0/artifacts/service-BasicOnboardJhhmxo-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-25T04:18:27.644Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T04:18:27.644Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-25T04:18:27.644Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31fb102f-7542-4c74-a431-243b33d6ad62",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650860304077,
  "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-04-25T04:18:27.649Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 31fb102f-7542-4c74-a431-243b33d6ad62
2022-04-25T04:18:27.650Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 31fb102f-7542-4c74-a431-243b33d6ad62 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-04-25T04:18:38.494Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/e1c79530-0ea5-4a1b-baf3-222ae0e1bc83/model-vers/model-ver/3da61a80-55fe-4b31-86c4-0047f876d323?depth=0
2022-04-25T04:18:38.626Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2022-04-25T04:18:39.273Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e1c79530-0ea5-4a1b-baf3-222ae0e1bc83/model-vers/model-ver/3da61a80-55fe-4b31-86c4-0047f876d323?depth=0|INFO|500||Invoke
2022-04-25T04:18:39.285Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e1c79530-0ea5-4a1b-baf3-222ae0e1bc83/model-vers/model-ver/3da61a80-55fe-4b31-86c4-0047f876d323?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e1c79530-0ea5-4a1b-baf3-222ae0e1bc83/model-vers/model-ver/3da61a80-55fe-4b31-86c4-0047f876d323?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[40249654-4c91-4cad-b6cc-11af5ccafab7], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[9b089519-0dcc-42f2-b0a0-0aec4f6376ad], X-ECOMP-RequestID=[40249654-4c91-4cad-b6cc-11af5ccafab7], X-TransactionId=[], X-ONAP-RequestID=[40249654-4c91-4cad-b6cc-11af5ccafab7], Content-Type=[application/merge-patch+json]}
2022-04-25T04:18:39.465Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e1c79530-0ea5-4a1b-baf3-222ae0e1bc83/model-vers/model-ver/3da61a80-55fe-4b31-86c4-0047f876d323?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-04-25T04:18:40.092Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e1c79530-0ea5-4a1b-baf3-222ae0e1bc83/model-vers/model-ver/3da61a80-55fe-4b31-86c4-0047f876d323?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/e1c79530-0ea5-4a1b-baf3-222ae0e1bc83/model-vers/model-ver/3da61a80-55fe-4b31-86c4-0047f876d323?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220425-04:18:38:970-30921], vertex-id=[176288], Content-Length=[0], Date=[Mon, 25 Apr 2022 04:18:38 GMT], Content-Type=[application/json]}
2022-04-25T04:18:40.093Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e1c79530-0ea5-4a1b-baf3-222ae0e1bc83/model-vers/model-ver/3da61a80-55fe-4b31-86c4-0047f876d323?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-04-25T04:18:40.094Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e1c79530-0ea5-4a1b-baf3-222ae0e1bc83/model-vers/model-ver/3da61a80-55fe-4b31-86c4-0047f876d323?depth=0|INFO|500||InvokeReturn
2022-04-25T04:18:40.100Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-04-25T04:18:40.100Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-25T04:18:40.109Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-04-25T04:18:40.110Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 40249654-4c91-4cad-b6cc-11af5ccafab7 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-04-25T04:18:40.111Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-04-25T04:18:40.112Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-04-25T04:18:40.115Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-25T04:18:40.115Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "40249654-4c91-4cad-b6cc-11af5ccafab7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650860320110,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-04-25T04:18:40.215Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-25T04:18:40.217Z||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-04-25T04:18:40.217Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as p0pYBRqFNxTvYN2F) ...
2022-04-25T04:18:40.259Z||pool-18-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T04:18:40.260Z||pool-18-thread-1|||||INFO|500||cambria reply ok (44 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-04-25T04:18:41.149Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T04:18:41.150Z|40249654-4c91-4cad-b6cc-11af5ccafab7|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-04-25T04:18:41.150Z|40249654-4c91-4cad-b6cc-11af5ccafab7|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 p0pYBRqFNxTvYN2F) ...
2022-04-25T04:18:45.752Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T04:18:45.755Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-25T04:18:45.755Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"31fb102f-7542-4c74-a431-243b33d6ad62","serviceName":"basic_onboard_jHhmXo","serviceVersion":"1.0","serviceUUID":"e00f5e0a-d99e-4cda-a64b-beeaf15ebd5d","serviceDescription":"service","serviceInvariantUUID":"51818e95-5db2-4663-a8e8-b62dfb6c3cd5","resources":[{"resourceInstanceName":"basic_onboard_jHhmXo 0","resourceName":"basic_onboard_jHhmXo","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"729c4b27-8f87-4772-99e9-d050d214a046","resourceInvariantUUID":"f8d4b0e0-d273-42fa-ab93-08c6ca589f1a","resourceCustomizationUUID":"c4ce1850-9b0e-459d-b37f-472d42dc1cf3","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJhhmxo/1.0/resourceInstances/basic_onboard_jhhmxo0/artifacts/vf-license-model.xml","artifactChecksum":"MGE0M2QyNWZmYTc3ZjgzZjgyMDFhYWI1OTNkY2JjN2U\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"87d3a941-8975-4ad0-b8cc-ca11ee48ffbc","artifactVersion":"1"},{"artifactName":"basic_onboard_jhhmxo0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJhhmxo/1.0/resourceInstances/basic_onboard_jhhmxo0/artifacts/basic_onboard_jhhmxo0_modules.json","artifactChecksum":"ZWYyYjhhZTFhM2JjYTI4YzU1NTNjNjhiNTE2ZWY4YWU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"9fccd1b7-03a8-48eb-b080-599c5dbbd10c","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJhhmxo/1.0/resourceInstances/basic_onboard_jhhmxo0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"850e6480-13e0-40d9-ac7a-fefd8c660254","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJhhmxo/1.0/resourceInstances/basic_onboard_jhhmxo0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"7ff70cfc-2e91-4765-8231-d73fa682f161","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJhhmxo/1.0/resourceInstances/basic_onboard_jhhmxo0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"86b69b32-1049-45ff-95e8-de4d8c3a37f3","artifactVersion":"2","generatedFromUUID":"850e6480-13e0-40d9-ac7a-fefd8c660254"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardJhhmxo-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJhhmxo/1.0/artifacts/service-BasicOnboardJhhmxo-template.yml","artifactChecksum":"ZTBjZWNkMDUzZmEyMDc4MDg1ODdlZDMwNTQzZmEyMTE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"7cb41133-d4aa-4c62-b1fe-96e3c75c4f32","artifactVersion":"1"},{"artifactName":"service-BasicOnboardJhhmxo-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardJhhmxo/1.0/artifacts/service-BasicOnboardJhhmxo-csar.csar","artifactChecksum":"Mzc2MzgwYmZjN2Y4OWJkOTdmNTdlMjA1ZTIwODg4NjI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"f3b2f5c7-ac11-4560-a45e-da77ec7be77a","artifactVersion":"1"}],"workloadContext":"Production"}
2022-04-25T04:18:45.761Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-25T04:18:45.762Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-04-25T04:18:45.766Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-25T04:18:45.767Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "31fb102f-7542-4c74-a431-243b33d6ad62",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650860321149,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJhhmxo/1.0/resourceInstances/basic_onboard_jhhmxo0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:18:45.867Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-25T04:18:45.870Z||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-04-25T04:18:45.870Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as p0pYBRqFNxTvYN2F) ...
2022-04-25T04:18:45.886Z||pool-19-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T04:18:45.887Z||pool-19-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-04-25T04:18:46.767Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-25T04:18:46.769Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-04-25T04:18:46.771Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-25T04:18:46.771Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "31fb102f-7542-4c74-a431-243b33d6ad62",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650860321149,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJhhmxo/1.0/resourceInstances/basic_onboard_jhhmxo0/artifacts/basic_onboard_jhhmxo0_modules.json",
  "status": "NOTIFIED"
}
2022-04-25T04:18:46.871Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-25T04:18:46.872Z||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-04-25T04:18:46.873Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as p0pYBRqFNxTvYN2F) ...
2022-04-25T04:18:46.905Z||pool-20-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T04:18:46.906Z||pool-20-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":0,"count":1}
2022-04-25T04:18:47.772Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-25T04:18:47.774Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-04-25T04:18:47.777Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-25T04:18:47.777Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "31fb102f-7542-4c74-a431-243b33d6ad62",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650860321149,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJhhmxo/1.0/resourceInstances/basic_onboard_jhhmxo0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-04-25T04:18:47.878Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-25T04:18:47.879Z||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-04-25T04:18:47.880Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as p0pYBRqFNxTvYN2F) ...
2022-04-25T04:18:47.900Z||pool-21-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T04:18:47.901Z||pool-21-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1}
2022-04-25T04:18:48.778Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-25T04:18:48.779Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-04-25T04:18:48.781Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-25T04:18:48.781Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "31fb102f-7542-4c74-a431-243b33d6ad62",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650860321149,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJhhmxo/1.0/resourceInstances/basic_onboard_jhhmxo0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:18:48.883Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-25T04:18:48.884Z||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-04-25T04:18:48.885Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as p0pYBRqFNxTvYN2F) ...
2022-04-25T04:18:48.904Z||pool-22-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T04:18:48.905Z||pool-22-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
2022-04-25T04:18:49.782Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-25T04:18:49.783Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-04-25T04:18:49.787Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-25T04:18:49.787Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "31fb102f-7542-4c74-a431-243b33d6ad62",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650860321149,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJhhmxo/1.0/resourceInstances/basic_onboard_jhhmxo0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-04-25T04:18:49.887Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-25T04:18:49.888Z||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-04-25T04:18:49.889Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as p0pYBRqFNxTvYN2F) ...
2022-04-25T04:18:49.903Z||pool-23-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T04:18:49.904Z||pool-23-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-04-25T04:18:50.788Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-25T04:18:50.790Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-04-25T04:18:50.794Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-25T04:18:50.794Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "31fb102f-7542-4c74-a431-243b33d6ad62",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650860321149,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJhhmxo/1.0/artifacts/service-BasicOnboardJhhmxo-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:18:50.894Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-25T04:18:50.896Z||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-04-25T04:18:50.896Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as p0pYBRqFNxTvYN2F) ...
2022-04-25T04:18:50.914Z||pool-24-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T04:18:50.915Z||pool-24-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-04-25T04:18:51.795Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-25T04:18:51.796Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-04-25T04:18:51.798Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-25T04:18:51.798Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "31fb102f-7542-4c74-a431-243b33d6ad62",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650860321149,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJhhmxo/1.0/artifacts/service-BasicOnboardJhhmxo-csar.csar",
  "status": "NOTIFIED"
}
2022-04-25T04:18:51.898Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-25T04:18:51.899Z||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-04-25T04:18:51.901Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as p0pYBRqFNxTvYN2F) ...
2022-04-25T04:18:51.915Z||pool-25-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T04:18:51.915Z||pool-25-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-04-25T04:18:52.800Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||sending notification to client: {
  "distributionID": "31fb102f-7542-4c74-a431-243b33d6ad62",
  "serviceName": "basic_onboard_jHhmXo",
  "serviceVersion": "1.0",
  "serviceUUID": "e00f5e0a-d99e-4cda-a64b-beeaf15ebd5d",
  "serviceDescription": "service",
  "serviceInvariantUUID": "51818e95-5db2-4663-a8e8-b62dfb6c3cd5",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_jHhmXo 0",
      "resourceCustomizationUUID": "c4ce1850-9b0e-459d-b37f-472d42dc1cf3",
      "resourceName": "basic_onboard_jHhmXo",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "729c4b27-8f87-4772-99e9-d050d214a046",
      "resourceInvariantUUID": "f8d4b0e0-d273-42fa-ab93-08c6ca589f1a",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_jhhmxo0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJhhmxo/1.0/resourceInstances/basic_onboard_jhhmxo0/artifacts/basic_onboard_jhhmxo0_modules.json",
          "artifactChecksum": "ZWYyYjhhZTFhM2JjYTI4YzU1NTNjNjhiNTE2ZWY4YWU\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "9fccd1b7-03a8-48eb-b080-599c5dbbd10c",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJhhmxo/1.0/resourceInstances/basic_onboard_jhhmxo0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "850e6480-13e0-40d9-ac7a-fefd8c660254",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJhhmxo/1.0/resourceInstances/basic_onboard_jhhmxo0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "86b69b32-1049-45ff-95e8-de4d8c3a37f3",
            "generatedFromUUID": "850e6480-13e0-40d9-ac7a-fefd8c660254"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJhhmxo/1.0/resourceInstances/basic_onboard_jhhmxo0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "86b69b32-1049-45ff-95e8-de4d8c3a37f3",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardJhhmxo-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJhhmxo/1.0/artifacts/service-BasicOnboardJhhmxo-csar.csar",
      "artifactChecksum": "Mzc2MzgwYmZjN2Y4OWJkOTdmNTdlMjA1ZTIwODg4NjI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "f3b2f5c7-ac11-4560-a45e-da77ec7be77a"
    }
  ],
  "workloadContext": "Production"
}
2022-04-25T04:18:52.801Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-04-25T04:18:52.801Z|40249654-4c91-4cad-b6cc-11af5ccafab7|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 e00f5e0a-d99e-4cda-a64b-beeaf15ebd5d ASDC
2022-04-25T04:18:52.802Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:31fb102f-7542-4c74-a431-243b33d6ad62
ServiceName:basic_onboard_jHhmXo
ServiceVersion:1.0
ServiceUUID:e00f5e0a-d99e-4cda-a64b-beeaf15ebd5d
ServiceInvariantUUID:51818e95-5db2-4663-a8e8-b62dfb6c3cd5
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardJhhmxo-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardJhhmxo/1.0/artifacts/service-BasicOnboardJhhmxo-csar.csar
ArtifactUUID:f3b2f5c7-ac11-4560-a45e-da77ec7be77a
ArtifactChecksum:Mzc2MzgwYmZjN2Y4OWJkOTdmNTdlMjA1ZTIwODg4NjI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_jHhmXo 0
ResourceCustomizationUUID:c4ce1850-9b0e-459d-b37f-472d42dc1cf3
ResourceInvariantUUID:f8d4b0e0-d273-42fa-ab93-08c6ca589f1a
ResourceName:basic_onboard_jHhmXo
ResourceType:VF
ResourceUUID:729c4b27-8f87-4772-99e9-d050d214a046
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_jhhmxo0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardJhhmxo/1.0/resourceInstances/basic_onboard_jhhmxo0/artifacts/basic_onboard_jhhmxo0_modules.json
ArtifactUUID:9fccd1b7-03a8-48eb-b080-599c5dbbd10c
ArtifactChecksum:ZWYyYjhhZTFhM2JjYTI4YzU1NTNjNjhiNTE2ZWY4YWU=
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/BasicOnboardJhhmxo/1.0/resourceInstances/basic_onboard_jhhmxo0/artifacts/base_ubuntu18.yaml
ArtifactUUID:850e6480-13e0-40d9-ac7a-fefd8c660254
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/BasicOnboardJhhmxo/1.0/resourceInstances/basic_onboard_jhhmxo0/artifacts/base_ubuntu18.env
ArtifactUUID:86b69b32-1049-45ff-95e8-de4d8c3a37f3
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/BasicOnboardJhhmxo/1.0/resourceInstances/basic_onboard_jhhmxo0/artifacts/base_ubuntu18.env
ArtifactUUID:86b69b32-1049-45ff-95e8-de4d8c3a37f3
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-04-25T04:18:52.803Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF e00f5e0a-d99e-4cda-a64b-beeaf15ebd5d 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-04-25T04:18:52.843Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-25T04:18:52.845Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-04-25T04:18:52.845Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-04-25T04:18:52.846Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: f3b2f5c7-ac11-4560-a45e-da77ec7be77a from URL: /sdc/v1/catalog/services/BasicOnboardJhhmxo/1.0/artifacts/service-BasicOnboardJhhmxo-csar.csar
2022-04-25T04:18:52.846Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-04-25T04:18:52.847Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardJhhmxo/1.0/artifacts/service-BasicOnboardJhhmxo-csar.csar
2022-04-25T04:18:53.067Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-04-25T04:18:53.071Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardJhhmxo/1.0/artifacts/service-BasicOnboardJhhmxo-csar.csar f3b2f5c7-ac11-4560-a45e-da77ec7be77a 71558
2022-04-25T04:18:53.071Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardJhhmxo/1.0/artifacts/service-BasicOnboardJhhmxo-csar.csar ASDC sendASDCNotification
2022-04-25T04:18:53.072Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJhhmxo/1.0/artifacts/service-BasicOnboardJhhmxo-csar.csar
2022-04-25T04:18:53.072Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-25T04:18:53.072Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-04-25T04:18:53.074Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-25T04:18:53.075Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "31fb102f-7542-4c74-a431-243b33d6ad62",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650860333071,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJhhmxo/1.0/artifacts/service-BasicOnboardJhhmxo-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-25T04:18:53.175Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-25T04:18:53.176Z||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-04-25T04:18:53.176Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as p0pYBRqFNxTvYN2F) ...
2022-04-25T04:18:53.201Z||pool-26-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T04:18:53.202Z||pool-26-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2022-04-25T04:18:54.075Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-25T04:18:54.076Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-04-25T04:18:54.077Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: f3b2f5c7-ac11-4560-a45e-da77ec7be77a, URL: /sdc/v1/catalog/services/BasicOnboardJhhmxo/1.0/artifacts/service-BasicOnboardJhhmxo-csar.csar to file: /app/ASDC/1/service-BasicOnboardJhhmxo-csar.csar
2022-04-25T04:18:54.077Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardJhhmxo-csar.csar
2022-04-25T04:18:54.078Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardJhhmxo-csar.csar
2022-04-25T04:18:54.078Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardJhhmxo-csar.csar
2022-04-25T04:18:54.281Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4516859314802313600/Definitions/service-BasicOnboardJhhmxo-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-04-25T04:18:56.106Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2022-04-25T04:18:56.107Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-04-25T04:18:56.107Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardJhhmxo-csar.csar
2022-04-25T04:18:56.107Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-04-25T04:18:56.108Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_jHhmXo 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-BasicOnboardJhhmxo-csar.csar
2022-04-25T04:18:56.108Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||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-BasicOnboardJhhmxo-csar.csar
2022-04-25T04:18:56.108Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardJhhmxo-csar.csar
2022-04-25T04:18:56.108Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||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-BasicOnboardJhhmxo-csar.csar
2022-04-25T04:18:56.109Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardJhhmxo-csar.csar
2022-04-25T04:18:56.109Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardJhhmxo-csar.csar
2022-04-25T04:18:56.109Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardJhhmxo-csar.csar
2022-04-25T04:18:56.110Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardJhhmxo-csar.csar
2022-04-25T04:18:56.110Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardJhhmxo-csar.csar
2022-04-25T04:18:56.110Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-04-25T04:18:56.110Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-25T04:18:56.111Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_jHhmXo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-25T04:18:56.111Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_jHhmXo 0 is matching search criteria
2022-04-25T04:18:56.112Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-04-25T04:18:56.112Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_jHhmXo 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-25T04:18:56.112Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-25T04:18:56.113Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_jHhmXo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-25T04:18:56.113Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_jHhmXo 0 is matching search criteria
2022-04-25T04:18:56.113Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-04-25T04:18:56.113Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_jHhmXo 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-25T04:18:56.114Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-25T04:18:56.114Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_jHhmXo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-25T04:18:56.114Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-25T04:18:56.114Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_jHhmXo 0 is not matching search criteria
2022-04-25T04:18:56.115Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-04-25T04:18:56.115Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-04-25T04:18:56.115Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-04-25T04:18:56.115Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-04-25T04:18:56.116Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-04-25T04:18:56.116Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-25T04:18:56.116Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_jHhmXo is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-25T04:18:56.116Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-25T04:18:56.117Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_jHhmXo 0 is matching search criteria
2022-04-25T04:18:56.117Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_jHhmXo 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-25T04:18:56.117Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-25T04:18:56.117Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_jHhmXo 0 is matching search criteria
2022-04-25T04:18:56.118Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_jHhmXo 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-25T04:18:56.118Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-25T04:18:56.118Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_jHhmXo 0 is matching search criteria
2022-04-25T04:18:56.118Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_jHhmXo 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-25T04:18:56.119Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-25T04:18:56.119Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_jHhmXo 0 is not matching search criteria
2022-04-25T04:18:56.119Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-04-25T04:18:56.119Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-04-25T04:18:56.120Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=4ce885df-6446-4535-b54d-b392cd2bd321
2022-04-25T04:18:56.120Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-25T04:18:56.120Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_jHhmXo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-25T04:18:56.121Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-25T04:18:56.121Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_jHhmXo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-25T04:18:56.121Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-25T04:18:56.121Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_jHhmXo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-25T04:18:56.122Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-25T04:18:56.122Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_jHhmXo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-25T04:18:56.122Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_onboard_jHhmXo
Description:service
Model UUID:e00f5e0a-d99e-4cda-a64b-beeaf15ebd5d
Model Version:NULL
Model InvariantUuid:51818e95-5db2-4663-a8e8-b62dfb6c3cd5
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_onboard_jHhmXo
Model UUID:1d5c4327-0860-4493-ab23-6155cf966a26
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:f8d4b0e0-d273-42fa-ab93-08c6ca589f1a
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:c4ce1850-9b0e-459d-b37f-472d42dc1cf3
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:bc96a87e-44f0-4c3f-a75b-cef5412e5a3e
ModelName:BasicOnboardJhhmxo..base_ubuntu18..module-0
ModelUuid:31ed2f24-579f-4117-a12f-d9cda85bddd5
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:4ce885df-6446-4535-b54d-b392cd2bd321
ModelInvariantUuid:1e0ac26a-860f-4569-abac-0f6da14b1705
ModelName:basic_onboard_jHhmXo-nodes.ubuntu18Cvfc
ModelUuid:57f8dbac-4d99-4d9a-bebc-4a33ddec226b
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:bdd69f5d-3d9b-4141-b946-553a0cd9362a
ModelInvariantUuid:83ec90a5-e7f2-4cf7-a7c7-5f82a83d15e7
ModelName:BasicOnboardJhhmxo.compute.nodes.heat.ubuntu18
ModelUuid:66fdb0df-4af1-41bd-a39b-a51645e91b0d
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-04-25T04:18:56.130Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: 729c4b27-8f87-4772-99e9-d050d214a046
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-04-25T04:18:56.134Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||INFO|500||basic_onboard_jHhmXo 0
2022-04-25T04:18:56.134Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 729c4b27-8f87-4772-99e9-d050d214a046
2022-04-25T04:18:56.135Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 9fccd1b7-03a8-48eb-b080-599c5dbbd10c from URL: /sdc/v1/catalog/services/BasicOnboardJhhmxo/1.0/resourceInstances/basic_onboard_jhhmxo0/artifacts/basic_onboard_jhhmxo0_modules.json
2022-04-25T04:18:56.135Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-04-25T04:18:56.135Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardJhhmxo/1.0/resourceInstances/basic_onboard_jhhmxo0/artifacts/basic_onboard_jhhmxo0_modules.json
2022-04-25T04:18:56.309Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-04-25T04:18:56.309Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardJhhmxo/1.0/resourceInstances/basic_onboard_jhhmxo0/artifacts/basic_onboard_jhhmxo0_modules.json 9fccd1b7-03a8-48eb-b080-599c5dbbd10c 798
2022-04-25T04:18:56.310Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardJhhmxo/1.0/resourceInstances/basic_onboard_jhhmxo0/artifacts/basic_onboard_jhhmxo0_modules.json ASDC sendASDCNotification
2022-04-25T04:18:56.310Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJhhmxo/1.0/resourceInstances/basic_onboard_jhhmxo0/artifacts/basic_onboard_jhhmxo0_modules.json
2022-04-25T04:18:56.310Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-25T04:18:56.311Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-04-25T04:18:56.314Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-25T04:18:56.314Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "31fb102f-7542-4c74-a431-243b33d6ad62",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650860336310,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJhhmxo/1.0/resourceInstances/basic_onboard_jhhmxo0/artifacts/basic_onboard_jhhmxo0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-25T04:18:56.414Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-25T04:18:56.415Z||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-04-25T04:18:56.415Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as p0pYBRqFNxTvYN2F) ...
2022-04-25T04:18:56.436Z||pool-27-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T04:18:56.437Z||pool-27-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-04-25T04:18:57.315Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardJhhmxo..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "bc96a87e-44f0-4c3f-a75b-cef5412e5a3e",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "31ed2f24-579f-4117-a12f-d9cda85bddd5",
    "vfModuleModelCustomizationUUID": "1f3779a5-80af-471c-8d65-3b989827b140",
    "isBase": true,
    "artifacts": [
      "850e6480-13e0-40d9-ac7a-fefd8c660254",
      "86b69b32-1049-45ff-95e8-de4d8c3a37f3"
    ],
    "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-04-25T04:18:57.321Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardJhhmxo..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:31ed2f24-579f-4117-a12f-d9cda85bddd5
VfModuleModelInvariantUUID:bc96a87e-44f0-4c3f-a75b-cef5412e5a3e
VfModuleModelDescription:NULL
Artifacts UUID List:{
850e6480-13e0-40d9-ac7a-fefd8c660254
,
86b69b32-1049-45ff-95e8-de4d8c3a37f3

}
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-04-25T04:18:57.323Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardJhhmxo..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "bc96a87e-44f0-4c3f-a75b-cef5412e5a3e",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "31ed2f24-579f-4117-a12f-d9cda85bddd5",
    "vfModuleModelCustomizationUUID": "1f3779a5-80af-471c-8d65-3b989827b140",
    "isBase": true,
    "artifacts": [
      "850e6480-13e0-40d9-ac7a-fefd8c660254",
      "86b69b32-1049-45ff-95e8-de4d8c3a37f3"
    ],
    "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-04-25T04:18:57.323Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardJhhmxo..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:31ed2f24-579f-4117-a12f-d9cda85bddd5
VfModuleModelInvariantUUID:bc96a87e-44f0-4c3f-a75b-cef5412e5a3e
VfModuleModelDescription:NULL
Artifacts UUID List:{
850e6480-13e0-40d9-ac7a-fefd8c660254
,
86b69b32-1049-45ff-95e8-de4d8c3a37f3

}
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-04-25T04:18:57.324Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 850e6480-13e0-40d9-ac7a-fefd8c660254 from URL: /sdc/v1/catalog/services/BasicOnboardJhhmxo/1.0/resourceInstances/basic_onboard_jhhmxo0/artifacts/base_ubuntu18.yaml
2022-04-25T04:18:57.324Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-04-25T04:18:57.324Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardJhhmxo/1.0/resourceInstances/basic_onboard_jhhmxo0/artifacts/base_ubuntu18.yaml
2022-04-25T04:18:57.511Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-04-25T04:18:57.512Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardJhhmxo/1.0/resourceInstances/basic_onboard_jhhmxo0/artifacts/base_ubuntu18.yaml 850e6480-13e0-40d9-ac7a-fefd8c660254 5033
2022-04-25T04:18:57.512Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardJhhmxo/1.0/resourceInstances/basic_onboard_jhhmxo0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-04-25T04:18:57.512Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJhhmxo/1.0/resourceInstances/basic_onboard_jhhmxo0/artifacts/base_ubuntu18.yaml
2022-04-25T04:18:57.512Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-25T04:18:57.513Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-04-25T04:18:57.516Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-25T04:18:57.516Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "31fb102f-7542-4c74-a431-243b33d6ad62",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650860337512,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJhhmxo/1.0/resourceInstances/basic_onboard_jhhmxo0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-25T04:18:57.616Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-25T04:18:57.617Z||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-04-25T04:18:57.617Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as p0pYBRqFNxTvYN2F) ...
2022-04-25T04:18:57.637Z||pool-28-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T04:18:57.638Z||pool-28-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1}
2022-04-25T04:18:58.517Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 86b69b32-1049-45ff-95e8-de4d8c3a37f3 from URL: /sdc/v1/catalog/services/BasicOnboardJhhmxo/1.0/resourceInstances/basic_onboard_jhhmxo0/artifacts/base_ubuntu18.env
2022-04-25T04:18:58.517Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-04-25T04:18:58.518Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardJhhmxo/1.0/resourceInstances/basic_onboard_jhhmxo0/artifacts/base_ubuntu18.env
2022-04-25T04:18:58.804Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-04-25T04:18:58.805Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardJhhmxo/1.0/resourceInstances/basic_onboard_jhhmxo0/artifacts/base_ubuntu18.env 86b69b32-1049-45ff-95e8-de4d8c3a37f3 909
2022-04-25T04:18:58.805Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardJhhmxo/1.0/resourceInstances/basic_onboard_jhhmxo0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-04-25T04:18:58.805Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJhhmxo/1.0/resourceInstances/basic_onboard_jhhmxo0/artifacts/base_ubuntu18.env
2022-04-25T04:18:58.806Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-25T04:18:58.806Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-04-25T04:18:58.809Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-25T04:18:58.809Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "31fb102f-7542-4c74-a431-243b33d6ad62",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650860338805,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJhhmxo/1.0/resourceInstances/basic_onboard_jhhmxo0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-04-25T04:18:58.909Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-25T04:18:58.910Z||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-04-25T04:18:58.910Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as p0pYBRqFNxTvYN2F) ...
2022-04-25T04:18:58.933Z||pool-29-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T04:18:58.933Z||pool-29-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":6,"count":1}
2022-04-25T04:18:59.810Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: e00f5e0a-d99e-4cda-a64b-beeaf15ebd5d
2022-04-25T04:18:59.811Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_jHhmXo 0 729c4b27-8f87-4772-99e9-d050d214a046 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-04-25T04:18:59.824Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@9dd7790, org.onap.sdc.toscaparser.api.parameters.Input@30e01073, org.onap.sdc.toscaparser.api.parameters.Input@4ca033db, org.onap.sdc.toscaparser.api.parameters.Input@7791fe7d, org.onap.sdc.toscaparser.api.parameters.Input@151276e8]
2022-04-25T04:18:59.827Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-25T04:18:59.827Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_jHhmXo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-25T04:18:59.827Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||VF Category is: Generic 
2022-04-25T04:18:59.827Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||VFCustomizationUUID= c4ce1850-9b0e-459d-b37f-472d42dc1cf3
2022-04-25T04:18:59.828Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: c4ce1850-9b0e-459d-b37f-472d42dc1cf3 matches Tosca VF Customization UUID: c4ce1850-9b0e-459d-b37f-472d42dc1cf3
2022-04-25T04:18:59.828Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||vfCustomizationUUID: c4ce1850-9b0e-459d-b37f-472d42dc1cf3  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-04-25T04:18:59.831Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-25T04:18:59.831Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_jHhmXo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-25T04:18:59.832Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||resource request for resource customization id c4ce1850-9b0e-459d-b37f-472d42dc1cf3: {\"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-04-25T04:18:59.832Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@10a83744
2022-04-25T04:18:59.832Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-25T04:18:59.833Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_jHhmXo is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-25T04:18:59.833Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 1f3779a5-80af-471c-8d65-3b989827b140
2022-04-25T04:18:59.834Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 1f3779a5-80af-471c-8d65-3b989827b140
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-04-25T04:18:59.837Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-25T04:18:59.837Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_jHhmXo 0 is matching search criteria
2022-04-25T04:18:59.838Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_jHhmXo 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-25T04:18:59.838Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-25T04:18:59.839Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_jHhmXo 0 is matching search criteria
2022-04-25T04:18:59.839Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_jHhmXo 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-25T04:18:59.839Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-25T04:18:59.840Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_jHhmXo 0 is not matching search criteria
2022-04-25T04:18:59.840Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-04-25T04:18:59.841Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-04-25T04:18:59.841Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=4ce885df-6446-4535-b54d-b392cd2bd321
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-04-25T04:18:59.844Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-25T04:18:59.845Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_jHhmXo 0 is matching search criteria
2022-04-25T04:18:59.845Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_jHhmXo 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-25T04:18:59.846Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-25T04:18:59.846Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_jHhmXo 0 is matching search criteria
2022-04-25T04:18:59.847Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_jHhmXo 0] matching following query criteria: sdcType=VF, customizationUUID=c4ce1850-9b0e-459d-b37f-472d42dc1cf3
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-04-25T04:18:59.849Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-25T04:18:59.850Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_jHhmXo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-25T04:18:59.850Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid e00f5e0a-d99e-4cda-a64b-beeaf15ebd5d: basic_onboard_jHhmXo
2022-04-25T04:18:59.851Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-25T04:18:59.851Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_jHhmXo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-25T04:18:59.852Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-25T04:18:59.852Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_jHhmXo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-25T04:18:59.852Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-25T04:18:59.853Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_jHhmXo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-25T04:18:59.853Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-25T04:18:59.854Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_jHhmXo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-25T04:18:59.854Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-25T04:18:59.855Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_jHhmXo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-25T04:18:59.855Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||INFO|500||Saving Service: basic_onboard_jHhmXo 
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-04-25T04:18:59.982Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_jHhmXo 729c4b27-8f87-4772-99e9-d050d214a046 1 ASDC deployResourceStructure
2022-04-25T04:18:59.983Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardJhhmxo/1.0/resourceInstances/basic_onboard_jhhmxo0/artifacts/basic_onboard_jhhmxo0_modules.json ASDC sendASDCNotification
2022-04-25T04:18:59.983Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJhhmxo/1.0/resourceInstances/basic_onboard_jhhmxo0/artifacts/basic_onboard_jhhmxo0_modules.json
2022-04-25T04:18:59.983Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-25T04:18:59.984Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-04-25T04:18:59.987Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-25T04:18:59.987Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "31fb102f-7542-4c74-a431-243b33d6ad62",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650860339982,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJhhmxo/1.0/resourceInstances/basic_onboard_jhhmxo0/artifacts/basic_onboard_jhhmxo0_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-25T04:19:00.087Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-25T04:19:00.089Z||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-04-25T04:19:00.089Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as p0pYBRqFNxTvYN2F) ...
2022-04-25T04:19:00.113Z||pool-30-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T04:19:00.114Z||pool-30-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":1,"count":1}
2022-04-25T04:19:00.988Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardJhhmxo/1.0/resourceInstances/basic_onboard_jhhmxo0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-04-25T04:19:00.988Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJhhmxo/1.0/resourceInstances/basic_onboard_jhhmxo0/artifacts/base_ubuntu18.yaml
2022-04-25T04:19:00.989Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-25T04:19:00.989Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-04-25T04:19:00.992Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-25T04:19:00.992Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "31fb102f-7542-4c74-a431-243b33d6ad62",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650860340988,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJhhmxo/1.0/resourceInstances/basic_onboard_jhhmxo0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-04-25T04:19:01.092Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-25T04:19:01.093Z||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-04-25T04:19:01.094Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as p0pYBRqFNxTvYN2F) ...
2022-04-25T04:19:01.114Z||pool-31-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T04:19:01.115Z||pool-31-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-04-25T04:19:01.993Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardJhhmxo/1.0/resourceInstances/basic_onboard_jhhmxo0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-04-25T04:19:01.994Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJhhmxo/1.0/resourceInstances/basic_onboard_jhhmxo0/artifacts/base_ubuntu18.env
2022-04-25T04:19:01.994Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-25T04:19:01.995Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-04-25T04:19:01.997Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-25T04:19:01.997Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "31fb102f-7542-4c74-a431-243b33d6ad62",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650860341993,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJhhmxo/1.0/resourceInstances/basic_onboard_jhhmxo0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-04-25T04:19:02.098Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-25T04:19:02.099Z||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-04-25T04:19:02.099Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as p0pYBRqFNxTvYN2F) ...
2022-04-25T04:19:02.115Z||pool-32-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T04:19:02.115Z||pool-32-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-04-25T04:19:02.998Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardJhhmxo/1.0/artifacts/service-BasicOnboardJhhmxo-csar.csar ASDC sendASDCNotification
2022-04-25T04:19:02.999Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardJhhmxo/1.0/artifacts/service-BasicOnboardJhhmxo-csar.csar
2022-04-25T04:19:02.999Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-25T04:19:02.999Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-04-25T04:19:03.001Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-25T04:19:03.002Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "31fb102f-7542-4c74-a431-243b33d6ad62",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650860342998,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJhhmxo/1.0/artifacts/service-BasicOnboardJhhmxo-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-25T04:19:03.102Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-25T04:19:03.104Z||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-04-25T04:19:03.104Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as p0pYBRqFNxTvYN2F) ...
2022-04-25T04:19:03.186Z||pool-33-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T04:19:03.187Z||pool-33-thread-1|||||INFO|500||cambria reply ok (85 ms):{"serverTimeMs":0,"count":1}
2022-04-25T04:19:04.003Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 31fb102f-7542-4c74-a431-243b33d6ad62
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-25T04:19:04.013Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 31fb102f-7542-4c74-a431-243b33d6ad62
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-04-25T04:19:04.017Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-25T04:19:04.017Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-25T04:19:04.017Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-25T04:19:26.853Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T04:19:26.854Z||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-04-25T04:19:26.855Z||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 p0pYBRqFNxTvYN2F) ...
2022-04-25T04:19:27.534Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T04:19:27.536Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-25T04:19:27.536Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31fb102f-7542-4c74-a431-243b33d6ad62",
  "consumerID": "aai-ml",
  "timestamp": 1650860308329,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJhhmxo/1.0/artifacts/service-BasicOnboardJhhmxo-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-25T04:19:27.538Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T04:19:27.538Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-25T04:19:27.538Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31fb102f-7542-4c74-a431-243b33d6ad62",
  "consumerID": "clamp",
  "timestamp": 1650860308974,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJhhmxo/1.0/artifacts/service-BasicOnboardJhhmxo-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-25T04:19:27.539Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T04:19:27.539Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-25T04:19:27.539Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31fb102f-7542-4c74-a431-243b33d6ad62",
  "consumerID": "aai-ml",
  "timestamp": 1650860309334,
  "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-04-25T04:19:27.549Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 31fb102f-7542-4c74-a431-243b33d6ad62
2022-04-25T04:19:27.549Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 31fb102f-7542-4c74-a431-243b33d6ad62 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-04-25T04:19:27.560Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-25T04:19:27.560Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31fb102f-7542-4c74-a431-243b33d6ad62",
  "consumerID": "clamp",
  "timestamp": 1650860310989,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJhhmxo/1.0/artifacts/service-BasicOnboardJhhmxo-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-25T04:19:27.560Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T04:19:27.560Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-25T04:19:27.560Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31fb102f-7542-4c74-a431-243b33d6ad62",
  "consumerID": "clamp",
  "timestamp": 1650860311992,
  "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-04-25T04:19:27.566Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 31fb102f-7542-4c74-a431-243b33d6ad62
2022-04-25T04:19:27.566Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 31fb102f-7542-4c74-a431-243b33d6ad62 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-04-25T04:19:27.575Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-25T04:19:27.575Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "40249654-4c91-4cad-b6cc-11af5ccafab7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650860320110,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-04-25T04:19:27.575Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T04:19:27.575Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-25T04:19:27.576Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31fb102f-7542-4c74-a431-243b33d6ad62",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650860321149,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJhhmxo/1.0/resourceInstances/basic_onboard_jhhmxo0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:19:27.576Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:19:27.576Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-25T04:19:27.576Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31fb102f-7542-4c74-a431-243b33d6ad62",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650860321149,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJhhmxo/1.0/resourceInstances/basic_onboard_jhhmxo0/artifacts/basic_onboard_jhhmxo0_modules.json",
  "status": "NOTIFIED"
}
2022-04-25T04:19:27.576Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:19:27.576Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-25T04:19:27.577Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31fb102f-7542-4c74-a431-243b33d6ad62",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650860321149,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJhhmxo/1.0/resourceInstances/basic_onboard_jhhmxo0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-04-25T04:19:27.577Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:19:27.577Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-25T04:19:27.577Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31fb102f-7542-4c74-a431-243b33d6ad62",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650860321149,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJhhmxo/1.0/resourceInstances/basic_onboard_jhhmxo0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:19:27.577Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:19:27.577Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-25T04:19:27.578Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31fb102f-7542-4c74-a431-243b33d6ad62",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650860321149,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJhhmxo/1.0/resourceInstances/basic_onboard_jhhmxo0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-04-25T04:19:27.578Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:19:27.578Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-25T04:19:27.578Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31fb102f-7542-4c74-a431-243b33d6ad62",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650860321149,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJhhmxo/1.0/artifacts/service-BasicOnboardJhhmxo-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:19:27.578Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:19:27.579Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-25T04:19:27.579Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31fb102f-7542-4c74-a431-243b33d6ad62",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650860321149,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJhhmxo/1.0/artifacts/service-BasicOnboardJhhmxo-csar.csar",
  "status": "NOTIFIED"
}
2022-04-25T04:19:27.579Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:19:27.579Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-25T04:19:27.579Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31fb102f-7542-4c74-a431-243b33d6ad62",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650860333071,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJhhmxo/1.0/artifacts/service-BasicOnboardJhhmxo-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-25T04:19:27.579Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T04:19:27.579Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-25T04:19:27.580Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31fb102f-7542-4c74-a431-243b33d6ad62",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650860336310,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJhhmxo/1.0/resourceInstances/basic_onboard_jhhmxo0/artifacts/basic_onboard_jhhmxo0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-25T04:19:27.580Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T04:19:27.580Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-25T04:19:27.580Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31fb102f-7542-4c74-a431-243b33d6ad62",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650860337512,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJhhmxo/1.0/resourceInstances/basic_onboard_jhhmxo0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-25T04:19:27.580Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T04:19:27.580Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-25T04:19:27.581Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31fb102f-7542-4c74-a431-243b33d6ad62",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650860338805,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJhhmxo/1.0/resourceInstances/basic_onboard_jhhmxo0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-04-25T04:19:27.581Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T04:19:27.581Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-25T04:19:27.581Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31fb102f-7542-4c74-a431-243b33d6ad62",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650860339982,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJhhmxo/1.0/resourceInstances/basic_onboard_jhhmxo0/artifacts/basic_onboard_jhhmxo0_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-25T04:19:27.581Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T04:19:27.582Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-25T04:19:27.582Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31fb102f-7542-4c74-a431-243b33d6ad62",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650860340988,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJhhmxo/1.0/resourceInstances/basic_onboard_jhhmxo0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-04-25T04:19:27.582Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T04:19:27.582Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-25T04:19:27.582Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31fb102f-7542-4c74-a431-243b33d6ad62",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650860341993,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJhhmxo/1.0/resourceInstances/basic_onboard_jhhmxo0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-04-25T04:19:27.582Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T04:19:27.582Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-25T04:19:27.583Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31fb102f-7542-4c74-a431-243b33d6ad62",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650860342998,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardJhhmxo/1.0/artifacts/service-BasicOnboardJhhmxo-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-25T04:19:27.583Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T04:19:34.017Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 31fb102f-7542-4c74-a431-243b33d6ad62
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-25T04:19:34.063Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 31fb102f-7542-4c74-a431-243b33d6ad62
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-04-25T04:19:34.078Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-25T04:19:34.078Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-25T04:19:34.078Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-04-25T04:19:34.078Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-04-25T04:19:34.078Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-25T04:19:34.078Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-25T04:19:34.079Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-25T04:19:34.079Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-25T04:19:34.079Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-25T04:19:34.079Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-25T04:19:34.079Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-25T04:19:34.095Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-04-25T04:20:04.095Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 31fb102f-7542-4c74-a431-243b33d6ad62 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-04-25T04:20:04.103Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 31fb102f-7542-4c74-a431-243b33d6ad62 and serviceModelVersionId: e00f5e0a-d99e-4cda-a64b-beeaf15ebd5d
2022-04-25T04:20:04.103Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 51818e95-5db2-4663-a8e8-b62dfb6c3cd5
2022-04-25T04:20:04.104Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/51818e95-5db2-4663-a8e8-b62dfb6c3cd5/model-vers/model-ver/e00f5e0a-d99e-4cda-a64b-beeaf15ebd5d?depth=0
2022-04-25T04:20:04.110Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2022-04-25T04:20:04.175Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/51818e95-5db2-4663-a8e8-b62dfb6c3cd5/model-vers/model-ver/e00f5e0a-d99e-4cda-a64b-beeaf15ebd5d?depth=0|INFO|500||Invoke
2022-04-25T04:20:04.176Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/51818e95-5db2-4663-a8e8-b62dfb6c3cd5/model-vers/model-ver/e00f5e0a-d99e-4cda-a64b-beeaf15ebd5d?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/51818e95-5db2-4663-a8e8-b62dfb6c3cd5/model-vers/model-ver/e00f5e0a-d99e-4cda-a64b-beeaf15ebd5d?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[31fb102f-7542-4c74-a431-243b33d6ad62], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[0959d4b1-8d4e-409c-b7c7-756ca487981d], X-ECOMP-RequestID=[31fb102f-7542-4c74-a431-243b33d6ad62], X-TransactionId=[], X-ONAP-RequestID=[31fb102f-7542-4c74-a431-243b33d6ad62], Content-Type=[application/merge-patch+json]}
2022-04-25T04:20:04.220Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/51818e95-5db2-4663-a8e8-b62dfb6c3cd5/model-vers/model-ver/e00f5e0a-d99e-4cda-a64b-beeaf15ebd5d?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-04-25T04:20:04.615Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/51818e95-5db2-4663-a8e8-b62dfb6c3cd5/model-vers/model-ver/e00f5e0a-d99e-4cda-a64b-beeaf15ebd5d?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/51818e95-5db2-4663-a8e8-b62dfb6c3cd5/model-vers/model-ver/e00f5e0a-d99e-4cda-a64b-beeaf15ebd5d?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220425-04:20:03:720-48409], vertex-id=[364688], Content-Length=[0], Date=[Mon, 25 Apr 2022 04:20:03 GMT], Content-Type=[application/json]}
2022-04-25T04:20:04.616Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/51818e95-5db2-4663-a8e8-b62dfb6c3cd5/model-vers/model-ver/e00f5e0a-d99e-4cda-a64b-beeaf15ebd5d?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-04-25T04:20:04.617Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/51818e95-5db2-4663-a8e8-b62dfb6c3cd5/model-vers/model-ver/e00f5e0a-d99e-4cda-a64b-beeaf15ebd5d?depth=0|INFO|500||InvokeReturn
2022-04-25T04:20:04.620Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-04-25T04:20:04.621Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-25T04:20:04.627Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-04-25T04:20:04.628Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 31fb102f-7542-4c74-a431-243b33d6ad62 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-04-25T04:20:04.629Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-04-25T04:20:04.629Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-04-25T04:20:04.635Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-25T04:20:04.636Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "31fb102f-7542-4c74-a431-243b33d6ad62",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650860404628,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-04-25T04:20:04.733Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2022-04-25T04:20:04.734Z||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-04-25T04:20:04.734Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as p0pYBRqFNxTvYN2F) ...
2022-04-25T04:20:04.763Z||pool-34-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T04:20:04.764Z||pool-34-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-04-25T04:20:05.651Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T04:20:05.652Z|31fb102f-7542-4c74-a431-243b33d6ad62|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-04-25T04:20:05.652Z|31fb102f-7542-4c74-a431-243b33d6ad62|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 p0pYBRqFNxTvYN2F) ...
2022-04-25T04:20:15.261Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T04:20:15.262Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T04:20:15.263Z|31fb102f-7542-4c74-a431-243b33d6ad62|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-04-25T04:20:15.264Z|31fb102f-7542-4c74-a431-243b33d6ad62|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 p0pYBRqFNxTvYN2F) ...
2022-04-25T04:20:24.963Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T04:20:24.963Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T04:20:24.964Z|31fb102f-7542-4c74-a431-243b33d6ad62|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-04-25T04:20:24.964Z|31fb102f-7542-4c74-a431-243b33d6ad62|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 p0pYBRqFNxTvYN2F) ...
2022-04-25T04:20:26.853Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T04:20:26.854Z||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-04-25T04:20:26.854Z||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 p0pYBRqFNxTvYN2F) ...
2022-04-25T04:20:27.488Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T04:20:27.489Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-25T04:20:27.489Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31fb102f-7542-4c74-a431-243b33d6ad62",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650860404628,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-04-25T04:20:27.489Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T04:20:34.596Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T04:20:34.598Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T04:20:34.599Z|31fb102f-7542-4c74-a431-243b33d6ad62|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-04-25T04:20:34.600Z|31fb102f-7542-4c74-a431-243b33d6ad62|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 p0pYBRqFNxTvYN2F) ...
2022-04-25T04:20:44.278Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T04:20:44.280Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T04:20:44.280Z||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-04-25T04:20:44.280Z||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 p0pYBRqFNxTvYN2F) ...
2022-04-25T04:20:53.836Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T04:21:26.849Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T04:21:26.850Z||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-04-25T04:21:26.850Z||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 p0pYBRqFNxTvYN2F) ...
2022-04-25T04:21:26.853Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T04:21:26.854Z||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-04-25T04:21:26.854Z||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 p0pYBRqFNxTvYN2F) ...
2022-04-25T04:21:36.469Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T04:21:36.479Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T04:22:26.849Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T04:22:26.850Z||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-04-25T04:22:26.850Z||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 p0pYBRqFNxTvYN2F) ...
2022-04-25T04:22:26.852Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T04:22:26.853Z||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-04-25T04:22:26.853Z||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 p0pYBRqFNxTvYN2F) ...
2022-04-25T04:22:36.447Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T04:22:36.466Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T04:23:26.849Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T04:23:26.850Z||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-04-25T04:23:26.850Z||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 p0pYBRqFNxTvYN2F) ...
2022-04-25T04:23:26.853Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T04:23:26.853Z||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-04-25T04:23:26.853Z||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 p0pYBRqFNxTvYN2F) ...
2022-04-25T04:23:36.445Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T04:23:36.458Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T04:24:26.849Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T04:24:26.852Z||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-04-25T04:24:26.852Z||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 p0pYBRqFNxTvYN2F) ...
2022-04-25T04:24:26.853Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T04:24:26.853Z||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-04-25T04:24:26.853Z||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 p0pYBRqFNxTvYN2F) ...
2022-04-25T04:24:36.455Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T04:24:36.455Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T04:25:26.849Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T04:25:26.850Z||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-04-25T04:25:26.851Z||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 p0pYBRqFNxTvYN2F) ...
2022-04-25T04:25:26.853Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T04:25:26.853Z||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-04-25T04:25:26.853Z||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 p0pYBRqFNxTvYN2F) ...
2022-04-25T04:25:36.463Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T04:25:36.463Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T04:26:26.849Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T04:26:26.850Z||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-04-25T04:26:26.850Z||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 p0pYBRqFNxTvYN2F) ...
2022-04-25T04:26:26.853Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T04:26:26.853Z||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-04-25T04:26:26.853Z||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 p0pYBRqFNxTvYN2F) ...
2022-04-25T04:26:36.452Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T04:26:36.460Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T04:27:26.849Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T04:27:26.850Z||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-04-25T04:27:26.851Z||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 p0pYBRqFNxTvYN2F) ...
2022-04-25T04:27:26.853Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T04:27:26.853Z||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-04-25T04:27:26.854Z||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 p0pYBRqFNxTvYN2F) ...
2022-04-25T04:27:36.460Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T04:27:36.468Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T04:28:26.849Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T04:28:26.850Z||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-04-25T04:28:26.850Z||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 p0pYBRqFNxTvYN2F) ...
2022-04-25T04:28:26.853Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T04:28:26.853Z|31fb102f-7542-4c74-a431-243b33d6ad62|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-04-25T04:28:26.853Z|31fb102f-7542-4c74-a431-243b33d6ad62|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 p0pYBRqFNxTvYN2F) ...
2022-04-25T04:28:27.489Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T04:28:27.490Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-25T04:28:27.491Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"0d69c881-e40c-4cdf-81c5-f3f3f475ceb4","serviceName":"vFW 2022-04-25 04-24-44","serviceVersion":"1.0","serviceUUID":"fd812ecc-bbef-475f-926e-f4dca15f491f","serviceDescription":"catalog service description","serviceInvariantUUID":"0053e4b0-1e23-4523-9991-ed6fc55a7c4b","resources":[{"resourceInstanceName":"vFW ca92a548-7748 0","resourceName":"vFW ca92a548-7748","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"a4919330-f991-48e2-9af1-f0cc4677315a","resourceInvariantUUID":"cd49003e-812e-4e1c-b532-83f41a6309f2","resourceCustomizationUUID":"b2be6ba1-3479-4966-baee-1094b4842dcf","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220425042444/1.0/resourceInstances/vfwca92a54877480/artifacts/vf-license-model.xml","artifactChecksum":"YTEyNDQzM2MwZjNhOWEwZjVmNzhiMWI2YjMyYTZkOWU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"f3ddddaa-2901-40d3-8bb7-87c5f6064fa1","artifactVersion":"1"},{"artifactName":"vfwca92a54877480_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220425042444/1.0/resourceInstances/vfwca92a54877480/artifacts/vfwca92a54877480_modules.json","artifactChecksum":"OWM3ODBmYWI1MDM1ZTIyOTdlMTE0ZTg1OWI0MTMxMjU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"8510f3dc-3b21-426c-a0a0-8894928f37bc","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220425042444/1.0/resourceInstances/vfwca92a54877480/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"bdbaf3b1-5fac-4cf2-babd-14f4a1b566c9","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220425042444/1.0/resourceInstances/vfwca92a54877480/artifacts/vendor-license-model.xml","artifactChecksum":"MzA5MzQ5NGQxOGU5MjE0M2U5YmEzMTdmNWRlOWNhMTg\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"26543efd-09bd-43c8-af7e-938dfef03eef","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220425042444/1.0/resourceInstances/vfwca92a54877480/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"431a52c0-dc2f-496d-9db5-4dc30734e11c","artifactVersion":"2","generatedFromUUID":"bdbaf3b1-5fac-4cf2-babd-14f4a1b566c9"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220425042444-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220425042444/1.0/artifacts/service-Vfw20220425042444-template.yml","artifactChecksum":"ZjViYzM3NGQ0OTdjMWQxMzdhMThiYzdkYjAwN2NjNTI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"5f4b5159-7b59-488b-840b-64bf0e9fec49","artifactVersion":"1"},{"artifactName":"service-Vfw20220425042444-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220425042444/1.0/artifacts/service-Vfw20220425042444-csar.csar","artifactChecksum":"M2RlMmQ2YWNmOWNjNTA5YmVjYzE2ZGZjYzAxOWIyZWU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ede276d6-65b6-4f87-aceb-2616b326f347","artifactVersion":"1"}],"workloadContext":"Production"}
2022-04-25T04:28:27.493Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T04:28:27.495Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-25T04:28:27.495Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d69c881-e40c-4cdf-81c5-f3f3f475ceb4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650860871090,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220425042444/1.0/resourceInstances/vfwca92a54877480/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:28:27.496Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:28:27.496Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-25T04:28:27.496Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d69c881-e40c-4cdf-81c5-f3f3f475ceb4",
  "consumerID": "cds",
  "timestamp": 1650860872774,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220425042444/1.0/resourceInstances/vfwca92a54877480/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:28:27.497Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:28:27.497Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-25T04:28:27.497Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d69c881-e40c-4cdf-81c5-f3f3f475ceb4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650860878361,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220425042444/1.0/resourceInstances/vfwca92a54877480/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:28:27.497Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:28:27.497Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-25T04:28:27.497Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d69c881-e40c-4cdf-81c5-f3f3f475ceb4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650860871090,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220425042444/1.0/resourceInstances/vfwca92a54877480/artifacts/vfwca92a54877480_modules.json",
  "status": "NOTIFIED"
}
2022-04-25T04:28:27.497Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:28:27.498Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-25T04:28:27.498Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d69c881-e40c-4cdf-81c5-f3f3f475ceb4",
  "consumerID": "cds",
  "timestamp": 1650860872774,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220425042444/1.0/resourceInstances/vfwca92a54877480/artifacts/vfwca92a54877480_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:28:27.498Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:28:27.498Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-25T04:28:27.498Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-25T04:28:27.498Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d69c881-e40c-4cdf-81c5-f3f3f475ceb4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650860878361,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220425042444/1.0/resourceInstances/vfwca92a54877480/artifacts/vfwca92a54877480_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:28:27.499Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:28:27.499Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-25T04:28:27.499Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d69c881-e40c-4cdf-81c5-f3f3f475ceb4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650860871090,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220425042444/1.0/resourceInstances/vfwca92a54877480/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-04-25T04:28:27.499Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-25T04:28:27.499Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:28:27.499Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-25T04:28:27.500Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d69c881-e40c-4cdf-81c5-f3f3f475ceb4",
  "consumerID": "cds",
  "timestamp": 1650860872774,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220425042444/1.0/resourceInstances/vfwca92a54877480/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:28:27.500Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:28:27.500Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-25T04:28:27.500Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d69c881-e40c-4cdf-81c5-f3f3f475ceb4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650860878361,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220425042444/1.0/resourceInstances/vfwca92a54877480/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:28:27.500Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:28:27.500Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-25T04:28:27.501Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d69c881-e40c-4cdf-81c5-f3f3f475ceb4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650860871090,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220425042444/1.0/resourceInstances/vfwca92a54877480/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:28:27.501Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:28:27.501Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-25T04:28:27.501Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d69c881-e40c-4cdf-81c5-f3f3f475ceb4",
  "consumerID": "cds",
  "timestamp": 1650860872774,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220425042444/1.0/resourceInstances/vfwca92a54877480/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:28:27.501Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:28:27.501Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-25T04:28:27.501Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d69c881-e40c-4cdf-81c5-f3f3f475ceb4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650860878361,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220425042444/1.0/resourceInstances/vfwca92a54877480/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:28:27.502Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:28:27.502Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-25T04:28:27.502Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d69c881-e40c-4cdf-81c5-f3f3f475ceb4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650860871090,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220425042444/1.0/resourceInstances/vfwca92a54877480/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-04-25T04:28:27.502Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:28:27.502Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-25T04:28:27.502Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d69c881-e40c-4cdf-81c5-f3f3f475ceb4",
  "consumerID": "cds",
  "timestamp": 1650860872774,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220425042444/1.0/resourceInstances/vfwca92a54877480/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:28:27.502Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:28:27.503Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-25T04:28:27.503Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d69c881-e40c-4cdf-81c5-f3f3f475ceb4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650860878361,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220425042444/1.0/resourceInstances/vfwca92a54877480/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:28:27.503Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:28:27.503Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-25T04:28:27.503Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d69c881-e40c-4cdf-81c5-f3f3f475ceb4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650860871090,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220425042444/1.0/artifacts/service-Vfw20220425042444-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:28:27.503Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:28:27.503Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-25T04:28:27.503Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d69c881-e40c-4cdf-81c5-f3f3f475ceb4",
  "consumerID": "cds",
  "timestamp": 1650860872774,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220425042444/1.0/artifacts/service-Vfw20220425042444-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:28:27.504Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:28:27.504Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-25T04:28:27.504Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d69c881-e40c-4cdf-81c5-f3f3f475ceb4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650860878361,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220425042444/1.0/artifacts/service-Vfw20220425042444-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:28:27.504Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:28:27.504Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-25T04:28:27.504Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d69c881-e40c-4cdf-81c5-f3f3f475ceb4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650860871090,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220425042444/1.0/artifacts/service-Vfw20220425042444-csar.csar",
  "status": "NOTIFIED"
}
2022-04-25T04:28:27.505Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:28:27.505Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-25T04:28:27.505Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d69c881-e40c-4cdf-81c5-f3f3f475ceb4",
  "consumerID": "cds",
  "timestamp": 1650860872774,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220425042444/1.0/artifacts/service-Vfw20220425042444-csar.csar",
  "status": "NOTIFIED"
}
2022-04-25T04:28:27.505Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:28:27.505Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-25T04:28:27.505Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d69c881-e40c-4cdf-81c5-f3f3f475ceb4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650860878361,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220425042444/1.0/artifacts/service-Vfw20220425042444-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:28:27.505Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:28:27.506Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-25T04:28:27.506Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d69c881-e40c-4cdf-81c5-f3f3f475ceb4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650860886799,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220425042444/1.0/resourceInstances/vfwca92a54877480/artifacts/vfwca92a54877480_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-25T04:28:27.506Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T04:28:27.506Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-25T04:28:27.506Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d69c881-e40c-4cdf-81c5-f3f3f475ceb4",
  "consumerID": "cds",
  "timestamp": 1650860886848,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220425042444/1.0/artifacts/service-Vfw20220425042444-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-25T04:28:27.506Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T04:28:27.506Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-25T04:28:27.506Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-25T04:28:27.506Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "0d69c881-e40c-4cdf-81c5-f3f3f475ceb4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650860906849,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220425042444/1.0/resourceInstances/vfwca92a54877480/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:28:27.506Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d69c881-e40c-4cdf-81c5-f3f3f475ceb4",
  "consumerID": "policy-id",
  "timestamp": 1650860885997,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220425042444/1.0/resourceInstances/vfwca92a54877480/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:28:27.507Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:28:27.507Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-25T04:28:27.507Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d69c881-e40c-4cdf-81c5-f3f3f475ceb4",
  "consumerID": "dcae-sch",
  "timestamp": 1650860885975,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220425042444/1.0/resourceInstances/vfwca92a54877480/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:28:27.507Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:28:27.507Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-25T04:28:27.507Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d69c881-e40c-4cdf-81c5-f3f3f475ceb4",
  "consumerID": "cds",
  "timestamp": 1650860887855,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220425042444/1.0/artifacts/service-Vfw20220425042444-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-04-25T04:28:27.529Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 0d69c881-e40c-4cdf-81c5-f3f3f475ceb4
2022-04-25T04:28:27.530Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0d69c881-e40c-4cdf-81c5-f3f3f475ceb4 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-04-25T04:28:27.541Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-25T04:28:27.542Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d69c881-e40c-4cdf-81c5-f3f3f475ceb4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650860888105,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220425042444/1.0/resourceInstances/vfwca92a54877480/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-25T04:28:27.542Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T04:28:27.542Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-25T04:28:27.542Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d69c881-e40c-4cdf-81c5-f3f3f475ceb4",
  "consumerID": "policy-id",
  "timestamp": 1650860885997,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220425042444/1.0/resourceInstances/vfwca92a54877480/artifacts/vfwca92a54877480_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:28:27.542Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:28:27.543Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-25T04:28:27.543Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d69c881-e40c-4cdf-81c5-f3f3f475ceb4",
  "consumerID": "dcae-sch",
  "timestamp": 1650860885975,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220425042444/1.0/resourceInstances/vfwca92a54877480/artifacts/vfwca92a54877480_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:28:27.543Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:28:27.543Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-25T04:28:27.543Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d69c881-e40c-4cdf-81c5-f3f3f475ceb4",
  "consumerID": "policy-id",
  "timestamp": 1650860885997,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220425042444/1.0/resourceInstances/vfwca92a54877480/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-04-25T04:28:27.543Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:28:27.544Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-25T04:28:27.544Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d69c881-e40c-4cdf-81c5-f3f3f475ceb4",
  "consumerID": "dcae-sch",
  "timestamp": 1650860885975,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220425042444/1.0/resourceInstances/vfwca92a54877480/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:28:27.544Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:28:27.544Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-25T04:28:27.544Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d69c881-e40c-4cdf-81c5-f3f3f475ceb4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650860889400,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220425042444/1.0/resourceInstances/vfwca92a54877480/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-04-25T04:28:27.544Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T04:28:27.544Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-25T04:28:27.545Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d69c881-e40c-4cdf-81c5-f3f3f475ceb4",
  "consumerID": "policy-id",
  "timestamp": 1650860885997,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220425042444/1.0/resourceInstances/vfwca92a54877480/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:28:27.545Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:28:27.545Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-25T04:28:27.545Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d69c881-e40c-4cdf-81c5-f3f3f475ceb4",
  "consumerID": "dcae-sch",
  "timestamp": 1650860885975,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220425042444/1.0/resourceInstances/vfwca92a54877480/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:28:27.545Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:28:27.545Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-25T04:28:27.545Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d69c881-e40c-4cdf-81c5-f3f3f475ceb4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650860890434,
  "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-04-25T04:28:27.551Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 0d69c881-e40c-4cdf-81c5-f3f3f475ceb4
2022-04-25T04:28:27.552Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0d69c881-e40c-4cdf-81c5-f3f3f475ceb4 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-04-25T04:28:27.562Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-25T04:28:27.563Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d69c881-e40c-4cdf-81c5-f3f3f475ceb4",
  "consumerID": "policy-id",
  "timestamp": 1650860885997,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220425042444/1.0/resourceInstances/vfwca92a54877480/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:28:27.563Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:28:27.563Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-25T04:28:27.563Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d69c881-e40c-4cdf-81c5-f3f3f475ceb4",
  "consumerID": "dcae-sch",
  "timestamp": 1650860885975,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220425042444/1.0/resourceInstances/vfwca92a54877480/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:28:27.564Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:28:27.564Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-25T04:28:27.564Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d69c881-e40c-4cdf-81c5-f3f3f475ceb4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650860891439,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220425042444/1.0/resourceInstances/vfwca92a54877480/artifacts/vfwca92a54877480_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-25T04:28:27.564Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T04:28:27.564Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-25T04:28:27.565Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d69c881-e40c-4cdf-81c5-f3f3f475ceb4",
  "consumerID": "clamp",
  "timestamp": 1650860890372,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220425042444/1.0/resourceInstances/vfwca92a54877480/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:28:27.565Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:28:27.565Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-25T04:28:27.565Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d69c881-e40c-4cdf-81c5-f3f3f475ceb4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650860891040,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220425042444/1.0/resourceInstances/vfwca92a54877480/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:28:27.566Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:28:27.566Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-25T04:28:27.566Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d69c881-e40c-4cdf-81c5-f3f3f475ceb4",
  "consumerID": "policy-id",
  "timestamp": 1650860885997,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220425042444/1.0/artifacts/service-Vfw20220425042444-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:28:27.566Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:28:27.566Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-25T04:28:27.566Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d69c881-e40c-4cdf-81c5-f3f3f475ceb4",
  "consumerID": "aai-ml",
  "timestamp": 1650860891419,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220425042444/1.0/resourceInstances/vfwca92a54877480/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:28:27.567Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:28:27.567Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-25T04:28:27.567Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d69c881-e40c-4cdf-81c5-f3f3f475ceb4",
  "consumerID": "dcae-sch",
  "timestamp": 1650860885975,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220425042444/1.0/artifacts/service-Vfw20220425042444-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:28:27.567Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:28:27.567Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-25T04:28:27.568Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d69c881-e40c-4cdf-81c5-f3f3f475ceb4",
  "consumerID": "clamp",
  "timestamp": 1650860890372,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220425042444/1.0/resourceInstances/vfwca92a54877480/artifacts/vfwca92a54877480_modules.json",
  "status": "NOTIFIED"
}
2022-04-25T04:28:27.568Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:28:27.568Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-25T04:28:27.568Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d69c881-e40c-4cdf-81c5-f3f3f475ceb4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650860891040,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220425042444/1.0/resourceInstances/vfwca92a54877480/artifacts/vfwca92a54877480_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:28:27.568Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:28:27.569Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-25T04:28:27.569Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d69c881-e40c-4cdf-81c5-f3f3f475ceb4",
  "consumerID": "aai-ml",
  "timestamp": 1650860891419,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220425042444/1.0/resourceInstances/vfwca92a54877480/artifacts/vfwca92a54877480_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:28:27.569Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:28:27.569Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-25T04:28:27.569Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d69c881-e40c-4cdf-81c5-f3f3f475ceb4",
  "consumerID": "policy-id",
  "timestamp": 1650860885997,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220425042444/1.0/artifacts/service-Vfw20220425042444-csar.csar",
  "status": "NOTIFIED"
}
2022-04-25T04:28:27.569Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:28:27.570Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-25T04:28:27.570Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d69c881-e40c-4cdf-81c5-f3f3f475ceb4",
  "consumerID": "dcae-sch",
  "timestamp": 1650860885975,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220425042444/1.0/artifacts/service-Vfw20220425042444-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:28:27.570Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:28:27.570Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-25T04:28:27.570Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d69c881-e40c-4cdf-81c5-f3f3f475ceb4",
  "consumerID": "clamp",
  "timestamp": 1650860890372,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220425042444/1.0/resourceInstances/vfwca92a54877480/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:28:27.571Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:28:27.571Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-25T04:28:27.571Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d69c881-e40c-4cdf-81c5-f3f3f475ceb4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650860891040,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220425042444/1.0/resourceInstances/vfwca92a54877480/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:28:27.571Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:28:27.571Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-25T04:28:27.571Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d69c881-e40c-4cdf-81c5-f3f3f475ceb4",
  "consumerID": "aai-ml",
  "timestamp": 1650860891419,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220425042444/1.0/resourceInstances/vfwca92a54877480/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:28:27.571Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:28:27.572Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-25T04:28:27.572Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d69c881-e40c-4cdf-81c5-f3f3f475ceb4",
  "consumerID": "policy-id",
  "timestamp": 1650860893860,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220425042444/1.0/artifacts/service-Vfw20220425042444-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-25T04:28:27.572Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T04:28:27.572Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-25T04:28:27.572Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d69c881-e40c-4cdf-81c5-f3f3f475ceb4",
  "consumerID": "clamp",
  "timestamp": 1650860890372,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220425042444/1.0/resourceInstances/vfwca92a54877480/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:28:27.572Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:28:27.573Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-25T04:28:27.573Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d69c881-e40c-4cdf-81c5-f3f3f475ceb4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650860891040,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220425042444/1.0/resourceInstances/vfwca92a54877480/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:28:27.573Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:28:27.573Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-25T04:28:27.573Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d69c881-e40c-4cdf-81c5-f3f3f475ceb4",
  "consumerID": "aai-ml",
  "timestamp": 1650860891419,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220425042444/1.0/resourceInstances/vfwca92a54877480/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:28:27.573Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:28:27.574Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-25T04:28:27.574Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d69c881-e40c-4cdf-81c5-f3f3f475ceb4",
  "consumerID": "policy-id",
  "timestamp": 1650860894865,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220425042444/1.0/artifacts/service-Vfw20220425042444-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-25T04:28:27.574Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T04:28:27.574Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-25T04:28:27.574Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d69c881-e40c-4cdf-81c5-f3f3f475ceb4",
  "consumerID": "clamp",
  "timestamp": 1650860890372,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220425042444/1.0/resourceInstances/vfwca92a54877480/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:28:27.574Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:28:27.575Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-25T04:28:27.575Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d69c881-e40c-4cdf-81c5-f3f3f475ceb4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650860891040,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220425042444/1.0/resourceInstances/vfwca92a54877480/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:28:27.575Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:28:27.575Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-25T04:28:27.575Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d69c881-e40c-4cdf-81c5-f3f3f475ceb4",
  "consumerID": "aai-ml",
  "timestamp": 1650860891419,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220425042444/1.0/resourceInstances/vfwca92a54877480/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:28:27.575Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:28:27.576Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-25T04:28:27.576Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d69c881-e40c-4cdf-81c5-f3f3f475ceb4",
  "consumerID": "policy-id",
  "timestamp": 1650860895867,
  "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-04-25T04:28:27.582Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 0d69c881-e40c-4cdf-81c5-f3f3f475ceb4
2022-04-25T04:28:27.582Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0d69c881-e40c-4cdf-81c5-f3f3f475ceb4 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-04-25T04:28:27.591Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-25T04:28:27.592Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d69c881-e40c-4cdf-81c5-f3f3f475ceb4",
  "consumerID": "clamp",
  "timestamp": 1650860890372,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220425042444/1.0/artifacts/service-Vfw20220425042444-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:28:27.592Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:28:27.592Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-25T04:28:27.593Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d69c881-e40c-4cdf-81c5-f3f3f475ceb4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650860891040,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220425042444/1.0/artifacts/service-Vfw20220425042444-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:28:27.593Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:28:27.593Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-25T04:28:27.593Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d69c881-e40c-4cdf-81c5-f3f3f475ceb4",
  "consumerID": "aai-ml",
  "timestamp": 1650860891419,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220425042444/1.0/artifacts/service-Vfw20220425042444-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:28:27.593Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:28:27.593Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-25T04:28:27.594Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d69c881-e40c-4cdf-81c5-f3f3f475ceb4",
  "consumerID": "clamp",
  "timestamp": 1650860890372,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220425042444/1.0/artifacts/service-Vfw20220425042444-csar.csar",
  "status": "NOTIFIED"
}
2022-04-25T04:28:27.594Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:28:27.594Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-25T04:28:27.594Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d69c881-e40c-4cdf-81c5-f3f3f475ceb4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650860891040,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220425042444/1.0/artifacts/service-Vfw20220425042444-csar.csar",
  "status": "NOTIFIED"
}
2022-04-25T04:28:27.594Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:28:27.594Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-25T04:28:27.595Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d69c881-e40c-4cdf-81c5-f3f3f475ceb4",
  "consumerID": "aai-ml",
  "timestamp": 1650860891419,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220425042444/1.0/artifacts/service-Vfw20220425042444-csar.csar",
  "status": "NOTIFIED"
}
2022-04-25T04:28:27.595Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:28:27.595Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-25T04:28:27.595Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d69c881-e40c-4cdf-81c5-f3f3f475ceb4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650860899136,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220425042444/1.0/artifacts/service-Vfw20220425042444-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-25T04:28:27.595Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T04:28:27.595Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-25T04:28:27.595Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d69c881-e40c-4cdf-81c5-f3f3f475ceb4",
  "consumerID": "aai-ml",
  "timestamp": 1650860899509,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220425042444/1.0/artifacts/service-Vfw20220425042444-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-25T04:28:27.596Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T04:28:27.596Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-25T04:28:27.596Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d69c881-e40c-4cdf-81c5-f3f3f475ceb4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650860904317,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220425042444/1.0/artifacts/service-Vfw20220425042444-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-25T04:28:27.596Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T04:28:27.596Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-25T04:28:27.596Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d69c881-e40c-4cdf-81c5-f3f3f475ceb4",
  "consumerID": "clamp",
  "timestamp": 1650860904609,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220425042444/1.0/artifacts/service-Vfw20220425042444-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-25T04:28:27.597Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T04:28:27.597Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-25T04:28:27.597Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d69c881-e40c-4cdf-81c5-f3f3f475ceb4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650860905339,
  "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-04-25T04:28:27.602Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 0d69c881-e40c-4cdf-81c5-f3f3f475ceb4
2022-04-25T04:28:27.603Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0d69c881-e40c-4cdf-81c5-f3f3f475ceb4 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=?
2022-04-25T04:28:27.606Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-25T04:28:27.607Z||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-04-25T04:28:27.607Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as p0pYBRqFNxTvYN2F) ...
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-25T04:28:27.613Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-25T04:28:27.613Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d69c881-e40c-4cdf-81c5-f3f3f475ceb4",
  "consumerID": "clamp",
  "timestamp": 1650860906080,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220425042444/1.0/artifacts/service-Vfw20220425042444-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-25T04:28:27.613Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T04:28:27.628Z||pool-35-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T04:28:27.629Z||pool-35-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-04-25T04:28:28.509Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-25T04:28:28.510Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-25T04:28:28.514Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-25T04:28:28.514Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "0d69c881-e40c-4cdf-81c5-f3f3f475ceb4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650860906849,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220425042444/1.0/resourceInstances/vfwca92a54877480/artifacts/vfwca92a54877480_modules.json",
  "status": "NOTIFIED"
}
2022-04-25T04:28:28.614Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-25T04:28:28.615Z||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-04-25T04:28:28.615Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as p0pYBRqFNxTvYN2F) ...
2022-04-25T04:28:28.630Z||pool-36-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T04:28:28.631Z||pool-36-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-04-25T04:28:29.515Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-25T04:28:29.516Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-25T04:28:29.519Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-25T04:28:29.519Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "0d69c881-e40c-4cdf-81c5-f3f3f475ceb4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650860906849,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220425042444/1.0/resourceInstances/vfwca92a54877480/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-04-25T04:28:29.619Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-25T04:28:29.620Z||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-04-25T04:28:29.621Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as p0pYBRqFNxTvYN2F) ...
2022-04-25T04:28:29.638Z||pool-37-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T04:28:29.639Z||pool-37-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-04-25T04:28:30.519Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-25T04:28:30.520Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-25T04:28:30.523Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-25T04:28:30.523Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "0d69c881-e40c-4cdf-81c5-f3f3f475ceb4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650860906849,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220425042444/1.0/resourceInstances/vfwca92a54877480/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:28:30.623Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-25T04:28:30.625Z||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-04-25T04:28:30.625Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as p0pYBRqFNxTvYN2F) ...
2022-04-25T04:28:30.650Z||pool-38-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T04:28:30.650Z||pool-38-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-04-25T04:28:31.524Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-25T04:28:31.525Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-25T04:28:31.527Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-25T04:28:31.527Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "0d69c881-e40c-4cdf-81c5-f3f3f475ceb4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650860906849,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220425042444/1.0/resourceInstances/vfwca92a54877480/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-04-25T04:28:31.627Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-25T04:28:31.629Z||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-04-25T04:28:31.629Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as p0pYBRqFNxTvYN2F) ...
2022-04-25T04:28:31.667Z||pool-39-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T04:28:31.668Z||pool-39-thread-1|||||INFO|500||cambria reply ok (40 ms):{"serverTimeMs":1,"count":1}
2022-04-25T04:28:32.528Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-25T04:28:32.529Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-25T04:28:32.532Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-25T04:28:32.532Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "0d69c881-e40c-4cdf-81c5-f3f3f475ceb4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650860906849,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220425042444/1.0/artifacts/service-Vfw20220425042444-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:28:32.632Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-25T04:28:32.633Z||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-04-25T04:28:32.634Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as p0pYBRqFNxTvYN2F) ...
2022-04-25T04:28:32.676Z||pool-40-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T04:28:32.677Z||pool-40-thread-1|||||INFO|500||cambria reply ok (44 ms):{"serverTimeMs":0,"count":1}
2022-04-25T04:28:33.533Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-25T04:28:33.534Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-25T04:28:33.537Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-25T04:28:33.537Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "0d69c881-e40c-4cdf-81c5-f3f3f475ceb4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650860906849,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220425042444/1.0/artifacts/service-Vfw20220425042444-csar.csar",
  "status": "NOTIFIED"
}
2022-04-25T04:28:33.637Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-25T04:28:33.638Z||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-04-25T04:28:33.638Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as p0pYBRqFNxTvYN2F) ...
2022-04-25T04:28:33.681Z||pool-41-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T04:28:33.682Z||pool-41-thread-1|||||INFO|500||cambria reply ok (44 ms):{"serverTimeMs":0,"count":1}
2022-04-25T04:28:34.541Z||pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "0d69c881-e40c-4cdf-81c5-f3f3f475ceb4",
  "serviceName": "vFW 2022-04-25 04-24-44",
  "serviceVersion": "1.0",
  "serviceUUID": "fd812ecc-bbef-475f-926e-f4dca15f491f",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "0053e4b0-1e23-4523-9991-ed6fc55a7c4b",
  "resources": [
    {
      "resourceInstanceName": "vFW ca92a548-7748 0",
      "resourceCustomizationUUID": "b2be6ba1-3479-4966-baee-1094b4842dcf",
      "resourceName": "vFW ca92a548-7748",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "a4919330-f991-48e2-9af1-f0cc4677315a",
      "resourceInvariantUUID": "cd49003e-812e-4e1c-b532-83f41a6309f2",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfwca92a54877480_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220425042444/1.0/resourceInstances/vfwca92a54877480/artifacts/vfwca92a54877480_modules.json",
          "artifactChecksum": "OWM3ODBmYWI1MDM1ZTIyOTdlMTE0ZTg1OWI0MTMxMjU\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "8510f3dc-3b21-426c-a0a0-8894928f37bc",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220425042444/1.0/resourceInstances/vfwca92a54877480/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "bdbaf3b1-5fac-4cf2-babd-14f4a1b566c9",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20220425042444/1.0/resourceInstances/vfwca92a54877480/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "431a52c0-dc2f-496d-9db5-4dc30734e11c",
            "generatedFromUUID": "bdbaf3b1-5fac-4cf2-babd-14f4a1b566c9"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220425042444/1.0/resourceInstances/vfwca92a54877480/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "431a52c0-dc2f-496d-9db5-4dc30734e11c",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20220425042444-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20220425042444/1.0/artifacts/service-Vfw20220425042444-csar.csar",
      "artifactChecksum": "M2RlMmQ2YWNmOWNjNTA5YmVjYzE2ZGZjYzAxOWIyZWU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "ede276d6-65b6-4f87-aceb-2616b326f347"
    }
  ],
  "workloadContext": "Production"
}
2022-04-25T04:28:34.541Z||pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-04-25T04:28:34.544Z||pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 fd812ecc-bbef-475f-926e-f4dca15f491f ASDC
2022-04-25T04:28:34.545Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:0d69c881-e40c-4cdf-81c5-f3f3f475ceb4
ServiceName:vFW 2022-04-25 04-24-44
ServiceVersion:1.0
ServiceUUID:fd812ecc-bbef-475f-926e-f4dca15f491f
ServiceInvariantUUID:0053e4b0-1e23-4523-9991-ed6fc55a7c4b
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220425042444-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220425042444/1.0/artifacts/service-Vfw20220425042444-csar.csar
ArtifactUUID:ede276d6-65b6-4f87-aceb-2616b326f347
ArtifactChecksum:M2RlMmQ2YWNmOWNjNTA5YmVjYzE2ZGZjYzAxOWIyZWU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW ca92a548-7748 0
ResourceCustomizationUUID:b2be6ba1-3479-4966-baee-1094b4842dcf
ResourceInvariantUUID:cd49003e-812e-4e1c-b532-83f41a6309f2
ResourceName:vFW ca92a548-7748
ResourceType:VF
ResourceUUID:a4919330-f991-48e2-9af1-f0cc4677315a
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwca92a54877480_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220425042444/1.0/resourceInstances/vfwca92a54877480/artifacts/vfwca92a54877480_modules.json
ArtifactUUID:8510f3dc-3b21-426c-a0a0-8894928f37bc
ArtifactChecksum:OWM3ODBmYWI1MDM1ZTIyOTdlMTE0ZTg1OWI0MTMxMjU=
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/Vfw20220425042444/1.0/resourceInstances/vfwca92a54877480/artifacts/base_vfw.yaml
ArtifactUUID:bdbaf3b1-5fac-4cf2-babd-14f4a1b566c9
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/Vfw20220425042444/1.0/resourceInstances/vfwca92a54877480/artifacts/base_vfw.env
ArtifactUUID:431a52c0-dc2f-496d-9db5-4dc30734e11c
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/Vfw20220425042444/1.0/resourceInstances/vfwca92a54877480/artifacts/base_vfw.env
ArtifactUUID:431a52c0-dc2f-496d-9db5-4dc30734e11c
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-04-25T04:28:34.545Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF fd812ecc-bbef-475f-926e-f4dca15f491f 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-04-25T04:28:34.591Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-25T04:28:34.593Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-04-25T04:28:34.593Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-04-25T04:28:34.593Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: ede276d6-65b6-4f87-aceb-2616b326f347 from URL: /sdc/v1/catalog/services/Vfw20220425042444/1.0/artifacts/service-Vfw20220425042444-csar.csar
2022-04-25T04:28:34.593Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-04-25T04:28:34.594Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220425042444/1.0/artifacts/service-Vfw20220425042444-csar.csar
2022-04-25T04:28:34.892Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-04-25T04:28:34.897Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220425042444/1.0/artifacts/service-Vfw20220425042444-csar.csar ede276d6-65b6-4f87-aceb-2616b326f347 98935
2022-04-25T04:28:34.898Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220425042444/1.0/artifacts/service-Vfw20220425042444-csar.csar ASDC sendASDCNotification
2022-04-25T04:28:34.898Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220425042444/1.0/artifacts/service-Vfw20220425042444-csar.csar
2022-04-25T04:28:34.898Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-25T04:28:34.899Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-25T04:28:34.901Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-25T04:28:34.901Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "0d69c881-e40c-4cdf-81c5-f3f3f475ceb4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650860914898,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220425042444/1.0/artifacts/service-Vfw20220425042444-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-25T04:28:35.001Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-25T04:28:35.002Z||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-04-25T04:28:35.003Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as p0pYBRqFNxTvYN2F) ...
2022-04-25T04:28:35.048Z||pool-42-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T04:28:35.048Z||pool-42-thread-1|||||INFO|500||cambria reply ok (46 ms):{"serverTimeMs":0,"count":1}
2022-04-25T04:28:35.902Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-25T04:28:35.904Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-04-25T04:28:35.905Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: ede276d6-65b6-4f87-aceb-2616b326f347, URL: /sdc/v1/catalog/services/Vfw20220425042444/1.0/artifacts/service-Vfw20220425042444-csar.csar to file: /app/ASDC/1/service-Vfw20220425042444-csar.csar
2022-04-25T04:28:35.905Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220425042444-csar.csar
2022-04-25T04:28:35.906Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220425042444-csar.csar
2022-04-25T04:28:35.907Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220425042444-csar.csar
2022-04-25T04:28:36.209Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11101289836588133645/Definitions/service-Vfw20220425042444-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_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
2022-04-25T04:28:39.104Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2022-04-25T04:28:39.106Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-04-25T04:28:39.106Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220425042444-csar.csar
2022-04-25T04:28:39.106Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-04-25T04:28:39.106Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||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-Vfw20220425042444-csar.csar
2022-04-25T04:28:39.106Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||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-Vfw20220425042444-csar.csar
2022-04-25T04:28:39.106Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220425042444-csar.csar
2022-04-25T04:28:39.107Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220425042444-csar.csar
2022-04-25T04:28:39.107Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220425042444-csar.csar
2022-04-25T04:28:39.107Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||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-Vfw20220425042444-csar.csar
2022-04-25T04:28:39.107Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220425042444-csar.csar
2022-04-25T04:28:39.107Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||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-Vfw20220425042444-csar.csar
2022-04-25T04:28:39.107Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220425042444-csar.csar
2022-04-25T04:28:39.107Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||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-Vfw20220425042444-csar.csar
2022-04-25T04:28:39.108Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220425042444-csar.csar
2022-04-25T04:28:39.108Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW ca92a548-7748 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-Vfw20220425042444-csar.csar
2022-04-25T04:28:39.108Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220425042444-csar.csar
2022-04-25T04:28:39.108Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-04-25T04:28:39.108Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-25T04:28:39.108Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-04-25 04-24-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-25T04:28:39.109Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||DEBUG|500||Node template vFW ca92a548-7748 0 is matching search criteria
2022-04-25T04:28:39.109Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-04-25T04:28:39.109Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW ca92a548-7748 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-25T04:28:39.109Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-25T04:28:39.109Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-04-25 04-24-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-25T04:28:39.110Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||DEBUG|500||Node template vFW ca92a548-7748 0 is matching search criteria
2022-04-25T04:28:39.110Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-04-25T04:28:39.110Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW ca92a548-7748 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-25T04:28:39.110Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-25T04:28:39.110Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-04-25 04-24-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-25T04:28:39.110Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-25T04:28:39.111Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||DEBUG|500||Node template vFW ca92a548-7748 0 is not matching search criteria
2022-04-25T04:28:39.111Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-25T04:28:39.111Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-25T04:28:39.111Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-25T04:28:39.111Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-25T04:28:39.111Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-25T04:28:39.111Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2022-04-25T04:28:39.111Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-25T04:28:39.112Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-25T04:28:39.112Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2022-04-25T04:28:39.112Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-25T04:28:39.112Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-25T04:28:39.112Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-25T04:28:39.112Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-25T04:28:39.112Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2022-04-25T04:28:39.113Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-25T04:28:39.113Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-04-25T04:28:39.113Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-25T04:28:39.113Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-04-25 04-24-44 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-25T04:28:39.113Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-25T04:28:39.113Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||DEBUG|500||Node template vFW ca92a548-7748 0 is matching search criteria
2022-04-25T04:28:39.113Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW ca92a548-7748 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-25T04:28:39.114Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-25T04:28:39.114Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||DEBUG|500||Node template vFW ca92a548-7748 0 is matching search criteria
2022-04-25T04:28:39.114Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW ca92a548-7748 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-25T04:28:39.114Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-25T04:28:39.114Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||DEBUG|500||Node template vFW ca92a548-7748 0 is matching search criteria
2022-04-25T04:28:39.114Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW ca92a548-7748 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-25T04:28:39.115Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-25T04:28:39.115Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||DEBUG|500||Node template vFW ca92a548-7748 0 is not matching search criteria
2022-04-25T04:28:39.115Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-25T04:28:39.115Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-25T04:28:39.115Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-04-25T04:28:39.115Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-25T04:28:39.115Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2022-04-25T04:28:39.115Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-25T04:28:39.116Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-25T04:28:39.116Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-25T04:28:39.116Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-25T04:28:39.116Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2022-04-25T04:28:39.116Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-25T04:28:39.116Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=a1c529ae-b9db-473f-8b42-02015b5f5c56
2022-04-25T04:28:39.116Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-25T04:28:39.117Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||DEBUG|500||Node template vFW ca92a548-7748 0 is not matching search criteria
2022-04-25T04:28:39.117Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-25T04:28:39.117Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-25T04:28:39.117Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-25T04:28:39.117Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-25T04:28:39.117Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-25T04:28:39.117Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2022-04-25T04:28:39.117Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-25T04:28:39.118Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-04-25T04:28:39.118Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-25T04:28:39.118Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-25T04:28:39.118Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2022-04-25T04:28:39.118Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-25T04:28:39.119Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=3bb3a58e-405a-4a3c-b107-450fdf878ca4
2022-04-25T04:28:39.119Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-25T04:28:39.119Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||DEBUG|500||Node template vFW ca92a548-7748 0 is not matching search criteria
2022-04-25T04:28:39.119Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-25T04:28:39.119Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-25T04:28:39.119Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-25T04:28:39.120Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-25T04:28:39.120Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-25T04:28:39.120Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2022-04-25T04:28:39.120Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-25T04:28:39.120Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-25T04:28:39.121Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2022-04-25T04:28:39.121Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-25T04:28:39.121Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-25T04:28:39.121Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-04-25T04:28:39.121Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=ae55429d-f6f2-4e57-acbc-748e014e4fc9
2022-04-25T04:28:39.122Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-25T04:28:39.122Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-04-25 04-24-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-25T04:28:39.122Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-25T04:28:39.122Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-04-25 04-24-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-25T04:28:39.122Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-25T04:28:39.122Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-04-25 04-24-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-25T04:28:39.123Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-25T04:28:39.123Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-04-25 04-24-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-25T04:28:39.123Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2022-04-25 04-24-44
Description:catalog service description
Model UUID:fd812ecc-bbef-475f-926e-f4dca15f491f
Model Version:NULL
Model InvariantUuid:0053e4b0-1e23-4523-9991-ed6fc55a7c4b
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW ca92a548-7748
Model UUID:39b90948-3694-43e8-9f2a-8a366d9c1365
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:cd49003e-812e-4e1c-b532-83f41a6309f2
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:b2be6ba1-3479-4966-baee-1094b4842dcf
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:c9b4babb-ada8-4a18-a4ad-ed3974a34548
ModelName:VfwCa92a5487748..base_vfw..module-0
ModelUuid:90f786e1-54fb-43d4-99f8-735b5a10694c
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:a1c529ae-b9db-473f-8b42-02015b5f5c56
ModelInvariantUuid:0aea16f7-56c1-4e03-9fd5-74cbd212f230
ModelName:vFW ca92a548-7748-nodes.vfwCvfc
ModelUuid:d26a75ab-afdd-4d43-a889-b7e15f53e664
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:2fa4fec8-28df-4743-94d0-dfedfe23277d
ModelInvariantUuid:ddf9df34-e74b-47c8-9b67-9e5a8df805d4
ModelName:VfwCa92a5487748.compute.nodes.heat.vfw
ModelUuid:0c60355a-3a50-4359-89d4-58364c8f7044
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:3bb3a58e-405a-4a3c-b107-450fdf878ca4
ModelInvariantUuid:af958006-6458-473c-b9a3-affb67d5d438
ModelName:vFW ca92a548-7748-nodes.vsnCvfc
ModelUuid:0fade450-1aa6-4c70-ad31-a4b334862333
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:1044cc69-76a0-481c-a3e5-e68666f5572f
ModelInvariantUuid:cc2d9f3b-075c-4236-84aa-e85b87c7da51
ModelName:VfwCa92a5487748.compute.nodes.heat.vsn
ModelUuid:1002f6fe-a5ee-495e-a56c-99af9ff03b14
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:ae55429d-f6f2-4e57-acbc-748e014e4fc9
ModelInvariantUuid:5a91d5d6-fe08-4909-807a-73a37a051d9c
ModelName:vFW ca92a548-7748-nodes.vpgCvfc
ModelUuid:3a793074-f76e-41a8-8c7c-a92c93752b52
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:6440527b-c1a8-42d2-8f01-df3a120a70fe
ModelInvariantUuid:8227e8cc-52ac-4b8b-85db-3255a971403d
ModelName:VfwCa92a5487748.compute.nodes.heat.vpg
ModelUuid:7d0e83f7-9ce1-4d11-a1b9-88ec80bb47ec
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-04-25T04:28:39.133Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: a4919330-f991-48e2-9af1-f0cc4677315a
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-04-25T04:28:39.140Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||INFO|500||vFW ca92a548-7748 0
2022-04-25T04:28:39.141Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: a4919330-f991-48e2-9af1-f0cc4677315a
2022-04-25T04:28:39.141Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 8510f3dc-3b21-426c-a0a0-8894928f37bc from URL: /sdc/v1/catalog/services/Vfw20220425042444/1.0/resourceInstances/vfwca92a54877480/artifacts/vfwca92a54877480_modules.json
2022-04-25T04:28:39.142Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-04-25T04:28:39.142Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220425042444/1.0/resourceInstances/vfwca92a54877480/artifacts/vfwca92a54877480_modules.json
2022-04-25T04:28:39.552Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-04-25T04:28:39.552Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220425042444/1.0/resourceInstances/vfwca92a54877480/artifacts/vfwca92a54877480_modules.json 8510f3dc-3b21-426c-a0a0-8894928f37bc 785
2022-04-25T04:28:39.553Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220425042444/1.0/resourceInstances/vfwca92a54877480/artifacts/vfwca92a54877480_modules.json ASDC sendASDCNotification
2022-04-25T04:28:39.553Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220425042444/1.0/resourceInstances/vfwca92a54877480/artifacts/vfwca92a54877480_modules.json
2022-04-25T04:28:39.553Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-25T04:28:39.553Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-25T04:28:39.556Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-25T04:28:39.558Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "0d69c881-e40c-4cdf-81c5-f3f3f475ceb4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650860919553,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220425042444/1.0/resourceInstances/vfwca92a54877480/artifacts/vfwca92a54877480_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-25T04:28:39.657Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-25T04:28:39.658Z||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-04-25T04:28:39.658Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as p0pYBRqFNxTvYN2F) ...
2022-04-25T04:28:39.671Z||pool-43-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T04:28:39.672Z||pool-43-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-04-25T04:28:40.558Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwCa92a5487748..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "c9b4babb-ada8-4a18-a4ad-ed3974a34548",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "90f786e1-54fb-43d4-99f8-735b5a10694c",
    "vfModuleModelCustomizationUUID": "84deca62-4e8a-4445-89d2-9326c6744843",
    "isBase": true,
    "artifacts": [
      "bdbaf3b1-5fac-4cf2-babd-14f4a1b566c9",
      "431a52c0-dc2f-496d-9db5-4dc30734e11c"
    ],
    "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-04-25T04:28:40.564Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwCa92a5487748..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:90f786e1-54fb-43d4-99f8-735b5a10694c
VfModuleModelInvariantUUID:c9b4babb-ada8-4a18-a4ad-ed3974a34548
VfModuleModelDescription:NULL
Artifacts UUID List:{
bdbaf3b1-5fac-4cf2-babd-14f4a1b566c9
,
431a52c0-dc2f-496d-9db5-4dc30734e11c

}
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-04-25T04:28:40.567Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwCa92a5487748..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "c9b4babb-ada8-4a18-a4ad-ed3974a34548",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "90f786e1-54fb-43d4-99f8-735b5a10694c",
    "vfModuleModelCustomizationUUID": "84deca62-4e8a-4445-89d2-9326c6744843",
    "isBase": true,
    "artifacts": [
      "bdbaf3b1-5fac-4cf2-babd-14f4a1b566c9",
      "431a52c0-dc2f-496d-9db5-4dc30734e11c"
    ],
    "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-04-25T04:28:40.567Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwCa92a5487748..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:90f786e1-54fb-43d4-99f8-735b5a10694c
VfModuleModelInvariantUUID:c9b4babb-ada8-4a18-a4ad-ed3974a34548
VfModuleModelDescription:NULL
Artifacts UUID List:{
bdbaf3b1-5fac-4cf2-babd-14f4a1b566c9
,
431a52c0-dc2f-496d-9db5-4dc30734e11c

}
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-04-25T04:28:40.567Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: bdbaf3b1-5fac-4cf2-babd-14f4a1b566c9 from URL: /sdc/v1/catalog/services/Vfw20220425042444/1.0/resourceInstances/vfwca92a54877480/artifacts/base_vfw.yaml
2022-04-25T04:28:40.567Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-04-25T04:28:40.567Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220425042444/1.0/resourceInstances/vfwca92a54877480/artifacts/base_vfw.yaml
2022-04-25T04:28:40.765Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-04-25T04:28:40.767Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220425042444/1.0/resourceInstances/vfwca92a54877480/artifacts/base_vfw.yaml bdbaf3b1-5fac-4cf2-babd-14f4a1b566c9 20368
2022-04-25T04:28:40.767Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220425042444/1.0/resourceInstances/vfwca92a54877480/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-04-25T04:28:40.767Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220425042444/1.0/resourceInstances/vfwca92a54877480/artifacts/base_vfw.yaml
2022-04-25T04:28:40.767Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-25T04:28:40.767Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-25T04:28:40.770Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-25T04:28:40.770Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "0d69c881-e40c-4cdf-81c5-f3f3f475ceb4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650860920767,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220425042444/1.0/resourceInstances/vfwca92a54877480/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-25T04:28:40.870Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-25T04:28:40.871Z||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-04-25T04:28:40.871Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as p0pYBRqFNxTvYN2F) ...
2022-04-25T04:28:40.942Z||pool-44-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T04:28:40.943Z||pool-44-thread-1|||||INFO|500||cambria reply ok (72 ms):{"serverTimeMs":1,"count":1}
2022-04-25T04:28:41.770Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 431a52c0-dc2f-496d-9db5-4dc30734e11c from URL: /sdc/v1/catalog/services/Vfw20220425042444/1.0/resourceInstances/vfwca92a54877480/artifacts/base_vfw.env
2022-04-25T04:28:41.771Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-04-25T04:28:41.771Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220425042444/1.0/resourceInstances/vfwca92a54877480/artifacts/base_vfw.env
2022-04-25T04:28:42.152Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-04-25T04:28:42.152Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220425042444/1.0/resourceInstances/vfwca92a54877480/artifacts/base_vfw.env 431a52c0-dc2f-496d-9db5-4dc30734e11c 2098
2022-04-25T04:28:42.153Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220425042444/1.0/resourceInstances/vfwca92a54877480/artifacts/base_vfw.env ASDC sendASDCNotification
2022-04-25T04:28:42.153Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220425042444/1.0/resourceInstances/vfwca92a54877480/artifacts/base_vfw.env
2022-04-25T04:28:42.153Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-25T04:28:42.153Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-25T04:28:42.155Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-25T04:28:42.155Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "0d69c881-e40c-4cdf-81c5-f3f3f475ceb4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650860922153,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220425042444/1.0/resourceInstances/vfwca92a54877480/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-04-25T04:28:42.255Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-25T04:28:42.257Z||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-04-25T04:28:42.257Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as p0pYBRqFNxTvYN2F) ...
2022-04-25T04:28:42.273Z||pool-45-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T04:28:42.274Z||pool-45-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-04-25T04:28:43.156Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: fd812ecc-bbef-475f-926e-f4dca15f491f
2022-04-25T04:28:43.156Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW ca92a548-7748 0 a4919330-f991-48e2-9af1-f0cc4677315a 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-04-25T04:28:43.189Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5c9351ed, org.onap.sdc.toscaparser.api.parameters.Input@47553028, org.onap.sdc.toscaparser.api.parameters.Input@15792dcd, org.onap.sdc.toscaparser.api.parameters.Input@6724e78a, org.onap.sdc.toscaparser.api.parameters.Input@21feceba]
2022-04-25T04:28:43.191Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-25T04:28:43.191Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-04-25 04-24-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-25T04:28:43.191Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic 
2022-04-25T04:28:43.191Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= b2be6ba1-3479-4966-baee-1094b4842dcf
2022-04-25T04:28:43.191Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: b2be6ba1-3479-4966-baee-1094b4842dcf matches Tosca VF Customization UUID: b2be6ba1-3479-4966-baee-1094b4842dcf
2022-04-25T04:28:43.191Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: b2be6ba1-3479-4966-baee-1094b4842dcf  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-04-25T04:28:43.195Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-25T04:28:43.196Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-04-25 04-24-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-25T04:28:43.197Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id b2be6ba1-3479-4966-baee-1094b4842dcf: {\"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-04-25T04:28:43.197Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@535788e1
2022-04-25T04:28:43.197Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-25T04:28:43.197Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-04-25 04-24-44 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-25T04:28:43.198Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 84deca62-4e8a-4445-89d2-9326c6744843
2022-04-25T04:28:43.198Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 84deca62-4e8a-4445-89d2-9326c6744843
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-04-25T04:28:43.202Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-25T04:28:43.202Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||DEBUG|500||Node template vFW ca92a548-7748 0 is matching search criteria
2022-04-25T04:28:43.202Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW ca92a548-7748 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-25T04:28:43.202Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-25T04:28:43.203Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||DEBUG|500||Node template vFW ca92a548-7748 0 is matching search criteria
2022-04-25T04:28:43.203Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW ca92a548-7748 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-25T04:28:43.203Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-25T04:28:43.203Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||DEBUG|500||Node template vFW ca92a548-7748 0 is not matching search criteria
2022-04-25T04:28:43.204Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-25T04:28:43.204Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-25T04:28:43.204Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-04-25T04:28:43.204Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-25T04:28:43.204Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2022-04-25T04:28:43.205Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-25T04:28:43.205Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-25T04:28:43.205Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-25T04:28:43.205Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-25T04:28:43.206Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2022-04-25T04:28:43.206Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-25T04:28:43.206Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=a1c529ae-b9db-473f-8b42-02015b5f5c56
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-04-25T04:28:43.209Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-25T04:28:43.210Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||DEBUG|500||Node template vFW ca92a548-7748 0 is matching search criteria
2022-04-25T04:28:43.210Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW ca92a548-7748 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-25T04:28:43.210Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-25T04:28:43.210Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||DEBUG|500||Node template vFW ca92a548-7748 0 is not matching search criteria
2022-04-25T04:28:43.210Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-25T04:28:43.210Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-25T04:28:43.211Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-25T04:28:43.211Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-25T04:28:43.211Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-25T04:28:43.211Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2022-04-25T04:28:43.211Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-25T04:28:43.211Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-04-25T04:28:43.212Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-25T04:28:43.212Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-25T04:28:43.212Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||DEBUG|500||Node template vpg is not matching search criteria
2022-04-25T04:28:43.212Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-25T04:28:43.212Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=3bb3a58e-405a-4a3c-b107-450fdf878ca4
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-04-25T04:28:43.222Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-25T04:28:43.223Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||DEBUG|500||Node template vFW ca92a548-7748 0 is matching search criteria
2022-04-25T04:28:43.223Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW ca92a548-7748 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-25T04:28:43.223Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-25T04:28:43.223Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||DEBUG|500||Node template vFW ca92a548-7748 0 is not matching search criteria
2022-04-25T04:28:43.223Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-25T04:28:43.223Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-25T04:28:43.224Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-25T04:28:43.224Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-25T04:28:43.224Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-25T04:28:43.224Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||DEBUG|500||Node template vfw is not matching search criteria
2022-04-25T04:28:43.224Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-25T04:28:43.224Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-25T04:28:43.225Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||DEBUG|500||Node template vsn is not matching search criteria
2022-04-25T04:28:43.225Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-25T04:28:43.225Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-25T04:28:43.225Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-04-25T04:28:43.225Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=ae55429d-f6f2-4e57-acbc-748e014e4fc9
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-04-25T04:28:43.227Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-25T04:28:43.228Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||DEBUG|500||Node template vFW ca92a548-7748 0 is matching search criteria
2022-04-25T04:28:43.228Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW ca92a548-7748 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-25T04:28:43.228Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-25T04:28:43.228Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||DEBUG|500||Node template vFW ca92a548-7748 0 is matching search criteria
2022-04-25T04:28:43.228Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||DEBUG|500||Found topology templates [vFW ca92a548-7748 0] matching following query criteria: sdcType=VF, customizationUUID=b2be6ba1-3479-4966-baee-1094b4842dcf
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-04-25T04:28:43.230Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-25T04:28:43.230Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-04-25 04-24-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-25T04:28:43.231Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid fd812ecc-bbef-475f-926e-f4dca15f491f: vFW ca92a548-7748
2022-04-25T04:28:43.231Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-25T04:28:43.231Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-04-25 04-24-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-25T04:28:43.231Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-25T04:28:43.231Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-04-25 04-24-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-25T04:28:43.231Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-25T04:28:43.232Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-04-25 04-24-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-25T04:28:43.232Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-25T04:28:43.232Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-04-25 04-24-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-25T04:28:43.232Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-25T04:28:43.232Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||DEBUG|500||Service vFW 2022-04-25 04-24-44 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-25T04:28:43.232Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||INFO|500||Saving Service: vFW 2022-04-25 04-24-44 
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-04-25T04:28:43.795Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW ca92a548-7748 a4919330-f991-48e2-9af1-f0cc4677315a 1 ASDC deployResourceStructure
2022-04-25T04:28:43.795Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220425042444/1.0/resourceInstances/vfwca92a54877480/artifacts/vfwca92a54877480_modules.json ASDC sendASDCNotification
2022-04-25T04:28:43.796Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220425042444/1.0/resourceInstances/vfwca92a54877480/artifacts/vfwca92a54877480_modules.json
2022-04-25T04:28:43.796Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-25T04:28:43.796Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-25T04:28:43.799Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-25T04:28:43.799Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "0d69c881-e40c-4cdf-81c5-f3f3f475ceb4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650860923795,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220425042444/1.0/resourceInstances/vfwca92a54877480/artifacts/vfwca92a54877480_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-25T04:28:43.899Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-25T04:28:43.900Z||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-04-25T04:28:43.901Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as p0pYBRqFNxTvYN2F) ...
2022-04-25T04:28:43.915Z||pool-46-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T04:28:43.916Z||pool-46-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-04-25T04:28:44.800Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220425042444/1.0/resourceInstances/vfwca92a54877480/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-04-25T04:28:44.801Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220425042444/1.0/resourceInstances/vfwca92a54877480/artifacts/base_vfw.yaml
2022-04-25T04:28:44.801Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-25T04:28:44.801Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-25T04:28:44.803Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-25T04:28:44.804Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "0d69c881-e40c-4cdf-81c5-f3f3f475ceb4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650860924800,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220425042444/1.0/resourceInstances/vfwca92a54877480/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-04-25T04:28:44.904Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-25T04:28:44.905Z||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-04-25T04:28:44.905Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as p0pYBRqFNxTvYN2F) ...
2022-04-25T04:28:44.990Z||pool-47-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T04:28:44.991Z||pool-47-thread-1|||||INFO|500||cambria reply ok (87 ms):{"serverTimeMs":0,"count":1}
2022-04-25T04:28:45.805Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220425042444/1.0/resourceInstances/vfwca92a54877480/artifacts/base_vfw.env ASDC sendASDCNotification
2022-04-25T04:28:45.806Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220425042444/1.0/resourceInstances/vfwca92a54877480/artifacts/base_vfw.env
2022-04-25T04:28:45.806Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-25T04:28:45.807Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-25T04:28:45.809Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-25T04:28:45.809Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "0d69c881-e40c-4cdf-81c5-f3f3f475ceb4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650860925804,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220425042444/1.0/resourceInstances/vfwca92a54877480/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-04-25T04:28:45.909Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-25T04:28:45.910Z||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-04-25T04:28:45.910Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as p0pYBRqFNxTvYN2F) ...
2022-04-25T04:28:45.943Z||pool-48-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T04:28:45.944Z||pool-48-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":0,"count":1}
2022-04-25T04:28:46.810Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220425042444/1.0/artifacts/service-Vfw20220425042444-csar.csar ASDC sendASDCNotification
2022-04-25T04:28:46.810Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220425042444/1.0/artifacts/service-Vfw20220425042444-csar.csar
2022-04-25T04:28:46.810Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-25T04:28:46.811Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-25T04:28:46.813Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-25T04:28:46.813Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "0d69c881-e40c-4cdf-81c5-f3f3f475ceb4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650860926809,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220425042444/1.0/artifacts/service-Vfw20220425042444-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-25T04:28:46.914Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-25T04:28:46.916Z||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-04-25T04:28:46.916Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as p0pYBRqFNxTvYN2F) ...
2022-04-25T04:28:46.930Z||pool-49-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T04:28:46.930Z||pool-49-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-04-25T04:28:47.814Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0d69c881-e40c-4cdf-81c5-f3f3f475ceb4
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-25T04:28:47.825Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0d69c881-e40c-4cdf-81c5-f3f3f475ceb4
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-04-25T04:28:47.828Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-25T04:28:47.828Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-25T04:28:47.828Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-25T04:29:17.829Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0d69c881-e40c-4cdf-81c5-f3f3f475ceb4
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-25T04:29:17.839Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0d69c881-e40c-4cdf-81c5-f3f3f475ceb4
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-04-25T04:29:17.846Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-25T04:29:17.847Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-25T04:29:17.847Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-25T04:29:26.853Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T04:29:26.854Z|31fb102f-7542-4c74-a431-243b33d6ad62|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-04-25T04:29:26.854Z|31fb102f-7542-4c74-a431-243b33d6ad62|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 p0pYBRqFNxTvYN2F) ...
2022-04-25T04:29:26.986Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T04:29:26.987Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-25T04:29:26.987Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d69c881-e40c-4cdf-81c5-f3f3f475ceb4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650860906849,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220425042444/1.0/resourceInstances/vfwca92a54877480/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:29:26.988Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:29:47.848Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0d69c881-e40c-4cdf-81c5-f3f3f475ceb4
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-25T04:29:47.876Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0d69c881-e40c-4cdf-81c5-f3f3f475ceb4
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-04-25T04:29:47.880Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-25T04:29:47.881Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-25T04:29:47.881Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-25T04:30:17.881Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0d69c881-e40c-4cdf-81c5-f3f3f475ceb4
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-25T04:30:17.897Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0d69c881-e40c-4cdf-81c5-f3f3f475ceb4
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-04-25T04:30:17.902Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-25T04:30:17.903Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-25T04:30:17.903Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-25T04:30:26.853Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T04:30:26.855Z|31fb102f-7542-4c74-a431-243b33d6ad62|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-04-25T04:30:26.855Z|31fb102f-7542-4c74-a431-243b33d6ad62|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 p0pYBRqFNxTvYN2F) ...
2022-04-25T04:30:27.386Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T04:30:27.388Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-25T04:30:27.388Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d69c881-e40c-4cdf-81c5-f3f3f475ceb4",
  "consumerID": "clamp",
  "timestamp": 1650860907085,
  "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-04-25T04:30:27.396Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 0d69c881-e40c-4cdf-81c5-f3f3f475ceb4
2022-04-25T04:30:27.397Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0d69c881-e40c-4cdf-81c5-f3f3f475ceb4 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-04-25T04:30:27.410Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-25T04:30:27.410Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d69c881-e40c-4cdf-81c5-f3f3f475ceb4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650860906849,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220425042444/1.0/resourceInstances/vfwca92a54877480/artifacts/vfwca92a54877480_modules.json",
  "status": "NOTIFIED"
}
2022-04-25T04:30:27.410Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:30:27.411Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-25T04:30:27.411Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d69c881-e40c-4cdf-81c5-f3f3f475ceb4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650860906849,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220425042444/1.0/resourceInstances/vfwca92a54877480/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-04-25T04:30:27.411Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:30:27.411Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-25T04:30:27.411Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d69c881-e40c-4cdf-81c5-f3f3f475ceb4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650860906849,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220425042444/1.0/resourceInstances/vfwca92a54877480/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:30:27.411Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:30:27.411Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-25T04:30:27.411Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d69c881-e40c-4cdf-81c5-f3f3f475ceb4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650860906849,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220425042444/1.0/resourceInstances/vfwca92a54877480/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-04-25T04:30:27.412Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:30:27.412Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-25T04:30:27.412Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d69c881-e40c-4cdf-81c5-f3f3f475ceb4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650860906849,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220425042444/1.0/artifacts/service-Vfw20220425042444-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:30:27.412Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:30:27.412Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-25T04:30:27.412Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d69c881-e40c-4cdf-81c5-f3f3f475ceb4",
  "consumerID": "aai-ml",
  "timestamp": 1650860912532,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220425042444/1.0/artifacts/service-Vfw20220425042444-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-25T04:30:27.412Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T04:30:27.412Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-25T04:30:27.412Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d69c881-e40c-4cdf-81c5-f3f3f475ceb4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650860906849,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220425042444/1.0/artifacts/service-Vfw20220425042444-csar.csar",
  "status": "NOTIFIED"
}
2022-04-25T04:30:27.413Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:30:27.413Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-25T04:30:27.413Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d69c881-e40c-4cdf-81c5-f3f3f475ceb4",
  "consumerID": "aai-ml",
  "timestamp": 1650860913539,
  "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-04-25T04:30:27.418Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 0d69c881-e40c-4cdf-81c5-f3f3f475ceb4
2022-04-25T04:30:27.418Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0d69c881-e40c-4cdf-81c5-f3f3f475ceb4 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-04-25T04:30:27.432Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-25T04:30:27.433Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d69c881-e40c-4cdf-81c5-f3f3f475ceb4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650860914898,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220425042444/1.0/artifacts/service-Vfw20220425042444-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-25T04:30:27.433Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T04:30:27.433Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-25T04:30:27.433Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d69c881-e40c-4cdf-81c5-f3f3f475ceb4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650860919553,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220425042444/1.0/resourceInstances/vfwca92a54877480/artifacts/vfwca92a54877480_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-25T04:30:27.433Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T04:30:27.433Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-25T04:30:27.433Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d69c881-e40c-4cdf-81c5-f3f3f475ceb4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650860920767,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220425042444/1.0/resourceInstances/vfwca92a54877480/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-25T04:30:27.434Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T04:30:27.434Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-25T04:30:27.434Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d69c881-e40c-4cdf-81c5-f3f3f475ceb4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650860922153,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220425042444/1.0/resourceInstances/vfwca92a54877480/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-04-25T04:30:27.434Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T04:30:27.434Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-25T04:30:27.434Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d69c881-e40c-4cdf-81c5-f3f3f475ceb4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650860923795,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220425042444/1.0/resourceInstances/vfwca92a54877480/artifacts/vfwca92a54877480_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-25T04:30:27.434Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T04:30:27.434Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-25T04:30:27.435Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d69c881-e40c-4cdf-81c5-f3f3f475ceb4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650860924800,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220425042444/1.0/resourceInstances/vfwca92a54877480/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-04-25T04:30:27.435Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T04:30:27.435Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-25T04:30:27.435Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d69c881-e40c-4cdf-81c5-f3f3f475ceb4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650860925804,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220425042444/1.0/resourceInstances/vfwca92a54877480/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-04-25T04:30:27.435Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T04:30:27.435Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-25T04:30:27.435Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d69c881-e40c-4cdf-81c5-f3f3f475ceb4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650860926809,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220425042444/1.0/artifacts/service-Vfw20220425042444-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-25T04:30:27.436Z|31fb102f-7542-4c74-a431-243b33d6ad62|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T04:30:47.903Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0d69c881-e40c-4cdf-81c5-f3f3f475ceb4
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-25T04:30:47.916Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0d69c881-e40c-4cdf-81c5-f3f3f475ceb4
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-04-25T04:30:47.920Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-25T04:30:47.921Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-25T04:30:47.921Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-04-25T04:30:47.922Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-04-25T04:30:47.922Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-25T04:30:47.922Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-25T04:30:47.923Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-25T04:30:47.923Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-25T04:30:47.923Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-25T04:30:47.924Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-25T04:30:47.924Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-25T04:30:47.931Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-04-25T04:31:17.931Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 0d69c881-e40c-4cdf-81c5-f3f3f475ceb4 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-04-25T04:31:17.939Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 0d69c881-e40c-4cdf-81c5-f3f3f475ceb4 and serviceModelVersionId: fd812ecc-bbef-475f-926e-f4dca15f491f
2022-04-25T04:31:17.940Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 0053e4b0-1e23-4523-9991-ed6fc55a7c4b
2022-04-25T04:31:17.942Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/0053e4b0-1e23-4523-9991-ed6fc55a7c4b/model-vers/model-ver/fd812ecc-bbef-475f-926e-f4dca15f491f?depth=0
2022-04-25T04:31:17.956Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2022-04-25T04:31:18.068Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0053e4b0-1e23-4523-9991-ed6fc55a7c4b/model-vers/model-ver/fd812ecc-bbef-475f-926e-f4dca15f491f?depth=0|INFO|500||Invoke
2022-04-25T04:31:18.070Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0053e4b0-1e23-4523-9991-ed6fc55a7c4b/model-vers/model-ver/fd812ecc-bbef-475f-926e-f4dca15f491f?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0053e4b0-1e23-4523-9991-ed6fc55a7c4b/model-vers/model-ver/fd812ecc-bbef-475f-926e-f4dca15f491f?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[0d69c881-e40c-4cdf-81c5-f3f3f475ceb4], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[eeb9d47b-eae6-45cd-8e79-c74f79c50e76], X-ECOMP-RequestID=[0d69c881-e40c-4cdf-81c5-f3f3f475ceb4], X-TransactionId=[], X-ONAP-RequestID=[0d69c881-e40c-4cdf-81c5-f3f3f475ceb4], Content-Type=[application/merge-patch+json]}
2022-04-25T04:31:18.113Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0053e4b0-1e23-4523-9991-ed6fc55a7c4b/model-vers/model-ver/fd812ecc-bbef-475f-926e-f4dca15f491f?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-04-25T04:31:18.858Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0053e4b0-1e23-4523-9991-ed6fc55a7c4b/model-vers/model-ver/fd812ecc-bbef-475f-926e-f4dca15f491f?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/0053e4b0-1e23-4523-9991-ed6fc55a7c4b/model-vers/model-ver/fd812ecc-bbef-475f-926e-f4dca15f491f?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220425-04:31:17:601-11323], vertex-id=[180240], Content-Length=[0], Date=[Mon, 25 Apr 2022 04:31:17 GMT], Content-Type=[application/json]}
2022-04-25T04:31:18.858Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0053e4b0-1e23-4523-9991-ed6fc55a7c4b/model-vers/model-ver/fd812ecc-bbef-475f-926e-f4dca15f491f?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-04-25T04:31:18.859Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0053e4b0-1e23-4523-9991-ed6fc55a7c4b/model-vers/model-ver/fd812ecc-bbef-475f-926e-f4dca15f491f?depth=0|INFO|500||InvokeReturn
2022-04-25T04:31:18.860Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-04-25T04:31:18.861Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-25T04:31:18.869Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-04-25T04:31:18.869Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 0d69c881-e40c-4cdf-81c5-f3f3f475ceb4 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-04-25T04:31:18.870Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-04-25T04:31:18.870Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-25T04:31:18.873Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-25T04:31:18.873Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "0d69c881-e40c-4cdf-81c5-f3f3f475ceb4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650861078870,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-04-25T04:31:18.973Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-25T04:31:18.975Z||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-04-25T04:31:18.975Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as p0pYBRqFNxTvYN2F) ...
2022-04-25T04:31:18.994Z||pool-50-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T04:31:18.995Z||pool-50-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-04-25T04:31:19.886Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T04:31:19.887Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|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-04-25T04:31:19.887Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|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 p0pYBRqFNxTvYN2F) ...
2022-04-25T04:31:26.853Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T04:31:26.854Z||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-04-25T04:31:26.854Z||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 p0pYBRqFNxTvYN2F) ...
2022-04-25T04:31:27.486Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T04:31:27.486Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-25T04:31:27.486Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0d69c881-e40c-4cdf-81c5-f3f3f475ceb4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650861078870,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-04-25T04:31:27.487Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T04:31:30.233Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T04:31:30.234Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T04:31:30.235Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|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-04-25T04:31:30.235Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|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 p0pYBRqFNxTvYN2F) ...
2022-04-25T04:31:39.840Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T04:31:39.841Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T04:31:39.841Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|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-04-25T04:31:39.841Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|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 p0pYBRqFNxTvYN2F) ...
2022-04-25T04:31:49.468Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T04:32:26.849Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T04:32:26.850Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|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-04-25T04:32:26.851Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|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 p0pYBRqFNxTvYN2F) ...
2022-04-25T04:32:26.853Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T04:32:26.853Z||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-04-25T04:32:26.853Z||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 p0pYBRqFNxTvYN2F) ...
2022-04-25T04:32:36.425Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T04:32:36.433Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T04:33:26.849Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T04:33:26.850Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|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-04-25T04:33:26.850Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|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 p0pYBRqFNxTvYN2F) ...
2022-04-25T04:33:26.853Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T04:33:26.853Z||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-04-25T04:33:26.853Z||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 p0pYBRqFNxTvYN2F) ...
2022-04-25T04:33:36.519Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T04:33:36.544Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T04:34:26.849Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T04:34:26.850Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|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-04-25T04:34:26.850Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|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 p0pYBRqFNxTvYN2F) ...
2022-04-25T04:34:26.853Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T04:34:26.854Z||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-04-25T04:34:26.854Z||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 p0pYBRqFNxTvYN2F) ...
2022-04-25T04:34:36.481Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T04:34:36.488Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T04:35:26.849Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T04:35:26.852Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|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-04-25T04:35:26.852Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|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 p0pYBRqFNxTvYN2F) ...
2022-04-25T04:35:26.853Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T04:35:26.853Z||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-04-25T04:35:26.853Z||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 p0pYBRqFNxTvYN2F) ...
2022-04-25T04:35:36.434Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T04:35:36.455Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T04:36:26.849Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T04:36:26.850Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|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-04-25T04:36:26.850Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|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 p0pYBRqFNxTvYN2F) ...
2022-04-25T04:36:26.853Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T04:36:26.853Z||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-04-25T04:36:26.854Z||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 p0pYBRqFNxTvYN2F) ...
2022-04-25T04:36:36.451Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T04:36:36.477Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T04:37:26.849Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T04:37:26.850Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|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-04-25T04:37:26.850Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|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 p0pYBRqFNxTvYN2F) ...
2022-04-25T04:37:26.853Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T04:37:26.854Z||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-04-25T04:37:26.854Z||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 p0pYBRqFNxTvYN2F) ...
2022-04-25T04:37:27.537Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T04:37:27.539Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-25T04:37:27.539Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"2c587886-ce46-44d2-a379-2e50b0246426","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"cc2f0d76-9c66-42d2-9e43-2c80548dd95d","serviceDescription":"service","serviceInvariantUUID":"5b4a370f-655b-4f8a-b3c4-a44eefefb2d8","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"0f7314c1-0422-4217-a376-fc62fb6dd9b0","resourceInvariantUUID":"82081a77-59ef-4eb1-bc04-547bb2396c15","resourceCustomizationUUID":"ec861635-a636-428d-be1b-5cd788db9000","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":"YTMxZGRkNmY2MDdhMzRmYzk0NjJmNGQ2ZDAzZDgyOWE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"72795653-19da-4b78-9da1-ccc3fea366a0","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"MmFkMDRiOGZlYTkzY2JmZjYzYmJkOGZkNTE2ODM0ZDU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"e41dcdf1-968d-476d-b629-caefe615b8dc","artifactVersion":"1"}],"workloadContext":"Production"}
2022-04-25T04:37:27.544Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-25T04:37:27.545Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-25T04:37:27.550Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-25T04:37:27.550Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "2c587886-ce46-44d2-a379-2e50b0246426",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650861446849,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:37:27.575Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T04:37:27.576Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:37:27.576Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c587886-ce46-44d2-a379-2e50b0246426",
  "consumerID": "cds",
  "timestamp": 1650861427774,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:37:27.578Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:37:27.578Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:37:27.578Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c587886-ce46-44d2-a379-2e50b0246426",
  "consumerID": "clamp",
  "timestamp": 1650861430373,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:37:27.578Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:37:27.578Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:37:27.578Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c587886-ce46-44d2-a379-2e50b0246426",
  "consumerID": "dcae-sch",
  "timestamp": 1650861425975,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:37:27.578Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:37:27.578Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:37:27.578Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c587886-ce46-44d2-a379-2e50b0246426",
  "consumerID": "aai-ml",
  "timestamp": 1650861431419,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:37:27.579Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:37:27.579Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:37:27.579Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c587886-ce46-44d2-a379-2e50b0246426",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650861431090,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:37:27.579Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:37:27.579Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:37:27.579Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c587886-ce46-44d2-a379-2e50b0246426",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650861431042,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:37:27.579Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:37:27.579Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:37:27.579Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c587886-ce46-44d2-a379-2e50b0246426",
  "consumerID": "policy-id",
  "timestamp": 1650861425997,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:37:27.579Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:37:27.579Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:37:27.579Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c587886-ce46-44d2-a379-2e50b0246426",
  "consumerID": "clamp",
  "timestamp": 1650861430373,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-04-25T04:37:27.580Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:37:27.580Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:37:27.580Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c587886-ce46-44d2-a379-2e50b0246426",
  "consumerID": "dcae-sch",
  "timestamp": 1650861425975,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:37:27.580Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:37:27.580Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:37:27.580Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c587886-ce46-44d2-a379-2e50b0246426",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650861431042,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-04-25T04:37:27.580Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:37:27.580Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:37:27.580Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c587886-ce46-44d2-a379-2e50b0246426",
  "consumerID": "aai-ml",
  "timestamp": 1650861431419,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-04-25T04:37:27.580Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:37:27.580Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:37:27.581Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c587886-ce46-44d2-a379-2e50b0246426",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650861431090,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-04-25T04:37:27.581Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:37:27.581Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:37:27.581Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c587886-ce46-44d2-a379-2e50b0246426",
  "consumerID": "cds",
  "timestamp": 1650861427774,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-04-25T04:37:27.581Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:37:27.581Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:37:27.581Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c587886-ce46-44d2-a379-2e50b0246426",
  "consumerID": "policy-id",
  "timestamp": 1650861425997,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-04-25T04:37:27.581Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:37:27.581Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:37:27.581Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c587886-ce46-44d2-a379-2e50b0246426",
  "consumerID": "cds",
  "timestamp": 1650861438655,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-25T04:37:27.581Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T04:37:27.582Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:37:27.582Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c587886-ce46-44d2-a379-2e50b0246426",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650861438635,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-25T04:37:27.582Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T04:37:27.582Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:37:27.582Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c587886-ce46-44d2-a379-2e50b0246426",
  "consumerID": "aai-ml",
  "timestamp": 1650861438497,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-25T04:37:27.582Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T04:37:27.582Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:37:27.582Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c587886-ce46-44d2-a379-2e50b0246426",
  "consumerID": "policy-id",
  "timestamp": 1650861438220,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-25T04:37:27.582Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T04:37:27.582Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:37:27.582Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c587886-ce46-44d2-a379-2e50b0246426",
  "consumerID": "cds",
  "timestamp": 1650861439663,
  "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-04-25T04:37:27.604Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 2c587886-ce46-44d2-a379-2e50b0246426
2022-04-25T04:37:27.605Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2c587886-ce46-44d2-a379-2e50b0246426 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-04-25T04:37:27.616Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:37:27.616Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c587886-ce46-44d2-a379-2e50b0246426",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650861438361,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:37:27.617Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:37:27.617Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:37:27.617Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c587886-ce46-44d2-a379-2e50b0246426",
  "consumerID": "policy-id",
  "timestamp": 1650861439225,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-25T04:37:27.617Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T04:37:27.617Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:37:27.617Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c587886-ce46-44d2-a379-2e50b0246426",
  "consumerID": "clamp",
  "timestamp": 1650861440157,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-25T04:37:27.617Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T04:37:27.617Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:37:27.617Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c587886-ce46-44d2-a379-2e50b0246426",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650861438361,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:37:27.617Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:37:27.617Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:37:27.617Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c587886-ce46-44d2-a379-2e50b0246426",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650861440812,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-25T04:37:27.617Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T04:37:27.618Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:37:27.618Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c587886-ce46-44d2-a379-2e50b0246426",
  "consumerID": "policy-id",
  "timestamp": 1650861440228,
  "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-04-25T04:37:27.623Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 2c587886-ce46-44d2-a379-2e50b0246426
2022-04-25T04:37:27.624Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2c587886-ce46-44d2-a379-2e50b0246426 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-04-25T04:37:27.642Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:37:27.642Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c587886-ce46-44d2-a379-2e50b0246426",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650861441822,
  "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-04-25T04:37:27.648Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 2c587886-ce46-44d2-a379-2e50b0246426
2022-04-25T04:37:27.649Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2c587886-ce46-44d2-a379-2e50b0246426 and ComponentName SDNC
2022-04-25T04:37:27.650Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
2022-04-25T04:37:27.651Z||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-04-25T04:37:27.651Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as p0pYBRqFNxTvYN2F) ...
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-25T04:37:27.661Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:37:27.662Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c587886-ce46-44d2-a379-2e50b0246426",
  "consumerID": "clamp",
  "timestamp": 1650861442166,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-25T04:37:27.662Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T04:37:27.662Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:37:27.662Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c587886-ce46-44d2-a379-2e50b0246426",
  "consumerID": "clamp",
  "timestamp": 1650861443171,
  "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-04-25T04:37:27.668Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 2c587886-ce46-44d2-a379-2e50b0246426
2022-04-25T04:37:27.668Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2c587886-ce46-44d2-a379-2e50b0246426 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-04-25T04:37:27.680Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:37:27.680Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c587886-ce46-44d2-a379-2e50b0246426",
  "consumerID": "aai-ml",
  "timestamp": 1650861444292,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-25T04:37:27.681Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T04:37:27.681Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:37:27.681Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c587886-ce46-44d2-a379-2e50b0246426",
  "consumerID": "aai-ml",
  "timestamp": 1650861445296,
  "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-04-25T04:37:27.686Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 2c587886-ce46-44d2-a379-2e50b0246426
2022-04-25T04:37:27.686Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 2c587886-ce46-44d2-a379-2e50b0246426 and ComponentName AAI
2022-04-25T04:37:27.689Z||pool-51-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T04:37:27.690Z||pool-51-thread-1|||||INFO|500||cambria reply ok (40 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? 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-04-25T04:37:28.551Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-25T04:37:28.551Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-25T04:37:28.554Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-25T04:37:28.555Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "2c587886-ce46-44d2-a379-2e50b0246426",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650861446849,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-04-25T04:37:28.655Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-25T04:37:28.656Z||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-04-25T04:37:28.656Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as p0pYBRqFNxTvYN2F) ...
2022-04-25T04:37:28.720Z||pool-52-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T04:37:28.721Z||pool-52-thread-1|||||INFO|500||cambria reply ok (66 ms):{"serverTimeMs":0,"count":1}
2022-04-25T04:37:29.556Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "2c587886-ce46-44d2-a379-2e50b0246426",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "cc2f0d76-9c66-42d2-9e43-2c80548dd95d",
  "serviceDescription": "service",
  "serviceInvariantUUID": "5b4a370f-655b-4f8a-b3c4-a44eefefb2d8",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "ec861635-a636-428d-be1b-5cd788db9000",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "0f7314c1-0422-4217-a376-fc62fb6dd9b0",
      "resourceInvariantUUID": "82081a77-59ef-4eb1-bc04-547bb2396c15",
      "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": "MmFkMDRiOGZlYTkzY2JmZjYzYmJkOGZkNTE2ODM0ZDU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "e41dcdf1-968d-476d-b629-caefe615b8dc"
    }
  ],
  "workloadContext": "Production"
}
2022-04-25T04:37:29.556Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-04-25T04:37:29.556Z|0d69c881-e40c-4cdf-81c5-f3f3f475ceb4|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 cc2f0d76-9c66-42d2-9e43-2c80548dd95d ASDC
2022-04-25T04:37:29.557Z|2c587886-ce46-44d2-a379-2e50b0246426|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:2c587886-ce46-44d2-a379-2e50b0246426
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:cc2f0d76-9c66-42d2-9e43-2c80548dd95d
ServiceInvariantUUID:5b4a370f-655b-4f8a-b3c4-a44eefefb2d8
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:e41dcdf1-968d-476d-b629-caefe615b8dc
ArtifactChecksum:MmFkMDRiOGZlYTkzY2JmZjYzYmJkOGZkNTE2ODM0ZDU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:ec861635-a636-428d-be1b-5cd788db9000
ResourceInvariantUUID:82081a77-59ef-4eb1-bc04-547bb2396c15
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:0f7314c1-0422-4217-a376-fc62fb6dd9b0
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2022-04-25T04:37:29.558Z|2c587886-ce46-44d2-a379-2e50b0246426|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF cc2f0d76-9c66-42d2-9e43-2c80548dd95d 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-04-25T04:37:29.603Z|2c587886-ce46-44d2-a379-2e50b0246426|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-25T04:37:29.604Z|2c587886-ce46-44d2-a379-2e50b0246426|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-04-25T04:37:29.604Z|2c587886-ce46-44d2-a379-2e50b0246426|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-04-25T04:37:29.605Z|2c587886-ce46-44d2-a379-2e50b0246426|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: e41dcdf1-968d-476d-b629-caefe615b8dc from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-04-25T04:37:29.605Z|2c587886-ce46-44d2-a379-2e50b0246426|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-04-25T04:37:29.605Z|2c587886-ce46-44d2-a379-2e50b0246426|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-04-25T04:37:29.961Z|2c587886-ce46-44d2-a379-2e50b0246426|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-04-25T04:37:29.964Z|2c587886-ce46-44d2-a379-2e50b0246426|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar e41dcdf1-968d-476d-b629-caefe615b8dc 52490
2022-04-25T04:37:29.964Z|2c587886-ce46-44d2-a379-2e50b0246426|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-04-25T04:37:29.964Z|2c587886-ce46-44d2-a379-2e50b0246426|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-04-25T04:37:29.964Z|2c587886-ce46-44d2-a379-2e50b0246426|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-25T04:37:29.965Z|2c587886-ce46-44d2-a379-2e50b0246426|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-25T04:37:29.967Z|2c587886-ce46-44d2-a379-2e50b0246426|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-25T04:37:29.968Z|2c587886-ce46-44d2-a379-2e50b0246426|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "2c587886-ce46-44d2-a379-2e50b0246426",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650861449964,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-25T04:37:30.068Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-25T04:37:30.069Z||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-04-25T04:37:30.069Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as p0pYBRqFNxTvYN2F) ...
2022-04-25T04:37:30.111Z||pool-53-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T04:37:30.112Z||pool-53-thread-1|||||INFO|500||cambria reply ok (43 ms):{"serverTimeMs":5,"count":1}
2022-04-25T04:37:30.969Z|2c587886-ce46-44d2-a379-2e50b0246426|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-25T04:37:30.970Z|2c587886-ce46-44d2-a379-2e50b0246426|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-04-25T04:37:30.970Z|2c587886-ce46-44d2-a379-2e50b0246426|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: e41dcdf1-968d-476d-b629-caefe615b8dc, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-04-25T04:37:30.970Z|2c587886-ce46-44d2-a379-2e50b0246426|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2022-04-25T04:37:30.971Z|2c587886-ce46-44d2-a379-2e50b0246426|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-04-25T04:37:30.971Z|2c587886-ce46-44d2-a379-2e50b0246426|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2022-04-25T04:37:31.112Z|2c587886-ce46-44d2-a379-2e50b0246426|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14638720518817455682/Definitions/service-BasicNetwork-template.yml
2022-04-25T04:37:31.752Z|2c587886-ce46-44d2-a379-2e50b0246426|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2022-04-25T04:37:31.753Z|2c587886-ce46-44d2-a379-2e50b0246426|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-04-25T04:37:31.753Z|2c587886-ce46-44d2-a379-2e50b0246426|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-04-25T04:37:31.753Z|2c587886-ce46-44d2-a379-2e50b0246426|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2022-04-25T04:37:31.753Z|2c587886-ce46-44d2-a379-2e50b0246426|pool-2-thread-5|||||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-04-25T04:37:31.753Z|2c587886-ce46-44d2-a379-2e50b0246426|pool-2-thread-5|||||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-04-25T04:37:31.754Z|2c587886-ce46-44d2-a379-2e50b0246426|pool-2-thread-5|||||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-04-25T04:37:31.754Z|2c587886-ce46-44d2-a379-2e50b0246426|pool-2-thread-5|||||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-04-25T04:37:31.754Z|2c587886-ce46-44d2-a379-2e50b0246426|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-04-25T04:37:31.754Z|2c587886-ce46-44d2-a379-2e50b0246426|pool-2-thread-5|||||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-04-25T04:37:31.754Z|2c587886-ce46-44d2-a379-2e50b0246426|pool-2-thread-5|||||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-04-25T04:37:31.754Z|2c587886-ce46-44d2-a379-2e50b0246426|pool-2-thread-5|||||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-04-25T04:37:31.754Z|2c587886-ce46-44d2-a379-2e50b0246426|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-04-25T04:37:31.754Z|2c587886-ce46-44d2-a379-2e50b0246426|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-25T04:37:31.754Z|2c587886-ce46-44d2-a379-2e50b0246426|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-25T04:37:31.755Z|2c587886-ce46-44d2-a379-2e50b0246426|pool-2-thread-5|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-04-25T04:37:31.755Z|2c587886-ce46-44d2-a379-2e50b0246426|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-04-25T04:37:31.755Z|2c587886-ce46-44d2-a379-2e50b0246426|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-25T04:37:31.755Z|2c587886-ce46-44d2-a379-2e50b0246426|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-25T04:37:31.755Z|2c587886-ce46-44d2-a379-2e50b0246426|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-25T04:37:31.755Z|2c587886-ce46-44d2-a379-2e50b0246426|pool-2-thread-5|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-04-25T04:37:31.755Z|2c587886-ce46-44d2-a379-2e50b0246426|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-04-25T04:37:31.756Z|2c587886-ce46-44d2-a379-2e50b0246426|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-25T04:37:31.756Z|2c587886-ce46-44d2-a379-2e50b0246426|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-25T04:37:31.756Z|2c587886-ce46-44d2-a379-2e50b0246426|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-25T04:37:31.756Z|2c587886-ce46-44d2-a379-2e50b0246426|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-25T04:37:31.756Z|2c587886-ce46-44d2-a379-2e50b0246426|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-25T04:37:31.756Z|2c587886-ce46-44d2-a379-2e50b0246426|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-25T04:37:31.757Z|2c587886-ce46-44d2-a379-2e50b0246426|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-25T04:37:31.757Z|2c587886-ce46-44d2-a379-2e50b0246426|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-25T04:37:31.758Z|2c587886-ce46-44d2-a379-2e50b0246426|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-25T04:37:31.758Z|2c587886-ce46-44d2-a379-2e50b0246426|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-25T04:37:31.758Z|2c587886-ce46-44d2-a379-2e50b0246426|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-25T04:37:31.758Z|2c587886-ce46-44d2-a379-2e50b0246426|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:cc2f0d76-9c66-42d2-9e43-2c80548dd95d
Model Version:NULL
Model InvariantUuid:5b4a370f-655b-4f8a-b3c4-a44eefefb2d8
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:82081a77-59ef-4eb1-bc04-547bb2396c15
Model UUID:1775cad7-a5ff-4f87-bf77-e2b4c3de8cf9
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:ec861635-a636-428d-be1b-5cd788db9000
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-04-25T04:37:31.767Z|2c587886-ce46-44d2-a379-2e50b0246426|pool-2-thread-5|||||INFO|500||Processing Resource Type: VL, Model UUID: 0f7314c1-0422-4217-a376-fc62fb6dd9b0
2022-04-25T04:37:31.767Z|2c587886-ce46-44d2-a379-2e50b0246426|pool-2-thread-5|||||INFO|500||No resources found for Service: cc2f0d76-9c66-42d2-9e43-2c80548dd95d
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-04-25T04:37:31.778Z|2c587886-ce46-44d2-a379-2e50b0246426|pool-2-thread-5|||||INFO|500||
2022-04-25T04:37:31.778Z|2c587886-ce46-44d2-a379-2e50b0246426|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 
2022-04-25T04:37:31.779Z|2c587886-ce46-44d2-a379-2e50b0246426|pool-2-thread-5|||||DEBUG|500||No resources found for Service: cc2f0d76-9c66-42d2-9e43-2c80548dd95d
2022-04-25T04:37:31.779Z|2c587886-ce46-44d2-a379-2e50b0246426|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: cc2f0d76-9c66-42d2-9e43-2c80548dd95d
2022-04-25T04:37:31.779Z|2c587886-ce46-44d2-a379-2e50b0246426|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT   ASDC
2022-04-25T04:37:31.780Z|2c587886-ce46-44d2-a379-2e50b0246426|pool-2-thread-5|||||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-04-25T04:37:31.786Z|2c587886-ce46-44d2-a379-2e50b0246426|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@4b638bc2, org.onap.sdc.toscaparser.api.parameters.Input@b4a63ee, org.onap.sdc.toscaparser.api.parameters.Input@55ee025d, org.onap.sdc.toscaparser.api.parameters.Input@5e973aab, org.onap.sdc.toscaparser.api.parameters.Input@9fd9720]
2022-04-25T04:37:31.788Z|2c587886-ce46-44d2-a379-2e50b0246426|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-25T04:37:31.788Z|2c587886-ce46-44d2-a379-2e50b0246426|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-25T04:37:31.788Z|2c587886-ce46-44d2-a379-2e50b0246426|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-25T04:37:31.788Z|2c587886-ce46-44d2-a379-2e50b0246426|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-25T04:37:31.789Z|2c587886-ce46-44d2-a379-2e50b0246426|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid cc2f0d76-9c66-42d2-9e43-2c80548dd95d: Generic NeutronNet
2022-04-25T04:37:31.789Z|2c587886-ce46-44d2-a379-2e50b0246426|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-25T04:37:31.789Z|2c587886-ce46-44d2-a379-2e50b0246426|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-25T04:37:31.789Z|2c587886-ce46-44d2-a379-2e50b0246426|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-25T04:37:31.789Z|2c587886-ce46-44d2-a379-2e50b0246426|pool-2-thread-5|||||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-04-25T04:37:31.839Z|2c587886-ce46-44d2-a379-2e50b0246426|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-25T04:37:31.839Z|2c587886-ce46-44d2-a379-2e50b0246426|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-25T04:37:31.840Z|2c587886-ce46-44d2-a379-2e50b0246426|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-25T04:37:31.840Z|2c587886-ce46-44d2-a379-2e50b0246426|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-25T04:37:31.840Z|2c587886-ce46-44d2-a379-2e50b0246426|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-25T04:37:31.840Z|2c587886-ce46-44d2-a379-2e50b0246426|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-25T04:37:31.840Z|2c587886-ce46-44d2-a379-2e50b0246426|pool-2-thread-5|||||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-04-25T04:37:31.927Z|2c587886-ce46-44d2-a379-2e50b0246426|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC   0 ASDC deployResourceStructure
2022-04-25T04:37:31.928Z|2c587886-ce46-44d2-a379-2e50b0246426|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-04-25T04:37:31.928Z|2c587886-ce46-44d2-a379-2e50b0246426|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-04-25T04:37:31.928Z|2c587886-ce46-44d2-a379-2e50b0246426|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-25T04:37:31.928Z|2c587886-ce46-44d2-a379-2e50b0246426|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-25T04:37:31.931Z|2c587886-ce46-44d2-a379-2e50b0246426|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-25T04:37:31.931Z|2c587886-ce46-44d2-a379-2e50b0246426|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "2c587886-ce46-44d2-a379-2e50b0246426",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650861451928,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-25T04:37:32.031Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-25T04:37:32.032Z||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-04-25T04:37:32.032Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as p0pYBRqFNxTvYN2F) ...
2022-04-25T04:37:32.048Z||pool-54-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T04:37:32.049Z||pool-54-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-04-25T04:37:32.932Z|2c587886-ce46-44d2-a379-2e50b0246426|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 2c587886-ce46-44d2-a379-2e50b0246426
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-25T04:37:32.943Z|2c587886-ce46-44d2-a379-2e50b0246426|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 2c587886-ce46-44d2-a379-2e50b0246426
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-04-25T04:37:32.947Z|2c587886-ce46-44d2-a379-2e50b0246426|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-25T04:37:32.947Z|2c587886-ce46-44d2-a379-2e50b0246426|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-25T04:37:32.947Z|2c587886-ce46-44d2-a379-2e50b0246426|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-04-25T04:37:32.947Z|2c587886-ce46-44d2-a379-2e50b0246426|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-04-25T04:37:32.947Z|2c587886-ce46-44d2-a379-2e50b0246426|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-25T04:37:32.947Z|2c587886-ce46-44d2-a379-2e50b0246426|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-25T04:37:32.948Z|2c587886-ce46-44d2-a379-2e50b0246426|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-25T04:37:32.948Z|2c587886-ce46-44d2-a379-2e50b0246426|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-25T04:37:32.948Z|2c587886-ce46-44d2-a379-2e50b0246426|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-25T04:37:32.948Z|2c587886-ce46-44d2-a379-2e50b0246426|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-25T04:37:32.948Z|2c587886-ce46-44d2-a379-2e50b0246426|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-25T04:37:32.962Z|2c587886-ce46-44d2-a379-2e50b0246426|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-04-25T04:38:02.962Z|2c587886-ce46-44d2-a379-2e50b0246426|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 2c587886-ce46-44d2-a379-2e50b0246426 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-04-25T04:38:02.983Z|2c587886-ce46-44d2-a379-2e50b0246426|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 2c587886-ce46-44d2-a379-2e50b0246426 and serviceModelVersionId: cc2f0d76-9c66-42d2-9e43-2c80548dd95d
2022-04-25T04:38:02.983Z|2c587886-ce46-44d2-a379-2e50b0246426|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 5b4a370f-655b-4f8a-b3c4-a44eefefb2d8
2022-04-25T04:38:02.985Z|2c587886-ce46-44d2-a379-2e50b0246426|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/5b4a370f-655b-4f8a-b3c4-a44eefefb2d8/model-vers/model-ver/cc2f0d76-9c66-42d2-9e43-2c80548dd95d?depth=0
2022-04-25T04:38:02.992Z|2c587886-ce46-44d2-a379-2e50b0246426|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2022-04-25T04:38:03.063Z|2c587886-ce46-44d2-a379-2e50b0246426|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5b4a370f-655b-4f8a-b3c4-a44eefefb2d8/model-vers/model-ver/cc2f0d76-9c66-42d2-9e43-2c80548dd95d?depth=0|INFO|500||Invoke
2022-04-25T04:38:03.063Z|2c587886-ce46-44d2-a379-2e50b0246426|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5b4a370f-655b-4f8a-b3c4-a44eefefb2d8/model-vers/model-ver/cc2f0d76-9c66-42d2-9e43-2c80548dd95d?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5b4a370f-655b-4f8a-b3c4-a44eefefb2d8/model-vers/model-ver/cc2f0d76-9c66-42d2-9e43-2c80548dd95d?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[2c587886-ce46-44d2-a379-2e50b0246426], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[4f621af0-73fc-490f-8122-2e902f0d6833], X-ECOMP-RequestID=[2c587886-ce46-44d2-a379-2e50b0246426], X-TransactionId=[], X-ONAP-RequestID=[2c587886-ce46-44d2-a379-2e50b0246426], Content-Type=[application/merge-patch+json]}
2022-04-25T04:38:03.097Z|2c587886-ce46-44d2-a379-2e50b0246426|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5b4a370f-655b-4f8a-b3c4-a44eefefb2d8/model-vers/model-ver/cc2f0d76-9c66-42d2-9e43-2c80548dd95d?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-04-25T04:38:03.299Z|2c587886-ce46-44d2-a379-2e50b0246426|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5b4a370f-655b-4f8a-b3c4-a44eefefb2d8/model-vers/model-ver/cc2f0d76-9c66-42d2-9e43-2c80548dd95d?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/5b4a370f-655b-4f8a-b3c4-a44eefefb2d8/model-vers/model-ver/cc2f0d76-9c66-42d2-9e43-2c80548dd95d?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220425-04:38:02:570-93867], vertex-id=[217160], Content-Length=[0], Date=[Mon, 25 Apr 2022 04:38:02 GMT], Content-Type=[application/json]}
2022-04-25T04:38:03.299Z|2c587886-ce46-44d2-a379-2e50b0246426|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5b4a370f-655b-4f8a-b3c4-a44eefefb2d8/model-vers/model-ver/cc2f0d76-9c66-42d2-9e43-2c80548dd95d?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-04-25T04:38:03.300Z|2c587886-ce46-44d2-a379-2e50b0246426|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5b4a370f-655b-4f8a-b3c4-a44eefefb2d8/model-vers/model-ver/cc2f0d76-9c66-42d2-9e43-2c80548dd95d?depth=0|INFO|500||InvokeReturn
2022-04-25T04:38:03.300Z|2c587886-ce46-44d2-a379-2e50b0246426|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-04-25T04:38:03.301Z|2c587886-ce46-44d2-a379-2e50b0246426|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-25T04:38:03.319Z|2c587886-ce46-44d2-a379-2e50b0246426|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-04-25T04:38:03.320Z|2c587886-ce46-44d2-a379-2e50b0246426|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 2c587886-ce46-44d2-a379-2e50b0246426 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-04-25T04:38:03.320Z|2c587886-ce46-44d2-a379-2e50b0246426|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-04-25T04:38:03.321Z|2c587886-ce46-44d2-a379-2e50b0246426|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-25T04:38:03.324Z|2c587886-ce46-44d2-a379-2e50b0246426|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-25T04:38:03.324Z|2c587886-ce46-44d2-a379-2e50b0246426|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "2c587886-ce46-44d2-a379-2e50b0246426",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650861483320,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-04-25T04:38:03.424Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-25T04:38:03.425Z||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-04-25T04:38:03.425Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as p0pYBRqFNxTvYN2F) ...
2022-04-25T04:38:03.569Z||pool-55-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T04:38:03.570Z||pool-55-thread-1|||||INFO|500||cambria reply ok (146 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-04-25T04:38:26.849Z|2c587886-ce46-44d2-a379-2e50b0246426|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T04:38:26.850Z|2c587886-ce46-44d2-a379-2e50b0246426|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-04-25T04:38:26.850Z|2c587886-ce46-44d2-a379-2e50b0246426|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 p0pYBRqFNxTvYN2F) ...
2022-04-25T04:38:26.853Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T04:38:26.853Z||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-04-25T04:38:26.854Z||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 p0pYBRqFNxTvYN2F) ...
2022-04-25T04:38:27.103Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T04:38:27.104Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:38:27.104Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c587886-ce46-44d2-a379-2e50b0246426",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650861446849,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:38:27.105Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:38:27.542Z|2c587886-ce46-44d2-a379-2e50b0246426|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T04:38:27.542Z|2c587886-ce46-44d2-a379-2e50b0246426|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-25T04:38:27.543Z|2c587886-ce46-44d2-a379-2e50b0246426|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"bc1ff1b1-515c-4451-a24f-9400346f0855","serviceName":"Demo_pNF_WoMnAnNy9CZJSSGTcGdj","serviceVersion":"1.0","serviceUUID":"b5f643fd-cf40-499b-9baf-698f734fa10f","serviceDescription":"catalog service description","serviceInvariantUUID":"04644abc-92d5-4807-ac8c-32ed7726920a","resources":[{"resourceInstanceName":"pNF c8cae30c-c9bb 0","resourceName":"pNF c8cae30c-c9bb","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"3276cfe3-87cb-4058-9669-b266662c099d","resourceInvariantUUID":"7a901f05-7494-4cad-90a3-edda86e6d9cf","resourceCustomizationUUID":"64b0a5af-0e76-4149-b379-144aaa91675b","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfWomnanny9czjssgtcgdj/1.0/resourceInstances/pnfc8cae30cc9bb0/artifacts/vf-license-model.xml","artifactChecksum":"ZmYwZTEwMWIxNmMyNjY3NzI4ZWNiMDQ1YWI2YzlmZWY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"f69ceb9b-817a-4d73-b824-31c063ca1b57","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfWomnanny9czjssgtcgdj/1.0/resourceInstances/pnfc8cae30cc9bb0/artifacts/pNF.csar","artifactChecksum":"ZGQ5MDE2NDAwZDVhYjM5ZTU3ZThjMDA1NmEwNmRmZmM\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"e4af3ea2-7c9a-4ee4-a5d4-0c2579cc99db","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfWomnanny9czjssgtcgdj/1.0/resourceInstances/pnfc8cae30cc9bb0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"376a9c9b-b667-43de-b347-291fc47e6d03","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfWomnanny9czjssgtcgdj/1.0/resourceInstances/pnfc8cae30cc9bb0/artifacts/vendor-license-model.xml","artifactChecksum":"ODA2ODhiMmY1OTUwY2JkMDIwYmJkNjZhOWI1YTMwNWE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"11914ebd-a9ff-4d29-9105-6d60bd0f01a3","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfWomnanny9czjssgtcgdj/1.0/resourceInstances/pnfc8cae30cc9bb0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"32777094-c073-49bc-b471-9b578b815200","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfWomnanny9czjssgtcgdj/1.0/resourceInstances/pnfc8cae30cc9bb0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"2a18e40d-4692-4f36-ad51-ecf9a072b880","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfWomnanny9czjssgtcgdj-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfWomnanny9czjssgtcgdj/1.0/artifacts/service-DemoPnfWomnanny9czjssgtcgdj-template.yml","artifactChecksum":"YmQ1MzEyMjU1ZWM1MDAzMzUzMTFkZWNlMDhhZWY5MmQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"1a46eac9-eef7-4786-95fa-f65413e75bf1","artifactVersion":"1"},{"artifactName":"service-DemoPnfWomnanny9czjssgtcgdj-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfWomnanny9czjssgtcgdj/1.0/artifacts/service-DemoPnfWomnanny9czjssgtcgdj-csar.csar","artifactChecksum":"YTdjNDJkNzlkMjJhZWMxNTc2NDk0ODUzNzY2ODQxOWU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"8a7708ed-46de-4138-9240-a8fd21c37a26","artifactVersion":"1"}],"workloadContext":"Production"}
2022-04-25T04:38:27.546Z|2c587886-ce46-44d2-a379-2e50b0246426|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-25T04:38:27.547Z|2c587886-ce46-44d2-a379-2e50b0246426|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-25T04:38:27.550Z|2c587886-ce46-44d2-a379-2e50b0246426|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-25T04:38:27.550Z|2c587886-ce46-44d2-a379-2e50b0246426|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "bc1ff1b1-515c-4451-a24f-9400346f0855",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650861506849,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWomnanny9czjssgtcgdj/1.0/resourceInstances/pnfc8cae30cc9bb0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:38:27.650Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-25T04:38:27.651Z||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-04-25T04:38:27.651Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as p0pYBRqFNxTvYN2F) ...
2022-04-25T04:38:27.687Z||pool-56-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T04:38:27.688Z||pool-56-thread-1|||||INFO|500||cambria reply ok (37 ms):{"serverTimeMs":1,"count":1}
2022-04-25T04:38:28.551Z|2c587886-ce46-44d2-a379-2e50b0246426|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-25T04:38:28.551Z|2c587886-ce46-44d2-a379-2e50b0246426|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-25T04:38:28.553Z|2c587886-ce46-44d2-a379-2e50b0246426|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-25T04:38:28.554Z|2c587886-ce46-44d2-a379-2e50b0246426|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "bc1ff1b1-515c-4451-a24f-9400346f0855",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650861506849,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWomnanny9czjssgtcgdj/1.0/resourceInstances/pnfc8cae30cc9bb0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:38:28.654Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-25T04:38:28.655Z||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-04-25T04:38:28.655Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as p0pYBRqFNxTvYN2F) ...
2022-04-25T04:38:28.743Z||pool-57-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T04:38:28.744Z||pool-57-thread-1|||||INFO|500||cambria reply ok (90 ms):{"serverTimeMs":0,"count":1}
2022-04-25T04:38:29.554Z|2c587886-ce46-44d2-a379-2e50b0246426|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-25T04:38:29.555Z|2c587886-ce46-44d2-a379-2e50b0246426|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-25T04:38:29.557Z|2c587886-ce46-44d2-a379-2e50b0246426|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-25T04:38:29.557Z|2c587886-ce46-44d2-a379-2e50b0246426|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "bc1ff1b1-515c-4451-a24f-9400346f0855",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650861506849,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWomnanny9czjssgtcgdj/1.0/resourceInstances/pnfc8cae30cc9bb0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:38:29.657Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-25T04:38:29.658Z||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-04-25T04:38:29.659Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as p0pYBRqFNxTvYN2F) ...
2022-04-25T04:38:29.700Z||pool-58-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T04:38:29.700Z||pool-58-thread-1|||||INFO|500||cambria reply ok (42 ms):{"serverTimeMs":0,"count":1}
2022-04-25T04:38:30.558Z|2c587886-ce46-44d2-a379-2e50b0246426|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-25T04:38:30.559Z|2c587886-ce46-44d2-a379-2e50b0246426|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-25T04:38:30.561Z|2c587886-ce46-44d2-a379-2e50b0246426|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-25T04:38:30.561Z|2c587886-ce46-44d2-a379-2e50b0246426|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "bc1ff1b1-515c-4451-a24f-9400346f0855",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650861506849,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWomnanny9czjssgtcgdj/1.0/resourceInstances/pnfc8cae30cc9bb0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:38:30.663Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-04-25T04:38:30.664Z||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-04-25T04:38:30.664Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as p0pYBRqFNxTvYN2F) ...
2022-04-25T04:38:30.729Z||pool-59-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T04:38:30.730Z||pool-59-thread-1|||||INFO|500||cambria reply ok (67 ms):{"serverTimeMs":8,"count":1}
2022-04-25T04:38:31.562Z|2c587886-ce46-44d2-a379-2e50b0246426|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-25T04:38:31.563Z|2c587886-ce46-44d2-a379-2e50b0246426|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-25T04:38:31.566Z|2c587886-ce46-44d2-a379-2e50b0246426|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-25T04:38:31.566Z|2c587886-ce46-44d2-a379-2e50b0246426|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "bc1ff1b1-515c-4451-a24f-9400346f0855",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650861506849,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWomnanny9czjssgtcgdj/1.0/resourceInstances/pnfc8cae30cc9bb0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:38:31.666Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-25T04:38:31.667Z||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-04-25T04:38:31.667Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as p0pYBRqFNxTvYN2F) ...
2022-04-25T04:38:31.687Z||pool-60-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T04:38:31.688Z||pool-60-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-04-25T04:38:32.567Z|2c587886-ce46-44d2-a379-2e50b0246426|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-25T04:38:32.568Z|2c587886-ce46-44d2-a379-2e50b0246426|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-25T04:38:32.570Z|2c587886-ce46-44d2-a379-2e50b0246426|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-25T04:38:32.570Z|2c587886-ce46-44d2-a379-2e50b0246426|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "bc1ff1b1-515c-4451-a24f-9400346f0855",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650861506849,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWomnanny9czjssgtcgdj/1.0/resourceInstances/pnfc8cae30cc9bb0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:38:32.670Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-25T04:38:32.671Z||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-04-25T04:38:32.671Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as p0pYBRqFNxTvYN2F) ...
2022-04-25T04:38:32.718Z||pool-61-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T04:38:32.719Z||pool-61-thread-1|||||INFO|500||cambria reply ok (49 ms):{"serverTimeMs":0,"count":1}
2022-04-25T04:38:33.570Z|2c587886-ce46-44d2-a379-2e50b0246426|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-25T04:38:33.572Z|2c587886-ce46-44d2-a379-2e50b0246426|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-25T04:38:33.574Z|2c587886-ce46-44d2-a379-2e50b0246426|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-25T04:38:33.574Z|2c587886-ce46-44d2-a379-2e50b0246426|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "bc1ff1b1-515c-4451-a24f-9400346f0855",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650861506849,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWomnanny9czjssgtcgdj/1.0/artifacts/service-DemoPnfWomnanny9czjssgtcgdj-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:38:33.674Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-25T04:38:33.675Z||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-04-25T04:38:33.675Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as p0pYBRqFNxTvYN2F) ...
2022-04-25T04:38:33.728Z||pool-62-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T04:38:33.729Z||pool-62-thread-1|||||INFO|500||cambria reply ok (55 ms):{"serverTimeMs":0,"count":1}
2022-04-25T04:38:34.574Z|2c587886-ce46-44d2-a379-2e50b0246426|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-25T04:38:34.582Z|2c587886-ce46-44d2-a379-2e50b0246426|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-25T04:38:34.585Z|2c587886-ce46-44d2-a379-2e50b0246426|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-25T04:38:34.585Z|2c587886-ce46-44d2-a379-2e50b0246426|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "bc1ff1b1-515c-4451-a24f-9400346f0855",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650861506849,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWomnanny9czjssgtcgdj/1.0/artifacts/service-DemoPnfWomnanny9czjssgtcgdj-csar.csar",
  "status": "NOTIFIED"
}
2022-04-25T04:38:34.685Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-25T04:38:34.686Z||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-04-25T04:38:34.686Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as p0pYBRqFNxTvYN2F) ...
2022-04-25T04:38:34.785Z||pool-63-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T04:38:34.786Z||pool-63-thread-1|||||INFO|500||cambria reply ok (100 ms):{"serverTimeMs":1,"count":1}
2022-04-25T04:38:35.586Z|2c587886-ce46-44d2-a379-2e50b0246426|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "bc1ff1b1-515c-4451-a24f-9400346f0855",
  "serviceName": "Demo_pNF_WoMnAnNy9CZJSSGTcGdj",
  "serviceVersion": "1.0",
  "serviceUUID": "b5f643fd-cf40-499b-9baf-698f734fa10f",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "04644abc-92d5-4807-ac8c-32ed7726920a",
  "resources": [
    {
      "resourceInstanceName": "pNF c8cae30c-c9bb 0",
      "resourceCustomizationUUID": "64b0a5af-0e76-4149-b379-144aaa91675b",
      "resourceName": "pNF c8cae30c-c9bb",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "3276cfe3-87cb-4058-9669-b266662c099d",
      "resourceInvariantUUID": "7a901f05-7494-4cad-90a3-edda86e6d9cf",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfWomnanny9czjssgtcgdj-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfWomnanny9czjssgtcgdj/1.0/artifacts/service-DemoPnfWomnanny9czjssgtcgdj-csar.csar",
      "artifactChecksum": "YTdjNDJkNzlkMjJhZWMxNTc2NDk0ODUzNzY2ODQxOWU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "8a7708ed-46de-4138-9240-a8fd21c37a26"
    }
  ],
  "workloadContext": "Production"
}
2022-04-25T04:38:35.589Z|2c587886-ce46-44d2-a379-2e50b0246426|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-04-25T04:38:35.589Z|2c587886-ce46-44d2-a379-2e50b0246426|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 b5f643fd-cf40-499b-9baf-698f734fa10f ASDC
2022-04-25T04:38:35.590Z|bc1ff1b1-515c-4451-a24f-9400346f0855|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:bc1ff1b1-515c-4451-a24f-9400346f0855
ServiceName:Demo_pNF_WoMnAnNy9CZJSSGTcGdj
ServiceVersion:1.0
ServiceUUID:b5f643fd-cf40-499b-9baf-698f734fa10f
ServiceInvariantUUID:04644abc-92d5-4807-ac8c-32ed7726920a
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfWomnanny9czjssgtcgdj-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfWomnanny9czjssgtcgdj/1.0/artifacts/service-DemoPnfWomnanny9czjssgtcgdj-csar.csar
ArtifactUUID:8a7708ed-46de-4138-9240-a8fd21c37a26
ArtifactChecksum:YTdjNDJkNzlkMjJhZWMxNTc2NDk0ODUzNzY2ODQxOWU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF c8cae30c-c9bb 0
ResourceCustomizationUUID:64b0a5af-0e76-4149-b379-144aaa91675b
ResourceInvariantUUID:7a901f05-7494-4cad-90a3-edda86e6d9cf
ResourceName:pNF c8cae30c-c9bb
ResourceType:PNF
ResourceUUID:3276cfe3-87cb-4058-9669-b266662c099d
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-04-25T04:38:35.590Z|bc1ff1b1-515c-4451-a24f-9400346f0855|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF b5f643fd-cf40-499b-9baf-698f734fa10f 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-04-25T04:38:35.658Z|bc1ff1b1-515c-4451-a24f-9400346f0855|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-25T04:38:35.660Z|bc1ff1b1-515c-4451-a24f-9400346f0855|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-04-25T04:38:35.660Z|bc1ff1b1-515c-4451-a24f-9400346f0855|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-04-25T04:38:35.660Z|bc1ff1b1-515c-4451-a24f-9400346f0855|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 8a7708ed-46de-4138-9240-a8fd21c37a26 from URL: /sdc/v1/catalog/services/DemoPnfWomnanny9czjssgtcgdj/1.0/artifacts/service-DemoPnfWomnanny9czjssgtcgdj-csar.csar
2022-04-25T04:38:35.660Z|bc1ff1b1-515c-4451-a24f-9400346f0855|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-04-25T04:38:35.661Z|bc1ff1b1-515c-4451-a24f-9400346f0855|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfWomnanny9czjssgtcgdj/1.0/artifacts/service-DemoPnfWomnanny9czjssgtcgdj-csar.csar
2022-04-25T04:38:36.559Z|bc1ff1b1-515c-4451-a24f-9400346f0855|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-04-25T04:38:36.563Z|bc1ff1b1-515c-4451-a24f-9400346f0855|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfWomnanny9czjssgtcgdj/1.0/artifacts/service-DemoPnfWomnanny9czjssgtcgdj-csar.csar 8a7708ed-46de-4138-9240-a8fd21c37a26 82627
2022-04-25T04:38:36.564Z|bc1ff1b1-515c-4451-a24f-9400346f0855|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfWomnanny9czjssgtcgdj/1.0/artifacts/service-DemoPnfWomnanny9czjssgtcgdj-csar.csar ASDC sendASDCNotification
2022-04-25T04:38:36.564Z|bc1ff1b1-515c-4451-a24f-9400346f0855|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfWomnanny9czjssgtcgdj/1.0/artifacts/service-DemoPnfWomnanny9czjssgtcgdj-csar.csar
2022-04-25T04:38:36.564Z|bc1ff1b1-515c-4451-a24f-9400346f0855|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-25T04:38:36.564Z|bc1ff1b1-515c-4451-a24f-9400346f0855|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-25T04:38:36.566Z|bc1ff1b1-515c-4451-a24f-9400346f0855|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-25T04:38:36.566Z|bc1ff1b1-515c-4451-a24f-9400346f0855|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "bc1ff1b1-515c-4451-a24f-9400346f0855",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650861516564,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWomnanny9czjssgtcgdj/1.0/artifacts/service-DemoPnfWomnanny9czjssgtcgdj-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-25T04:38:36.667Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-25T04:38:36.668Z||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-04-25T04:38:36.668Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as p0pYBRqFNxTvYN2F) ...
2022-04-25T04:38:36.710Z||pool-64-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T04:38:36.711Z||pool-64-thread-1|||||INFO|500||cambria reply ok (43 ms):{"serverTimeMs":0,"count":1}
2022-04-25T04:38:37.567Z|bc1ff1b1-515c-4451-a24f-9400346f0855|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-25T04:38:37.569Z|bc1ff1b1-515c-4451-a24f-9400346f0855|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-04-25T04:38:37.569Z|bc1ff1b1-515c-4451-a24f-9400346f0855|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 8a7708ed-46de-4138-9240-a8fd21c37a26, URL: /sdc/v1/catalog/services/DemoPnfWomnanny9czjssgtcgdj/1.0/artifacts/service-DemoPnfWomnanny9czjssgtcgdj-csar.csar to file: /app/ASDC/1/service-DemoPnfWomnanny9czjssgtcgdj-csar.csar
2022-04-25T04:38:37.575Z|bc1ff1b1-515c-4451-a24f-9400346f0855|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfWomnanny9czjssgtcgdj-csar.csar
2022-04-25T04:38:37.576Z|bc1ff1b1-515c-4451-a24f-9400346f0855|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfWomnanny9czjssgtcgdj-csar.csar
2022-04-25T04:38:37.576Z|bc1ff1b1-515c-4451-a24f-9400346f0855|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfWomnanny9czjssgtcgdj-csar.csar
2022-04-25T04:38:37.763Z|bc1ff1b1-515c-4451-a24f-9400346f0855|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12289829326007373690/Definitions/service-DemoPnfWomnanny9czjssgtcgdj-template.yml
2022-04-25T04:38:38.616Z|bc1ff1b1-515c-4451-a24f-9400346f0855|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2022-04-25T04:38:38.617Z|bc1ff1b1-515c-4451-a24f-9400346f0855|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-04-25T04:38:38.617Z|bc1ff1b1-515c-4451-a24f-9400346f0855|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfWomnanny9czjssgtcgdj-csar.csar
2022-04-25T04:38:38.617Z|bc1ff1b1-515c-4451-a24f-9400346f0855|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-04-25T04:38:38.617Z|bc1ff1b1-515c-4451-a24f-9400346f0855|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfWomnanny9czjssgtcgdj-csar.csar
2022-04-25T04:38:38.617Z|bc1ff1b1-515c-4451-a24f-9400346f0855|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfWomnanny9czjssgtcgdj-csar.csar
2022-04-25T04:38:38.617Z|bc1ff1b1-515c-4451-a24f-9400346f0855|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfWomnanny9czjssgtcgdj-csar.csar
2022-04-25T04:38:38.617Z|bc1ff1b1-515c-4451-a24f-9400346f0855|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF c8cae30c-c9bb 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-DemoPnfWomnanny9czjssgtcgdj-csar.csar
2022-04-25T04:38:38.617Z|bc1ff1b1-515c-4451-a24f-9400346f0855|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfWomnanny9czjssgtcgdj-csar.csar
2022-04-25T04:38:38.618Z|bc1ff1b1-515c-4451-a24f-9400346f0855|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfWomnanny9czjssgtcgdj-csar.csar
2022-04-25T04:38:38.618Z|bc1ff1b1-515c-4451-a24f-9400346f0855|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfWomnanny9czjssgtcgdj-csar.csar
2022-04-25T04:38:38.618Z|bc1ff1b1-515c-4451-a24f-9400346f0855|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-04-25T04:38:38.618Z|bc1ff1b1-515c-4451-a24f-9400346f0855|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-25T04:38:38.619Z|bc1ff1b1-515c-4451-a24f-9400346f0855|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_WoMnAnNy9CZJSSGTcGdj is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-25T04:38:38.619Z|bc1ff1b1-515c-4451-a24f-9400346f0855|pool-2-thread-5|||||DEBUG|500||Node template pNF c8cae30c-c9bb 0 is matching search criteria
2022-04-25T04:38:38.619Z|bc1ff1b1-515c-4451-a24f-9400346f0855|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-04-25T04:38:38.620Z|bc1ff1b1-515c-4451-a24f-9400346f0855|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF c8cae30c-c9bb 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-25T04:38:38.620Z|bc1ff1b1-515c-4451-a24f-9400346f0855|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-25T04:38:38.620Z|bc1ff1b1-515c-4451-a24f-9400346f0855|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_WoMnAnNy9CZJSSGTcGdj is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-25T04:38:38.620Z|bc1ff1b1-515c-4451-a24f-9400346f0855|pool-2-thread-5|||||DEBUG|500||Node template pNF c8cae30c-c9bb 0 is matching search criteria
2022-04-25T04:38:38.621Z|bc1ff1b1-515c-4451-a24f-9400346f0855|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-04-25T04:38:38.621Z|bc1ff1b1-515c-4451-a24f-9400346f0855|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF c8cae30c-c9bb 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-25T04:38:38.621Z|bc1ff1b1-515c-4451-a24f-9400346f0855|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-25T04:38:38.621Z|bc1ff1b1-515c-4451-a24f-9400346f0855|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_WoMnAnNy9CZJSSGTcGdj is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-25T04:38:38.622Z|bc1ff1b1-515c-4451-a24f-9400346f0855|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-25T04:38:38.622Z|bc1ff1b1-515c-4451-a24f-9400346f0855|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_WoMnAnNy9CZJSSGTcGdj is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-25T04:38:38.622Z|bc1ff1b1-515c-4451-a24f-9400346f0855|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-25T04:38:38.622Z|bc1ff1b1-515c-4451-a24f-9400346f0855|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_WoMnAnNy9CZJSSGTcGdj is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-25T04:38:38.623Z|bc1ff1b1-515c-4451-a24f-9400346f0855|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-25T04:38:38.623Z|bc1ff1b1-515c-4451-a24f-9400346f0855|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_WoMnAnNy9CZJSSGTcGdj is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-25T04:38:38.623Z|bc1ff1b1-515c-4451-a24f-9400346f0855|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-25T04:38:38.623Z|bc1ff1b1-515c-4451-a24f-9400346f0855|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_WoMnAnNy9CZJSSGTcGdj is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-25T04:38:38.624Z|bc1ff1b1-515c-4451-a24f-9400346f0855|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_WoMnAnNy9CZJSSGTcGdj
Description:catalog service description
Model UUID:b5f643fd-cf40-499b-9baf-698f734fa10f
Model Version:NULL
Model InvariantUuid:04644abc-92d5-4807-ac8c-32ed7726920a
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-04-25T04:38:38.652Z|bc1ff1b1-515c-4451-a24f-9400346f0855|pool-2-thread-5|||||INFO|500||Processing Resource Type: PNF, Model UUID: 3276cfe3-87cb-4058-9669-b266662c099d
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-04-25T04:38:38.658Z|bc1ff1b1-515c-4451-a24f-9400346f0855|pool-2-thread-5|||||INFO|500||pNF c8cae30c-c9bb 0
2022-04-25T04:38:38.659Z|bc1ff1b1-515c-4451-a24f-9400346f0855|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 3276cfe3-87cb-4058-9669-b266662c099d
2022-04-25T04:38:38.659Z|bc1ff1b1-515c-4451-a24f-9400346f0855|pool-2-thread-5|||||DEBUG|500||No resources found for Service: b5f643fd-cf40-499b-9baf-698f734fa10f
2022-04-25T04:38:38.659Z|bc1ff1b1-515c-4451-a24f-9400346f0855|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: b5f643fd-cf40-499b-9baf-698f734fa10f
2022-04-25T04:38:38.659Z|bc1ff1b1-515c-4451-a24f-9400346f0855|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF c8cae30c-c9bb 0 3276cfe3-87cb-4058-9669-b266662c099d 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-04-25T04:38:38.669Z|bc1ff1b1-515c-4451-a24f-9400346f0855|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@4ea848b8, org.onap.sdc.toscaparser.api.parameters.Input@58238167, org.onap.sdc.toscaparser.api.parameters.Input@4044b9aa, org.onap.sdc.toscaparser.api.parameters.Input@45f64011, org.onap.sdc.toscaparser.api.parameters.Input@49173d9f]
2022-04-25T04:38:38.670Z|bc1ff1b1-515c-4451-a24f-9400346f0855|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-25T04:38:38.670Z|bc1ff1b1-515c-4451-a24f-9400346f0855|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_WoMnAnNy9CZJSSGTcGdj is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-25T04:38:38.670Z|bc1ff1b1-515c-4451-a24f-9400346f0855|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid b5f643fd-cf40-499b-9baf-698f734fa10f: pNF c8cae30c-c9bb
2022-04-25T04:38:38.671Z|bc1ff1b1-515c-4451-a24f-9400346f0855|pool-2-thread-5|||||INFO|500||Processing PNF resource: 3276cfe3-87cb-4058-9669-b266662c099d
2022-04-25T04:38:38.671Z|bc1ff1b1-515c-4451-a24f-9400346f0855|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-25T04:38:38.671Z|bc1ff1b1-515c-4451-a24f-9400346f0855|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_WoMnAnNy9CZJSSGTcGdj is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-25T04:38:38.672Z|bc1ff1b1-515c-4451-a24f-9400346f0855|pool-2-thread-5|||||INFO|500||Resource customization UUID: 64b0a5af-0e76-4149-b379-144aaa91675b is the same as notified resource customizationUUID: 64b0a5af-0e76-4149-b379-144aaa91675b
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-04-25T04:38:38.920Z|bc1ff1b1-515c-4451-a24f-9400346f0855|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF c8cae30c-c9bb 3276cfe3-87cb-4058-9669-b266662c099d 0 ASDC deployResourceStructure
2022-04-25T04:38:38.921Z|bc1ff1b1-515c-4451-a24f-9400346f0855|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfWomnanny9czjssgtcgdj/1.0/artifacts/service-DemoPnfWomnanny9czjssgtcgdj-csar.csar ASDC sendASDCNotification
2022-04-25T04:38:38.921Z|bc1ff1b1-515c-4451-a24f-9400346f0855|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfWomnanny9czjssgtcgdj/1.0/artifacts/service-DemoPnfWomnanny9czjssgtcgdj-csar.csar
2022-04-25T04:38:38.921Z|bc1ff1b1-515c-4451-a24f-9400346f0855|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-25T04:38:38.921Z|bc1ff1b1-515c-4451-a24f-9400346f0855|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-25T04:38:38.924Z|bc1ff1b1-515c-4451-a24f-9400346f0855|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-25T04:38:38.924Z|bc1ff1b1-515c-4451-a24f-9400346f0855|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "bc1ff1b1-515c-4451-a24f-9400346f0855",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650861518921,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWomnanny9czjssgtcgdj/1.0/artifacts/service-DemoPnfWomnanny9czjssgtcgdj-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-25T04:38:39.024Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-25T04:38:39.025Z||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-04-25T04:38:39.026Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as p0pYBRqFNxTvYN2F) ...
2022-04-25T04:38:39.090Z||pool-65-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T04:38:39.091Z||pool-65-thread-1|||||INFO|500||cambria reply ok (66 ms):{"serverTimeMs":0,"count":1}
2022-04-25T04:38:39.925Z|bc1ff1b1-515c-4451-a24f-9400346f0855|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bc1ff1b1-515c-4451-a24f-9400346f0855
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-25T04:38:39.935Z|bc1ff1b1-515c-4451-a24f-9400346f0855|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bc1ff1b1-515c-4451-a24f-9400346f0855
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-04-25T04:38:39.937Z|bc1ff1b1-515c-4451-a24f-9400346f0855|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-25T04:38:39.937Z|bc1ff1b1-515c-4451-a24f-9400346f0855|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-25T04:38:39.937Z|bc1ff1b1-515c-4451-a24f-9400346f0855|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-25T04:39:09.937Z|bc1ff1b1-515c-4451-a24f-9400346f0855|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bc1ff1b1-515c-4451-a24f-9400346f0855
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-25T04:39:09.949Z|bc1ff1b1-515c-4451-a24f-9400346f0855|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bc1ff1b1-515c-4451-a24f-9400346f0855
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-04-25T04:39:09.951Z|bc1ff1b1-515c-4451-a24f-9400346f0855|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-25T04:39:09.951Z|bc1ff1b1-515c-4451-a24f-9400346f0855|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-25T04:39:09.952Z|bc1ff1b1-515c-4451-a24f-9400346f0855|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-25T04:39:26.853Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T04:39:26.853Z||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-04-25T04:39:26.854Z||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 p0pYBRqFNxTvYN2F) ...
2022-04-25T04:39:26.923Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T04:39:26.924Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:39:26.924Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c587886-ce46-44d2-a379-2e50b0246426",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650861446849,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-04-25T04:39:26.925Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:39:26.925Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:39:26.925Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c587886-ce46-44d2-a379-2e50b0246426",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650861449964,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-25T04:39:26.925Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T04:39:26.925Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:39:26.925Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c587886-ce46-44d2-a379-2e50b0246426",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650861451928,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-25T04:39:26.925Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T04:39:26.925Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:39:26.925Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "2c587886-ce46-44d2-a379-2e50b0246426",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650861483320,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-04-25T04:39:26.925Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T04:39:26.926Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:39:26.926Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc1ff1b1-515c-4451-a24f-9400346f0855",
  "consumerID": "cds",
  "timestamp": 1650861502774,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWomnanny9czjssgtcgdj/1.0/resourceInstances/pnfc8cae30cc9bb0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:39:26.926Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:39:26.926Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:39:26.926Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc1ff1b1-515c-4451-a24f-9400346f0855",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650861498361,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWomnanny9czjssgtcgdj/1.0/resourceInstances/pnfc8cae30cc9bb0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:39:26.926Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:39:26.926Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:39:26.926Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc1ff1b1-515c-4451-a24f-9400346f0855",
  "consumerID": "cds",
  "timestamp": 1650861502774,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWomnanny9czjssgtcgdj/1.0/resourceInstances/pnfc8cae30cc9bb0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:39:26.926Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:39:26.926Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:39:26.926Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc1ff1b1-515c-4451-a24f-9400346f0855",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650861498361,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWomnanny9czjssgtcgdj/1.0/resourceInstances/pnfc8cae30cc9bb0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:39:26.927Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:39:26.927Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:39:26.927Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc1ff1b1-515c-4451-a24f-9400346f0855",
  "consumerID": "cds",
  "timestamp": 1650861502774,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWomnanny9czjssgtcgdj/1.0/resourceInstances/pnfc8cae30cc9bb0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:39:26.927Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:39:26.927Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:39:26.927Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc1ff1b1-515c-4451-a24f-9400346f0855",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650861498361,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWomnanny9czjssgtcgdj/1.0/resourceInstances/pnfc8cae30cc9bb0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:39:26.927Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:39:39.952Z|bc1ff1b1-515c-4451-a24f-9400346f0855|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bc1ff1b1-515c-4451-a24f-9400346f0855
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-25T04:39:39.970Z|bc1ff1b1-515c-4451-a24f-9400346f0855|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bc1ff1b1-515c-4451-a24f-9400346f0855
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-04-25T04:39:39.973Z|bc1ff1b1-515c-4451-a24f-9400346f0855|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-25T04:39:39.973Z|bc1ff1b1-515c-4451-a24f-9400346f0855|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-25T04:39:39.973Z|bc1ff1b1-515c-4451-a24f-9400346f0855|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-25T04:40:09.974Z|bc1ff1b1-515c-4451-a24f-9400346f0855|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bc1ff1b1-515c-4451-a24f-9400346f0855
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-25T04:40:09.995Z|bc1ff1b1-515c-4451-a24f-9400346f0855|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bc1ff1b1-515c-4451-a24f-9400346f0855
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-04-25T04:40:09.999Z|bc1ff1b1-515c-4451-a24f-9400346f0855|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-25T04:40:09.999Z|bc1ff1b1-515c-4451-a24f-9400346f0855|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-25T04:40:09.999Z|bc1ff1b1-515c-4451-a24f-9400346f0855|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-25T04:40:26.853Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T04:40:26.855Z||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-04-25T04:40:26.855Z||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 p0pYBRqFNxTvYN2F) ...
2022-04-25T04:40:26.938Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T04:40:26.939Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:40:26.939Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc1ff1b1-515c-4451-a24f-9400346f0855",
  "consumerID": "cds",
  "timestamp": 1650861502774,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWomnanny9czjssgtcgdj/1.0/resourceInstances/pnfc8cae30cc9bb0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:40:26.941Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:40:40.000Z|bc1ff1b1-515c-4451-a24f-9400346f0855|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bc1ff1b1-515c-4451-a24f-9400346f0855
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-25T04:40:40.012Z|bc1ff1b1-515c-4451-a24f-9400346f0855|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bc1ff1b1-515c-4451-a24f-9400346f0855
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-04-25T04:40:40.014Z|bc1ff1b1-515c-4451-a24f-9400346f0855|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-25T04:40:40.014Z|bc1ff1b1-515c-4451-a24f-9400346f0855|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-25T04:40:40.014Z|bc1ff1b1-515c-4451-a24f-9400346f0855|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-25T04:41:10.014Z|bc1ff1b1-515c-4451-a24f-9400346f0855|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bc1ff1b1-515c-4451-a24f-9400346f0855
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-25T04:41:10.025Z|bc1ff1b1-515c-4451-a24f-9400346f0855|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bc1ff1b1-515c-4451-a24f-9400346f0855
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-04-25T04:41:10.027Z|bc1ff1b1-515c-4451-a24f-9400346f0855|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-25T04:41:10.028Z|bc1ff1b1-515c-4451-a24f-9400346f0855|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-25T04:41:10.028Z|bc1ff1b1-515c-4451-a24f-9400346f0855|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-25T04:41:26.853Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T04:41:26.854Z||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-04-25T04:41:26.854Z||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 p0pYBRqFNxTvYN2F) ...
2022-04-25T04:41:26.932Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T04:41:26.934Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:41:26.934Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc1ff1b1-515c-4451-a24f-9400346f0855",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650861498361,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWomnanny9czjssgtcgdj/1.0/resourceInstances/pnfc8cae30cc9bb0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:41:26.935Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:41:26.935Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:41:26.935Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc1ff1b1-515c-4451-a24f-9400346f0855",
  "consumerID": "policy-id",
  "timestamp": 1650861505997,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWomnanny9czjssgtcgdj/1.0/resourceInstances/pnfc8cae30cc9bb0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:41:26.935Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:41:26.935Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:41:26.936Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc1ff1b1-515c-4451-a24f-9400346f0855",
  "consumerID": "dcae-sch",
  "timestamp": 1650861505977,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWomnanny9czjssgtcgdj/1.0/resourceInstances/pnfc8cae30cc9bb0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:41:26.936Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:41:26.936Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:41:26.936Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc1ff1b1-515c-4451-a24f-9400346f0855",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650861506849,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWomnanny9czjssgtcgdj/1.0/resourceInstances/pnfc8cae30cc9bb0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:41:26.936Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:41:26.936Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:41:26.936Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc1ff1b1-515c-4451-a24f-9400346f0855",
  "consumerID": "cds",
  "timestamp": 1650861502774,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWomnanny9czjssgtcgdj/1.0/resourceInstances/pnfc8cae30cc9bb0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:41:26.936Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:41:26.936Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:41:26.937Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc1ff1b1-515c-4451-a24f-9400346f0855",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650861498361,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWomnanny9czjssgtcgdj/1.0/resourceInstances/pnfc8cae30cc9bb0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:41:26.937Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:41:26.937Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:41:26.938Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc1ff1b1-515c-4451-a24f-9400346f0855",
  "consumerID": "policy-id",
  "timestamp": 1650861505997,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWomnanny9czjssgtcgdj/1.0/resourceInstances/pnfc8cae30cc9bb0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:41:26.938Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:41:26.938Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:41:26.938Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc1ff1b1-515c-4451-a24f-9400346f0855",
  "consumerID": "dcae-sch",
  "timestamp": 1650861505977,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWomnanny9czjssgtcgdj/1.0/resourceInstances/pnfc8cae30cc9bb0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:41:26.938Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:41:26.938Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:41:26.938Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc1ff1b1-515c-4451-a24f-9400346f0855",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650861506849,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWomnanny9czjssgtcgdj/1.0/resourceInstances/pnfc8cae30cc9bb0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:41:26.938Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:41:26.938Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:41:26.938Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc1ff1b1-515c-4451-a24f-9400346f0855",
  "consumerID": "cds",
  "timestamp": 1650861502774,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWomnanny9czjssgtcgdj/1.0/resourceInstances/pnfc8cae30cc9bb0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:41:26.939Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:41:26.939Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:41:26.939Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc1ff1b1-515c-4451-a24f-9400346f0855",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650861498361,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWomnanny9czjssgtcgdj/1.0/resourceInstances/pnfc8cae30cc9bb0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-04-25T04:41:26.939Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:41:26.939Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:41:26.939Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc1ff1b1-515c-4451-a24f-9400346f0855",
  "consumerID": "policy-id",
  "timestamp": 1650861505997,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWomnanny9czjssgtcgdj/1.0/resourceInstances/pnfc8cae30cc9bb0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:41:26.939Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:41:26.939Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:41:26.939Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc1ff1b1-515c-4451-a24f-9400346f0855",
  "consumerID": "dcae-sch",
  "timestamp": 1650861505977,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWomnanny9czjssgtcgdj/1.0/resourceInstances/pnfc8cae30cc9bb0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:41:26.939Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:41:26.939Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:41:26.940Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc1ff1b1-515c-4451-a24f-9400346f0855",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650861506849,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWomnanny9czjssgtcgdj/1.0/resourceInstances/pnfc8cae30cc9bb0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:41:26.940Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:41:26.940Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:41:26.940Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc1ff1b1-515c-4451-a24f-9400346f0855",
  "consumerID": "cds",
  "timestamp": 1650861502774,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWomnanny9czjssgtcgdj/1.0/artifacts/service-DemoPnfWomnanny9czjssgtcgdj-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:41:26.940Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:41:26.940Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:41:26.940Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc1ff1b1-515c-4451-a24f-9400346f0855",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650861498361,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWomnanny9czjssgtcgdj/1.0/artifacts/service-DemoPnfWomnanny9czjssgtcgdj-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:41:26.940Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:41:26.940Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:41:26.940Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc1ff1b1-515c-4451-a24f-9400346f0855",
  "consumerID": "policy-id",
  "timestamp": 1650861505997,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWomnanny9czjssgtcgdj/1.0/resourceInstances/pnfc8cae30cc9bb0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:41:26.941Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:41:26.941Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:41:26.941Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc1ff1b1-515c-4451-a24f-9400346f0855",
  "consumerID": "dcae-sch",
  "timestamp": 1650861505977,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWomnanny9czjssgtcgdj/1.0/resourceInstances/pnfc8cae30cc9bb0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:41:26.941Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:41:26.941Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:41:26.941Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc1ff1b1-515c-4451-a24f-9400346f0855",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650861506849,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWomnanny9czjssgtcgdj/1.0/resourceInstances/pnfc8cae30cc9bb0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:41:26.941Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:41:26.941Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:41:26.941Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc1ff1b1-515c-4451-a24f-9400346f0855",
  "consumerID": "cds",
  "timestamp": 1650861502774,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWomnanny9czjssgtcgdj/1.0/artifacts/service-DemoPnfWomnanny9czjssgtcgdj-csar.csar",
  "status": "NOTIFIED"
}
2022-04-25T04:41:26.941Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:41:26.941Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:41:26.942Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc1ff1b1-515c-4451-a24f-9400346f0855",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650861498361,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWomnanny9czjssgtcgdj/1.0/artifacts/service-DemoPnfWomnanny9czjssgtcgdj-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:41:26.942Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:41:26.942Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:41:26.942Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc1ff1b1-515c-4451-a24f-9400346f0855",
  "consumerID": "policy-id",
  "timestamp": 1650861505997,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWomnanny9czjssgtcgdj/1.0/resourceInstances/pnfc8cae30cc9bb0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:41:26.942Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:41:26.942Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:41:26.942Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc1ff1b1-515c-4451-a24f-9400346f0855",
  "consumerID": "dcae-sch",
  "timestamp": 1650861505977,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWomnanny9czjssgtcgdj/1.0/resourceInstances/pnfc8cae30cc9bb0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:41:26.942Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:41:26.942Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:41:26.942Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc1ff1b1-515c-4451-a24f-9400346f0855",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650861506849,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWomnanny9czjssgtcgdj/1.0/resourceInstances/pnfc8cae30cc9bb0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:41:26.943Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:41:26.943Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:41:26.943Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc1ff1b1-515c-4451-a24f-9400346f0855",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650861511097,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWomnanny9czjssgtcgdj/1.0/resourceInstances/pnfc8cae30cc9bb0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:41:26.943Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:41:26.943Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:41:26.943Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc1ff1b1-515c-4451-a24f-9400346f0855",
  "consumerID": "cds",
  "timestamp": 1650861512114,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWomnanny9czjssgtcgdj/1.0/artifacts/service-DemoPnfWomnanny9czjssgtcgdj-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-25T04:41:26.943Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T04:41:26.943Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:41:26.943Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc1ff1b1-515c-4451-a24f-9400346f0855",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650861511530,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWomnanny9czjssgtcgdj/1.0/resourceInstances/pnfc8cae30cc9bb0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-25T04:41:26.943Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T04:41:26.944Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:41:26.944Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc1ff1b1-515c-4451-a24f-9400346f0855",
  "consumerID": "policy-id",
  "timestamp": 1650861505997,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWomnanny9czjssgtcgdj/1.0/resourceInstances/pnfc8cae30cc9bb0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:41:26.944Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:41:26.944Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:41:26.944Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc1ff1b1-515c-4451-a24f-9400346f0855",
  "consumerID": "dcae-sch",
  "timestamp": 1650861505977,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWomnanny9czjssgtcgdj/1.0/resourceInstances/pnfc8cae30cc9bb0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:41:26.944Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:41:26.944Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:41:26.944Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc1ff1b1-515c-4451-a24f-9400346f0855",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650861506849,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWomnanny9czjssgtcgdj/1.0/resourceInstances/pnfc8cae30cc9bb0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:41:26.944Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:41:26.944Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:41:26.944Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc1ff1b1-515c-4451-a24f-9400346f0855",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650861511097,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWomnanny9czjssgtcgdj/1.0/resourceInstances/pnfc8cae30cc9bb0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:41:26.944Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:41:26.945Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:41:26.945Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc1ff1b1-515c-4451-a24f-9400346f0855",
  "consumerID": "cds",
  "timestamp": 1650861513124,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWomnanny9czjssgtcgdj/1.0/artifacts/service-DemoPnfWomnanny9czjssgtcgdj-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-04-25T04:41:26.956Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of bc1ff1b1-515c-4451-a24f-9400346f0855
2022-04-25T04:41:26.957Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId bc1ff1b1-515c-4451-a24f-9400346f0855 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-04-25T04:41:26.972Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:41:26.972Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc1ff1b1-515c-4451-a24f-9400346f0855",
  "consumerID": "policy-id",
  "timestamp": 1650861505997,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWomnanny9czjssgtcgdj/1.0/artifacts/service-DemoPnfWomnanny9czjssgtcgdj-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:41:26.972Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:41:26.973Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:41:26.973Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc1ff1b1-515c-4451-a24f-9400346f0855",
  "consumerID": "dcae-sch",
  "timestamp": 1650861505977,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWomnanny9czjssgtcgdj/1.0/artifacts/service-DemoPnfWomnanny9czjssgtcgdj-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:41:26.973Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:41:26.973Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:41:26.973Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc1ff1b1-515c-4451-a24f-9400346f0855",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650861512691,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWomnanny9czjssgtcgdj/1.0/resourceInstances/pnfc8cae30cc9bb0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-04-25T04:41:26.973Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T04:41:26.973Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:41:26.973Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc1ff1b1-515c-4451-a24f-9400346f0855",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650861506849,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWomnanny9czjssgtcgdj/1.0/artifacts/service-DemoPnfWomnanny9czjssgtcgdj-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:41:26.973Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:41:26.974Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:41:26.974Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc1ff1b1-515c-4451-a24f-9400346f0855",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650861511097,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWomnanny9czjssgtcgdj/1.0/resourceInstances/pnfc8cae30cc9bb0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:41:26.974Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:41:26.974Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:41:26.974Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc1ff1b1-515c-4451-a24f-9400346f0855",
  "consumerID": "policy-id",
  "timestamp": 1650861505997,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWomnanny9czjssgtcgdj/1.0/artifacts/service-DemoPnfWomnanny9czjssgtcgdj-csar.csar",
  "status": "NOTIFIED"
}
2022-04-25T04:41:26.974Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:41:26.974Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:41:26.974Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc1ff1b1-515c-4451-a24f-9400346f0855",
  "consumerID": "dcae-sch",
  "timestamp": 1650861505977,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWomnanny9czjssgtcgdj/1.0/artifacts/service-DemoPnfWomnanny9czjssgtcgdj-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:41:26.974Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:41:26.974Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:41:26.975Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc1ff1b1-515c-4451-a24f-9400346f0855",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650861513697,
  "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-04-25T04:41:26.982Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of bc1ff1b1-515c-4451-a24f-9400346f0855
2022-04-25T04:41:26.982Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId bc1ff1b1-515c-4451-a24f-9400346f0855 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-04-25T04:41:26.992Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:41:26.992Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc1ff1b1-515c-4451-a24f-9400346f0855",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650861506849,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWomnanny9czjssgtcgdj/1.0/artifacts/service-DemoPnfWomnanny9czjssgtcgdj-csar.csar",
  "status": "NOTIFIED"
}
2022-04-25T04:41:26.992Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:41:26.992Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:41:26.993Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc1ff1b1-515c-4451-a24f-9400346f0855",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650861511097,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWomnanny9czjssgtcgdj/1.0/resourceInstances/pnfc8cae30cc9bb0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:41:26.993Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:41:26.993Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:41:26.993Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc1ff1b1-515c-4451-a24f-9400346f0855",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650861511097,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWomnanny9czjssgtcgdj/1.0/resourceInstances/pnfc8cae30cc9bb0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:41:26.993Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:41:26.993Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:41:26.993Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc1ff1b1-515c-4451-a24f-9400346f0855",
  "consumerID": "policy-id",
  "timestamp": 1650861515662,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWomnanny9czjssgtcgdj/1.0/artifacts/service-DemoPnfWomnanny9czjssgtcgdj-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-25T04:41:26.993Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T04:41:26.993Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:41:26.993Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc1ff1b1-515c-4451-a24f-9400346f0855",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650861516564,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWomnanny9czjssgtcgdj/1.0/artifacts/service-DemoPnfWomnanny9czjssgtcgdj-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-25T04:41:26.994Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T04:41:26.994Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:41:26.994Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc1ff1b1-515c-4451-a24f-9400346f0855",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650861511097,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWomnanny9czjssgtcgdj/1.0/resourceInstances/pnfc8cae30cc9bb0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:41:26.994Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:41:26.994Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:41:26.994Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc1ff1b1-515c-4451-a24f-9400346f0855",
  "consumerID": "policy-id",
  "timestamp": 1650861516668,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWomnanny9czjssgtcgdj/1.0/artifacts/service-DemoPnfWomnanny9czjssgtcgdj-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-25T04:41:26.994Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T04:41:26.994Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:41:26.994Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc1ff1b1-515c-4451-a24f-9400346f0855",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650861511097,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWomnanny9czjssgtcgdj/1.0/artifacts/service-DemoPnfWomnanny9czjssgtcgdj-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:41:26.994Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:41:26.995Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:41:26.995Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc1ff1b1-515c-4451-a24f-9400346f0855",
  "consumerID": "policy-id",
  "timestamp": 1650861517671,
  "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-04-25T04:41:27.001Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of bc1ff1b1-515c-4451-a24f-9400346f0855
2022-04-25T04:41:27.001Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId bc1ff1b1-515c-4451-a24f-9400346f0855 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-04-25T04:41:27.017Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:41:27.017Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc1ff1b1-515c-4451-a24f-9400346f0855",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650861511097,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWomnanny9czjssgtcgdj/1.0/artifacts/service-DemoPnfWomnanny9czjssgtcgdj-csar.csar",
  "status": "NOTIFIED"
}
2022-04-25T04:41:27.017Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:41:27.017Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:41:27.018Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc1ff1b1-515c-4451-a24f-9400346f0855",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650861518921,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWomnanny9czjssgtcgdj/1.0/artifacts/service-DemoPnfWomnanny9czjssgtcgdj-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-25T04:41:27.018Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T04:41:27.018Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:41:27.018Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc1ff1b1-515c-4451-a24f-9400346f0855",
  "consumerID": "clamp",
  "timestamp": 1650861520372,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWomnanny9czjssgtcgdj/1.0/resourceInstances/pnfc8cae30cc9bb0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:41:27.018Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:41:27.018Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:41:27.018Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc1ff1b1-515c-4451-a24f-9400346f0855",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650861521041,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWomnanny9czjssgtcgdj/1.0/resourceInstances/pnfc8cae30cc9bb0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:41:27.019Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:41:27.019Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:41:27.019Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc1ff1b1-515c-4451-a24f-9400346f0855",
  "consumerID": "aai-ml",
  "timestamp": 1650861521420,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWomnanny9czjssgtcgdj/1.0/resourceInstances/pnfc8cae30cc9bb0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:41:27.019Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:41:27.019Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:41:27.019Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc1ff1b1-515c-4451-a24f-9400346f0855",
  "consumerID": "clamp",
  "timestamp": 1650861520372,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWomnanny9czjssgtcgdj/1.0/resourceInstances/pnfc8cae30cc9bb0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:41:27.019Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:41:27.019Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:41:27.019Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc1ff1b1-515c-4451-a24f-9400346f0855",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650861521041,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWomnanny9czjssgtcgdj/1.0/resourceInstances/pnfc8cae30cc9bb0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:41:27.020Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:41:27.020Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:41:27.020Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc1ff1b1-515c-4451-a24f-9400346f0855",
  "consumerID": "aai-ml",
  "timestamp": 1650861521420,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWomnanny9czjssgtcgdj/1.0/resourceInstances/pnfc8cae30cc9bb0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:41:27.020Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:41:27.020Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:41:27.020Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc1ff1b1-515c-4451-a24f-9400346f0855",
  "consumerID": "clamp",
  "timestamp": 1650861520372,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWomnanny9czjssgtcgdj/1.0/resourceInstances/pnfc8cae30cc9bb0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:41:27.020Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:41:27.020Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:41:27.020Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc1ff1b1-515c-4451-a24f-9400346f0855",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650861521041,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWomnanny9czjssgtcgdj/1.0/resourceInstances/pnfc8cae30cc9bb0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:41:27.021Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:41:27.021Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:41:27.021Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc1ff1b1-515c-4451-a24f-9400346f0855",
  "consumerID": "aai-ml",
  "timestamp": 1650861521420,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWomnanny9czjssgtcgdj/1.0/resourceInstances/pnfc8cae30cc9bb0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:41:27.021Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:41:27.021Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:41:27.021Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc1ff1b1-515c-4451-a24f-9400346f0855",
  "consumerID": "clamp",
  "timestamp": 1650861520372,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWomnanny9czjssgtcgdj/1.0/resourceInstances/pnfc8cae30cc9bb0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:41:27.021Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:41:27.021Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:41:27.021Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc1ff1b1-515c-4451-a24f-9400346f0855",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650861521041,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWomnanny9czjssgtcgdj/1.0/resourceInstances/pnfc8cae30cc9bb0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:41:27.021Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:41:27.021Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:41:27.022Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc1ff1b1-515c-4451-a24f-9400346f0855",
  "consumerID": "aai-ml",
  "timestamp": 1650861521420,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWomnanny9czjssgtcgdj/1.0/resourceInstances/pnfc8cae30cc9bb0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:41:27.022Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:41:27.022Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:41:27.022Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc1ff1b1-515c-4451-a24f-9400346f0855",
  "consumerID": "clamp",
  "timestamp": 1650861520372,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWomnanny9czjssgtcgdj/1.0/resourceInstances/pnfc8cae30cc9bb0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:41:27.022Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:41:27.022Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:41:27.022Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc1ff1b1-515c-4451-a24f-9400346f0855",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650861521041,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWomnanny9czjssgtcgdj/1.0/resourceInstances/pnfc8cae30cc9bb0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:41:27.022Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:41:27.022Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:41:27.023Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc1ff1b1-515c-4451-a24f-9400346f0855",
  "consumerID": "aai-ml",
  "timestamp": 1650861521420,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWomnanny9czjssgtcgdj/1.0/resourceInstances/pnfc8cae30cc9bb0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:41:27.023Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:41:27.023Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:41:27.023Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc1ff1b1-515c-4451-a24f-9400346f0855",
  "consumerID": "clamp",
  "timestamp": 1650861520372,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWomnanny9czjssgtcgdj/1.0/resourceInstances/pnfc8cae30cc9bb0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:41:27.023Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:41:27.023Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:41:27.023Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc1ff1b1-515c-4451-a24f-9400346f0855",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650861521041,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWomnanny9czjssgtcgdj/1.0/resourceInstances/pnfc8cae30cc9bb0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:41:27.023Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:41:27.024Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:41:27.024Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc1ff1b1-515c-4451-a24f-9400346f0855",
  "consumerID": "aai-ml",
  "timestamp": 1650861521420,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWomnanny9czjssgtcgdj/1.0/resourceInstances/pnfc8cae30cc9bb0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:41:27.024Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:41:27.024Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:41:27.024Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc1ff1b1-515c-4451-a24f-9400346f0855",
  "consumerID": "clamp",
  "timestamp": 1650861520372,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWomnanny9czjssgtcgdj/1.0/artifacts/service-DemoPnfWomnanny9czjssgtcgdj-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:41:27.024Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:41:27.024Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:41:27.024Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc1ff1b1-515c-4451-a24f-9400346f0855",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650861521041,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWomnanny9czjssgtcgdj/1.0/artifacts/service-DemoPnfWomnanny9czjssgtcgdj-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:41:27.024Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:41:27.024Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:41:27.025Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc1ff1b1-515c-4451-a24f-9400346f0855",
  "consumerID": "aai-ml",
  "timestamp": 1650861521420,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWomnanny9czjssgtcgdj/1.0/artifacts/service-DemoPnfWomnanny9czjssgtcgdj-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:41:27.025Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:41:27.025Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:41:27.025Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc1ff1b1-515c-4451-a24f-9400346f0855",
  "consumerID": "clamp",
  "timestamp": 1650861520372,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWomnanny9czjssgtcgdj/1.0/artifacts/service-DemoPnfWomnanny9czjssgtcgdj-csar.csar",
  "status": "NOTIFIED"
}
2022-04-25T04:41:27.025Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:41:27.025Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:41:27.025Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc1ff1b1-515c-4451-a24f-9400346f0855",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650861521041,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWomnanny9czjssgtcgdj/1.0/artifacts/service-DemoPnfWomnanny9czjssgtcgdj-csar.csar",
  "status": "NOTIFIED"
}
2022-04-25T04:41:27.025Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:41:27.025Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:41:27.025Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc1ff1b1-515c-4451-a24f-9400346f0855",
  "consumerID": "aai-ml",
  "timestamp": 1650861521420,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWomnanny9czjssgtcgdj/1.0/artifacts/service-DemoPnfWomnanny9czjssgtcgdj-csar.csar",
  "status": "NOTIFIED"
}
2022-04-25T04:41:27.025Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:41:27.025Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:41:27.026Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc1ff1b1-515c-4451-a24f-9400346f0855",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650861530046,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWomnanny9czjssgtcgdj/1.0/artifacts/service-DemoPnfWomnanny9czjssgtcgdj-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-25T04:41:27.026Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T04:41:27.026Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:41:27.026Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc1ff1b1-515c-4451-a24f-9400346f0855",
  "consumerID": "aai-ml",
  "timestamp": 1650861530597,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWomnanny9czjssgtcgdj/1.0/artifacts/service-DemoPnfWomnanny9czjssgtcgdj-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-25T04:41:27.026Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T04:41:27.026Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:41:27.026Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc1ff1b1-515c-4451-a24f-9400346f0855",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650861532365,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWomnanny9czjssgtcgdj/1.0/artifacts/service-DemoPnfWomnanny9czjssgtcgdj-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-25T04:41:27.026Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T04:41:27.026Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:41:27.026Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc1ff1b1-515c-4451-a24f-9400346f0855",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650861533373,
  "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-04-25T04:41:27.032Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of bc1ff1b1-515c-4451-a24f-9400346f0855
2022-04-25T04:41:27.033Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId bc1ff1b1-515c-4451-a24f-9400346f0855 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-04-25T04:41:27.043Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:41:27.043Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc1ff1b1-515c-4451-a24f-9400346f0855",
  "consumerID": "clamp",
  "timestamp": 1650861535293,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWomnanny9czjssgtcgdj/1.0/artifacts/service-DemoPnfWomnanny9czjssgtcgdj-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-25T04:41:27.044Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T04:41:27.044Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:41:27.044Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc1ff1b1-515c-4451-a24f-9400346f0855",
  "consumerID": "aai-ml",
  "timestamp": 1650861537528,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWomnanny9czjssgtcgdj/1.0/artifacts/service-DemoPnfWomnanny9czjssgtcgdj-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-25T04:41:27.044Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T04:41:27.045Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:41:27.045Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc1ff1b1-515c-4451-a24f-9400346f0855",
  "consumerID": "clamp",
  "timestamp": 1650861537180,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfWomnanny9czjssgtcgdj/1.0/artifacts/service-DemoPnfWomnanny9czjssgtcgdj-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-25T04:41:27.045Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T04:41:27.045Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:41:27.045Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc1ff1b1-515c-4451-a24f-9400346f0855",
  "consumerID": "aai-ml",
  "timestamp": 1650861538534,
  "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-04-25T04:41:27.050Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of bc1ff1b1-515c-4451-a24f-9400346f0855
2022-04-25T04:41:27.050Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId bc1ff1b1-515c-4451-a24f-9400346f0855 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-04-25T04:41:27.060Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:41:27.060Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc1ff1b1-515c-4451-a24f-9400346f0855",
  "consumerID": "clamp",
  "timestamp": 1650861538184,
  "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-04-25T04:41:27.065Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of bc1ff1b1-515c-4451-a24f-9400346f0855
2022-04-25T04:41:27.066Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId bc1ff1b1-515c-4451-a24f-9400346f0855 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-04-25T04:41:40.028Z|bc1ff1b1-515c-4451-a24f-9400346f0855|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bc1ff1b1-515c-4451-a24f-9400346f0855
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-25T04:41:40.040Z|bc1ff1b1-515c-4451-a24f-9400346f0855|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bc1ff1b1-515c-4451-a24f-9400346f0855
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-04-25T04:41:40.043Z|bc1ff1b1-515c-4451-a24f-9400346f0855|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-25T04:41:40.043Z|bc1ff1b1-515c-4451-a24f-9400346f0855|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-25T04:41:40.043Z|bc1ff1b1-515c-4451-a24f-9400346f0855|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-04-25T04:41:40.043Z|bc1ff1b1-515c-4451-a24f-9400346f0855|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-04-25T04:41:40.043Z|bc1ff1b1-515c-4451-a24f-9400346f0855|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-25T04:41:40.043Z|bc1ff1b1-515c-4451-a24f-9400346f0855|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-25T04:41:40.043Z|bc1ff1b1-515c-4451-a24f-9400346f0855|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-25T04:41:40.043Z|bc1ff1b1-515c-4451-a24f-9400346f0855|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-25T04:41:40.044Z|bc1ff1b1-515c-4451-a24f-9400346f0855|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-25T04:41:40.044Z|bc1ff1b1-515c-4451-a24f-9400346f0855|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-25T04:41:40.044Z|bc1ff1b1-515c-4451-a24f-9400346f0855|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-25T04:41:40.044Z|bc1ff1b1-515c-4451-a24f-9400346f0855|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-25T04:41:40.049Z|bc1ff1b1-515c-4451-a24f-9400346f0855|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-04-25T04:42:10.049Z|bc1ff1b1-515c-4451-a24f-9400346f0855|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: bc1ff1b1-515c-4451-a24f-9400346f0855 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-04-25T04:42:10.059Z|bc1ff1b1-515c-4451-a24f-9400346f0855|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: bc1ff1b1-515c-4451-a24f-9400346f0855 and serviceModelVersionId: b5f643fd-cf40-499b-9baf-698f734fa10f
2022-04-25T04:42:10.059Z|bc1ff1b1-515c-4451-a24f-9400346f0855|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 04644abc-92d5-4807-ac8c-32ed7726920a
2022-04-25T04:42:10.061Z|bc1ff1b1-515c-4451-a24f-9400346f0855|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/04644abc-92d5-4807-ac8c-32ed7726920a/model-vers/model-ver/b5f643fd-cf40-499b-9baf-698f734fa10f?depth=0
2022-04-25T04:42:10.073Z|bc1ff1b1-515c-4451-a24f-9400346f0855|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2022-04-25T04:42:10.136Z|bc1ff1b1-515c-4451-a24f-9400346f0855|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04644abc-92d5-4807-ac8c-32ed7726920a/model-vers/model-ver/b5f643fd-cf40-499b-9baf-698f734fa10f?depth=0|INFO|500||Invoke
2022-04-25T04:42:10.137Z|bc1ff1b1-515c-4451-a24f-9400346f0855|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04644abc-92d5-4807-ac8c-32ed7726920a/model-vers/model-ver/b5f643fd-cf40-499b-9baf-698f734fa10f?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04644abc-92d5-4807-ac8c-32ed7726920a/model-vers/model-ver/b5f643fd-cf40-499b-9baf-698f734fa10f?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[bc1ff1b1-515c-4451-a24f-9400346f0855], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[1bcee19b-1544-45d6-821a-97c4b2213102], X-ECOMP-RequestID=[bc1ff1b1-515c-4451-a24f-9400346f0855], X-TransactionId=[], X-ONAP-RequestID=[bc1ff1b1-515c-4451-a24f-9400346f0855], Content-Type=[application/merge-patch+json]}
2022-04-25T04:42:10.162Z|bc1ff1b1-515c-4451-a24f-9400346f0855|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04644abc-92d5-4807-ac8c-32ed7726920a/model-vers/model-ver/b5f643fd-cf40-499b-9baf-698f734fa10f?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-04-25T04:42:10.552Z|bc1ff1b1-515c-4451-a24f-9400346f0855|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04644abc-92d5-4807-ac8c-32ed7726920a/model-vers/model-ver/b5f643fd-cf40-499b-9baf-698f734fa10f?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/04644abc-92d5-4807-ac8c-32ed7726920a/model-vers/model-ver/b5f643fd-cf40-499b-9baf-698f734fa10f?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220425-04:42:09:628-63274], vertex-id=[188592], Content-Length=[0], Date=[Mon, 25 Apr 2022 04:42:09 GMT], Content-Type=[application/json]}
2022-04-25T04:42:10.553Z|bc1ff1b1-515c-4451-a24f-9400346f0855|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04644abc-92d5-4807-ac8c-32ed7726920a/model-vers/model-ver/b5f643fd-cf40-499b-9baf-698f734fa10f?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-04-25T04:42:10.553Z|bc1ff1b1-515c-4451-a24f-9400346f0855|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/04644abc-92d5-4807-ac8c-32ed7726920a/model-vers/model-ver/b5f643fd-cf40-499b-9baf-698f734fa10f?depth=0|INFO|500||InvokeReturn
2022-04-25T04:42:10.554Z|bc1ff1b1-515c-4451-a24f-9400346f0855|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-04-25T04:42:10.554Z|bc1ff1b1-515c-4451-a24f-9400346f0855|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-25T04:42:10.586Z|bc1ff1b1-515c-4451-a24f-9400346f0855|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-04-25T04:42:10.586Z|bc1ff1b1-515c-4451-a24f-9400346f0855|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID bc1ff1b1-515c-4451-a24f-9400346f0855 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-04-25T04:42:10.587Z|bc1ff1b1-515c-4451-a24f-9400346f0855|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-04-25T04:42:10.587Z|bc1ff1b1-515c-4451-a24f-9400346f0855|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-25T04:42:10.591Z|bc1ff1b1-515c-4451-a24f-9400346f0855|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-25T04:42:10.591Z|bc1ff1b1-515c-4451-a24f-9400346f0855|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "bc1ff1b1-515c-4451-a24f-9400346f0855",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650861730586,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-04-25T04:42:10.691Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-25T04:42:10.692Z||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-04-25T04:42:10.693Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as p0pYBRqFNxTvYN2F) ...
2022-04-25T04:42:10.744Z||pool-66-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T04:42:10.744Z||pool-66-thread-1|||||INFO|500||cambria reply ok (52 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-04-25T04:42:11.606Z|bc1ff1b1-515c-4451-a24f-9400346f0855|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T04:42:11.607Z|bc1ff1b1-515c-4451-a24f-9400346f0855|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-04-25T04:42:11.607Z|bc1ff1b1-515c-4451-a24f-9400346f0855|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 p0pYBRqFNxTvYN2F) ...
2022-04-25T04:42:16.266Z|bc1ff1b1-515c-4451-a24f-9400346f0855|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T04:42:16.268Z|bc1ff1b1-515c-4451-a24f-9400346f0855|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-25T04:42:16.268Z|bc1ff1b1-515c-4451-a24f-9400346f0855|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"df95f742-973c-4e2b-bacc-ecb2ef8927dc","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"0670d024-5fda-4972-a151-506aae1767f2","serviceDescription":"service","serviceInvariantUUID":"bf404426-f44b-4283-95fb-b2191be8bc27","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"3894cf9a-1508-4992-afd3-234f297ae530","resourceInvariantUUID":"7664dafd-6348-4916-b297-cd6bc3ac379d","resourceCustomizationUUID":"3d141ebf-8543-4dc3-b798-78ef40752626","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":"N2I0NzMwOTZjYzY3N2NlYThhMzEzN2I2NmM5MjlhYWY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"6ddde331-3b3c-43c3-a94a-53522ab01cae","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":"NWI2YWVmOGI3OTc4MjJmMzNmODFhYmNjMGQ4NjQ1OTc\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"cfd2592e-c995-44b6-9f8d-e9d61678c413","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":"1a8978bc-f2a0-4a4f-abd0-04318d07a27b","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":"aca1497b-4e78-418e-a9e7-573a4807c7d2","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":"3ce4a4e0-49a6-4cab-846f-153291761a60","artifactVersion":"2","generatedFromUUID":"1a8978bc-f2a0-4a4f-abd0-04318d07a27b"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"MTI2MTBjMzVjZTExMmM2NGYzYjRhNTc5M2EyODhkODY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"3708ec17-1a86-4221-aa67-947e62b44ee5","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"YWIzZjIxZmY2ZDAxNGU3NzY0NjBkYzlkMzM2OTQzN2Y\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"30e47f0f-9979-49b6-870f-0f7118b4da5c","artifactVersion":"1"}],"workloadContext":"Production"}
2022-04-25T04:42:16.271Z|bc1ff1b1-515c-4451-a24f-9400346f0855|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-25T04:42:16.271Z|bc1ff1b1-515c-4451-a24f-9400346f0855|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-25T04:42:16.273Z|bc1ff1b1-515c-4451-a24f-9400346f0855|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-25T04:42:16.273Z|bc1ff1b1-515c-4451-a24f-9400346f0855|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "df95f742-973c-4e2b-bacc-ecb2ef8927dc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650861731606,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:42:16.373Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-25T04:42:16.374Z||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-04-25T04:42:16.374Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as p0pYBRqFNxTvYN2F) ...
2022-04-25T04:42:16.401Z||pool-67-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T04:42:16.401Z||pool-67-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2022-04-25T04:42:17.275Z|bc1ff1b1-515c-4451-a24f-9400346f0855|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-25T04:42:17.276Z|bc1ff1b1-515c-4451-a24f-9400346f0855|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-25T04:42:17.279Z|bc1ff1b1-515c-4451-a24f-9400346f0855|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-25T04:42:17.279Z|bc1ff1b1-515c-4451-a24f-9400346f0855|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "df95f742-973c-4e2b-bacc-ecb2ef8927dc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650861731606,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-04-25T04:42:17.379Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-25T04:42:17.381Z||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-04-25T04:42:17.381Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as p0pYBRqFNxTvYN2F) ...
2022-04-25T04:42:17.397Z||pool-68-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T04:42:17.398Z||pool-68-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-04-25T04:42:18.280Z|bc1ff1b1-515c-4451-a24f-9400346f0855|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-25T04:42:18.282Z|bc1ff1b1-515c-4451-a24f-9400346f0855|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-25T04:42:18.284Z|bc1ff1b1-515c-4451-a24f-9400346f0855|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-25T04:42:18.284Z|bc1ff1b1-515c-4451-a24f-9400346f0855|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "df95f742-973c-4e2b-bacc-ecb2ef8927dc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650861731606,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-04-25T04:42:18.384Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-25T04:42:18.386Z||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-04-25T04:42:18.386Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as p0pYBRqFNxTvYN2F) ...
2022-04-25T04:42:18.398Z||pool-69-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T04:42:18.398Z||pool-69-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-04-25T04:42:19.285Z|bc1ff1b1-515c-4451-a24f-9400346f0855|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-25T04:42:19.286Z|bc1ff1b1-515c-4451-a24f-9400346f0855|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-25T04:42:19.289Z|bc1ff1b1-515c-4451-a24f-9400346f0855|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-25T04:42:19.289Z|bc1ff1b1-515c-4451-a24f-9400346f0855|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "df95f742-973c-4e2b-bacc-ecb2ef8927dc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650861731606,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:42:19.389Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-25T04:42:19.390Z||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-04-25T04:42:19.391Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as p0pYBRqFNxTvYN2F) ...
2022-04-25T04:42:19.405Z||pool-70-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T04:42:19.405Z||pool-70-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-04-25T04:42:20.290Z|bc1ff1b1-515c-4451-a24f-9400346f0855|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-25T04:42:20.291Z|bc1ff1b1-515c-4451-a24f-9400346f0855|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-25T04:42:20.294Z|bc1ff1b1-515c-4451-a24f-9400346f0855|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-25T04:42:20.294Z|bc1ff1b1-515c-4451-a24f-9400346f0855|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "df95f742-973c-4e2b-bacc-ecb2ef8927dc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650861731606,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-04-25T04:42:20.394Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-25T04:42:20.395Z||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-04-25T04:42:20.395Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as p0pYBRqFNxTvYN2F) ...
2022-04-25T04:42:20.429Z||pool-71-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T04:42:20.429Z||pool-71-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":0,"count":1}
2022-04-25T04:42:21.295Z|bc1ff1b1-515c-4451-a24f-9400346f0855|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-25T04:42:21.296Z|bc1ff1b1-515c-4451-a24f-9400346f0855|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-25T04:42:21.298Z|bc1ff1b1-515c-4451-a24f-9400346f0855|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-25T04:42:21.298Z|bc1ff1b1-515c-4451-a24f-9400346f0855|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "df95f742-973c-4e2b-bacc-ecb2ef8927dc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650861731606,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:42:21.398Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-25T04:42:21.399Z||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-04-25T04:42:21.400Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as p0pYBRqFNxTvYN2F) ...
2022-04-25T04:42:21.509Z||pool-72-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T04:42:21.509Z||pool-72-thread-1|||||INFO|500||cambria reply ok (110 ms):{"serverTimeMs":0,"count":1}
2022-04-25T04:42:22.299Z|bc1ff1b1-515c-4451-a24f-9400346f0855|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-25T04:42:22.300Z|bc1ff1b1-515c-4451-a24f-9400346f0855|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-25T04:42:22.303Z|bc1ff1b1-515c-4451-a24f-9400346f0855|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-25T04:42:22.303Z|bc1ff1b1-515c-4451-a24f-9400346f0855|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "df95f742-973c-4e2b-bacc-ecb2ef8927dc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650861731606,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-04-25T04:42:22.403Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-25T04:42:22.404Z||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-04-25T04:42:22.405Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as p0pYBRqFNxTvYN2F) ...
2022-04-25T04:42:22.420Z||pool-73-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T04:42:22.421Z||pool-73-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-04-25T04:42:23.305Z|bc1ff1b1-515c-4451-a24f-9400346f0855|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "df95f742-973c-4e2b-bacc-ecb2ef8927dc",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "0670d024-5fda-4972-a151-506aae1767f2",
  "serviceDescription": "service",
  "serviceInvariantUUID": "bf404426-f44b-4283-95fb-b2191be8bc27",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "3d141ebf-8543-4dc3-b798-78ef40752626",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "3894cf9a-1508-4992-afd3-234f297ae530",
      "resourceInvariantUUID": "7664dafd-6348-4916-b297-cd6bc3ac379d",
      "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": "NWI2YWVmOGI3OTc4MjJmMzNmODFhYmNjMGQ4NjQ1OTc\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "cfd2592e-c995-44b6-9f8d-e9d61678c413",
          "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": "1a8978bc-f2a0-4a4f-abd0-04318d07a27b",
          "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": "3ce4a4e0-49a6-4cab-846f-153291761a60",
            "generatedFromUUID": "1a8978bc-f2a0-4a4f-abd0-04318d07a27b"
          },
          "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": "3ce4a4e0-49a6-4cab-846f-153291761a60",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "YWIzZjIxZmY2ZDAxNGU3NzY0NjBkYzlkMzM2OTQzN2Y\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "30e47f0f-9979-49b6-870f-0f7118b4da5c"
    }
  ],
  "workloadContext": "Production"
}
2022-04-25T04:42:23.306Z|bc1ff1b1-515c-4451-a24f-9400346f0855|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-04-25T04:42:23.306Z|bc1ff1b1-515c-4451-a24f-9400346f0855|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 0670d024-5fda-4972-a151-506aae1767f2 ASDC
2022-04-25T04:42:23.307Z|df95f742-973c-4e2b-bacc-ecb2ef8927dc|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:df95f742-973c-4e2b-bacc-ecb2ef8927dc
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:0670d024-5fda-4972-a151-506aae1767f2
ServiceInvariantUUID:bf404426-f44b-4283-95fb-b2191be8bc27
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:30e47f0f-9979-49b6-870f-0f7118b4da5c
ArtifactChecksum:YWIzZjIxZmY2ZDAxNGU3NzY0NjBkYzlkMzM2OTQzN2Y=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:3d141ebf-8543-4dc3-b798-78ef40752626
ResourceInvariantUUID:7664dafd-6348-4916-b297-cd6bc3ac379d
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:3894cf9a-1508-4992-afd3-234f297ae530
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:cfd2592e-c995-44b6-9f8d-e9d61678c413
ArtifactChecksum:NWI2YWVmOGI3OTc4MjJmMzNmODFhYmNjMGQ4NjQ1OTc=
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:1a8978bc-f2a0-4a4f-abd0-04318d07a27b
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:3ce4a4e0-49a6-4cab-846f-153291761a60
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:3ce4a4e0-49a6-4cab-846f-153291761a60
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-04-25T04:42:23.308Z|df95f742-973c-4e2b-bacc-ecb2ef8927dc|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 0670d024-5fda-4972-a151-506aae1767f2 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-04-25T04:42:23.376Z|df95f742-973c-4e2b-bacc-ecb2ef8927dc|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-25T04:42:23.377Z|df95f742-973c-4e2b-bacc-ecb2ef8927dc|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-04-25T04:42:23.377Z|df95f742-973c-4e2b-bacc-ecb2ef8927dc|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-04-25T04:42:23.378Z|df95f742-973c-4e2b-bacc-ecb2ef8927dc|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 30e47f0f-9979-49b6-870f-0f7118b4da5c from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-04-25T04:42:23.378Z|df95f742-973c-4e2b-bacc-ecb2ef8927dc|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-04-25T04:42:23.378Z|df95f742-973c-4e2b-bacc-ecb2ef8927dc|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-04-25T04:42:23.661Z|df95f742-973c-4e2b-bacc-ecb2ef8927dc|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-04-25T04:42:23.665Z|df95f742-973c-4e2b-bacc-ecb2ef8927dc|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 30e47f0f-9979-49b6-870f-0f7118b4da5c 71039
2022-04-25T04:42:23.665Z|df95f742-973c-4e2b-bacc-ecb2ef8927dc|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2022-04-25T04:42:23.666Z|df95f742-973c-4e2b-bacc-ecb2ef8927dc|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-04-25T04:42:23.666Z|df95f742-973c-4e2b-bacc-ecb2ef8927dc|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-25T04:42:23.666Z|df95f742-973c-4e2b-bacc-ecb2ef8927dc|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-25T04:42:23.668Z|df95f742-973c-4e2b-bacc-ecb2ef8927dc|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-25T04:42:23.668Z|df95f742-973c-4e2b-bacc-ecb2ef8927dc|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "df95f742-973c-4e2b-bacc-ecb2ef8927dc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650861743665,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-25T04:42:23.769Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-04-25T04:42:23.770Z||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-04-25T04:42:23.770Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as p0pYBRqFNxTvYN2F) ...
2022-04-25T04:42:23.789Z||pool-74-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T04:42:23.790Z||pool-74-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-04-25T04:42:24.670Z|df95f742-973c-4e2b-bacc-ecb2ef8927dc|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-25T04:42:24.670Z|df95f742-973c-4e2b-bacc-ecb2ef8927dc|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-04-25T04:42:24.671Z|df95f742-973c-4e2b-bacc-ecb2ef8927dc|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 30e47f0f-9979-49b6-870f-0f7118b4da5c, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2022-04-25T04:42:24.671Z|df95f742-973c-4e2b-bacc-ecb2ef8927dc|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2022-04-25T04:42:24.672Z|df95f742-973c-4e2b-bacc-ecb2ef8927dc|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2022-04-25T04:42:24.672Z|df95f742-973c-4e2b-bacc-ecb2ef8927dc|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2022-04-25T04:42:24.845Z|df95f742-973c-4e2b-bacc-ecb2ef8927dc|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13782307373482558930/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-04-25T04:42:26.475Z|df95f742-973c-4e2b-bacc-ecb2ef8927dc|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2022-04-25T04:42:26.475Z|df95f742-973c-4e2b-bacc-ecb2ef8927dc|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-04-25T04:42:26.476Z|df95f742-973c-4e2b-bacc-ecb2ef8927dc|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-04-25T04:42:26.476Z|df95f742-973c-4e2b-bacc-ecb2ef8927dc|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-04-25T04:42:26.476Z|df95f742-973c-4e2b-bacc-ecb2ef8927dc|pool-2-thread-5|||||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-04-25T04:42:26.476Z|df95f742-973c-4e2b-bacc-ecb2ef8927dc|pool-2-thread-5|||||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-04-25T04:42:26.476Z|df95f742-973c-4e2b-bacc-ecb2ef8927dc|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-04-25T04:42:26.476Z|df95f742-973c-4e2b-bacc-ecb2ef8927dc|pool-2-thread-5|||||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-04-25T04:42:26.476Z|df95f742-973c-4e2b-bacc-ecb2ef8927dc|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-04-25T04:42:26.476Z|df95f742-973c-4e2b-bacc-ecb2ef8927dc|pool-2-thread-5|||||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-04-25T04:42:26.476Z|df95f742-973c-4e2b-bacc-ecb2ef8927dc|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-04-25T04:42:26.476Z|df95f742-973c-4e2b-bacc-ecb2ef8927dc|pool-2-thread-5|||||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-04-25T04:42:26.477Z|df95f742-973c-4e2b-bacc-ecb2ef8927dc|pool-2-thread-5|||||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-04-25T04:42:26.477Z|df95f742-973c-4e2b-bacc-ecb2ef8927dc|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-04-25T04:42:26.477Z|df95f742-973c-4e2b-bacc-ecb2ef8927dc|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-25T04:42:26.477Z|df95f742-973c-4e2b-bacc-ecb2ef8927dc|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-25T04:42:26.477Z|df95f742-973c-4e2b-bacc-ecb2ef8927dc|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-04-25T04:42:26.477Z|df95f742-973c-4e2b-bacc-ecb2ef8927dc|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-04-25T04:42:26.478Z|df95f742-973c-4e2b-bacc-ecb2ef8927dc|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-25T04:42:26.478Z|df95f742-973c-4e2b-bacc-ecb2ef8927dc|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-25T04:42:26.478Z|df95f742-973c-4e2b-bacc-ecb2ef8927dc|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-25T04:42:26.478Z|df95f742-973c-4e2b-bacc-ecb2ef8927dc|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-04-25T04:42:26.478Z|df95f742-973c-4e2b-bacc-ecb2ef8927dc|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-04-25T04:42:26.478Z|df95f742-973c-4e2b-bacc-ecb2ef8927dc|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-25T04:42:26.478Z|df95f742-973c-4e2b-bacc-ecb2ef8927dc|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-25T04:42:26.479Z|df95f742-973c-4e2b-bacc-ecb2ef8927dc|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-25T04:42:26.479Z|df95f742-973c-4e2b-bacc-ecb2ef8927dc|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-25T04:42:26.479Z|df95f742-973c-4e2b-bacc-ecb2ef8927dc|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-04-25T04:42:26.479Z|df95f742-973c-4e2b-bacc-ecb2ef8927dc|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2022-04-25T04:42:26.479Z|df95f742-973c-4e2b-bacc-ecb2ef8927dc|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2022-04-25T04:42:26.479Z|df95f742-973c-4e2b-bacc-ecb2ef8927dc|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2022-04-25T04:42:26.479Z|df95f742-973c-4e2b-bacc-ecb2ef8927dc|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-04-25T04:42:26.479Z|df95f742-973c-4e2b-bacc-ecb2ef8927dc|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-04-25T04:42:26.480Z|df95f742-973c-4e2b-bacc-ecb2ef8927dc|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-25T04:42:26.480Z|df95f742-973c-4e2b-bacc-ecb2ef8927dc|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-25T04:42:26.480Z|df95f742-973c-4e2b-bacc-ecb2ef8927dc|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-25T04:42:26.480Z|df95f742-973c-4e2b-bacc-ecb2ef8927dc|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-04-25T04:42:26.481Z|df95f742-973c-4e2b-bacc-ecb2ef8927dc|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-25T04:42:26.481Z|df95f742-973c-4e2b-bacc-ecb2ef8927dc|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-25T04:42:26.481Z|df95f742-973c-4e2b-bacc-ecb2ef8927dc|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-04-25T04:42:26.481Z|df95f742-973c-4e2b-bacc-ecb2ef8927dc|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-25T04:42:26.482Z|df95f742-973c-4e2b-bacc-ecb2ef8927dc|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-25T04:42:26.482Z|df95f742-973c-4e2b-bacc-ecb2ef8927dc|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-04-25T04:42:26.482Z|df95f742-973c-4e2b-bacc-ecb2ef8927dc|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-25T04:42:26.482Z|df95f742-973c-4e2b-bacc-ecb2ef8927dc|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-25T04:42:26.482Z|df95f742-973c-4e2b-bacc-ecb2ef8927dc|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-04-25T04:42:26.483Z|df95f742-973c-4e2b-bacc-ecb2ef8927dc|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-04-25T04:42:26.483Z|df95f742-973c-4e2b-bacc-ecb2ef8927dc|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-04-25T04:42:26.483Z|df95f742-973c-4e2b-bacc-ecb2ef8927dc|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=e2f09d87-4e62-4251-928b-f4673dbc9ae8
2022-04-25T04:42:26.483Z|df95f742-973c-4e2b-bacc-ecb2ef8927dc|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-25T04:42:26.483Z|df95f742-973c-4e2b-bacc-ecb2ef8927dc|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-25T04:42:26.484Z|df95f742-973c-4e2b-bacc-ecb2ef8927dc|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-25T04:42:26.484Z|df95f742-973c-4e2b-bacc-ecb2ef8927dc|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-25T04:42:26.484Z|df95f742-973c-4e2b-bacc-ecb2ef8927dc|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-25T04:42:26.485Z|df95f742-973c-4e2b-bacc-ecb2ef8927dc|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-25T04:42:26.485Z|df95f742-973c-4e2b-bacc-ecb2ef8927dc|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-25T04:42:26.485Z|df95f742-973c-4e2b-bacc-ecb2ef8927dc|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-25T04:42:26.485Z|df95f742-973c-4e2b-bacc-ecb2ef8927dc|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm
Description:service
Model UUID:0670d024-5fda-4972-a151-506aae1767f2
Model Version:NULL
Model InvariantUuid:bf404426-f44b-4283-95fb-b2191be8bc27
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm
Model UUID:cb611574-f595-45d1-9eed-38a8b58bb901
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:7664dafd-6348-4916-b297-cd6bc3ac379d
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:3d141ebf-8543-4dc3-b798-78ef40752626
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:b831fbc8-a062-47ca-9a5c-1c890ac64326
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:54a957eb-a1a8-452d-8a01-4dd788210996
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:e2f09d87-4e62-4251-928b-f4673dbc9ae8
ModelInvariantUuid:4f17514d-925c-4659-9e23-92e3f17a4d56
ModelName:basic_vm-nodes.ubuntu20Cvfc
ModelUuid:38312f21-abe7-4cc2-8a39-79a41c4cd8b4
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:2fb26e9c-335a-477b-80a9-eccb60749e7e
ModelInvariantUuid:7e151044-97bd-4cdc-9f4b-2ff39e431dba
ModelName:BasicVm.compute.nodes.heat.ubuntu20
ModelUuid:2ccf9d0a-06fc-456e-82fc-ebed028d273c
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-04-25T04:42:26.492Z|df95f742-973c-4e2b-bacc-ecb2ef8927dc|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: 3894cf9a-1508-4992-afd3-234f297ae530
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-04-25T04:42:26.497Z|df95f742-973c-4e2b-bacc-ecb2ef8927dc|pool-2-thread-5|||||INFO|500||basic_vm 0
2022-04-25T04:42:26.497Z|df95f742-973c-4e2b-bacc-ecb2ef8927dc|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 3894cf9a-1508-4992-afd3-234f297ae530
2022-04-25T04:42:26.497Z|df95f742-973c-4e2b-bacc-ecb2ef8927dc|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: cfd2592e-c995-44b6-9f8d-e9d61678c413 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-04-25T04:42:26.497Z|df95f742-973c-4e2b-bacc-ecb2ef8927dc|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-04-25T04:42:26.498Z|df95f742-973c-4e2b-bacc-ecb2ef8927dc|pool-2-thread-5|||||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-04-25T04:42:26.853Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T04:42:26.854Z||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-04-25T04:42:26.854Z||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 p0pYBRqFNxTvYN2F) ...
2022-04-25T04:42:26.859Z|df95f742-973c-4e2b-bacc-ecb2ef8927dc|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-04-25T04:42:26.860Z|df95f742-973c-4e2b-bacc-ecb2ef8927dc|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json cfd2592e-c995-44b6-9f8d-e9d61678c413 787
2022-04-25T04:42:26.860Z|df95f742-973c-4e2b-bacc-ecb2ef8927dc|pool-2-thread-5|||||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-04-25T04:42:26.860Z|df95f742-973c-4e2b-bacc-ecb2ef8927dc|pool-2-thread-5|||||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-04-25T04:42:26.860Z|df95f742-973c-4e2b-bacc-ecb2ef8927dc|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-25T04:42:26.861Z|df95f742-973c-4e2b-bacc-ecb2ef8927dc|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-25T04:42:26.863Z|df95f742-973c-4e2b-bacc-ecb2ef8927dc|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-25T04:42:26.863Z|df95f742-973c-4e2b-bacc-ecb2ef8927dc|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "df95f742-973c-4e2b-bacc-ecb2ef8927dc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650861746860,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-25T04:42:26.894Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T04:42:26.928Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:42:26.928Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df95f742-973c-4e2b-bacc-ecb2ef8927dc",
  "consumerID": "dcae-sch",
  "timestamp": 1650861565975,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:42:26.929Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:42:26.929Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:42:26.930Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df95f742-973c-4e2b-bacc-ecb2ef8927dc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650861571090,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:42:26.930Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:42:26.930Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:42:26.930Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df95f742-973c-4e2b-bacc-ecb2ef8927dc",
  "consumerID": "policy-id",
  "timestamp": 1650861565997,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:42:26.931Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:42:26.931Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:42:26.931Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df95f742-973c-4e2b-bacc-ecb2ef8927dc",
  "consumerID": "dcae-sch",
  "timestamp": 1650861565975,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:42:26.931Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:42:26.931Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:42:26.932Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df95f742-973c-4e2b-bacc-ecb2ef8927dc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650861571090,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-04-25T04:42:26.932Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:42:26.932Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:42:26.932Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df95f742-973c-4e2b-bacc-ecb2ef8927dc",
  "consumerID": "policy-id",
  "timestamp": 1650861565997,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:42:26.933Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:42:26.933Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:42:26.933Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df95f742-973c-4e2b-bacc-ecb2ef8927dc",
  "consumerID": "dcae-sch",
  "timestamp": 1650861565975,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:42:26.933Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:42:26.933Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:42:26.934Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df95f742-973c-4e2b-bacc-ecb2ef8927dc",
  "consumerID": "policy-id",
  "timestamp": 1650861565997,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-04-25T04:42:26.934Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:42:26.934Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:42:26.934Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df95f742-973c-4e2b-bacc-ecb2ef8927dc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650861571090,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-04-25T04:42:26.934Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:42:26.935Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:42:26.935Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df95f742-973c-4e2b-bacc-ecb2ef8927dc",
  "consumerID": "dcae-sch",
  "timestamp": 1650861565975,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:42:26.935Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:42:26.935Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:42:26.935Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df95f742-973c-4e2b-bacc-ecb2ef8927dc",
  "consumerID": "policy-id",
  "timestamp": 1650861565997,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:42:26.936Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:42:26.936Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:42:26.936Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df95f742-973c-4e2b-bacc-ecb2ef8927dc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650861571090,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:42:26.936Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:42:26.937Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:42:26.937Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df95f742-973c-4e2b-bacc-ecb2ef8927dc",
  "consumerID": "dcae-sch",
  "timestamp": 1650861565975,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:42:26.937Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:42:26.937Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:42:26.937Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df95f742-973c-4e2b-bacc-ecb2ef8927dc",
  "consumerID": "policy-id",
  "timestamp": 1650861565997,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:42:26.938Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:42:26.938Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:42:26.938Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df95f742-973c-4e2b-bacc-ecb2ef8927dc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650861571090,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-04-25T04:42:26.938Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:42:26.938Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:42:26.938Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df95f742-973c-4e2b-bacc-ecb2ef8927dc",
  "consumerID": "cds",
  "timestamp": 1650861577774,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:42:26.938Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:42:26.939Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:42:26.939Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df95f742-973c-4e2b-bacc-ecb2ef8927dc",
  "consumerID": "dcae-sch",
  "timestamp": 1650861565975,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:42:26.939Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:42:26.939Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:42:26.939Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df95f742-973c-4e2b-bacc-ecb2ef8927dc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650861571090,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:42:26.939Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:42:26.939Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:42:26.940Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df95f742-973c-4e2b-bacc-ecb2ef8927dc",
  "consumerID": "policy-id",
  "timestamp": 1650861565997,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:42:26.940Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:42:26.940Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:42:26.940Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df95f742-973c-4e2b-bacc-ecb2ef8927dc",
  "consumerID": "cds",
  "timestamp": 1650861577774,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:42:26.940Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:42:26.940Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:42:26.940Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df95f742-973c-4e2b-bacc-ecb2ef8927dc",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650861578361,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:42:26.941Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:42:26.941Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:42:26.941Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df95f742-973c-4e2b-bacc-ecb2ef8927dc",
  "consumerID": "dcae-sch",
  "timestamp": 1650861565975,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:42:26.941Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:42:26.941Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:42:26.941Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df95f742-973c-4e2b-bacc-ecb2ef8927dc",
  "consumerID": "policy-id",
  "timestamp": 1650861565997,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-04-25T04:42:26.942Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:42:26.942Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:42:26.942Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df95f742-973c-4e2b-bacc-ecb2ef8927dc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650861571090,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-04-25T04:42:26.942Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:42:26.942Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:42:26.942Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df95f742-973c-4e2b-bacc-ecb2ef8927dc",
  "consumerID": "cds",
  "timestamp": 1650861577774,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:42:26.942Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:42:26.942Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:42:26.942Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df95f742-973c-4e2b-bacc-ecb2ef8927dc",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650861578361,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:42:26.943Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:42:26.943Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:42:26.943Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df95f742-973c-4e2b-bacc-ecb2ef8927dc",
  "consumerID": "cds",
  "timestamp": 1650861577774,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:42:26.943Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:42:26.943Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:42:26.943Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df95f742-973c-4e2b-bacc-ecb2ef8927dc",
  "consumerID": "clamp",
  "timestamp": 1650861580372,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:42:26.944Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:42:26.944Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:42:26.944Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df95f742-973c-4e2b-bacc-ecb2ef8927dc",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650861578361,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:42:26.944Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:42:26.944Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:42:26.944Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df95f742-973c-4e2b-bacc-ecb2ef8927dc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650861581040,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:42:26.944Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:42:26.944Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:42:26.944Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df95f742-973c-4e2b-bacc-ecb2ef8927dc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650861581890,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-25T04:42:26.945Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T04:42:26.945Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:42:26.945Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df95f742-973c-4e2b-bacc-ecb2ef8927dc",
  "consumerID": "policy-id",
  "timestamp": 1650861581511,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-25T04:42:26.945Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T04:42:26.945Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:42:26.945Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df95f742-973c-4e2b-bacc-ecb2ef8927dc",
  "consumerID": "cds",
  "timestamp": 1650861577774,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:42:26.945Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:42:26.946Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:42:26.946Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df95f742-973c-4e2b-bacc-ecb2ef8927dc",
  "consumerID": "aai-ml",
  "timestamp": 1650861581419,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:42:26.946Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:42:26.946Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:42:26.946Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df95f742-973c-4e2b-bacc-ecb2ef8927dc",
  "consumerID": "clamp",
  "timestamp": 1650861580372,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-04-25T04:42:26.946Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:42:26.946Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:42:26.946Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df95f742-973c-4e2b-bacc-ecb2ef8927dc",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650861578361,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:42:26.947Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:42:26.947Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:42:26.947Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df95f742-973c-4e2b-bacc-ecb2ef8927dc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650861581040,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:42:26.947Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:42:26.947Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:42:26.947Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df95f742-973c-4e2b-bacc-ecb2ef8927dc",
  "consumerID": "policy-id",
  "timestamp": 1650861582517,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-25T04:42:26.948Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T04:42:26.948Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:42:26.948Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df95f742-973c-4e2b-bacc-ecb2ef8927dc",
  "consumerID": "cds",
  "timestamp": 1650861577774,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:42:26.948Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:42:26.948Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:42:26.948Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df95f742-973c-4e2b-bacc-ecb2ef8927dc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650861583397,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-25T04:42:26.948Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T04:42:26.949Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:42:26.949Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df95f742-973c-4e2b-bacc-ecb2ef8927dc",
  "consumerID": "aai-ml",
  "timestamp": 1650861581419,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:42:26.949Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:42:26.949Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:42:26.949Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df95f742-973c-4e2b-bacc-ecb2ef8927dc",
  "consumerID": "clamp",
  "timestamp": 1650861580372,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:42:26.949Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:42:26.949Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:42:26.949Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df95f742-973c-4e2b-bacc-ecb2ef8927dc",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650861578361,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:42:26.950Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:42:26.950Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:42:26.950Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df95f742-973c-4e2b-bacc-ecb2ef8927dc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650861581040,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:42:26.950Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:42:26.950Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:42:26.950Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df95f742-973c-4e2b-bacc-ecb2ef8927dc",
  "consumerID": "policy-id",
  "timestamp": 1650861583520,
  "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-04-25T04:42:26.958Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of df95f742-973c-4e2b-bacc-ecb2ef8927dc
2022-04-25T04:42:26.959Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId df95f742-973c-4e2b-bacc-ecb2ef8927dc and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
2022-04-25T04:42:26.963Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-25T04:42:26.964Z||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-04-25T04:42:26.964Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as p0pYBRqFNxTvYN2F) ...
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-25T04:42:26.971Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:42:26.971Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df95f742-973c-4e2b-bacc-ecb2ef8927dc",
  "consumerID": "aai-ml",
  "timestamp": 1650861581419,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:42:26.972Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:42:26.972Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:42:26.972Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df95f742-973c-4e2b-bacc-ecb2ef8927dc",
  "consumerID": "cds",
  "timestamp": 1650861577774,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-04-25T04:42:26.972Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:42:26.972Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:42:26.972Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df95f742-973c-4e2b-bacc-ecb2ef8927dc",
  "consumerID": "clamp",
  "timestamp": 1650861580372,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:42:26.972Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:42:26.972Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:42:26.972Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df95f742-973c-4e2b-bacc-ecb2ef8927dc",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650861578361,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:42:26.973Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:42:26.973Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:42:26.973Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df95f742-973c-4e2b-bacc-ecb2ef8927dc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650861581040,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:42:26.973Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:42:26.973Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:42:26.973Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df95f742-973c-4e2b-bacc-ecb2ef8927dc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650861584809,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-04-25T04:42:26.973Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T04:42:26.973Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:42:26.973Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df95f742-973c-4e2b-bacc-ecb2ef8927dc",
  "consumerID": "aai-ml",
  "timestamp": 1650861581419,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:42:26.973Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:42:26.973Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:42:26.973Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df95f742-973c-4e2b-bacc-ecb2ef8927dc",
  "consumerID": "clamp",
  "timestamp": 1650861580372,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:42:26.973Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:42:26.974Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:42:26.974Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df95f742-973c-4e2b-bacc-ecb2ef8927dc",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650861578361,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:42:26.974Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:42:26.974Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:42:26.974Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df95f742-973c-4e2b-bacc-ecb2ef8927dc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650861581040,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:42:26.974Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:42:26.974Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:42:26.974Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df95f742-973c-4e2b-bacc-ecb2ef8927dc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650861585855,
  "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-04-25T04:42:26.981Z||pool-75-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T04:42:26.981Z||pool-75-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-04-25T04:42:26.981Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of df95f742-973c-4e2b-bacc-ecb2ef8927dc
2022-04-25T04:42:26.982Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId df95f742-973c-4e2b-bacc-ecb2ef8927dc 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-04-25T04:42:26.990Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:42:26.990Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df95f742-973c-4e2b-bacc-ecb2ef8927dc",
  "consumerID": "cds",
  "timestamp": 1650861585959,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-25T04:42:26.991Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T04:42:26.991Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:42:26.991Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df95f742-973c-4e2b-bacc-ecb2ef8927dc",
  "consumerID": "aai-ml",
  "timestamp": 1650861581419,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:42:26.991Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:42:26.992Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:42:26.992Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df95f742-973c-4e2b-bacc-ecb2ef8927dc",
  "consumerID": "clamp",
  "timestamp": 1650861580372,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:42:26.992Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:42:26.992Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:42:26.993Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df95f742-973c-4e2b-bacc-ecb2ef8927dc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650861581040,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:42:26.993Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:42:26.993Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:42:26.993Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df95f742-973c-4e2b-bacc-ecb2ef8927dc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650861586861,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-25T04:42:26.994Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T04:42:26.994Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:42:26.994Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df95f742-973c-4e2b-bacc-ecb2ef8927dc",
  "consumerID": "cds",
  "timestamp": 1650861586966,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-25T04:42:27.000Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of df95f742-973c-4e2b-bacc-ecb2ef8927dc
2022-04-25T04:42:27.000Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId df95f742-973c-4e2b-bacc-ecb2ef8927dc 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-04-25T04:42:27.009Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:42:27.010Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df95f742-973c-4e2b-bacc-ecb2ef8927dc",
  "consumerID": "aai-ml",
  "timestamp": 1650861581419,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:42:27.010Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:42:27.010Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:42:27.010Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df95f742-973c-4e2b-bacc-ecb2ef8927dc",
  "consumerID": "clamp",
  "timestamp": 1650861580372,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-04-25T04:42:27.011Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:42:27.011Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:42:27.011Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df95f742-973c-4e2b-bacc-ecb2ef8927dc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650861581040,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-04-25T04:42:27.011Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:42:27.011Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:42:27.012Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df95f742-973c-4e2b-bacc-ecb2ef8927dc",
  "consumerID": "aai-ml",
  "timestamp": 1650861581419,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-04-25T04:42:27.012Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:42:27.012Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:42:27.012Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df95f742-973c-4e2b-bacc-ecb2ef8927dc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650861589324,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-25T04:42:27.013Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T04:42:27.013Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:42:27.013Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df95f742-973c-4e2b-bacc-ecb2ef8927dc",
  "consumerID": "aai-ml",
  "timestamp": 1650861589806,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-25T04:42:27.013Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T04:42:27.013Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:42:27.014Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df95f742-973c-4e2b-bacc-ecb2ef8927dc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650861592453,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-25T04:42:27.014Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T04:42:27.014Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:42:27.014Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df95f742-973c-4e2b-bacc-ecb2ef8927dc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650861593459,
  "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-04-25T04:42:27.020Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of df95f742-973c-4e2b-bacc-ecb2ef8927dc
2022-04-25T04:42:27.020Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId df95f742-973c-4e2b-bacc-ecb2ef8927dc 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-04-25T04:42:27.028Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:42:27.028Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58d432fc-21eb-4c31-91ec-77c0c21ba09b",
  "consumerID": "cds",
  "timestamp": 1650861592774,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:42:27.028Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:42:27.029Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:42:27.029Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58d432fc-21eb-4c31-91ec-77c0c21ba09b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650861591090,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:42:27.029Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:42:27.029Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:42:27.029Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58d432fc-21eb-4c31-91ec-77c0c21ba09b",
  "consumerID": "dcae-sch",
  "timestamp": 1650861585975,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:42:27.030Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:42:27.030Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:42:27.030Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58d432fc-21eb-4c31-91ec-77c0c21ba09b",
  "consumerID": "policy-id",
  "timestamp": 1650861585997,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:42:27.030Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:42:27.030Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:42:27.031Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df95f742-973c-4e2b-bacc-ecb2ef8927dc",
  "consumerID": "clamp",
  "timestamp": 1650861595180,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-25T04:42:27.031Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T04:42:27.032Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:42:27.032Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58d432fc-21eb-4c31-91ec-77c0c21ba09b",
  "consumerID": "cds",
  "timestamp": 1650861592774,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:42:27.032Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:42:27.032Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:42:27.032Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58d432fc-21eb-4c31-91ec-77c0c21ba09b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650861591090,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-04-25T04:42:27.033Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:42:27.033Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:42:27.033Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58d432fc-21eb-4c31-91ec-77c0c21ba09b",
  "consumerID": "dcae-sch",
  "timestamp": 1650861585975,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:42:27.033Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:42:27.033Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:42:27.033Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58d432fc-21eb-4c31-91ec-77c0c21ba09b",
  "consumerID": "policy-id",
  "timestamp": 1650861585997,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:42:27.034Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:42:27.034Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:42:27.034Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58d432fc-21eb-4c31-91ec-77c0c21ba09b",
  "consumerID": "cds",
  "timestamp": 1650861592774,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:42:27.034Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:42:27.035Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:42:27.035Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58d432fc-21eb-4c31-91ec-77c0c21ba09b",
  "consumerID": "dcae-sch",
  "timestamp": 1650861585975,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:42:27.035Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:42:27.035Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:42:27.036Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58d432fc-21eb-4c31-91ec-77c0c21ba09b",
  "consumerID": "policy-id",
  "timestamp": 1650861585997,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:42:27.036Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:42:27.036Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:42:27.036Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58d432fc-21eb-4c31-91ec-77c0c21ba09b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650861591090,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-04-25T04:42:27.037Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:42:27.037Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:42:27.037Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df95f742-973c-4e2b-bacc-ecb2ef8927dc",
  "consumerID": "clamp",
  "timestamp": 1650861597191,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-25T04:42:27.038Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T04:42:27.038Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:42:27.038Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58d432fc-21eb-4c31-91ec-77c0c21ba09b",
  "consumerID": "cds",
  "timestamp": 1650861592774,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:42:27.038Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:42:27.038Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:42:27.039Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58d432fc-21eb-4c31-91ec-77c0c21ba09b",
  "consumerID": "dcae-sch",
  "timestamp": 1650861585975,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:42:27.039Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:42:27.039Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:42:27.039Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58d432fc-21eb-4c31-91ec-77c0c21ba09b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650861591090,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-04-25T04:42:27.040Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:42:27.040Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:42:27.040Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58d432fc-21eb-4c31-91ec-77c0c21ba09b",
  "consumerID": "policy-id",
  "timestamp": 1650861585997,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:42:27.041Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:42:27.041Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:42:27.041Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df95f742-973c-4e2b-bacc-ecb2ef8927dc",
  "consumerID": "clamp",
  "timestamp": 1650861598195,
  "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-04-25T04:42:27.046Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of df95f742-973c-4e2b-bacc-ecb2ef8927dc
2022-04-25T04:42:27.047Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId df95f742-973c-4e2b-bacc-ecb2ef8927dc 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-04-25T04:42:27.063Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:42:27.063Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58d432fc-21eb-4c31-91ec-77c0c21ba09b",
  "consumerID": "cds",
  "timestamp": 1650861592774,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:42:27.064Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:42:27.064Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:42:27.064Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58d432fc-21eb-4c31-91ec-77c0c21ba09b",
  "consumerID": "dcae-sch",
  "timestamp": 1650861585975,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:42:27.064Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:42:27.065Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:42:27.065Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58d432fc-21eb-4c31-91ec-77c0c21ba09b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650861591090,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-04-25T04:42:27.065Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:42:27.066Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:42:27.066Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58d432fc-21eb-4c31-91ec-77c0c21ba09b",
  "consumerID": "policy-id",
  "timestamp": 1650861585997,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-04-25T04:42:27.066Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:42:27.066Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:42:27.066Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58d432fc-21eb-4c31-91ec-77c0c21ba09b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650861598361,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:42:27.067Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:42:27.067Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:42:27.067Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58d432fc-21eb-4c31-91ec-77c0c21ba09b",
  "consumerID": "cds",
  "timestamp": 1650861592774,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:42:27.067Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:42:27.067Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:42:27.068Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58d432fc-21eb-4c31-91ec-77c0c21ba09b",
  "consumerID": "dcae-sch",
  "timestamp": 1650861585975,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:42:27.068Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:42:27.068Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:42:27.068Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58d432fc-21eb-4c31-91ec-77c0c21ba09b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650861591090,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:42:27.068Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:42:27.069Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:42:27.069Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58d432fc-21eb-4c31-91ec-77c0c21ba09b",
  "consumerID": "policy-id",
  "timestamp": 1650861585997,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:42:27.069Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:42:27.069Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:42:27.069Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58d432fc-21eb-4c31-91ec-77c0c21ba09b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650861598361,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:42:27.070Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:42:27.070Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:42:27.070Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58d432fc-21eb-4c31-91ec-77c0c21ba09b",
  "consumerID": "cds",
  "timestamp": 1650861592774,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:42:27.070Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:42:27.070Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:42:27.071Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58d432fc-21eb-4c31-91ec-77c0c21ba09b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650861591090,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-04-25T04:42:27.071Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:42:27.071Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:42:27.071Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58d432fc-21eb-4c31-91ec-77c0c21ba09b",
  "consumerID": "dcae-sch",
  "timestamp": 1650861585975,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:42:27.071Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:42:27.072Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:42:27.072Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58d432fc-21eb-4c31-91ec-77c0c21ba09b",
  "consumerID": "policy-id",
  "timestamp": 1650861585997,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:42:27.072Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:42:27.072Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:42:27.072Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58d432fc-21eb-4c31-91ec-77c0c21ba09b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650861598361,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:42:27.073Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:42:27.073Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:42:27.073Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58d432fc-21eb-4c31-91ec-77c0c21ba09b",
  "consumerID": "cds",
  "timestamp": 1650861592774,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:42:27.073Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:42:27.074Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:42:27.074Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58d432fc-21eb-4c31-91ec-77c0c21ba09b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650861591090,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:42:27.074Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:42:27.074Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:42:27.074Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58d432fc-21eb-4c31-91ec-77c0c21ba09b",
  "consumerID": "dcae-sch",
  "timestamp": 1650861585975,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:42:27.075Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:42:27.075Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:42:27.075Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58d432fc-21eb-4c31-91ec-77c0c21ba09b",
  "consumerID": "policy-id",
  "timestamp": 1650861585997,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:42:27.076Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:42:27.076Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:42:27.076Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58d432fc-21eb-4c31-91ec-77c0c21ba09b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650861598361,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:42:27.076Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:42:27.076Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:42:27.077Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58d432fc-21eb-4c31-91ec-77c0c21ba09b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650861591090,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-04-25T04:42:27.077Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:42:27.077Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:42:27.077Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df95f742-973c-4e2b-bacc-ecb2ef8927dc",
  "consumerID": "aai-ml",
  "timestamp": 1650861602727,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-25T04:42:27.077Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T04:42:27.077Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:42:27.078Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58d432fc-21eb-4c31-91ec-77c0c21ba09b",
  "consumerID": "dcae-sch",
  "timestamp": 1650861585975,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:42:27.078Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:42:27.078Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:42:27.078Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58d432fc-21eb-4c31-91ec-77c0c21ba09b",
  "consumerID": "policy-id",
  "timestamp": 1650861585997,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-04-25T04:42:27.078Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:42:27.078Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:42:27.078Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58d432fc-21eb-4c31-91ec-77c0c21ba09b",
  "consumerID": "cds",
  "timestamp": 1650861592774,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-04-25T04:42:27.079Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:42:27.079Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:42:27.079Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58d432fc-21eb-4c31-91ec-77c0c21ba09b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650861598361,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:42:27.079Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:42:27.079Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:42:27.079Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df95f742-973c-4e2b-bacc-ecb2ef8927dc",
  "consumerID": "aai-ml",
  "timestamp": 1650861603733,
  "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-04-25T04:42:27.085Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of df95f742-973c-4e2b-bacc-ecb2ef8927dc
2022-04-25T04:42:27.086Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId df95f742-973c-4e2b-bacc-ecb2ef8927dc 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-04-25T04:42:27.094Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:42:27.094Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58d432fc-21eb-4c31-91ec-77c0c21ba09b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650861604640,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-25T04:42:27.094Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T04:42:27.095Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:42:27.095Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58d432fc-21eb-4c31-91ec-77c0c21ba09b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650861598361,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:42:27.095Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:42:27.095Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:42:27.095Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58d432fc-21eb-4c31-91ec-77c0c21ba09b",
  "consumerID": "cds",
  "timestamp": 1650861604804,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-25T04:42:27.095Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T04:42:27.096Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:42:27.096Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58d432fc-21eb-4c31-91ec-77c0c21ba09b",
  "consumerID": "policy-id",
  "timestamp": 1650861604262,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-25T04:42:27.096Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T04:42:27.096Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:42:27.096Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58d432fc-21eb-4c31-91ec-77c0c21ba09b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650861598361,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:42:27.096Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:42:27.096Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:42:27.097Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58d432fc-21eb-4c31-91ec-77c0c21ba09b",
  "consumerID": "cds",
  "timestamp": 1650861605813,
  "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-04-25T04:42:27.109Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 58d432fc-21eb-4c31-91ec-77c0c21ba09b
2022-04-25T04:42:27.109Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 58d432fc-21eb-4c31-91ec-77c0c21ba09b 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-04-25T04:42:27.119Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:42:27.120Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58d432fc-21eb-4c31-91ec-77c0c21ba09b",
  "consumerID": "policy-id",
  "timestamp": 1650861605268,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-25T04:42:27.120Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T04:42:27.120Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:42:27.121Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58d432fc-21eb-4c31-91ec-77c0c21ba09b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650861606428,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-25T04:42:27.121Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T04:42:27.121Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:42:27.122Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58d432fc-21eb-4c31-91ec-77c0c21ba09b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650861598361,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:42:27.122Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:42:27.122Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:42:27.123Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58d432fc-21eb-4c31-91ec-77c0c21ba09b",
  "consumerID": "policy-id",
  "timestamp": 1650861606272,
  "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-04-25T04:42:27.128Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 58d432fc-21eb-4c31-91ec-77c0c21ba09b
2022-04-25T04:42:27.128Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 58d432fc-21eb-4c31-91ec-77c0c21ba09b 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-04-25T04:42:27.138Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:42:27.138Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58d432fc-21eb-4c31-91ec-77c0c21ba09b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650861598361,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:42:27.138Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:42:27.139Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:42:27.139Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58d432fc-21eb-4c31-91ec-77c0c21ba09b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650861608131,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-04-25T04:42:27.139Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T04:42:27.140Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:42:27.140Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58d432fc-21eb-4c31-91ec-77c0c21ba09b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650861609517,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-04-25T04:42:27.141Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T04:42:27.141Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:42:27.141Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58d432fc-21eb-4c31-91ec-77c0c21ba09b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650861610579,
  "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-04-25T04:42:27.150Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 58d432fc-21eb-4c31-91ec-77c0c21ba09b
2022-04-25T04:42:27.150Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 58d432fc-21eb-4c31-91ec-77c0c21ba09b 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-04-25T04:42:27.161Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:42:27.161Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58d432fc-21eb-4c31-91ec-77c0c21ba09b",
  "consumerID": "clamp",
  "timestamp": 1650861610372,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:42:27.162Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:42:27.162Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:42:27.162Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58d432fc-21eb-4c31-91ec-77c0c21ba09b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650861611583,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-25T04:42:27.163Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T04:42:27.163Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:42:27.163Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58d432fc-21eb-4c31-91ec-77c0c21ba09b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650861611040,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:42:27.163Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:42:27.163Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:42:27.164Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58d432fc-21eb-4c31-91ec-77c0c21ba09b",
  "consumerID": "aai-ml",
  "timestamp": 1650861611419,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:42:27.164Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:42:27.164Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:42:27.164Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58d432fc-21eb-4c31-91ec-77c0c21ba09b",
  "consumerID": "clamp",
  "timestamp": 1650861610372,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:42:27.165Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:42:27.165Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:42:27.165Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58d432fc-21eb-4c31-91ec-77c0c21ba09b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650861611040,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:42:27.165Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:42:27.165Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:42:27.165Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58d432fc-21eb-4c31-91ec-77c0c21ba09b",
  "consumerID": "aai-ml",
  "timestamp": 1650861611419,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:42:27.166Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:42:27.166Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:42:27.166Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58d432fc-21eb-4c31-91ec-77c0c21ba09b",
  "consumerID": "clamp",
  "timestamp": 1650861610372,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:42:27.166Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:42:27.167Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:42:27.167Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58d432fc-21eb-4c31-91ec-77c0c21ba09b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650861611040,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:42:27.167Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:42:27.167Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:42:27.168Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58d432fc-21eb-4c31-91ec-77c0c21ba09b",
  "consumerID": "aai-ml",
  "timestamp": 1650861611419,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:42:27.168Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:42:27.169Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:42:27.169Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58d432fc-21eb-4c31-91ec-77c0c21ba09b",
  "consumerID": "clamp",
  "timestamp": 1650861610372,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-04-25T04:42:27.169Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:42:27.169Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:42:27.170Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58d432fc-21eb-4c31-91ec-77c0c21ba09b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650861611040,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:42:27.170Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:42:27.170Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:42:27.170Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58d432fc-21eb-4c31-91ec-77c0c21ba09b",
  "consumerID": "aai-ml",
  "timestamp": 1650861611419,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:42:27.171Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:42:27.171Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:42:27.171Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58d432fc-21eb-4c31-91ec-77c0c21ba09b",
  "consumerID": "clamp",
  "timestamp": 1650861610372,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:42:27.172Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:42:27.172Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:42:27.172Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58d432fc-21eb-4c31-91ec-77c0c21ba09b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650861611040,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:42:27.173Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:42:27.173Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:42:27.173Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58d432fc-21eb-4c31-91ec-77c0c21ba09b",
  "consumerID": "aai-ml",
  "timestamp": 1650861611419,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:42:27.174Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:42:27.174Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:42:27.174Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58d432fc-21eb-4c31-91ec-77c0c21ba09b",
  "consumerID": "clamp",
  "timestamp": 1650861610372,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:42:27.174Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:42:27.175Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:42:27.175Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58d432fc-21eb-4c31-91ec-77c0c21ba09b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650861611040,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:42:27.175Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:42:27.175Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:42:27.176Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58d432fc-21eb-4c31-91ec-77c0c21ba09b",
  "consumerID": "aai-ml",
  "timestamp": 1650861611419,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:42:27.176Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:42:27.176Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:42:27.177Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58d432fc-21eb-4c31-91ec-77c0c21ba09b",
  "consumerID": "clamp",
  "timestamp": 1650861610372,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:42:27.177Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:42:27.177Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:42:27.178Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58d432fc-21eb-4c31-91ec-77c0c21ba09b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650861611040,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:42:27.178Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:42:27.178Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:42:27.178Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58d432fc-21eb-4c31-91ec-77c0c21ba09b",
  "consumerID": "aai-ml",
  "timestamp": 1650861611419,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:42:27.179Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:42:27.179Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:42:27.179Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58d432fc-21eb-4c31-91ec-77c0c21ba09b",
  "consumerID": "clamp",
  "timestamp": 1650861610372,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:42:27.180Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:42:27.180Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:42:27.180Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58d432fc-21eb-4c31-91ec-77c0c21ba09b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650861611040,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:42:27.181Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:42:27.181Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:42:27.181Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58d432fc-21eb-4c31-91ec-77c0c21ba09b",
  "consumerID": "aai-ml",
  "timestamp": 1650861611419,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:42:27.182Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:42:27.182Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:42:27.182Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58d432fc-21eb-4c31-91ec-77c0c21ba09b",
  "consumerID": "clamp",
  "timestamp": 1650861610372,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-04-25T04:42:27.182Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:42:27.183Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:42:27.183Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58d432fc-21eb-4c31-91ec-77c0c21ba09b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650861611040,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-04-25T04:42:27.183Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:42:27.184Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:42:27.184Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58d432fc-21eb-4c31-91ec-77c0c21ba09b",
  "consumerID": "aai-ml",
  "timestamp": 1650861611419,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-04-25T04:42:27.184Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:42:27.184Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:42:27.185Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "672f8727-9a72-4aa8-8c13-57f33eaafb76",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650861618361,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:42:27.185Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:42:27.185Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:42:27.186Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "672f8727-9a72-4aa8-8c13-57f33eaafb76",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650861612589,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:42:27.186Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:42:27.186Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:42:27.187Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58d432fc-21eb-4c31-91ec-77c0c21ba09b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650861621431,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-25T04:42:27.187Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T04:42:27.187Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:42:27.187Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "672f8727-9a72-4aa8-8c13-57f33eaafb76",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650861618361,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:42:27.188Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:42:27.188Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:42:27.188Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "672f8727-9a72-4aa8-8c13-57f33eaafb76",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650861612589,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-04-25T04:42:27.189Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:42:27.189Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:42:27.189Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58d432fc-21eb-4c31-91ec-77c0c21ba09b",
  "consumerID": "aai-ml",
  "timestamp": 1650861621596,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-25T04:42:27.190Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T04:42:27.190Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:42:27.190Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "672f8727-9a72-4aa8-8c13-57f33eaafb76",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650861618361,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:42:27.190Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:42:27.191Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:42:27.191Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "672f8727-9a72-4aa8-8c13-57f33eaafb76",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650861612589,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-04-25T04:42:27.191Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:42:27.191Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:42:27.192Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "672f8727-9a72-4aa8-8c13-57f33eaafb76",
  "consumerID": "cds",
  "timestamp": 1650861622774,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:42:27.192Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:42:27.192Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:42:27.193Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "672f8727-9a72-4aa8-8c13-57f33eaafb76",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650861618361,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:42:27.193Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:42:27.193Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:42:27.194Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "672f8727-9a72-4aa8-8c13-57f33eaafb76",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650861612589,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:42:27.194Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:42:27.194Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:42:27.195Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "672f8727-9a72-4aa8-8c13-57f33eaafb76",
  "consumerID": "cds",
  "timestamp": 1650861622774,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:42:27.195Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:42:27.195Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:42:27.195Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "672f8727-9a72-4aa8-8c13-57f33eaafb76",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650861618361,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:42:27.196Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:42:27.196Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:42:27.196Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "672f8727-9a72-4aa8-8c13-57f33eaafb76",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650861612589,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-04-25T04:42:27.197Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:42:27.197Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:42:27.197Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58d432fc-21eb-4c31-91ec-77c0c21ba09b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650861624926,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-25T04:42:27.198Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T04:42:27.198Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:42:27.198Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "672f8727-9a72-4aa8-8c13-57f33eaafb76",
  "consumerID": "cds",
  "timestamp": 1650861622774,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:42:27.199Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:42:27.199Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:42:27.199Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "672f8727-9a72-4aa8-8c13-57f33eaafb76",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650861618361,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:42:27.199Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:42:27.200Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:42:27.200Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "672f8727-9a72-4aa8-8c13-57f33eaafb76",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650861612589,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:42:27.200Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:42:27.200Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:42:27.201Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58d432fc-21eb-4c31-91ec-77c0c21ba09b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650861625943,
  "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-04-25T04:42:27.207Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 58d432fc-21eb-4c31-91ec-77c0c21ba09b
2022-04-25T04:42:27.207Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 58d432fc-21eb-4c31-91ec-77c0c21ba09b 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-04-25T04:42:27.217Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:42:27.217Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "672f8727-9a72-4aa8-8c13-57f33eaafb76",
  "consumerID": "cds",
  "timestamp": 1650861622774,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:42:27.218Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:42:27.218Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:42:27.218Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "672f8727-9a72-4aa8-8c13-57f33eaafb76",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650861618361,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:42:27.218Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:42:27.218Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:42:27.218Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "672f8727-9a72-4aa8-8c13-57f33eaafb76",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650861612589,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:42:27.218Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:42:27.218Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:42:27.218Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58d432fc-21eb-4c31-91ec-77c0c21ba09b",
  "consumerID": "clamp",
  "timestamp": 1650861626186,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-25T04:42:27.219Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T04:42:27.863Z|df95f742-973c-4e2b-bacc-ecb2ef8927dc|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "b831fbc8-a062-47ca-9a5c-1c890ac64326",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "54a957eb-a1a8-452d-8a01-4dd788210996",
    "vfModuleModelCustomizationUUID": "0b4458bb-93b0-424c-9790-536c5fc2fe80",
    "isBase": true,
    "artifacts": [
      "1a8978bc-f2a0-4a4f-abd0-04318d07a27b",
      "3ce4a4e0-49a6-4cab-846f-153291761a60"
    ],
    "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-04-25T04:42:27.868Z|df95f742-973c-4e2b-bacc-ecb2ef8927dc|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:54a957eb-a1a8-452d-8a01-4dd788210996
VfModuleModelInvariantUUID:b831fbc8-a062-47ca-9a5c-1c890ac64326
VfModuleModelDescription:NULL
Artifacts UUID List:{
1a8978bc-f2a0-4a4f-abd0-04318d07a27b
,
3ce4a4e0-49a6-4cab-846f-153291761a60

}
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-04-25T04:42:27.870Z|df95f742-973c-4e2b-bacc-ecb2ef8927dc|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "b831fbc8-a062-47ca-9a5c-1c890ac64326",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "54a957eb-a1a8-452d-8a01-4dd788210996",
    "vfModuleModelCustomizationUUID": "0b4458bb-93b0-424c-9790-536c5fc2fe80",
    "isBase": true,
    "artifacts": [
      "1a8978bc-f2a0-4a4f-abd0-04318d07a27b",
      "3ce4a4e0-49a6-4cab-846f-153291761a60"
    ],
    "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-04-25T04:42:27.870Z|df95f742-973c-4e2b-bacc-ecb2ef8927dc|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:54a957eb-a1a8-452d-8a01-4dd788210996
VfModuleModelInvariantUUID:b831fbc8-a062-47ca-9a5c-1c890ac64326
VfModuleModelDescription:NULL
Artifacts UUID List:{
1a8978bc-f2a0-4a4f-abd0-04318d07a27b
,
3ce4a4e0-49a6-4cab-846f-153291761a60

}
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-04-25T04:42:27.870Z|df95f742-973c-4e2b-bacc-ecb2ef8927dc|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 1a8978bc-f2a0-4a4f-abd0-04318d07a27b from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-04-25T04:42:27.870Z|df95f742-973c-4e2b-bacc-ecb2ef8927dc|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-04-25T04:42:27.870Z|df95f742-973c-4e2b-bacc-ecb2ef8927dc|pool-2-thread-5|||||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-04-25T04:42:28.292Z|df95f742-973c-4e2b-bacc-ecb2ef8927dc|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-04-25T04:42:28.292Z|df95f742-973c-4e2b-bacc-ecb2ef8927dc|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 1a8978bc-f2a0-4a4f-abd0-04318d07a27b 5033
2022-04-25T04:42:28.293Z|df95f742-973c-4e2b-bacc-ecb2ef8927dc|pool-2-thread-5|||||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-04-25T04:42:28.293Z|df95f742-973c-4e2b-bacc-ecb2ef8927dc|pool-2-thread-5|||||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-04-25T04:42:28.293Z|df95f742-973c-4e2b-bacc-ecb2ef8927dc|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-25T04:42:28.293Z|df95f742-973c-4e2b-bacc-ecb2ef8927dc|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-25T04:42:28.295Z|df95f742-973c-4e2b-bacc-ecb2ef8927dc|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-25T04:42:28.295Z|df95f742-973c-4e2b-bacc-ecb2ef8927dc|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "df95f742-973c-4e2b-bacc-ecb2ef8927dc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650861748293,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-25T04:42:28.395Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-25T04:42:28.396Z||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-04-25T04:42:28.396Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as p0pYBRqFNxTvYN2F) ...
2022-04-25T04:42:28.411Z||pool-76-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T04:42:28.411Z||pool-76-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-04-25T04:42:29.296Z|df95f742-973c-4e2b-bacc-ecb2ef8927dc|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 3ce4a4e0-49a6-4cab-846f-153291761a60 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-04-25T04:42:29.296Z|df95f742-973c-4e2b-bacc-ecb2ef8927dc|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-04-25T04:42:29.297Z|df95f742-973c-4e2b-bacc-ecb2ef8927dc|pool-2-thread-5|||||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-04-25T04:42:29.429Z|df95f742-973c-4e2b-bacc-ecb2ef8927dc|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-04-25T04:42:29.430Z|df95f742-973c-4e2b-bacc-ecb2ef8927dc|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 3ce4a4e0-49a6-4cab-846f-153291761a60 903
2022-04-25T04:42:29.430Z|df95f742-973c-4e2b-bacc-ecb2ef8927dc|pool-2-thread-5|||||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-04-25T04:42:29.430Z|df95f742-973c-4e2b-bacc-ecb2ef8927dc|pool-2-thread-5|||||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-04-25T04:42:29.430Z|df95f742-973c-4e2b-bacc-ecb2ef8927dc|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-25T04:42:29.430Z|df95f742-973c-4e2b-bacc-ecb2ef8927dc|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-25T04:42:29.432Z|df95f742-973c-4e2b-bacc-ecb2ef8927dc|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-25T04:42:29.432Z|df95f742-973c-4e2b-bacc-ecb2ef8927dc|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "df95f742-973c-4e2b-bacc-ecb2ef8927dc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650861749430,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-04-25T04:42:29.533Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-25T04:42:29.533Z||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-04-25T04:42:29.533Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as p0pYBRqFNxTvYN2F) ...
2022-04-25T04:42:29.549Z||pool-77-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T04:42:29.550Z||pool-77-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-04-25T04:42:30.433Z|df95f742-973c-4e2b-bacc-ecb2ef8927dc|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 0670d024-5fda-4972-a151-506aae1767f2
2022-04-25T04:42:30.434Z|df95f742-973c-4e2b-bacc-ecb2ef8927dc|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 3894cf9a-1508-4992-afd3-234f297ae530 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-04-25T04:42:30.467Z|df95f742-973c-4e2b-bacc-ecb2ef8927dc|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@d109b90, org.onap.sdc.toscaparser.api.parameters.Input@6475a07b, org.onap.sdc.toscaparser.api.parameters.Input@1b855d32, org.onap.sdc.toscaparser.api.parameters.Input@5a22fe62, org.onap.sdc.toscaparser.api.parameters.Input@536722ad]
2022-04-25T04:42:30.469Z|df95f742-973c-4e2b-bacc-ecb2ef8927dc|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-25T04:42:30.469Z|df95f742-973c-4e2b-bacc-ecb2ef8927dc|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-25T04:42:30.469Z|df95f742-973c-4e2b-bacc-ecb2ef8927dc|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic 
2022-04-25T04:42:30.469Z|df95f742-973c-4e2b-bacc-ecb2ef8927dc|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= 3d141ebf-8543-4dc3-b798-78ef40752626
2022-04-25T04:42:30.469Z|df95f742-973c-4e2b-bacc-ecb2ef8927dc|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 3d141ebf-8543-4dc3-b798-78ef40752626 matches Tosca VF Customization UUID: 3d141ebf-8543-4dc3-b798-78ef40752626
2022-04-25T04:42:30.470Z|df95f742-973c-4e2b-bacc-ecb2ef8927dc|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: 3d141ebf-8543-4dc3-b798-78ef40752626  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-04-25T04:42:30.472Z|df95f742-973c-4e2b-bacc-ecb2ef8927dc|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-25T04:42:30.473Z|df95f742-973c-4e2b-bacc-ecb2ef8927dc|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-25T04:42:30.473Z|df95f742-973c-4e2b-bacc-ecb2ef8927dc|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id 3d141ebf-8543-4dc3-b798-78ef40752626: {\"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-04-25T04:42:30.473Z|df95f742-973c-4e2b-bacc-ecb2ef8927dc|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@6699be8a
2022-04-25T04:42:30.473Z|df95f742-973c-4e2b-bacc-ecb2ef8927dc|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-25T04:42:30.474Z|df95f742-973c-4e2b-bacc-ecb2ef8927dc|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-25T04:42:30.474Z|df95f742-973c-4e2b-bacc-ecb2ef8927dc|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 0b4458bb-93b0-424c-9790-536c5fc2fe80
2022-04-25T04:42:30.474Z|df95f742-973c-4e2b-bacc-ecb2ef8927dc|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 0b4458bb-93b0-424c-9790-536c5fc2fe80
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-04-25T04:42:30.477Z|df95f742-973c-4e2b-bacc-ecb2ef8927dc|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-25T04:42:30.477Z|df95f742-973c-4e2b-bacc-ecb2ef8927dc|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-04-25T04:42:30.477Z|df95f742-973c-4e2b-bacc-ecb2ef8927dc|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-25T04:42:30.477Z|df95f742-973c-4e2b-bacc-ecb2ef8927dc|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-25T04:42:30.477Z|df95f742-973c-4e2b-bacc-ecb2ef8927dc|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-04-25T04:42:30.478Z|df95f742-973c-4e2b-bacc-ecb2ef8927dc|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-25T04:42:30.478Z|df95f742-973c-4e2b-bacc-ecb2ef8927dc|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-25T04:42:30.478Z|df95f742-973c-4e2b-bacc-ecb2ef8927dc|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-04-25T04:42:30.478Z|df95f742-973c-4e2b-bacc-ecb2ef8927dc|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-04-25T04:42:30.478Z|df95f742-973c-4e2b-bacc-ecb2ef8927dc|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-04-25T04:42:30.478Z|df95f742-973c-4e2b-bacc-ecb2ef8927dc|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=e2f09d87-4e62-4251-928b-f4673dbc9ae8
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-04-25T04:42:30.481Z|df95f742-973c-4e2b-bacc-ecb2ef8927dc|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-25T04:42:30.481Z|df95f742-973c-4e2b-bacc-ecb2ef8927dc|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-04-25T04:42:30.481Z|df95f742-973c-4e2b-bacc-ecb2ef8927dc|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-25T04:42:30.481Z|df95f742-973c-4e2b-bacc-ecb2ef8927dc|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-25T04:42:30.482Z|df95f742-973c-4e2b-bacc-ecb2ef8927dc|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-04-25T04:42:30.482Z|df95f742-973c-4e2b-bacc-ecb2ef8927dc|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=3d141ebf-8543-4dc3-b798-78ef40752626
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-04-25T04:42:30.484Z|df95f742-973c-4e2b-bacc-ecb2ef8927dc|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-25T04:42:30.485Z|df95f742-973c-4e2b-bacc-ecb2ef8927dc|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-25T04:42:30.485Z|df95f742-973c-4e2b-bacc-ecb2ef8927dc|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid 0670d024-5fda-4972-a151-506aae1767f2: basic_vm
2022-04-25T04:42:30.485Z|df95f742-973c-4e2b-bacc-ecb2ef8927dc|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-25T04:42:30.485Z|df95f742-973c-4e2b-bacc-ecb2ef8927dc|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-25T04:42:30.485Z|df95f742-973c-4e2b-bacc-ecb2ef8927dc|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-25T04:42:30.486Z|df95f742-973c-4e2b-bacc-ecb2ef8927dc|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-25T04:42:30.486Z|df95f742-973c-4e2b-bacc-ecb2ef8927dc|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-25T04:42:30.486Z|df95f742-973c-4e2b-bacc-ecb2ef8927dc|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-25T04:42:30.486Z|df95f742-973c-4e2b-bacc-ecb2ef8927dc|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-25T04:42:30.486Z|df95f742-973c-4e2b-bacc-ecb2ef8927dc|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-25T04:42:30.486Z|df95f742-973c-4e2b-bacc-ecb2ef8927dc|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-25T04:42:30.486Z|df95f742-973c-4e2b-bacc-ecb2ef8927dc|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-25T04:42:30.487Z|df95f742-973c-4e2b-bacc-ecb2ef8927dc|pool-2-thread-5|||||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-04-25T04:42:30.582Z|df95f742-973c-4e2b-bacc-ecb2ef8927dc|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm 3894cf9a-1508-4992-afd3-234f297ae530 1 ASDC deployResourceStructure
2022-04-25T04:42:30.582Z|df95f742-973c-4e2b-bacc-ecb2ef8927dc|pool-2-thread-5|||||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-04-25T04:42:30.583Z|df95f742-973c-4e2b-bacc-ecb2ef8927dc|pool-2-thread-5|||||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-04-25T04:42:30.583Z|df95f742-973c-4e2b-bacc-ecb2ef8927dc|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-25T04:42:30.583Z|df95f742-973c-4e2b-bacc-ecb2ef8927dc|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-25T04:42:30.585Z|df95f742-973c-4e2b-bacc-ecb2ef8927dc|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-25T04:42:30.585Z|df95f742-973c-4e2b-bacc-ecb2ef8927dc|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "df95f742-973c-4e2b-bacc-ecb2ef8927dc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650861750582,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-25T04:42:30.685Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-25T04:42:30.686Z||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-04-25T04:42:30.687Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as p0pYBRqFNxTvYN2F) ...
2022-04-25T04:42:30.705Z||pool-78-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T04:42:30.706Z||pool-78-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-04-25T04:42:31.587Z|df95f742-973c-4e2b-bacc-ecb2ef8927dc|pool-2-thread-5|||||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-04-25T04:42:31.587Z|df95f742-973c-4e2b-bacc-ecb2ef8927dc|pool-2-thread-5|||||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-04-25T04:42:31.587Z|df95f742-973c-4e2b-bacc-ecb2ef8927dc|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-25T04:42:31.587Z|df95f742-973c-4e2b-bacc-ecb2ef8927dc|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-25T04:42:31.589Z|df95f742-973c-4e2b-bacc-ecb2ef8927dc|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-25T04:42:31.590Z|df95f742-973c-4e2b-bacc-ecb2ef8927dc|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "df95f742-973c-4e2b-bacc-ecb2ef8927dc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650861751586,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-04-25T04:42:31.690Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-25T04:42:31.692Z||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-04-25T04:42:31.692Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as p0pYBRqFNxTvYN2F) ...
2022-04-25T04:42:31.714Z||pool-79-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T04:42:31.715Z||pool-79-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-04-25T04:42:32.591Z|df95f742-973c-4e2b-bacc-ecb2ef8927dc|pool-2-thread-5|||||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-04-25T04:42:32.591Z|df95f742-973c-4e2b-bacc-ecb2ef8927dc|pool-2-thread-5|||||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-04-25T04:42:32.591Z|df95f742-973c-4e2b-bacc-ecb2ef8927dc|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-25T04:42:32.592Z|df95f742-973c-4e2b-bacc-ecb2ef8927dc|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-25T04:42:32.594Z|df95f742-973c-4e2b-bacc-ecb2ef8927dc|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-25T04:42:32.594Z|df95f742-973c-4e2b-bacc-ecb2ef8927dc|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "df95f742-973c-4e2b-bacc-ecb2ef8927dc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650861752591,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-04-25T04:42:32.695Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-25T04:42:32.696Z||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-04-25T04:42:32.696Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as p0pYBRqFNxTvYN2F) ...
2022-04-25T04:42:32.737Z||pool-80-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T04:42:32.738Z||pool-80-thread-1|||||INFO|500||cambria reply ok (43 ms):{"serverTimeMs":0,"count":1}
2022-04-25T04:42:33.595Z|df95f742-973c-4e2b-bacc-ecb2ef8927dc|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2022-04-25T04:42:33.596Z|df95f742-973c-4e2b-bacc-ecb2ef8927dc|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-04-25T04:42:33.596Z|df95f742-973c-4e2b-bacc-ecb2ef8927dc|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-25T04:42:33.596Z|df95f742-973c-4e2b-bacc-ecb2ef8927dc|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-25T04:42:33.599Z|df95f742-973c-4e2b-bacc-ecb2ef8927dc|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-25T04:42:33.599Z|df95f742-973c-4e2b-bacc-ecb2ef8927dc|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "df95f742-973c-4e2b-bacc-ecb2ef8927dc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650861753595,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-25T04:42:33.699Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-25T04:42:33.700Z||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-04-25T04:42:33.701Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as p0pYBRqFNxTvYN2F) ...
2022-04-25T04:42:33.725Z||pool-81-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T04:42:33.726Z||pool-81-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-04-25T04:42:34.600Z|df95f742-973c-4e2b-bacc-ecb2ef8927dc|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: df95f742-973c-4e2b-bacc-ecb2ef8927dc
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-25T04:42:34.610Z|df95f742-973c-4e2b-bacc-ecb2ef8927dc|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: df95f742-973c-4e2b-bacc-ecb2ef8927dc
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-04-25T04:42:34.612Z|df95f742-973c-4e2b-bacc-ecb2ef8927dc|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-25T04:42:34.612Z|df95f742-973c-4e2b-bacc-ecb2ef8927dc|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-25T04:42:34.613Z|df95f742-973c-4e2b-bacc-ecb2ef8927dc|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-04-25T04:42:34.613Z|df95f742-973c-4e2b-bacc-ecb2ef8927dc|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-04-25T04:42:34.613Z|df95f742-973c-4e2b-bacc-ecb2ef8927dc|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-25T04:42:34.613Z|df95f742-973c-4e2b-bacc-ecb2ef8927dc|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-25T04:42:34.613Z|df95f742-973c-4e2b-bacc-ecb2ef8927dc|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-25T04:42:34.613Z|df95f742-973c-4e2b-bacc-ecb2ef8927dc|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-25T04:42:34.613Z|df95f742-973c-4e2b-bacc-ecb2ef8927dc|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-25T04:42:34.614Z|df95f742-973c-4e2b-bacc-ecb2ef8927dc|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-25T04:42:34.614Z|df95f742-973c-4e2b-bacc-ecb2ef8927dc|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-25T04:42:34.619Z|df95f742-973c-4e2b-bacc-ecb2ef8927dc|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-04-25T04:43:04.619Z|df95f742-973c-4e2b-bacc-ecb2ef8927dc|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: df95f742-973c-4e2b-bacc-ecb2ef8927dc 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-04-25T04:43:04.627Z|df95f742-973c-4e2b-bacc-ecb2ef8927dc|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: df95f742-973c-4e2b-bacc-ecb2ef8927dc and serviceModelVersionId: 0670d024-5fda-4972-a151-506aae1767f2
2022-04-25T04:43:04.627Z|df95f742-973c-4e2b-bacc-ecb2ef8927dc|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : bf404426-f44b-4283-95fb-b2191be8bc27
2022-04-25T04:43:04.628Z|df95f742-973c-4e2b-bacc-ecb2ef8927dc|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/bf404426-f44b-4283-95fb-b2191be8bc27/model-vers/model-ver/0670d024-5fda-4972-a151-506aae1767f2?depth=0
2022-04-25T04:43:04.635Z|df95f742-973c-4e2b-bacc-ecb2ef8927dc|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2022-04-25T04:43:04.740Z|df95f742-973c-4e2b-bacc-ecb2ef8927dc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bf404426-f44b-4283-95fb-b2191be8bc27/model-vers/model-ver/0670d024-5fda-4972-a151-506aae1767f2?depth=0|INFO|500||Invoke
2022-04-25T04:43:04.741Z|df95f742-973c-4e2b-bacc-ecb2ef8927dc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bf404426-f44b-4283-95fb-b2191be8bc27/model-vers/model-ver/0670d024-5fda-4972-a151-506aae1767f2?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bf404426-f44b-4283-95fb-b2191be8bc27/model-vers/model-ver/0670d024-5fda-4972-a151-506aae1767f2?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[df95f742-973c-4e2b-bacc-ecb2ef8927dc], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[2aa7c7ce-a450-4098-b9ce-3abb954fd5f7], X-ECOMP-RequestID=[df95f742-973c-4e2b-bacc-ecb2ef8927dc], X-TransactionId=[], X-ONAP-RequestID=[df95f742-973c-4e2b-bacc-ecb2ef8927dc], Content-Type=[application/merge-patch+json]}
2022-04-25T04:43:04.766Z|df95f742-973c-4e2b-bacc-ecb2ef8927dc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bf404426-f44b-4283-95fb-b2191be8bc27/model-vers/model-ver/0670d024-5fda-4972-a151-506aae1767f2?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-04-25T04:43:05.309Z|df95f742-973c-4e2b-bacc-ecb2ef8927dc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bf404426-f44b-4283-95fb-b2191be8bc27/model-vers/model-ver/0670d024-5fda-4972-a151-506aae1767f2?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/bf404426-f44b-4283-95fb-b2191be8bc27/model-vers/model-ver/0670d024-5fda-4972-a151-506aae1767f2?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220425-04:43:04:231-34906], vertex-id=[426128], Content-Length=[0], Date=[Mon, 25 Apr 2022 04:43:04 GMT], Content-Type=[application/json]}
2022-04-25T04:43:05.310Z|df95f742-973c-4e2b-bacc-ecb2ef8927dc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bf404426-f44b-4283-95fb-b2191be8bc27/model-vers/model-ver/0670d024-5fda-4972-a151-506aae1767f2?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-04-25T04:43:05.311Z|df95f742-973c-4e2b-bacc-ecb2ef8927dc|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bf404426-f44b-4283-95fb-b2191be8bc27/model-vers/model-ver/0670d024-5fda-4972-a151-506aae1767f2?depth=0|INFO|500||InvokeReturn
2022-04-25T04:43:05.312Z|df95f742-973c-4e2b-bacc-ecb2ef8927dc|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-04-25T04:43:05.312Z|df95f742-973c-4e2b-bacc-ecb2ef8927dc|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-25T04:43:07.346Z|df95f742-973c-4e2b-bacc-ecb2ef8927dc|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-04-25T04:43:07.347Z|df95f742-973c-4e2b-bacc-ecb2ef8927dc|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID df95f742-973c-4e2b-bacc-ecb2ef8927dc and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-04-25T04:43:07.348Z|df95f742-973c-4e2b-bacc-ecb2ef8927dc|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-04-25T04:43:07.349Z|df95f742-973c-4e2b-bacc-ecb2ef8927dc|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-25T04:43:07.351Z|df95f742-973c-4e2b-bacc-ecb2ef8927dc|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-25T04:43:07.352Z|df95f742-973c-4e2b-bacc-ecb2ef8927dc|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "df95f742-973c-4e2b-bacc-ecb2ef8927dc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650861787348,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-04-25T04:43:07.452Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-25T04:43:07.453Z||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-04-25T04:43:07.453Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as p0pYBRqFNxTvYN2F) ...
2022-04-25T04:43:07.599Z||pool-82-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T04:43:07.600Z||pool-82-thread-1|||||INFO|500||cambria reply ok (148 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-04-25T04:43:08.366Z|df95f742-973c-4e2b-bacc-ecb2ef8927dc|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-25T04:43:08.366Z|df95f742-973c-4e2b-bacc-ecb2ef8927dc|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"58d432fc-21eb-4c31-91ec-77c0c21ba09b","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"d7751a25-1dce-40c4-8fb7-a0620c0d2b0a","serviceDescription":"service","serviceInvariantUUID":"5111b47c-a562-410d-b5a4-5ca8aa614cc4","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"c1f30e0e-82d5-4981-89ec-1664bcdf3e1e","resourceInvariantUUID":"adbf2942-df35-452e-860b-645a93aad68b","resourceCustomizationUUID":"a22122a1-f0f7-4b30-addc-4a35f59586d9","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":"MjI5ZmZjOTJjODNiMjE0ZDgwZDIwYTlmZGMxODI5ZGU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"63eb4997-89c1-4766-a3bc-cbf851eb94fb","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":"fc8de53d-29b6-45a1-b932-6b18cc518fdb","artifactVersion":"2","generatedFromUUID":"0d083bc0-6a8f-49c5-bc24-2c1aa7272f6b"},{"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":"0d083bc0-6a8f-49c5-bc24-2c1aa7272f6b","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":"ODdmYWI1OWFkMzhiYmE3NTUwNjY5ODI4NjJlZmNkMTg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"f4037c1d-94cd-4b50-b9ea-ea4e5bbc682a","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":"76ef4e8f-69da-4335-8726-bad493a93c25","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":"550f3bef-34e1-4799-a120-4ac0e291b110","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":"ea3354d5-5fd5-4212-91c3-f86ac9836a71","artifactVersion":"2","generatedFromUUID":"76ef4e8f-69da-4335-8726-bad493a93c25"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"NDE2YTFhMDkwMzg5NGQyZjMzM2FlNDVlYmE4MDAxYjA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"25ddf33a-7448-4d31-9eea-82386233b284","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"MWFmNThlZGJlMjg0MTY3MTJhNDU2NjNiOTQ5MTg0YjA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"1e866aae-1257-4090-9154-78cb2ad1720d","artifactVersion":"1"}],"workloadContext":"Production"}
2022-04-25T04:43:08.367Z|df95f742-973c-4e2b-bacc-ecb2ef8927dc|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-25T04:43:08.367Z|df95f742-973c-4e2b-bacc-ecb2ef8927dc|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-25T04:43:08.369Z|df95f742-973c-4e2b-bacc-ecb2ef8927dc|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-25T04:43:08.369Z|df95f742-973c-4e2b-bacc-ecb2ef8927dc|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "58d432fc-21eb-4c31-91ec-77c0c21ba09b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650861731606,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:43:08.470Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-25T04:43:08.471Z||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-04-25T04:43:08.471Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as p0pYBRqFNxTvYN2F) ...
2022-04-25T04:43:08.520Z||pool-83-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T04:43:08.521Z||pool-83-thread-1|||||INFO|500||cambria reply ok (51 ms):{"serverTimeMs":0,"count":1}
2022-04-25T04:43:09.370Z|df95f742-973c-4e2b-bacc-ecb2ef8927dc|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-25T04:43:09.372Z|df95f742-973c-4e2b-bacc-ecb2ef8927dc|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-25T04:43:09.375Z|df95f742-973c-4e2b-bacc-ecb2ef8927dc|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-25T04:43:09.375Z|df95f742-973c-4e2b-bacc-ecb2ef8927dc|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "58d432fc-21eb-4c31-91ec-77c0c21ba09b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650861731606,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-04-25T04:43:09.476Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-25T04:43:09.477Z||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-04-25T04:43:09.477Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as p0pYBRqFNxTvYN2F) ...
2022-04-25T04:43:09.518Z||pool-84-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T04:43:09.519Z||pool-84-thread-1|||||INFO|500||cambria reply ok (43 ms):{"serverTimeMs":0,"count":1}
2022-04-25T04:43:10.376Z|df95f742-973c-4e2b-bacc-ecb2ef8927dc|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-25T04:43:10.377Z|df95f742-973c-4e2b-bacc-ecb2ef8927dc|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-25T04:43:10.380Z|df95f742-973c-4e2b-bacc-ecb2ef8927dc|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-25T04:43:10.380Z|df95f742-973c-4e2b-bacc-ecb2ef8927dc|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "58d432fc-21eb-4c31-91ec-77c0c21ba09b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650861731606,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-04-25T04:43:10.480Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-25T04:43:10.481Z||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-04-25T04:43:10.481Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as p0pYBRqFNxTvYN2F) ...
2022-04-25T04:43:10.511Z||pool-85-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T04:43:10.512Z||pool-85-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":1,"count":1}
2022-04-25T04:43:11.381Z|df95f742-973c-4e2b-bacc-ecb2ef8927dc|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-25T04:43:11.382Z|df95f742-973c-4e2b-bacc-ecb2ef8927dc|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-25T04:43:11.385Z|df95f742-973c-4e2b-bacc-ecb2ef8927dc|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-25T04:43:11.385Z|df95f742-973c-4e2b-bacc-ecb2ef8927dc|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "58d432fc-21eb-4c31-91ec-77c0c21ba09b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650861731606,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-04-25T04:43:11.485Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-25T04:43:11.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-04-25T04:43:11.486Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as p0pYBRqFNxTvYN2F) ...
2022-04-25T04:43:11.517Z||pool-86-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T04:43:11.517Z||pool-86-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1}
2022-04-25T04:43:12.386Z|df95f742-973c-4e2b-bacc-ecb2ef8927dc|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-25T04:43:12.387Z|df95f742-973c-4e2b-bacc-ecb2ef8927dc|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-25T04:43:12.391Z|df95f742-973c-4e2b-bacc-ecb2ef8927dc|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-25T04:43:12.391Z|df95f742-973c-4e2b-bacc-ecb2ef8927dc|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "58d432fc-21eb-4c31-91ec-77c0c21ba09b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650861731606,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-04-25T04:43:12.491Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-25T04:43:12.493Z||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-04-25T04:43:12.493Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as p0pYBRqFNxTvYN2F) ...
2022-04-25T04:43:12.523Z||pool-87-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T04:43:12.524Z||pool-87-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":1,"count":1}
2022-04-25T04:43:13.392Z|df95f742-973c-4e2b-bacc-ecb2ef8927dc|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-25T04:43:13.393Z|df95f742-973c-4e2b-bacc-ecb2ef8927dc|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-25T04:43:13.395Z|df95f742-973c-4e2b-bacc-ecb2ef8927dc|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-25T04:43:13.395Z|df95f742-973c-4e2b-bacc-ecb2ef8927dc|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "58d432fc-21eb-4c31-91ec-77c0c21ba09b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650861731606,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:43:13.495Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-25T04:43:13.496Z||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-04-25T04:43:13.497Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as p0pYBRqFNxTvYN2F) ...
2022-04-25T04:43:13.515Z||pool-88-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T04:43:13.515Z||pool-88-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-04-25T04:43:14.396Z|df95f742-973c-4e2b-bacc-ecb2ef8927dc|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-25T04:43:14.397Z|df95f742-973c-4e2b-bacc-ecb2ef8927dc|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-25T04:43:14.399Z|df95f742-973c-4e2b-bacc-ecb2ef8927dc|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-25T04:43:14.399Z|df95f742-973c-4e2b-bacc-ecb2ef8927dc|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "58d432fc-21eb-4c31-91ec-77c0c21ba09b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650861731606,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-04-25T04:43:14.499Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-25T04:43:14.502Z||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-04-25T04:43:14.502Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as p0pYBRqFNxTvYN2F) ...
2022-04-25T04:43:14.560Z||pool-89-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T04:43:14.560Z||pool-89-thread-1|||||INFO|500||cambria reply ok (59 ms):{"serverTimeMs":0,"count":1}
2022-04-25T04:43:15.400Z|df95f742-973c-4e2b-bacc-ecb2ef8927dc|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-25T04:43:15.406Z|df95f742-973c-4e2b-bacc-ecb2ef8927dc|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-25T04:43:15.412Z|df95f742-973c-4e2b-bacc-ecb2ef8927dc|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-25T04:43:15.413Z|df95f742-973c-4e2b-bacc-ecb2ef8927dc|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "58d432fc-21eb-4c31-91ec-77c0c21ba09b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650861731606,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:43:15.513Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-25T04:43:15.514Z||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-04-25T04:43:15.514Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as p0pYBRqFNxTvYN2F) ...
2022-04-25T04:43:15.630Z||pool-90-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T04:43:15.631Z||pool-90-thread-1|||||INFO|500||cambria reply ok (118 ms):{"serverTimeMs":4,"count":1}
2022-04-25T04:43:16.413Z|df95f742-973c-4e2b-bacc-ecb2ef8927dc|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-25T04:43:16.414Z|df95f742-973c-4e2b-bacc-ecb2ef8927dc|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-25T04:43:16.417Z|df95f742-973c-4e2b-bacc-ecb2ef8927dc|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-25T04:43:16.417Z|df95f742-973c-4e2b-bacc-ecb2ef8927dc|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "58d432fc-21eb-4c31-91ec-77c0c21ba09b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650861731606,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-04-25T04:43:16.517Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-25T04:43:16.518Z||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-04-25T04:43:16.518Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as p0pYBRqFNxTvYN2F) ...
2022-04-25T04:43:16.642Z||pool-91-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T04:43:16.643Z||pool-91-thread-1|||||INFO|500||cambria reply ok (125 ms):{"serverTimeMs":1,"count":1}
2022-04-25T04:43:17.418Z|df95f742-973c-4e2b-bacc-ecb2ef8927dc|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "58d432fc-21eb-4c31-91ec-77c0c21ba09b",
  "serviceName": "basic_cnf",
  "serviceVersion": "1.0",
  "serviceUUID": "d7751a25-1dce-40c4-8fb7-a0620c0d2b0a",
  "serviceDescription": "service",
  "serviceInvariantUUID": "5111b47c-a562-410d-b5a4-5ca8aa614cc4",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf 0",
      "resourceCustomizationUUID": "a22122a1-f0f7-4b30-addc-4a35f59586d9",
      "resourceName": "basic_cnf",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "c1f30e0e-82d5-4981-89ec-1664bcdf3e1e",
      "resourceInvariantUUID": "adbf2942-df35-452e-860b-645a93aad68b",
      "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": "fc8de53d-29b6-45a1-b932-6b18cc518fdb",
          "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": "0d083bc0-6a8f-49c5-bc24-2c1aa7272f6b",
          "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": "ODdmYWI1OWFkMzhiYmE3NTUwNjY5ODI4NjJlZmNkMTg\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "f4037c1d-94cd-4b50-b9ea-ea4e5bbc682a",
          "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": "76ef4e8f-69da-4335-8726-bad493a93c25",
          "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": "ea3354d5-5fd5-4212-91c3-f86ac9836a71",
            "generatedFromUUID": "76ef4e8f-69da-4335-8726-bad493a93c25"
          },
          "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": "ea3354d5-5fd5-4212-91c3-f86ac9836a71",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnf-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
      "artifactChecksum": "MWFmNThlZGJlMjg0MTY3MTJhNDU2NjNiOTQ5MTg0YjA\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "1e866aae-1257-4090-9154-78cb2ad1720d"
    }
  ],
  "workloadContext": "Production"
}
2022-04-25T04:43:17.419Z|df95f742-973c-4e2b-bacc-ecb2ef8927dc|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-04-25T04:43:17.419Z|df95f742-973c-4e2b-bacc-ecb2ef8927dc|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 d7751a25-1dce-40c4-8fb7-a0620c0d2b0a ASDC
2022-04-25T04:43:17.420Z|58d432fc-21eb-4c31-91ec-77c0c21ba09b|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:58d432fc-21eb-4c31-91ec-77c0c21ba09b
ServiceName:basic_cnf
ServiceVersion:1.0
ServiceUUID:d7751a25-1dce-40c4-8fb7-a0620c0d2b0a
ServiceInvariantUUID:5111b47c-a562-410d-b5a4-5ca8aa614cc4
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:1e866aae-1257-4090-9154-78cb2ad1720d
ArtifactChecksum:MWFmNThlZGJlMjg0MTY3MTJhNDU2NjNiOTQ5MTg0YjA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf 0
ResourceCustomizationUUID:a22122a1-f0f7-4b30-addc-4a35f59586d9
ResourceInvariantUUID:adbf2942-df35-452e-860b-645a93aad68b
ResourceName:basic_cnf
ResourceType:VF
ResourceUUID:c1f30e0e-82d5-4981-89ec-1664bcdf3e1e
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:fc8de53d-29b6-45a1-b932-6b18cc518fdb
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:0d083bc0-6a8f-49c5-bc24-2c1aa7272f6b
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:f4037c1d-94cd-4b50-b9ea-ea4e5bbc682a
ArtifactChecksum:ODdmYWI1OWFkMzhiYmE3NTUwNjY5ODI4NjJlZmNkMTg=
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:76ef4e8f-69da-4335-8726-bad493a93c25
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:ea3354d5-5fd5-4212-91c3-f86ac9836a71
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:ea3354d5-5fd5-4212-91c3-f86ac9836a71
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-04-25T04:43:17.420Z|58d432fc-21eb-4c31-91ec-77c0c21ba09b|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF d7751a25-1dce-40c4-8fb7-a0620c0d2b0a 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-04-25T04:43:17.456Z|58d432fc-21eb-4c31-91ec-77c0c21ba09b|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-25T04:43:17.469Z|58d432fc-21eb-4c31-91ec-77c0c21ba09b|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-04-25T04:43:17.470Z|58d432fc-21eb-4c31-91ec-77c0c21ba09b|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-04-25T04:43:17.470Z|58d432fc-21eb-4c31-91ec-77c0c21ba09b|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 1e866aae-1257-4090-9154-78cb2ad1720d from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-04-25T04:43:17.470Z|58d432fc-21eb-4c31-91ec-77c0c21ba09b|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-04-25T04:43:17.472Z|58d432fc-21eb-4c31-91ec-77c0c21ba09b|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-04-25T04:43:18.565Z|58d432fc-21eb-4c31-91ec-77c0c21ba09b|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-04-25T04:43:18.570Z|58d432fc-21eb-4c31-91ec-77c0c21ba09b|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 1e866aae-1257-4090-9154-78cb2ad1720d 68933
2022-04-25T04:43:18.570Z|58d432fc-21eb-4c31-91ec-77c0c21ba09b|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2022-04-25T04:43:18.570Z|58d432fc-21eb-4c31-91ec-77c0c21ba09b|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-04-25T04:43:18.570Z|58d432fc-21eb-4c31-91ec-77c0c21ba09b|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-25T04:43:18.571Z|58d432fc-21eb-4c31-91ec-77c0c21ba09b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-25T04:43:18.573Z|58d432fc-21eb-4c31-91ec-77c0c21ba09b|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-25T04:43:18.573Z|58d432fc-21eb-4c31-91ec-77c0c21ba09b|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "58d432fc-21eb-4c31-91ec-77c0c21ba09b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650861798570,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-25T04:43:18.673Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-25T04:43:18.674Z||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-04-25T04:43:18.674Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as p0pYBRqFNxTvYN2F) ...
2022-04-25T04:43:18.693Z||pool-92-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T04:43:18.694Z||pool-92-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2022-04-25T04:43:19.574Z|58d432fc-21eb-4c31-91ec-77c0c21ba09b|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-25T04:43:19.575Z|58d432fc-21eb-4c31-91ec-77c0c21ba09b|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-04-25T04:43:19.575Z|58d432fc-21eb-4c31-91ec-77c0c21ba09b|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 1e866aae-1257-4090-9154-78cb2ad1720d, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar
2022-04-25T04:43:19.575Z|58d432fc-21eb-4c31-91ec-77c0c21ba09b|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar
2022-04-25T04:43:19.576Z|58d432fc-21eb-4c31-91ec-77c0c21ba09b|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar
2022-04-25T04:43:19.576Z|58d432fc-21eb-4c31-91ec-77c0c21ba09b|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar
2022-04-25T04:43:19.681Z|58d432fc-21eb-4c31-91ec-77c0c21ba09b|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11147482546992215233/Definitions/service-BasicCnf-template.yml
2022-04-25T04:43:20.904Z|58d432fc-21eb-4c31-91ec-77c0c21ba09b|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2022-04-25T04:43:20.904Z|58d432fc-21eb-4c31-91ec-77c0c21ba09b|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-04-25T04:43:20.905Z|58d432fc-21eb-4c31-91ec-77c0c21ba09b|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-04-25T04:43:20.905Z|58d432fc-21eb-4c31-91ec-77c0c21ba09b|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2022-04-25T04:43:20.905Z|58d432fc-21eb-4c31-91ec-77c0c21ba09b|pool-2-thread-5|||||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-04-25T04:43:20.905Z|58d432fc-21eb-4c31-91ec-77c0c21ba09b|pool-2-thread-5|||||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-04-25T04:43:20.905Z|58d432fc-21eb-4c31-91ec-77c0c21ba09b|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-04-25T04:43:20.905Z|58d432fc-21eb-4c31-91ec-77c0c21ba09b|pool-2-thread-5|||||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-04-25T04:43:20.905Z|58d432fc-21eb-4c31-91ec-77c0c21ba09b|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-04-25T04:43:20.905Z|58d432fc-21eb-4c31-91ec-77c0c21ba09b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-25T04:43:20.905Z|58d432fc-21eb-4c31-91ec-77c0c21ba09b|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-25T04:43:20.906Z|58d432fc-21eb-4c31-91ec-77c0c21ba09b|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-04-25T04:43:20.906Z|58d432fc-21eb-4c31-91ec-77c0c21ba09b|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-04-25T04:43:20.906Z|58d432fc-21eb-4c31-91ec-77c0c21ba09b|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-25T04:43:20.907Z|58d432fc-21eb-4c31-91ec-77c0c21ba09b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-25T04:43:20.907Z|58d432fc-21eb-4c31-91ec-77c0c21ba09b|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-25T04:43:20.907Z|58d432fc-21eb-4c31-91ec-77c0c21ba09b|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-04-25T04:43:20.907Z|58d432fc-21eb-4c31-91ec-77c0c21ba09b|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-04-25T04:43:20.907Z|58d432fc-21eb-4c31-91ec-77c0c21ba09b|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-25T04:43:20.907Z|58d432fc-21eb-4c31-91ec-77c0c21ba09b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-25T04:43:20.908Z|58d432fc-21eb-4c31-91ec-77c0c21ba09b|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-25T04:43:20.908Z|58d432fc-21eb-4c31-91ec-77c0c21ba09b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-25T04:43:20.908Z|58d432fc-21eb-4c31-91ec-77c0c21ba09b|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-04-25T04:43:20.908Z|58d432fc-21eb-4c31-91ec-77c0c21ba09b|pool-2-thread-5|||||DEBUG|500||Node template abstract_dummy is not matching search criteria
2022-04-25T04:43:20.908Z|58d432fc-21eb-4c31-91ec-77c0c21ba09b|pool-2-thread-5|||||DEBUG|500||Node template dummy is not matching search criteria
2022-04-25T04:43:20.908Z|58d432fc-21eb-4c31-91ec-77c0c21ba09b|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-04-25T04:43:20.909Z|58d432fc-21eb-4c31-91ec-77c0c21ba09b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-25T04:43:20.909Z|58d432fc-21eb-4c31-91ec-77c0c21ba09b|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-25T04:43:20.909Z|58d432fc-21eb-4c31-91ec-77c0c21ba09b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-25T04:43:20.909Z|58d432fc-21eb-4c31-91ec-77c0c21ba09b|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-04-25T04:43:20.909Z|58d432fc-21eb-4c31-91ec-77c0c21ba09b|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-25T04:43:20.910Z|58d432fc-21eb-4c31-91ec-77c0c21ba09b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-25T04:43:20.910Z|58d432fc-21eb-4c31-91ec-77c0c21ba09b|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-04-25T04:43:20.910Z|58d432fc-21eb-4c31-91ec-77c0c21ba09b|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-25T04:43:20.910Z|58d432fc-21eb-4c31-91ec-77c0c21ba09b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-25T04:43:20.910Z|58d432fc-21eb-4c31-91ec-77c0c21ba09b|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-04-25T04:43:20.910Z|58d432fc-21eb-4c31-91ec-77c0c21ba09b|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-25T04:43:20.910Z|58d432fc-21eb-4c31-91ec-77c0c21ba09b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-25T04:43:20.911Z|58d432fc-21eb-4c31-91ec-77c0c21ba09b|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-04-25T04:43:20.911Z|58d432fc-21eb-4c31-91ec-77c0c21ba09b|pool-2-thread-5|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2022-04-25T04:43:20.911Z|58d432fc-21eb-4c31-91ec-77c0c21ba09b|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=ede85efc-8bef-495a-84b5-5fb19faf4b64
2022-04-25T04:43:20.911Z|58d432fc-21eb-4c31-91ec-77c0c21ba09b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-25T04:43:20.911Z|58d432fc-21eb-4c31-91ec-77c0c21ba09b|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-25T04:43:20.911Z|58d432fc-21eb-4c31-91ec-77c0c21ba09b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-25T04:43:20.912Z|58d432fc-21eb-4c31-91ec-77c0c21ba09b|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-25T04:43:20.912Z|58d432fc-21eb-4c31-91ec-77c0c21ba09b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-25T04:43:20.912Z|58d432fc-21eb-4c31-91ec-77c0c21ba09b|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-25T04:43:20.912Z|58d432fc-21eb-4c31-91ec-77c0c21ba09b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-25T04:43:20.912Z|58d432fc-21eb-4c31-91ec-77c0c21ba09b|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-25T04:43:20.912Z|58d432fc-21eb-4c31-91ec-77c0c21ba09b|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf
Description:service
Model UUID:d7751a25-1dce-40c4-8fb7-a0620c0d2b0a
Model Version:NULL
Model InvariantUuid:5111b47c-a562-410d-b5a4-5ca8aa614cc4
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf
Model UUID:34f21e87-db1e-42ed-8362-f0edaa2b1c92
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:adbf2942-df35-452e-860b-645a93aad68b
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:a22122a1-f0f7-4b30-addc-4a35f59586d9
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:430e1fa3-0000-4a32-802a-2f79fb9c6dd4
ModelName:BasicCnf..base_dummy..module-0
ModelUuid:6d18a52d-fead-4006-90b7-ba7bfc2ff81f
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:ede85efc-8bef-495a-84b5-5fb19faf4b64
ModelInvariantUuid:6b52fcad-b733-43bf-89bb-06c0b1b06f05
ModelName:basic_cnf-nodes.dummyCvfc
ModelUuid:142116c6-9b7f-4218-98f6-a57c8f4249e6
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy


VNFC Properties:
ModelCustomizationUuid:9412621d-8816-4a20-8b1d-f0ad0cd60491
ModelInvariantUuid:56a919d5-bbfa-4b66-aa5a-c04c11d41d2d
ModelName:BasicCnf.compute.nodes.heat.dummy
ModelUuid:ee08f6d7-d8dd-4ff3-a207-e02a7494c9b4
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-04-25T04:43:20.922Z|58d432fc-21eb-4c31-91ec-77c0c21ba09b|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: c1f30e0e-82d5-4981-89ec-1664bcdf3e1e
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-04-25T04:43:20.925Z|58d432fc-21eb-4c31-91ec-77c0c21ba09b|pool-2-thread-5|||||INFO|500||basic_cnf 0
2022-04-25T04:43:20.925Z|58d432fc-21eb-4c31-91ec-77c0c21ba09b|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: c1f30e0e-82d5-4981-89ec-1664bcdf3e1e
2022-04-25T04:43:20.925Z|58d432fc-21eb-4c31-91ec-77c0c21ba09b|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: fc8de53d-29b6-45a1-b932-6b18cc518fdb from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2022-04-25T04:43:20.925Z|58d432fc-21eb-4c31-91ec-77c0c21ba09b|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-04-25T04:43:20.925Z|58d432fc-21eb-4c31-91ec-77c0c21ba09b|pool-2-thread-5|||||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-04-25T04:43:21.159Z|58d432fc-21eb-4c31-91ec-77c0c21ba09b|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-04-25T04:43:21.159Z|58d432fc-21eb-4c31-91ec-77c0c21ba09b|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env fc8de53d-29b6-45a1-b932-6b18cc518fdb 12
2022-04-25T04:43:21.160Z|58d432fc-21eb-4c31-91ec-77c0c21ba09b|pool-2-thread-5|||||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-04-25T04:43:21.160Z|58d432fc-21eb-4c31-91ec-77c0c21ba09b|pool-2-thread-5|||||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-04-25T04:43:21.160Z|58d432fc-21eb-4c31-91ec-77c0c21ba09b|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-25T04:43:21.160Z|58d432fc-21eb-4c31-91ec-77c0c21ba09b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-25T04:43:21.163Z|58d432fc-21eb-4c31-91ec-77c0c21ba09b|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-25T04:43:21.163Z|58d432fc-21eb-4c31-91ec-77c0c21ba09b|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "58d432fc-21eb-4c31-91ec-77c0c21ba09b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650861801160,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2022-04-25T04:43:21.263Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-25T04:43:21.264Z||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-04-25T04:43:21.264Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as p0pYBRqFNxTvYN2F) ...
2022-04-25T04:43:21.277Z||pool-93-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T04:43:21.277Z||pool-93-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-04-25T04:43:22.163Z|58d432fc-21eb-4c31-91ec-77c0c21ba09b|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 0d083bc0-6a8f-49c5-bc24-2c1aa7272f6b from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2022-04-25T04:43:22.164Z|58d432fc-21eb-4c31-91ec-77c0c21ba09b|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-04-25T04:43:22.165Z|58d432fc-21eb-4c31-91ec-77c0c21ba09b|pool-2-thread-5|||||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-04-25T04:43:22.368Z|58d432fc-21eb-4c31-91ec-77c0c21ba09b|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-04-25T04:43:22.369Z|58d432fc-21eb-4c31-91ec-77c0c21ba09b|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 0d083bc0-6a8f-49c5-bc24-2c1aa7272f6b 2688
2022-04-25T04:43:22.369Z|58d432fc-21eb-4c31-91ec-77c0c21ba09b|pool-2-thread-5|||||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-04-25T04:43:22.369Z|58d432fc-21eb-4c31-91ec-77c0c21ba09b|pool-2-thread-5|||||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-04-25T04:43:22.370Z|58d432fc-21eb-4c31-91ec-77c0c21ba09b|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-25T04:43:22.370Z|58d432fc-21eb-4c31-91ec-77c0c21ba09b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-25T04:43:22.372Z|58d432fc-21eb-4c31-91ec-77c0c21ba09b|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-25T04:43:22.372Z|58d432fc-21eb-4c31-91ec-77c0c21ba09b|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "58d432fc-21eb-4c31-91ec-77c0c21ba09b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650861802369,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-04-25T04:43:22.472Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-25T04:43:22.473Z||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-04-25T04:43:22.474Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as p0pYBRqFNxTvYN2F) ...
2022-04-25T04:43:22.489Z||pool-94-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T04:43:22.490Z||pool-94-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-04-25T04:43:23.374Z|58d432fc-21eb-4c31-91ec-77c0c21ba09b|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: f4037c1d-94cd-4b50-b9ea-ea4e5bbc682a from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-04-25T04:43:23.374Z|58d432fc-21eb-4c31-91ec-77c0c21ba09b|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-04-25T04:43:23.374Z|58d432fc-21eb-4c31-91ec-77c0c21ba09b|pool-2-thread-5|||||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-04-25T04:43:23.573Z|58d432fc-21eb-4c31-91ec-77c0c21ba09b|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-04-25T04:43:23.574Z|58d432fc-21eb-4c31-91ec-77c0c21ba09b|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json f4037c1d-94cd-4b50-b9ea-ea4e5bbc682a 828
2022-04-25T04:43:23.574Z|58d432fc-21eb-4c31-91ec-77c0c21ba09b|pool-2-thread-5|||||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-04-25T04:43:23.574Z|58d432fc-21eb-4c31-91ec-77c0c21ba09b|pool-2-thread-5|||||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-04-25T04:43:23.574Z|58d432fc-21eb-4c31-91ec-77c0c21ba09b|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-25T04:43:23.575Z|58d432fc-21eb-4c31-91ec-77c0c21ba09b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-25T04:43:23.576Z|58d432fc-21eb-4c31-91ec-77c0c21ba09b|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-25T04:43:23.577Z|58d432fc-21eb-4c31-91ec-77c0c21ba09b|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "58d432fc-21eb-4c31-91ec-77c0c21ba09b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650861803574,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-25T04:43:23.677Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-25T04:43:23.678Z||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-04-25T04:43:23.678Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as p0pYBRqFNxTvYN2F) ...
2022-04-25T04:43:23.691Z||pool-95-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T04:43:23.692Z||pool-95-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-04-25T04:43:24.581Z|58d432fc-21eb-4c31-91ec-77c0c21ba09b|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "430e1fa3-0000-4a32-802a-2f79fb9c6dd4",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "6d18a52d-fead-4006-90b7-ba7bfc2ff81f",
    "vfModuleModelCustomizationUUID": "12ee1e76-6e09-420a-a2a5-d68cb5c43fdb",
    "isBase": true,
    "artifacts": [
      "76ef4e8f-69da-4335-8726-bad493a93c25",
      "0d083bc0-6a8f-49c5-bc24-2c1aa7272f6b",
      "ea3354d5-5fd5-4212-91c3-f86ac9836a71"
    ],
    "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-04-25T04:43:24.586Z|58d432fc-21eb-4c31-91ec-77c0c21ba09b|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:6d18a52d-fead-4006-90b7-ba7bfc2ff81f
VfModuleModelInvariantUUID:430e1fa3-0000-4a32-802a-2f79fb9c6dd4
VfModuleModelDescription:NULL
Artifacts UUID List:{
76ef4e8f-69da-4335-8726-bad493a93c25
,
0d083bc0-6a8f-49c5-bc24-2c1aa7272f6b
,
ea3354d5-5fd5-4212-91c3-f86ac9836a71

}
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-04-25T04:43:24.589Z|58d432fc-21eb-4c31-91ec-77c0c21ba09b|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "430e1fa3-0000-4a32-802a-2f79fb9c6dd4",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "6d18a52d-fead-4006-90b7-ba7bfc2ff81f",
    "vfModuleModelCustomizationUUID": "12ee1e76-6e09-420a-a2a5-d68cb5c43fdb",
    "isBase": true,
    "artifacts": [
      "76ef4e8f-69da-4335-8726-bad493a93c25",
      "0d083bc0-6a8f-49c5-bc24-2c1aa7272f6b",
      "ea3354d5-5fd5-4212-91c3-f86ac9836a71"
    ],
    "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-04-25T04:43:24.590Z|58d432fc-21eb-4c31-91ec-77c0c21ba09b|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:6d18a52d-fead-4006-90b7-ba7bfc2ff81f
VfModuleModelInvariantUUID:430e1fa3-0000-4a32-802a-2f79fb9c6dd4
VfModuleModelDescription:NULL
Artifacts UUID List:{
76ef4e8f-69da-4335-8726-bad493a93c25
,
0d083bc0-6a8f-49c5-bc24-2c1aa7272f6b
,
ea3354d5-5fd5-4212-91c3-f86ac9836a71

}
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-04-25T04:43:24.590Z|58d432fc-21eb-4c31-91ec-77c0c21ba09b|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 76ef4e8f-69da-4335-8726-bad493a93c25 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-04-25T04:43:24.590Z|58d432fc-21eb-4c31-91ec-77c0c21ba09b|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-04-25T04:43:24.590Z|58d432fc-21eb-4c31-91ec-77c0c21ba09b|pool-2-thread-5|||||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-04-25T04:43:25.165Z|58d432fc-21eb-4c31-91ec-77c0c21ba09b|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-04-25T04:43:25.165Z|58d432fc-21eb-4c31-91ec-77c0c21ba09b|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 76ef4e8f-69da-4335-8726-bad493a93c25 1164
2022-04-25T04:43:25.165Z|58d432fc-21eb-4c31-91ec-77c0c21ba09b|pool-2-thread-5|||||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-04-25T04:43:25.165Z|58d432fc-21eb-4c31-91ec-77c0c21ba09b|pool-2-thread-5|||||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-04-25T04:43:25.165Z|58d432fc-21eb-4c31-91ec-77c0c21ba09b|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-25T04:43:25.166Z|58d432fc-21eb-4c31-91ec-77c0c21ba09b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-25T04:43:25.168Z|58d432fc-21eb-4c31-91ec-77c0c21ba09b|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-25T04:43:25.168Z|58d432fc-21eb-4c31-91ec-77c0c21ba09b|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "58d432fc-21eb-4c31-91ec-77c0c21ba09b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650861805165,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-25T04:43:25.270Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-04-25T04:43:25.271Z||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-04-25T04:43:25.272Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as p0pYBRqFNxTvYN2F) ...
2022-04-25T04:43:25.295Z||pool-96-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T04:43:25.296Z||pool-96-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-04-25T04:43:26.169Z|58d432fc-21eb-4c31-91ec-77c0c21ba09b|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: ea3354d5-5fd5-4212-91c3-f86ac9836a71 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-04-25T04:43:26.169Z|58d432fc-21eb-4c31-91ec-77c0c21ba09b|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-04-25T04:43:26.169Z|58d432fc-21eb-4c31-91ec-77c0c21ba09b|pool-2-thread-5|||||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-04-25T04:43:26.561Z|58d432fc-21eb-4c31-91ec-77c0c21ba09b|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-04-25T04:43:26.561Z|58d432fc-21eb-4c31-91ec-77c0c21ba09b|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ea3354d5-5fd5-4212-91c3-f86ac9836a71 200
2022-04-25T04:43:26.562Z|58d432fc-21eb-4c31-91ec-77c0c21ba09b|pool-2-thread-5|||||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-04-25T04:43:26.562Z|58d432fc-21eb-4c31-91ec-77c0c21ba09b|pool-2-thread-5|||||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-04-25T04:43:26.562Z|58d432fc-21eb-4c31-91ec-77c0c21ba09b|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-25T04:43:26.562Z|58d432fc-21eb-4c31-91ec-77c0c21ba09b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-25T04:43:26.565Z|58d432fc-21eb-4c31-91ec-77c0c21ba09b|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-25T04:43:26.565Z|58d432fc-21eb-4c31-91ec-77c0c21ba09b|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "58d432fc-21eb-4c31-91ec-77c0c21ba09b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650861806562,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-04-25T04:43:26.665Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-25T04:43:26.666Z||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-04-25T04:43:26.666Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as p0pYBRqFNxTvYN2F) ...
2022-04-25T04:43:26.679Z||pool-97-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T04:43:26.680Z||pool-97-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-04-25T04:43:26.853Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T04:43:26.853Z||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-04-25T04:43:26.854Z||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 p0pYBRqFNxTvYN2F) ...
2022-04-25T04:43:26.881Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T04:43:26.920Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:43:26.920Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "672f8727-9a72-4aa8-8c13-57f33eaafb76",
  "consumerID": "policy-id",
  "timestamp": 1650861625997,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:43:26.921Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:43:26.921Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:43:26.921Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "672f8727-9a72-4aa8-8c13-57f33eaafb76",
  "consumerID": "dcae-sch",
  "timestamp": 1650861625975,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:43:26.921Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:43:26.921Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:43:26.921Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "672f8727-9a72-4aa8-8c13-57f33eaafb76",
  "consumerID": "cds",
  "timestamp": 1650861622774,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:43:26.921Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:43:26.921Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:43:26.921Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "672f8727-9a72-4aa8-8c13-57f33eaafb76",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650861618361,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:43:26.921Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:43:26.921Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:43:26.921Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "672f8727-9a72-4aa8-8c13-57f33eaafb76",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650861612589,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-04-25T04:43:26.922Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:43:26.922Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:43:26.922Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "672f8727-9a72-4aa8-8c13-57f33eaafb76",
  "consumerID": "policy-id",
  "timestamp": 1650861625997,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:43:26.922Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:43:26.922Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:43:26.922Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "672f8727-9a72-4aa8-8c13-57f33eaafb76",
  "consumerID": "dcae-sch",
  "timestamp": 1650861625975,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:43:26.922Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:43:26.922Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:43:26.922Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "672f8727-9a72-4aa8-8c13-57f33eaafb76",
  "consumerID": "cds",
  "timestamp": 1650861622774,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:43:26.922Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:43:26.922Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:43:26.922Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58d432fc-21eb-4c31-91ec-77c0c21ba09b",
  "consumerID": "clamp",
  "timestamp": 1650861628198,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-25T04:43:26.923Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T04:43:26.923Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:43:26.923Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "672f8727-9a72-4aa8-8c13-57f33eaafb76",
  "consumerID": "policy-id",
  "timestamp": 1650861625997,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-04-25T04:43:26.923Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:43:26.923Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:43:26.923Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "672f8727-9a72-4aa8-8c13-57f33eaafb76",
  "consumerID": "dcae-sch",
  "timestamp": 1650861625975,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:43:26.923Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:43:26.923Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:43:26.923Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "672f8727-9a72-4aa8-8c13-57f33eaafb76",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650861629338,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-25T04:43:26.924Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T04:43:26.924Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:43:26.924Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "672f8727-9a72-4aa8-8c13-57f33eaafb76",
  "consumerID": "cds",
  "timestamp": 1650861622774,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:43:26.924Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:43:26.924Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:43:26.924Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58d432fc-21eb-4c31-91ec-77c0c21ba09b",
  "consumerID": "clamp",
  "timestamp": 1650861629201,
  "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-04-25T04:43:26.930Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 58d432fc-21eb-4c31-91ec-77c0c21ba09b
2022-04-25T04:43:26.931Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 58d432fc-21eb-4c31-91ec-77c0c21ba09b 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-04-25T04:43:26.943Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:43:26.944Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "672f8727-9a72-4aa8-8c13-57f33eaafb76",
  "consumerID": "policy-id",
  "timestamp": 1650861625997,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:43:26.944Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:43:26.944Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:43:26.944Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "672f8727-9a72-4aa8-8c13-57f33eaafb76",
  "consumerID": "dcae-sch",
  "timestamp": 1650861625975,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:43:26.945Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:43:26.945Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:43:26.945Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "672f8727-9a72-4aa8-8c13-57f33eaafb76",
  "consumerID": "cds",
  "timestamp": 1650861622774,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-04-25T04:43:26.945Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:43:26.945Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:43:26.945Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "672f8727-9a72-4aa8-8c13-57f33eaafb76",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650861630634,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-25T04:43:26.945Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T04:43:26.945Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:43:26.946Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "672f8727-9a72-4aa8-8c13-57f33eaafb76",
  "consumerID": "policy-id",
  "timestamp": 1650861625997,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:43:26.946Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:43:26.946Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:43:26.946Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "672f8727-9a72-4aa8-8c13-57f33eaafb76",
  "consumerID": "dcae-sch",
  "timestamp": 1650861625975,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:43:26.946Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:43:26.946Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:43:26.946Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "672f8727-9a72-4aa8-8c13-57f33eaafb76",
  "consumerID": "cds",
  "timestamp": 1650861631715,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-25T04:43:26.946Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T04:43:26.946Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:43:26.947Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "672f8727-9a72-4aa8-8c13-57f33eaafb76",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650861631930,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-04-25T04:43:26.947Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T04:43:26.947Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:43:26.947Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "672f8727-9a72-4aa8-8c13-57f33eaafb76",
  "consumerID": "policy-id",
  "timestamp": 1650861625997,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:43:26.947Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:43:26.947Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:43:26.947Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "672f8727-9a72-4aa8-8c13-57f33eaafb76",
  "consumerID": "dcae-sch",
  "timestamp": 1650861625975,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:43:26.948Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:43:26.948Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:43:26.948Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "672f8727-9a72-4aa8-8c13-57f33eaafb76",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650861632962,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-25T04:43:26.965Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 672f8727-9a72-4aa8-8c13-57f33eaafb76
2022-04-25T04:43:26.965Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 672f8727-9a72-4aa8-8c13-57f33eaafb76 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-04-25T04:43:26.975Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:43:26.975Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "672f8727-9a72-4aa8-8c13-57f33eaafb76",
  "consumerID": "policy-id",
  "timestamp": 1650861625997,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:43:26.976Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:43:26.976Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:43:26.976Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "672f8727-9a72-4aa8-8c13-57f33eaafb76",
  "consumerID": "dcae-sch",
  "timestamp": 1650861625975,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:43:26.976Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:43:26.976Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:43:26.976Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58d432fc-21eb-4c31-91ec-77c0c21ba09b",
  "consumerID": "aai-ml",
  "timestamp": 1650861633428,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-25T04:43:26.977Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T04:43:26.977Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:43:26.977Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "672f8727-9a72-4aa8-8c13-57f33eaafb76",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650861633966,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-25T04:43:26.977Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T04:43:26.977Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:43:26.977Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "672f8727-9a72-4aa8-8c13-57f33eaafb76",
  "consumerID": "cds",
  "timestamp": 1650861634379,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-25T04:43:26.983Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 672f8727-9a72-4aa8-8c13-57f33eaafb76
2022-04-25T04:43:26.984Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 672f8727-9a72-4aa8-8c13-57f33eaafb76 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-04-25T04:43:27.000Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:43:27.001Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "672f8727-9a72-4aa8-8c13-57f33eaafb76",
  "consumerID": "dcae-sch",
  "timestamp": 1650861625975,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:43:27.001Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:43:27.001Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:43:27.002Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "672f8727-9a72-4aa8-8c13-57f33eaafb76",
  "consumerID": "policy-id",
  "timestamp": 1650861625997,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-04-25T04:43:27.002Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:43:27.002Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:43:27.002Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58d432fc-21eb-4c31-91ec-77c0c21ba09b",
  "consumerID": "aai-ml",
  "timestamp": 1650861634433,
  "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-04-25T04:43:27.008Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 58d432fc-21eb-4c31-91ec-77c0c21ba09b
2022-04-25T04:43:27.009Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 58d432fc-21eb-4c31-91ec-77c0c21ba09b 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-04-25T04:43:27.019Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:43:27.019Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "672f8727-9a72-4aa8-8c13-57f33eaafb76",
  "consumerID": "policy-id",
  "timestamp": 1650861634962,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-25T04:43:27.019Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T04:43:27.019Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:43:27.019Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "672f8727-9a72-4aa8-8c13-57f33eaafb76",
  "consumerID": "policy-id",
  "timestamp": 1650861635967,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-25T04:43:27.019Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T04:43:27.019Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:43:27.020Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "672f8727-9a72-4aa8-8c13-57f33eaafb76",
  "consumerID": "policy-id",
  "timestamp": 1650861636970,
  "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-04-25T04:43:27.025Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 672f8727-9a72-4aa8-8c13-57f33eaafb76
2022-04-25T04:43:27.026Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 672f8727-9a72-4aa8-8c13-57f33eaafb76 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-04-25T04:43:27.034Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:43:27.034Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "672f8727-9a72-4aa8-8c13-57f33eaafb76",
  "consumerID": "clamp",
  "timestamp": 1650861640372,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:43:27.035Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:43:27.035Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:43:27.035Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "672f8727-9a72-4aa8-8c13-57f33eaafb76",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650861641040,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:43:27.035Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:43:27.035Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:43:27.035Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "672f8727-9a72-4aa8-8c13-57f33eaafb76",
  "consumerID": "aai-ml",
  "timestamp": 1650861641420,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:43:27.036Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:43:27.036Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:43:27.036Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "672f8727-9a72-4aa8-8c13-57f33eaafb76",
  "consumerID": "clamp",
  "timestamp": 1650861640372,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-04-25T04:43:27.036Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:43:27.036Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:43:27.036Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "672f8727-9a72-4aa8-8c13-57f33eaafb76",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650861641040,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:43:27.036Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:43:27.036Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:43:27.037Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "672f8727-9a72-4aa8-8c13-57f33eaafb76",
  "consumerID": "aai-ml",
  "timestamp": 1650861641420,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:43:27.037Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:43:27.037Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:43:27.037Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "672f8727-9a72-4aa8-8c13-57f33eaafb76",
  "consumerID": "clamp",
  "timestamp": 1650861640372,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:43:27.037Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:43:27.037Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:43:27.037Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "672f8727-9a72-4aa8-8c13-57f33eaafb76",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650861641040,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:43:27.037Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:43:27.038Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:43:27.038Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "672f8727-9a72-4aa8-8c13-57f33eaafb76",
  "consumerID": "aai-ml",
  "timestamp": 1650861641420,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:43:27.038Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:43:27.038Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:43:27.038Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "672f8727-9a72-4aa8-8c13-57f33eaafb76",
  "consumerID": "clamp",
  "timestamp": 1650861640372,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:43:27.038Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:43:27.038Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:43:27.038Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "672f8727-9a72-4aa8-8c13-57f33eaafb76",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650861641040,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:43:27.038Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:43:27.039Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:43:27.039Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "672f8727-9a72-4aa8-8c13-57f33eaafb76",
  "consumerID": "aai-ml",
  "timestamp": 1650861641420,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:43:27.039Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:43:27.039Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:43:27.039Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "672f8727-9a72-4aa8-8c13-57f33eaafb76",
  "consumerID": "clamp",
  "timestamp": 1650861640372,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:43:27.039Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:43:27.039Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:43:27.039Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "672f8727-9a72-4aa8-8c13-57f33eaafb76",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650861641040,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:43:27.039Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:43:27.040Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:43:27.040Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "672f8727-9a72-4aa8-8c13-57f33eaafb76",
  "consumerID": "aai-ml",
  "timestamp": 1650861641420,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:43:27.040Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:43:27.040Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:43:27.040Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "672f8727-9a72-4aa8-8c13-57f33eaafb76",
  "consumerID": "clamp",
  "timestamp": 1650861640372,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:43:27.040Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:43:27.040Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:43:27.040Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "672f8727-9a72-4aa8-8c13-57f33eaafb76",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650861641040,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:43:27.040Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:43:27.041Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:43:27.041Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "672f8727-9a72-4aa8-8c13-57f33eaafb76",
  "consumerID": "aai-ml",
  "timestamp": 1650861641420,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:43:27.041Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:43:27.041Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:43:27.041Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "672f8727-9a72-4aa8-8c13-57f33eaafb76",
  "consumerID": "clamp",
  "timestamp": 1650861640372,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:43:27.041Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:43:27.041Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:43:27.042Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "672f8727-9a72-4aa8-8c13-57f33eaafb76",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650861641040,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:43:27.042Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:43:27.042Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:43:27.042Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "672f8727-9a72-4aa8-8c13-57f33eaafb76",
  "consumerID": "aai-ml",
  "timestamp": 1650861641420,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:43:27.042Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:43:27.042Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:43:27.042Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "672f8727-9a72-4aa8-8c13-57f33eaafb76",
  "consumerID": "clamp",
  "timestamp": 1650861640372,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-04-25T04:43:27.042Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:43:27.043Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:43:27.043Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "672f8727-9a72-4aa8-8c13-57f33eaafb76",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650861641040,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-04-25T04:43:27.043Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:43:27.043Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:43:27.043Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "672f8727-9a72-4aa8-8c13-57f33eaafb76",
  "consumerID": "aai-ml",
  "timestamp": 1650861641420,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-04-25T04:43:27.043Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:43:27.043Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:43:27.043Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "672f8727-9a72-4aa8-8c13-57f33eaafb76",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650861650135,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-25T04:43:27.043Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T04:43:27.044Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:43:27.044Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "672f8727-9a72-4aa8-8c13-57f33eaafb76",
  "consumerID": "aai-ml",
  "timestamp": 1650861650396,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-25T04:43:27.044Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T04:43:27.044Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:43:27.044Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "672f8727-9a72-4aa8-8c13-57f33eaafb76",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650861653208,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-25T04:43:27.044Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T04:43:27.044Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:43:27.044Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "672f8727-9a72-4aa8-8c13-57f33eaafb76",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650861654218,
  "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-04-25T04:43:27.050Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 672f8727-9a72-4aa8-8c13-57f33eaafb76
2022-04-25T04:43:27.050Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 672f8727-9a72-4aa8-8c13-57f33eaafb76 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-04-25T04:43:27.059Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:43:27.059Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "672f8727-9a72-4aa8-8c13-57f33eaafb76",
  "consumerID": "clamp",
  "timestamp": 1650861655513,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-25T04:43:27.059Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T04:43:27.059Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:43:27.059Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "672f8727-9a72-4aa8-8c13-57f33eaafb76",
  "consumerID": "clamp",
  "timestamp": 1650861659198,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-25T04:43:27.060Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T04:43:27.060Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:43:27.060Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "672f8727-9a72-4aa8-8c13-57f33eaafb76",
  "consumerID": "clamp",
  "timestamp": 1650861660201,
  "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-04-25T04:43:27.065Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 672f8727-9a72-4aa8-8c13-57f33eaafb76
2022-04-25T04:43:27.065Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 672f8727-9a72-4aa8-8c13-57f33eaafb76 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-04-25T04:43:27.073Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:43:27.074Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "672f8727-9a72-4aa8-8c13-57f33eaafb76",
  "consumerID": "aai-ml",
  "timestamp": 1650861662926,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-25T04:43:27.074Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T04:43:27.074Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:43:27.074Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "672f8727-9a72-4aa8-8c13-57f33eaafb76",
  "consumerID": "aai-ml",
  "timestamp": 1650861663934,
  "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-04-25T04:43:27.079Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 672f8727-9a72-4aa8-8c13-57f33eaafb76
2022-04-25T04:43:27.079Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 672f8727-9a72-4aa8-8c13-57f33eaafb76 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-04-25T04:43:27.087Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:43:27.087Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8f04dfa4-901e-4989-9b30-9fbab0a125eb",
  "consumerID": "dcae-sch",
  "timestamp": 1650861665975,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:43:27.087Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:43:27.088Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:43:27.088Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8f04dfa4-901e-4989-9b30-9fbab0a125eb",
  "consumerID": "cds",
  "timestamp": 1650861667774,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:43:27.088Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:43:27.088Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:43:27.088Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8f04dfa4-901e-4989-9b30-9fbab0a125eb",
  "consumerID": "policy-id",
  "timestamp": 1650861665997,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:43:27.088Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:43:27.088Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:43:27.088Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8f04dfa4-901e-4989-9b30-9fbab0a125eb",
  "consumerID": "cds",
  "timestamp": 1650861667774,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:43:27.089Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:43:27.089Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:43:27.089Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8f04dfa4-901e-4989-9b30-9fbab0a125eb",
  "consumerID": "dcae-sch",
  "timestamp": 1650861665975,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:43:27.089Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:43:27.089Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:43:27.089Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8f04dfa4-901e-4989-9b30-9fbab0a125eb",
  "consumerID": "policy-id",
  "timestamp": 1650861665997,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:43:27.089Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:43:27.089Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:43:27.090Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8f04dfa4-901e-4989-9b30-9fbab0a125eb",
  "consumerID": "dcae-sch",
  "timestamp": 1650861665975,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:43:27.090Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:43:27.090Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:43:27.090Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8f04dfa4-901e-4989-9b30-9fbab0a125eb",
  "consumerID": "cds",
  "timestamp": 1650861667774,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:43:27.090Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:43:27.090Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:43:27.090Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8f04dfa4-901e-4989-9b30-9fbab0a125eb",
  "consumerID": "clamp",
  "timestamp": 1650861670372,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:43:27.090Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:43:27.090Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:43:27.091Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8f04dfa4-901e-4989-9b30-9fbab0a125eb",
  "consumerID": "policy-id",
  "timestamp": 1650861665997,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:43:27.091Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:43:27.091Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:43:27.091Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8f04dfa4-901e-4989-9b30-9fbab0a125eb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650861671040,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:43:27.091Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:43:27.091Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:43:27.091Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8f04dfa4-901e-4989-9b30-9fbab0a125eb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650861671092,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:43:27.091Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:43:27.091Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:43:27.091Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8f04dfa4-901e-4989-9b30-9fbab0a125eb",
  "consumerID": "aai-ml",
  "timestamp": 1650861671420,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:43:27.092Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:43:27.092Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:43:27.092Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8f04dfa4-901e-4989-9b30-9fbab0a125eb",
  "consumerID": "dcae-sch",
  "timestamp": 1650861665975,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:43:27.092Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:43:27.092Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:43:27.092Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8f04dfa4-901e-4989-9b30-9fbab0a125eb",
  "consumerID": "clamp",
  "timestamp": 1650861670372,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:43:27.092Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:43:27.092Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:43:27.092Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8f04dfa4-901e-4989-9b30-9fbab0a125eb",
  "consumerID": "cds",
  "timestamp": 1650861667774,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:43:27.093Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:43:27.093Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:43:27.093Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8f04dfa4-901e-4989-9b30-9fbab0a125eb",
  "consumerID": "policy-id",
  "timestamp": 1650861665997,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:43:27.093Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:43:27.093Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:43:27.093Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8f04dfa4-901e-4989-9b30-9fbab0a125eb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650861671040,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:43:27.093Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:43:27.093Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:43:27.094Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8f04dfa4-901e-4989-9b30-9fbab0a125eb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650861671092,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:43:27.094Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:43:27.094Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:43:27.094Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8f04dfa4-901e-4989-9b30-9fbab0a125eb",
  "consumerID": "aai-ml",
  "timestamp": 1650861671420,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:43:27.094Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:43:27.094Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:43:27.094Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8f04dfa4-901e-4989-9b30-9fbab0a125eb",
  "consumerID": "dcae-sch",
  "timestamp": 1650861665975,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:43:27.094Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:43:27.094Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:43:27.095Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8f04dfa4-901e-4989-9b30-9fbab0a125eb",
  "consumerID": "clamp",
  "timestamp": 1650861670372,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:43:27.095Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:43:27.095Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:43:27.095Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8f04dfa4-901e-4989-9b30-9fbab0a125eb",
  "consumerID": "cds",
  "timestamp": 1650861667774,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:43:27.095Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:43:27.095Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:43:27.095Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8f04dfa4-901e-4989-9b30-9fbab0a125eb",
  "consumerID": "policy-id",
  "timestamp": 1650861665997,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:43:27.095Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:43:27.095Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:43:27.096Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8f04dfa4-901e-4989-9b30-9fbab0a125eb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650861671040,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:43:27.096Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:43:27.096Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:43:27.096Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8f04dfa4-901e-4989-9b30-9fbab0a125eb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650861671092,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:43:27.096Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:43:27.096Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:43:27.096Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8f04dfa4-901e-4989-9b30-9fbab0a125eb",
  "consumerID": "aai-ml",
  "timestamp": 1650861671420,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:43:27.096Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:43:27.097Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:43:27.097Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8f04dfa4-901e-4989-9b30-9fbab0a125eb",
  "consumerID": "clamp",
  "timestamp": 1650861670372,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:43:27.097Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:43:27.097Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:43:27.097Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8f04dfa4-901e-4989-9b30-9fbab0a125eb",
  "consumerID": "cds",
  "timestamp": 1650861667774,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:43:27.097Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:43:27.097Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:43:27.097Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8f04dfa4-901e-4989-9b30-9fbab0a125eb",
  "consumerID": "dcae-sch",
  "timestamp": 1650861665975,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:43:27.097Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:43:27.098Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:43:27.098Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8f04dfa4-901e-4989-9b30-9fbab0a125eb",
  "consumerID": "policy-id",
  "timestamp": 1650861665997,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:43:27.098Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:43:27.098Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:43:27.098Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8f04dfa4-901e-4989-9b30-9fbab0a125eb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650861671040,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:43:27.098Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:43:27.098Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:43:27.098Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8f04dfa4-901e-4989-9b30-9fbab0a125eb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650861671092,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:43:27.098Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:43:27.099Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:43:27.099Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8f04dfa4-901e-4989-9b30-9fbab0a125eb",
  "consumerID": "aai-ml",
  "timestamp": 1650861671420,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:43:27.099Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:43:27.099Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:43:27.099Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8f04dfa4-901e-4989-9b30-9fbab0a125eb",
  "consumerID": "dcae-sch",
  "timestamp": 1650861665975,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:43:27.099Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:43:27.099Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:43:27.099Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8f04dfa4-901e-4989-9b30-9fbab0a125eb",
  "consumerID": "clamp",
  "timestamp": 1650861670372,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:43:27.099Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:43:27.100Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:43:27.100Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8f04dfa4-901e-4989-9b30-9fbab0a125eb",
  "consumerID": "cds",
  "timestamp": 1650861667774,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:43:27.100Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:43:27.100Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:43:27.100Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8f04dfa4-901e-4989-9b30-9fbab0a125eb",
  "consumerID": "policy-id",
  "timestamp": 1650861665997,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:43:27.100Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:43:27.100Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:43:27.100Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8f04dfa4-901e-4989-9b30-9fbab0a125eb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650861671092,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:43:27.101Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:43:27.101Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:43:27.101Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8f04dfa4-901e-4989-9b30-9fbab0a125eb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650861671040,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:43:27.101Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:43:27.101Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:43:27.101Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8f04dfa4-901e-4989-9b30-9fbab0a125eb",
  "consumerID": "aai-ml",
  "timestamp": 1650861671420,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:43:27.101Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:43:27.101Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:43:27.101Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8f04dfa4-901e-4989-9b30-9fbab0a125eb",
  "consumerID": "dcae-sch",
  "timestamp": 1650861665975,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:43:27.102Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:43:27.102Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:43:27.102Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8f04dfa4-901e-4989-9b30-9fbab0a125eb",
  "consumerID": "clamp",
  "timestamp": 1650861670372,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:43:27.102Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:43:27.102Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:43:27.102Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8f04dfa4-901e-4989-9b30-9fbab0a125eb",
  "consumerID": "cds",
  "timestamp": 1650861667774,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:43:27.102Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:43:27.102Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:43:27.103Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8f04dfa4-901e-4989-9b30-9fbab0a125eb",
  "consumerID": "policy-id",
  "timestamp": 1650861665997,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:43:27.103Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:43:27.103Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:43:27.103Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8f04dfa4-901e-4989-9b30-9fbab0a125eb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650861671040,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:43:27.103Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:43:27.103Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:43:27.103Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8f04dfa4-901e-4989-9b30-9fbab0a125eb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650861671092,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:43:27.103Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:43:27.103Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:43:27.104Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8f04dfa4-901e-4989-9b30-9fbab0a125eb",
  "consumerID": "aai-ml",
  "timestamp": 1650861671420,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:43:27.104Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:43:27.104Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:43:27.104Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8f04dfa4-901e-4989-9b30-9fbab0a125eb",
  "consumerID": "clamp",
  "timestamp": 1650861670372,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:43:27.104Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:43:27.104Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:43:27.104Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8f04dfa4-901e-4989-9b30-9fbab0a125eb",
  "consumerID": "dcae-sch",
  "timestamp": 1650861665975,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:43:27.104Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:43:27.104Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:43:27.105Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8f04dfa4-901e-4989-9b30-9fbab0a125eb",
  "consumerID": "policy-id",
  "timestamp": 1650861665997,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-04-25T04:43:27.105Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:43:27.105Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:43:27.105Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8f04dfa4-901e-4989-9b30-9fbab0a125eb",
  "consumerID": "cds",
  "timestamp": 1650861667774,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-04-25T04:43:27.105Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:43:27.105Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:43:27.105Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8f04dfa4-901e-4989-9b30-9fbab0a125eb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650861671040,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:43:27.105Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:43:27.105Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:43:27.106Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8f04dfa4-901e-4989-9b30-9fbab0a125eb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650861671092,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:43:27.106Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:43:27.106Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:43:27.106Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8f04dfa4-901e-4989-9b30-9fbab0a125eb",
  "consumerID": "aai-ml",
  "timestamp": 1650861671420,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:43:27.106Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:43:27.106Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:43:27.106Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8f04dfa4-901e-4989-9b30-9fbab0a125eb",
  "consumerID": "clamp",
  "timestamp": 1650861670372,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:43:27.106Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:43:27.106Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:43:27.107Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8f04dfa4-901e-4989-9b30-9fbab0a125eb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650861671040,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:43:27.107Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:43:27.107Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:43:27.107Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8f04dfa4-901e-4989-9b30-9fbab0a125eb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650861671092,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:43:27.107Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:43:27.107Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:43:27.108Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8f04dfa4-901e-4989-9b30-9fbab0a125eb",
  "consumerID": "aai-ml",
  "timestamp": 1650861671420,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:43:27.108Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:43:27.108Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:43:27.108Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8f04dfa4-901e-4989-9b30-9fbab0a125eb",
  "consumerID": "cds",
  "timestamp": 1650861679585,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-25T04:43:27.108Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T04:43:27.108Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:43:27.109Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8f04dfa4-901e-4989-9b30-9fbab0a125eb",
  "consumerID": "clamp",
  "timestamp": 1650861670372,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-04-25T04:43:27.109Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:43:27.109Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:43:27.109Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8f04dfa4-901e-4989-9b30-9fbab0a125eb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650861678362,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:43:27.109Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:43:27.110Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:43:27.110Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8f04dfa4-901e-4989-9b30-9fbab0a125eb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650861671040,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-04-25T04:43:27.110Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:43:27.110Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:43:27.110Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8f04dfa4-901e-4989-9b30-9fbab0a125eb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650861671092,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-04-25T04:43:27.110Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:43:27.111Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:43:27.111Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8f04dfa4-901e-4989-9b30-9fbab0a125eb",
  "consumerID": "policy-id",
  "timestamp": 1650861679417,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-25T04:43:27.111Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T04:43:27.111Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:43:27.111Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8f04dfa4-901e-4989-9b30-9fbab0a125eb",
  "consumerID": "aai-ml",
  "timestamp": 1650861671420,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-04-25T04:43:27.111Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:43:27.112Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:43:27.112Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8f04dfa4-901e-4989-9b30-9fbab0a125eb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650861678362,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:43:27.112Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:43:27.112Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:43:27.112Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8f04dfa4-901e-4989-9b30-9fbab0a125eb",
  "consumerID": "cds",
  "timestamp": 1650861680940,
  "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-04-25T04:43:27.126Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 8f04dfa4-901e-4989-9b30-9fbab0a125eb
2022-04-25T04:43:27.126Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8f04dfa4-901e-4989-9b30-9fbab0a125eb 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-04-25T04:43:27.135Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:43:27.135Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8f04dfa4-901e-4989-9b30-9fbab0a125eb",
  "consumerID": "policy-id",
  "timestamp": 1650861680423,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-25T04:43:27.135Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T04:43:27.136Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:43:27.136Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8f04dfa4-901e-4989-9b30-9fbab0a125eb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650861681132,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-25T04:43:27.136Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T04:43:27.136Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:43:27.137Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8f04dfa4-901e-4989-9b30-9fbab0a125eb",
  "consumerID": "aai-ml",
  "timestamp": 1650861681524,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-25T04:43:27.137Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T04:43:27.137Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:43:27.137Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8f04dfa4-901e-4989-9b30-9fbab0a125eb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650861678362,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:43:27.138Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:43:27.138Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:43:27.138Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8f04dfa4-901e-4989-9b30-9fbab0a125eb",
  "consumerID": "policy-id",
  "timestamp": 1650861681427,
  "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-04-25T04:43:27.144Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 8f04dfa4-901e-4989-9b30-9fbab0a125eb
2022-04-25T04:43:27.144Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8f04dfa4-901e-4989-9b30-9fbab0a125eb 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-04-25T04:43:27.152Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:43:27.152Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8f04dfa4-901e-4989-9b30-9fbab0a125eb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650861678362,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:43:27.153Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:43:27.153Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:43:27.153Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8f04dfa4-901e-4989-9b30-9fbab0a125eb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650861683492,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-25T04:43:27.153Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T04:43:27.154Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:43:27.154Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8f04dfa4-901e-4989-9b30-9fbab0a125eb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650861678362,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:43:27.154Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:43:27.154Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:43:27.154Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8f04dfa4-901e-4989-9b30-9fbab0a125eb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650861684499,
  "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-04-25T04:43:27.160Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 8f04dfa4-901e-4989-9b30-9fbab0a125eb
2022-04-25T04:43:27.160Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8f04dfa4-901e-4989-9b30-9fbab0a125eb 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-04-25T04:43:27.168Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:43:27.168Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8f04dfa4-901e-4989-9b30-9fbab0a125eb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650861678362,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:43:27.168Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:43:27.169Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:43:27.169Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8f04dfa4-901e-4989-9b30-9fbab0a125eb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650861678362,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-04-25T04:43:27.169Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:43:27.169Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:43:27.169Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8f04dfa4-901e-4989-9b30-9fbab0a125eb",
  "consumerID": "clamp",
  "timestamp": 1650861685195,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-25T04:43:27.170Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T04:43:27.170Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:43:27.170Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8f04dfa4-901e-4989-9b30-9fbab0a125eb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650861678362,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:43:27.170Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:43:27.566Z|58d432fc-21eb-4c31-91ec-77c0c21ba09b|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: d7751a25-1dce-40c4-8fb7-a0620c0d2b0a
2022-04-25T04:43:27.567Z|58d432fc-21eb-4c31-91ec-77c0c21ba09b|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 c1f30e0e-82d5-4981-89ec-1664bcdf3e1e ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
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=?
2022-04-25T04:43:27.602Z|58d432fc-21eb-4c31-91ec-77c0c21ba09b|pool-2-thread-5|||||WARN|500||ASDC_ARTIFACT_TYPE_NOT_SUPPORT CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT(Artifact Name:nginx_cloudtech_k8s_charts.tgz) 300 Artifact type not supported
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-25T04:43:27.617Z|58d432fc-21eb-4c31-91ec-77c0c21ba09b|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3237cd96, org.onap.sdc.toscaparser.api.parameters.Input@447ef23c, org.onap.sdc.toscaparser.api.parameters.Input@8ae891, org.onap.sdc.toscaparser.api.parameters.Input@61227054, org.onap.sdc.toscaparser.api.parameters.Input@6d755a9b]
2022-04-25T04:43:27.618Z|58d432fc-21eb-4c31-91ec-77c0c21ba09b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-25T04:43:27.618Z|58d432fc-21eb-4c31-91ec-77c0c21ba09b|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-25T04:43:27.619Z|58d432fc-21eb-4c31-91ec-77c0c21ba09b|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic 
2022-04-25T04:43:27.619Z|58d432fc-21eb-4c31-91ec-77c0c21ba09b|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= a22122a1-f0f7-4b30-addc-4a35f59586d9
2022-04-25T04:43:27.619Z|58d432fc-21eb-4c31-91ec-77c0c21ba09b|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: a22122a1-f0f7-4b30-addc-4a35f59586d9 matches Tosca VF Customization UUID: a22122a1-f0f7-4b30-addc-4a35f59586d9
2022-04-25T04:43:27.619Z|58d432fc-21eb-4c31-91ec-77c0c21ba09b|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: a22122a1-f0f7-4b30-addc-4a35f59586d9  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-04-25T04:43:27.621Z|58d432fc-21eb-4c31-91ec-77c0c21ba09b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-25T04:43:27.621Z|58d432fc-21eb-4c31-91ec-77c0c21ba09b|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-25T04:43:27.622Z|58d432fc-21eb-4c31-91ec-77c0c21ba09b|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id a22122a1-f0f7-4b30-addc-4a35f59586d9: {\"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-04-25T04:43:27.622Z|58d432fc-21eb-4c31-91ec-77c0c21ba09b|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@7b626e8d
2022-04-25T04:43:27.622Z|58d432fc-21eb-4c31-91ec-77c0c21ba09b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-25T04:43:27.622Z|58d432fc-21eb-4c31-91ec-77c0c21ba09b|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-25T04:43:27.622Z|58d432fc-21eb-4c31-91ec-77c0c21ba09b|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 12ee1e76-6e09-420a-a2a5-d68cb5c43fdb
2022-04-25T04:43:27.622Z|58d432fc-21eb-4c31-91ec-77c0c21ba09b|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 12ee1e76-6e09-420a-a2a5-d68cb5c43fdb
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-04-25T04:43:27.624Z|58d432fc-21eb-4c31-91ec-77c0c21ba09b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-25T04:43:27.625Z|58d432fc-21eb-4c31-91ec-77c0c21ba09b|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-04-25T04:43:27.625Z|58d432fc-21eb-4c31-91ec-77c0c21ba09b|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-25T04:43:27.625Z|58d432fc-21eb-4c31-91ec-77c0c21ba09b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-25T04:43:27.625Z|58d432fc-21eb-4c31-91ec-77c0c21ba09b|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-04-25T04:43:27.625Z|58d432fc-21eb-4c31-91ec-77c0c21ba09b|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-25T04:43:27.626Z|58d432fc-21eb-4c31-91ec-77c0c21ba09b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-25T04:43:27.626Z|58d432fc-21eb-4c31-91ec-77c0c21ba09b|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-04-25T04:43:27.626Z|58d432fc-21eb-4c31-91ec-77c0c21ba09b|pool-2-thread-5|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2022-04-25T04:43:27.626Z|58d432fc-21eb-4c31-91ec-77c0c21ba09b|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=ede85efc-8bef-495a-84b5-5fb19faf4b64
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-04-25T04:43:27.628Z|58d432fc-21eb-4c31-91ec-77c0c21ba09b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-25T04:43:27.628Z|58d432fc-21eb-4c31-91ec-77c0c21ba09b|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-04-25T04:43:27.629Z|58d432fc-21eb-4c31-91ec-77c0c21ba09b|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-25T04:43:27.629Z|58d432fc-21eb-4c31-91ec-77c0c21ba09b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-25T04:43:27.629Z|58d432fc-21eb-4c31-91ec-77c0c21ba09b|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-04-25T04:43:27.629Z|58d432fc-21eb-4c31-91ec-77c0c21ba09b|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=a22122a1-f0f7-4b30-addc-4a35f59586d9
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-04-25T04:43:27.631Z|58d432fc-21eb-4c31-91ec-77c0c21ba09b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-25T04:43:27.631Z|58d432fc-21eb-4c31-91ec-77c0c21ba09b|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-25T04:43:27.631Z|58d432fc-21eb-4c31-91ec-77c0c21ba09b|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid d7751a25-1dce-40c4-8fb7-a0620c0d2b0a: basic_cnf
2022-04-25T04:43:27.632Z|58d432fc-21eb-4c31-91ec-77c0c21ba09b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-25T04:43:27.632Z|58d432fc-21eb-4c31-91ec-77c0c21ba09b|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-25T04:43:27.632Z|58d432fc-21eb-4c31-91ec-77c0c21ba09b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-25T04:43:27.632Z|58d432fc-21eb-4c31-91ec-77c0c21ba09b|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-25T04:43:27.632Z|58d432fc-21eb-4c31-91ec-77c0c21ba09b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-25T04:43:27.633Z|58d432fc-21eb-4c31-91ec-77c0c21ba09b|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-25T04:43:27.633Z|58d432fc-21eb-4c31-91ec-77c0c21ba09b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-25T04:43:27.633Z|58d432fc-21eb-4c31-91ec-77c0c21ba09b|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-25T04:43:27.633Z|58d432fc-21eb-4c31-91ec-77c0c21ba09b|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-25T04:43:27.633Z|58d432fc-21eb-4c31-91ec-77c0c21ba09b|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-25T04:43:27.633Z|58d432fc-21eb-4c31-91ec-77c0c21ba09b|pool-2-thread-5|||||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-04-25T04:43:27.728Z|58d432fc-21eb-4c31-91ec-77c0c21ba09b|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf c1f30e0e-82d5-4981-89ec-1664bcdf3e1e 1 ASDC deployResourceStructure
2022-04-25T04:43:27.729Z|58d432fc-21eb-4c31-91ec-77c0c21ba09b|pool-2-thread-5|||||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-04-25T04:43:27.729Z|58d432fc-21eb-4c31-91ec-77c0c21ba09b|pool-2-thread-5|||||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-04-25T04:43:27.729Z|58d432fc-21eb-4c31-91ec-77c0c21ba09b|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-04-25T04:43:27.730Z|58d432fc-21eb-4c31-91ec-77c0c21ba09b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-25T04:43:27.731Z|58d432fc-21eb-4c31-91ec-77c0c21ba09b|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-25T04:43:27.732Z|58d432fc-21eb-4c31-91ec-77c0c21ba09b|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "58d432fc-21eb-4c31-91ec-77c0c21ba09b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650861807729,
  "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-04-25T04:43:27.832Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-25T04:43:27.833Z||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-04-25T04:43:27.833Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as p0pYBRqFNxTvYN2F) ...
2022-04-25T04:43:27.845Z||pool-98-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T04:43:27.846Z||pool-98-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-04-25T04:43:28.733Z|58d432fc-21eb-4c31-91ec-77c0c21ba09b|pool-2-thread-5|||||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-04-25T04:43:28.733Z|58d432fc-21eb-4c31-91ec-77c0c21ba09b|pool-2-thread-5|||||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-04-25T04:43:28.733Z|58d432fc-21eb-4c31-91ec-77c0c21ba09b|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-04-25T04:43:28.734Z|58d432fc-21eb-4c31-91ec-77c0c21ba09b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-25T04:43:28.735Z|58d432fc-21eb-4c31-91ec-77c0c21ba09b|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-25T04:43:28.736Z|58d432fc-21eb-4c31-91ec-77c0c21ba09b|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "58d432fc-21eb-4c31-91ec-77c0c21ba09b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650861808732,
  "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-04-25T04:43:28.836Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-25T04:43:28.837Z||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-04-25T04:43:28.837Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as p0pYBRqFNxTvYN2F) ...
2022-04-25T04:43:28.863Z||pool-99-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T04:43:28.864Z||pool-99-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2022-04-25T04:43:29.737Z|58d432fc-21eb-4c31-91ec-77c0c21ba09b|pool-2-thread-5|||||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-04-25T04:43:29.737Z|58d432fc-21eb-4c31-91ec-77c0c21ba09b|pool-2-thread-5|||||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-04-25T04:43:29.737Z|58d432fc-21eb-4c31-91ec-77c0c21ba09b|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-25T04:43:29.738Z|58d432fc-21eb-4c31-91ec-77c0c21ba09b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-25T04:43:29.739Z|58d432fc-21eb-4c31-91ec-77c0c21ba09b|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-25T04:43:29.740Z|58d432fc-21eb-4c31-91ec-77c0c21ba09b|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "58d432fc-21eb-4c31-91ec-77c0c21ba09b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650861809737,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-25T04:43:29.840Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-25T04:43:29.843Z||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-04-25T04:43:29.843Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as p0pYBRqFNxTvYN2F) ...
2022-04-25T04:43:29.867Z||pool-100-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T04:43:29.867Z||pool-100-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2022-04-25T04:43:30.742Z|58d432fc-21eb-4c31-91ec-77c0c21ba09b|pool-2-thread-5|||||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-04-25T04:43:30.742Z|58d432fc-21eb-4c31-91ec-77c0c21ba09b|pool-2-thread-5|||||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-04-25T04:43:30.742Z|58d432fc-21eb-4c31-91ec-77c0c21ba09b|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-25T04:43:30.743Z|58d432fc-21eb-4c31-91ec-77c0c21ba09b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-25T04:43:30.745Z|58d432fc-21eb-4c31-91ec-77c0c21ba09b|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-25T04:43:30.746Z|58d432fc-21eb-4c31-91ec-77c0c21ba09b|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "58d432fc-21eb-4c31-91ec-77c0c21ba09b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650861810740,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2022-04-25T04:43:30.847Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-25T04:43:30.848Z||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-04-25T04:43:30.848Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as p0pYBRqFNxTvYN2F) ...
2022-04-25T04:43:30.940Z||pool-101-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T04:43:30.941Z||pool-101-thread-1|||||INFO|500||cambria reply ok (94 ms):{"serverTimeMs":1,"count":1}
2022-04-25T04:43:31.747Z|58d432fc-21eb-4c31-91ec-77c0c21ba09b|pool-2-thread-5|||||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-04-25T04:43:31.747Z|58d432fc-21eb-4c31-91ec-77c0c21ba09b|pool-2-thread-5|||||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-04-25T04:43:31.748Z|58d432fc-21eb-4c31-91ec-77c0c21ba09b|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-25T04:43:31.748Z|58d432fc-21eb-4c31-91ec-77c0c21ba09b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-25T04:43:31.750Z|58d432fc-21eb-4c31-91ec-77c0c21ba09b|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-25T04:43:31.751Z|58d432fc-21eb-4c31-91ec-77c0c21ba09b|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "58d432fc-21eb-4c31-91ec-77c0c21ba09b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650861811747,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2022-04-25T04:43:31.851Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-25T04:43:31.852Z||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-04-25T04:43:31.852Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as p0pYBRqFNxTvYN2F) ...
2022-04-25T04:43:31.889Z||pool-102-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T04:43:31.891Z||pool-102-thread-1|||||INFO|500||cambria reply ok (40 ms):{"serverTimeMs":0,"count":1}
2022-04-25T04:43:32.751Z|58d432fc-21eb-4c31-91ec-77c0c21ba09b|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2022-04-25T04:43:32.752Z|58d432fc-21eb-4c31-91ec-77c0c21ba09b|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-04-25T04:43:32.752Z|58d432fc-21eb-4c31-91ec-77c0c21ba09b|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-25T04:43:32.753Z|58d432fc-21eb-4c31-91ec-77c0c21ba09b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-25T04:43:32.755Z|58d432fc-21eb-4c31-91ec-77c0c21ba09b|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-25T04:43:32.755Z|58d432fc-21eb-4c31-91ec-77c0c21ba09b|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "58d432fc-21eb-4c31-91ec-77c0c21ba09b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650861812751,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-25T04:43:32.855Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-25T04:43:32.856Z||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-04-25T04:43:32.857Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as p0pYBRqFNxTvYN2F) ...
2022-04-25T04:43:32.875Z||pool-103-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T04:43:32.875Z||pool-103-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-04-25T04:43:33.756Z|58d432fc-21eb-4c31-91ec-77c0c21ba09b|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 58d432fc-21eb-4c31-91ec-77c0c21ba09b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-25T04:43:33.769Z|58d432fc-21eb-4c31-91ec-77c0c21ba09b|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 58d432fc-21eb-4c31-91ec-77c0c21ba09b
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-04-25T04:43:33.773Z|58d432fc-21eb-4c31-91ec-77c0c21ba09b|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-25T04:43:33.773Z|58d432fc-21eb-4c31-91ec-77c0c21ba09b|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-25T04:43:33.773Z|58d432fc-21eb-4c31-91ec-77c0c21ba09b|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-04-25T04:43:33.773Z|58d432fc-21eb-4c31-91ec-77c0c21ba09b|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-04-25T04:43:33.773Z|58d432fc-21eb-4c31-91ec-77c0c21ba09b|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-25T04:43:33.774Z|58d432fc-21eb-4c31-91ec-77c0c21ba09b|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-25T04:43:33.774Z|58d432fc-21eb-4c31-91ec-77c0c21ba09b|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-25T04:43:33.774Z|58d432fc-21eb-4c31-91ec-77c0c21ba09b|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-25T04:43:33.774Z|58d432fc-21eb-4c31-91ec-77c0c21ba09b|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-25T04:43:33.774Z|58d432fc-21eb-4c31-91ec-77c0c21ba09b|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-25T04:43:33.774Z|58d432fc-21eb-4c31-91ec-77c0c21ba09b|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-25T04:43:33.780Z|58d432fc-21eb-4c31-91ec-77c0c21ba09b|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-04-25T04:44:03.780Z|58d432fc-21eb-4c31-91ec-77c0c21ba09b|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 58d432fc-21eb-4c31-91ec-77c0c21ba09b 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-04-25T04:44:03.787Z|58d432fc-21eb-4c31-91ec-77c0c21ba09b|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 58d432fc-21eb-4c31-91ec-77c0c21ba09b and serviceModelVersionId: d7751a25-1dce-40c4-8fb7-a0620c0d2b0a
2022-04-25T04:44:03.787Z|58d432fc-21eb-4c31-91ec-77c0c21ba09b|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 5111b47c-a562-410d-b5a4-5ca8aa614cc4
2022-04-25T04:44:03.788Z|58d432fc-21eb-4c31-91ec-77c0c21ba09b|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/5111b47c-a562-410d-b5a4-5ca8aa614cc4/model-vers/model-ver/d7751a25-1dce-40c4-8fb7-a0620c0d2b0a?depth=0
2022-04-25T04:44:03.793Z|58d432fc-21eb-4c31-91ec-77c0c21ba09b|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2022-04-25T04:44:03.836Z|58d432fc-21eb-4c31-91ec-77c0c21ba09b|pool-2-thread-5|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5111b47c-a562-410d-b5a4-5ca8aa614cc4/model-vers/model-ver/d7751a25-1dce-40c4-8fb7-a0620c0d2b0a?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-04-25T04:44:03.838Z|58d432fc-21eb-4c31-91ec-77c0c21ba09b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5111b47c-a562-410d-b5a4-5ca8aa614cc4/model-vers/model-ver/d7751a25-1dce-40c4-8fb7-a0620c0d2b0a?depth=0|INFO|500||Invoke
2022-04-25T04:44:03.866Z|58d432fc-21eb-4c31-91ec-77c0c21ba09b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5111b47c-a562-410d-b5a4-5ca8aa614cc4/model-vers/model-ver/d7751a25-1dce-40c4-8fb7-a0620c0d2b0a?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-04-25T04:44:04.126Z|58d432fc-21eb-4c31-91ec-77c0c21ba09b|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5111b47c-a562-410d-b5a4-5ca8aa614cc4/model-vers/model-ver/d7751a25-1dce-40c4-8fb7-a0620c0d2b0a?depth=0|INFO|500||InvokeReturn
2022-04-25T04:44:04.127Z|58d432fc-21eb-4c31-91ec-77c0c21ba09b|pool-2-thread-5|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5111b47c-a562-410d-b5a4-5ca8aa614cc4/model-vers/model-ver/d7751a25-1dce-40c4-8fb7-a0620c0d2b0a?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220425-04:44:03:329-71239], vertex-id=[217264], Content-Length=[0], Date=[Mon, 25 Apr 2022 04:44:03 GMT], Content-Type=[application/json]}
2022-04-25T04:44:04.128Z|58d432fc-21eb-4c31-91ec-77c0c21ba09b|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity.
2022-04-25T04:44:04.128Z|58d432fc-21eb-4c31-91ec-77c0c21ba09b|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-04-25T04:44:04.128Z|58d432fc-21eb-4c31-91ec-77c0c21ba09b|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-25T04:44:04.140Z|58d432fc-21eb-4c31-91ec-77c0c21ba09b|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-04-25T04:44:04.141Z|58d432fc-21eb-4c31-91ec-77c0c21ba09b|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 58d432fc-21eb-4c31-91ec-77c0c21ba09b and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-04-25T04:44:04.141Z|58d432fc-21eb-4c31-91ec-77c0c21ba09b|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-04-25T04:44:04.141Z|58d432fc-21eb-4c31-91ec-77c0c21ba09b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-25T04:44:04.143Z|58d432fc-21eb-4c31-91ec-77c0c21ba09b|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-25T04:44:04.143Z|58d432fc-21eb-4c31-91ec-77c0c21ba09b|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "58d432fc-21eb-4c31-91ec-77c0c21ba09b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650861844141,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-04-25T04:44:04.244Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-25T04:44:04.248Z||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-04-25T04:44:04.249Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as p0pYBRqFNxTvYN2F) ...
2022-04-25T04:44:04.291Z||pool-104-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T04:44:04.293Z||pool-104-thread-1|||||INFO|500||cambria reply ok (48 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-04-25T04:44:05.156Z|58d432fc-21eb-4c31-91ec-77c0c21ba09b|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-25T04:44:05.157Z|58d432fc-21eb-4c31-91ec-77c0c21ba09b|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"672f8727-9a72-4aa8-8c13-57f33eaafb76","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"909750f9-349d-42f7-801d-b2e68db0e01d","serviceDescription":"service","serviceInvariantUUID":"6c5b9292-3c94-44bf-b5e1-201ab0895e5d","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"9bfcad2e-b1a9-45f8-acbd-a3dad3566213","resourceInvariantUUID":"d1412ea0-3a94-43e3-9cd3-ee718a3f8879","resourceCustomizationUUID":"b585df88-c096-4320-aee8-36411e88a5b5","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":"YWQ3YmFiNTYwNDYyMmQ3Njg1MmY4ZjBlMDZkNDM5MWQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"80ee2e03-2ad7-4098-a1ca-0c4c079cbde8","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":"ZjYzNzA3NmI5ZmE0M2QxOWZkZjI0ODEwZmQ0NzQzZTU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"9e734c5c-6d3e-426d-b701-a8929e93a82a","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":"737921c6-9826-48b6-a2d6-d85b015bc5df","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":"1687a075-3733-4a67-856b-26ad5e76c859","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":"e6949670-ad74-4dc6-9f20-ff0e01205392","artifactVersion":"2","generatedFromUUID":"737921c6-9826-48b6-a2d6-d85b015bc5df"},{"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":"MzU1MjA2NjdjY2YyMzVjOThhYjhhNDBkNjk5ZmM2ZGU\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"bf0380af-8c58-4531-8856-16a0d1fdc3b1","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":"YzE1NTBhN2M1YmUxMmMzMjA3YmY5YWVmNTQ2YmUxMTg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"c8cd376f-ff99-477a-ab31-8f249c1498f6","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"OTJhNWNiNzM4NjMyZmM0MjM4MjkwMzYxM2VlN2JlOWM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"e4432b93-bca2-4bb9-b455-76b351a500ed","artifactVersion":"1"}],"workloadContext":"Production"}
2022-04-25T04:44:05.157Z|58d432fc-21eb-4c31-91ec-77c0c21ba09b|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-25T04:44:05.158Z|58d432fc-21eb-4c31-91ec-77c0c21ba09b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-25T04:44:05.160Z|58d432fc-21eb-4c31-91ec-77c0c21ba09b|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-25T04:44:05.161Z|58d432fc-21eb-4c31-91ec-77c0c21ba09b|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "672f8727-9a72-4aa8-8c13-57f33eaafb76",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650861731606,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:44:05.261Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-25T04:44:05.262Z||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-04-25T04:44:05.262Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as p0pYBRqFNxTvYN2F) ...
2022-04-25T04:44:05.278Z||pool-105-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T04:44:05.279Z||pool-105-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-04-25T04:44:06.161Z|58d432fc-21eb-4c31-91ec-77c0c21ba09b|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-25T04:44:06.162Z|58d432fc-21eb-4c31-91ec-77c0c21ba09b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-25T04:44:06.164Z|58d432fc-21eb-4c31-91ec-77c0c21ba09b|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-25T04:44:06.165Z|58d432fc-21eb-4c31-91ec-77c0c21ba09b|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "672f8727-9a72-4aa8-8c13-57f33eaafb76",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650861731606,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-04-25T04:44:06.265Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-25T04:44:06.266Z||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-04-25T04:44:06.266Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as p0pYBRqFNxTvYN2F) ...
2022-04-25T04:44:06.286Z||pool-106-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T04:44:06.286Z||pool-106-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-04-25T04:44:07.165Z|58d432fc-21eb-4c31-91ec-77c0c21ba09b|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-25T04:44:07.166Z|58d432fc-21eb-4c31-91ec-77c0c21ba09b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-25T04:44:07.168Z|58d432fc-21eb-4c31-91ec-77c0c21ba09b|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-25T04:44:07.168Z|58d432fc-21eb-4c31-91ec-77c0c21ba09b|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "672f8727-9a72-4aa8-8c13-57f33eaafb76",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650861731606,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-04-25T04:44:07.268Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-25T04:44:07.269Z||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-04-25T04:44:07.269Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as p0pYBRqFNxTvYN2F) ...
2022-04-25T04:44:07.291Z||pool-107-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T04:44:07.292Z||pool-107-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-04-25T04:44:08.169Z|58d432fc-21eb-4c31-91ec-77c0c21ba09b|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-25T04:44:08.170Z|58d432fc-21eb-4c31-91ec-77c0c21ba09b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-25T04:44:08.172Z|58d432fc-21eb-4c31-91ec-77c0c21ba09b|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-25T04:44:08.172Z|58d432fc-21eb-4c31-91ec-77c0c21ba09b|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "672f8727-9a72-4aa8-8c13-57f33eaafb76",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650861731606,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:44:08.273Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-25T04:44:08.273Z||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-04-25T04:44:08.274Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as p0pYBRqFNxTvYN2F) ...
2022-04-25T04:44:08.351Z||pool-108-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T04:44:08.351Z||pool-108-thread-1|||||INFO|500||cambria reply ok (78 ms):{"serverTimeMs":0,"count":1}
2022-04-25T04:44:09.173Z|58d432fc-21eb-4c31-91ec-77c0c21ba09b|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-25T04:44:09.174Z|58d432fc-21eb-4c31-91ec-77c0c21ba09b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-25T04:44:09.176Z|58d432fc-21eb-4c31-91ec-77c0c21ba09b|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-25T04:44:09.176Z|58d432fc-21eb-4c31-91ec-77c0c21ba09b|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "672f8727-9a72-4aa8-8c13-57f33eaafb76",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650861731606,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-04-25T04:44:09.277Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-25T04:44:09.278Z||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-04-25T04:44:09.278Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as p0pYBRqFNxTvYN2F) ...
2022-04-25T04:44:09.403Z||pool-109-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T04:44:09.404Z||pool-109-thread-1|||||INFO|500||cambria reply ok (126 ms):{"serverTimeMs":1,"count":1}
2022-04-25T04:44:10.177Z|58d432fc-21eb-4c31-91ec-77c0c21ba09b|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-25T04:44:10.178Z|58d432fc-21eb-4c31-91ec-77c0c21ba09b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-25T04:44:10.180Z|58d432fc-21eb-4c31-91ec-77c0c21ba09b|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-25T04:44:10.180Z|58d432fc-21eb-4c31-91ec-77c0c21ba09b|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "672f8727-9a72-4aa8-8c13-57f33eaafb76",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650861731606,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:44:10.280Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-25T04:44:10.281Z||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-04-25T04:44:10.281Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as p0pYBRqFNxTvYN2F) ...
2022-04-25T04:44:10.371Z||pool-110-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T04:44:10.371Z||pool-110-thread-1|||||INFO|500||cambria reply ok (90 ms):{"serverTimeMs":1,"count":1}
2022-04-25T04:44:11.181Z|58d432fc-21eb-4c31-91ec-77c0c21ba09b|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-25T04:44:11.182Z|58d432fc-21eb-4c31-91ec-77c0c21ba09b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-25T04:44:11.184Z|58d432fc-21eb-4c31-91ec-77c0c21ba09b|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-25T04:44:11.184Z|58d432fc-21eb-4c31-91ec-77c0c21ba09b|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "672f8727-9a72-4aa8-8c13-57f33eaafb76",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650861731606,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:44:11.285Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-25T04:44:11.286Z||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-04-25T04:44:11.286Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as p0pYBRqFNxTvYN2F) ...
2022-04-25T04:44:11.394Z||pool-111-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T04:44:11.395Z||pool-111-thread-1|||||INFO|500||cambria reply ok (110 ms):{"serverTimeMs":1,"count":1}
2022-04-25T04:44:12.185Z|58d432fc-21eb-4c31-91ec-77c0c21ba09b|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-25T04:44:12.186Z|58d432fc-21eb-4c31-91ec-77c0c21ba09b|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-25T04:44:12.189Z|58d432fc-21eb-4c31-91ec-77c0c21ba09b|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-25T04:44:12.189Z|58d432fc-21eb-4c31-91ec-77c0c21ba09b|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "672f8727-9a72-4aa8-8c13-57f33eaafb76",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650861731606,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-04-25T04:44:12.289Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-25T04:44:12.290Z||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-04-25T04:44:12.290Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as p0pYBRqFNxTvYN2F) ...
2022-04-25T04:44:12.495Z||pool-112-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T04:44:12.496Z||pool-112-thread-1|||||INFO|500||cambria reply ok (207 ms):{"serverTimeMs":1,"count":1}
2022-04-25T04:44:13.190Z|58d432fc-21eb-4c31-91ec-77c0c21ba09b|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "672f8727-9a72-4aa8-8c13-57f33eaafb76",
  "serviceName": "basic_vm_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "909750f9-349d-42f7-801d-b2e68db0e01d",
  "serviceDescription": "service",
  "serviceInvariantUUID": "6c5b9292-3c94-44bf-b5e1-201ab0895e5d",
  "resources": [
    {
      "resourceInstanceName": "basic_vm_macro 0",
      "resourceCustomizationUUID": "b585df88-c096-4320-aee8-36411e88a5b5",
      "resourceName": "basic_vm_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "9bfcad2e-b1a9-45f8-acbd-a3dad3566213",
      "resourceInvariantUUID": "d1412ea0-3a94-43e3-9cd3-ee718a3f8879",
      "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": "ZjYzNzA3NmI5ZmE0M2QxOWZkZjI0ODEwZmQ0NzQzZTU\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "9e734c5c-6d3e-426d-b701-a8929e93a82a",
          "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": "737921c6-9826-48b6-a2d6-d85b015bc5df",
          "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": "e6949670-ad74-4dc6-9f20-ff0e01205392",
            "generatedFromUUID": "737921c6-9826-48b6-a2d6-d85b015bc5df"
          },
          "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": "e6949670-ad74-4dc6-9f20-ff0e01205392",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVmMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
      "artifactChecksum": "OTJhNWNiNzM4NjMyZmM0MjM4MjkwMzYxM2VlN2JlOWM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "e4432b93-bca2-4bb9-b455-76b351a500ed"
    }
  ],
  "workloadContext": "Production"
}
2022-04-25T04:44:13.191Z|58d432fc-21eb-4c31-91ec-77c0c21ba09b|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-04-25T04:44:13.191Z|58d432fc-21eb-4c31-91ec-77c0c21ba09b|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 909750f9-349d-42f7-801d-b2e68db0e01d ASDC
2022-04-25T04:44:13.191Z|672f8727-9a72-4aa8-8c13-57f33eaafb76|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:672f8727-9a72-4aa8-8c13-57f33eaafb76
ServiceName:basic_vm_macro
ServiceVersion:1.0
ServiceUUID:909750f9-349d-42f7-801d-b2e68db0e01d
ServiceInvariantUUID:6c5b9292-3c94-44bf-b5e1-201ab0895e5d
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:e4432b93-bca2-4bb9-b455-76b351a500ed
ArtifactChecksum:OTJhNWNiNzM4NjMyZmM0MjM4MjkwMzYxM2VlN2JlOWM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm_macro 0
ResourceCustomizationUUID:b585df88-c096-4320-aee8-36411e88a5b5
ResourceInvariantUUID:d1412ea0-3a94-43e3-9cd3-ee718a3f8879
ResourceName:basic_vm_macro
ResourceType:VF
ResourceUUID:9bfcad2e-b1a9-45f8-acbd-a3dad3566213
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:9e734c5c-6d3e-426d-b701-a8929e93a82a
ArtifactChecksum:ZjYzNzA3NmI5ZmE0M2QxOWZkZjI0ODEwZmQ0NzQzZTU=
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:737921c6-9826-48b6-a2d6-d85b015bc5df
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:e6949670-ad74-4dc6-9f20-ff0e01205392
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:e6949670-ad74-4dc6-9f20-ff0e01205392
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-04-25T04:44:13.191Z|672f8727-9a72-4aa8-8c13-57f33eaafb76|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 909750f9-349d-42f7-801d-b2e68db0e01d 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-04-25T04:44:13.260Z|672f8727-9a72-4aa8-8c13-57f33eaafb76|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-25T04:44:13.261Z|672f8727-9a72-4aa8-8c13-57f33eaafb76|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-04-25T04:44:13.261Z|672f8727-9a72-4aa8-8c13-57f33eaafb76|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-04-25T04:44:13.261Z|672f8727-9a72-4aa8-8c13-57f33eaafb76|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: e4432b93-bca2-4bb9-b455-76b351a500ed from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-04-25T04:44:13.261Z|672f8727-9a72-4aa8-8c13-57f33eaafb76|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-04-25T04:44:13.261Z|672f8727-9a72-4aa8-8c13-57f33eaafb76|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-04-25T04:44:14.557Z|672f8727-9a72-4aa8-8c13-57f33eaafb76|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-04-25T04:44:14.569Z|672f8727-9a72-4aa8-8c13-57f33eaafb76|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar e4432b93-bca2-4bb9-b455-76b351a500ed 78772
2022-04-25T04:44:14.570Z|672f8727-9a72-4aa8-8c13-57f33eaafb76|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2022-04-25T04:44:14.570Z|672f8727-9a72-4aa8-8c13-57f33eaafb76|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-04-25T04:44:14.570Z|672f8727-9a72-4aa8-8c13-57f33eaafb76|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-25T04:44:14.571Z|672f8727-9a72-4aa8-8c13-57f33eaafb76|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-25T04:44:14.573Z|672f8727-9a72-4aa8-8c13-57f33eaafb76|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-25T04:44:14.573Z|672f8727-9a72-4aa8-8c13-57f33eaafb76|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "672f8727-9a72-4aa8-8c13-57f33eaafb76",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650861854570,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-25T04:44:14.673Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-25T04:44:14.675Z||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-04-25T04:44:14.675Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as p0pYBRqFNxTvYN2F) ...
2022-04-25T04:44:14.826Z||pool-113-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T04:44:14.827Z||pool-113-thread-1|||||INFO|500||cambria reply ok (153 ms):{"serverTimeMs":0,"count":1}
2022-04-25T04:44:15.574Z|672f8727-9a72-4aa8-8c13-57f33eaafb76|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-25T04:44:15.576Z|672f8727-9a72-4aa8-8c13-57f33eaafb76|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-04-25T04:44:15.576Z|672f8727-9a72-4aa8-8c13-57f33eaafb76|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: e4432b93-bca2-4bb9-b455-76b351a500ed, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-04-25T04:44:15.577Z|672f8727-9a72-4aa8-8c13-57f33eaafb76|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar
2022-04-25T04:44:15.577Z|672f8727-9a72-4aa8-8c13-57f33eaafb76|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-04-25T04:44:15.577Z|672f8727-9a72-4aa8-8c13-57f33eaafb76|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-04-25T04:44:15.738Z|672f8727-9a72-4aa8-8c13-57f33eaafb76|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6727812009113820588/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-04-25T04:44:17.430Z|672f8727-9a72-4aa8-8c13-57f33eaafb76|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2022-04-25T04:44:17.431Z|672f8727-9a72-4aa8-8c13-57f33eaafb76|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-04-25T04:44:17.431Z|672f8727-9a72-4aa8-8c13-57f33eaafb76|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-04-25T04:44:17.431Z|672f8727-9a72-4aa8-8c13-57f33eaafb76|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-04-25T04:44:17.431Z|672f8727-9a72-4aa8-8c13-57f33eaafb76|pool-2-thread-5|||||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-04-25T04:44:17.431Z|672f8727-9a72-4aa8-8c13-57f33eaafb76|pool-2-thread-5|||||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-04-25T04:44:17.431Z|672f8727-9a72-4aa8-8c13-57f33eaafb76|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-04-25T04:44:17.431Z|672f8727-9a72-4aa8-8c13-57f33eaafb76|pool-2-thread-5|||||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-04-25T04:44:17.432Z|672f8727-9a72-4aa8-8c13-57f33eaafb76|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-04-25T04:44:17.432Z|672f8727-9a72-4aa8-8c13-57f33eaafb76|pool-2-thread-5|||||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-04-25T04:44:17.432Z|672f8727-9a72-4aa8-8c13-57f33eaafb76|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-04-25T04:44:17.432Z|672f8727-9a72-4aa8-8c13-57f33eaafb76|pool-2-thread-5|||||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-04-25T04:44:17.432Z|672f8727-9a72-4aa8-8c13-57f33eaafb76|pool-2-thread-5|||||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-04-25T04:44:17.432Z|672f8727-9a72-4aa8-8c13-57f33eaafb76|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-04-25T04:44:17.432Z|672f8727-9a72-4aa8-8c13-57f33eaafb76|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-25T04:44:17.433Z|672f8727-9a72-4aa8-8c13-57f33eaafb76|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-25T04:44:17.433Z|672f8727-9a72-4aa8-8c13-57f33eaafb76|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-04-25T04:44:17.433Z|672f8727-9a72-4aa8-8c13-57f33eaafb76|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-04-25T04:44:17.434Z|672f8727-9a72-4aa8-8c13-57f33eaafb76|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-25T04:44:17.434Z|672f8727-9a72-4aa8-8c13-57f33eaafb76|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-25T04:44:17.434Z|672f8727-9a72-4aa8-8c13-57f33eaafb76|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-25T04:44:17.435Z|672f8727-9a72-4aa8-8c13-57f33eaafb76|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-04-25T04:44:17.435Z|672f8727-9a72-4aa8-8c13-57f33eaafb76|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-04-25T04:44:17.435Z|672f8727-9a72-4aa8-8c13-57f33eaafb76|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-25T04:44:17.436Z|672f8727-9a72-4aa8-8c13-57f33eaafb76|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-25T04:44:17.436Z|672f8727-9a72-4aa8-8c13-57f33eaafb76|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-25T04:44:17.436Z|672f8727-9a72-4aa8-8c13-57f33eaafb76|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-25T04:44:17.436Z|672f8727-9a72-4aa8-8c13-57f33eaafb76|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-04-25T04:44:17.437Z|672f8727-9a72-4aa8-8c13-57f33eaafb76|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2022-04-25T04:44:17.437Z|672f8727-9a72-4aa8-8c13-57f33eaafb76|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2022-04-25T04:44:17.437Z|672f8727-9a72-4aa8-8c13-57f33eaafb76|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2022-04-25T04:44:17.437Z|672f8727-9a72-4aa8-8c13-57f33eaafb76|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-04-25T04:44:17.437Z|672f8727-9a72-4aa8-8c13-57f33eaafb76|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-04-25T04:44:17.438Z|672f8727-9a72-4aa8-8c13-57f33eaafb76|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-25T04:44:17.438Z|672f8727-9a72-4aa8-8c13-57f33eaafb76|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-25T04:44:17.438Z|672f8727-9a72-4aa8-8c13-57f33eaafb76|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-25T04:44:17.439Z|672f8727-9a72-4aa8-8c13-57f33eaafb76|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-04-25T04:44:17.439Z|672f8727-9a72-4aa8-8c13-57f33eaafb76|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-25T04:44:17.439Z|672f8727-9a72-4aa8-8c13-57f33eaafb76|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-25T04:44:17.439Z|672f8727-9a72-4aa8-8c13-57f33eaafb76|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-04-25T04:44:17.440Z|672f8727-9a72-4aa8-8c13-57f33eaafb76|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-25T04:44:17.440Z|672f8727-9a72-4aa8-8c13-57f33eaafb76|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-25T04:44:17.440Z|672f8727-9a72-4aa8-8c13-57f33eaafb76|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-04-25T04:44:17.441Z|672f8727-9a72-4aa8-8c13-57f33eaafb76|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-25T04:44:17.441Z|672f8727-9a72-4aa8-8c13-57f33eaafb76|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-25T04:44:17.441Z|672f8727-9a72-4aa8-8c13-57f33eaafb76|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-04-25T04:44:17.441Z|672f8727-9a72-4aa8-8c13-57f33eaafb76|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-04-25T04:44:17.441Z|672f8727-9a72-4aa8-8c13-57f33eaafb76|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-04-25T04:44:17.441Z|672f8727-9a72-4aa8-8c13-57f33eaafb76|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=ab037521-348b-4212-9e97-645085d4ed65
2022-04-25T04:44:17.442Z|672f8727-9a72-4aa8-8c13-57f33eaafb76|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-25T04:44:17.442Z|672f8727-9a72-4aa8-8c13-57f33eaafb76|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-25T04:44:17.442Z|672f8727-9a72-4aa8-8c13-57f33eaafb76|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-25T04:44:17.442Z|672f8727-9a72-4aa8-8c13-57f33eaafb76|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-25T04:44:17.443Z|672f8727-9a72-4aa8-8c13-57f33eaafb76|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-25T04:44:17.443Z|672f8727-9a72-4aa8-8c13-57f33eaafb76|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-25T04:44:17.443Z|672f8727-9a72-4aa8-8c13-57f33eaafb76|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-25T04:44:17.443Z|672f8727-9a72-4aa8-8c13-57f33eaafb76|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-25T04:44:17.444Z|672f8727-9a72-4aa8-8c13-57f33eaafb76|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm_macro
Description:service
Model UUID:909750f9-349d-42f7-801d-b2e68db0e01d
Model Version:NULL
Model InvariantUuid:6c5b9292-3c94-44bf-b5e1-201ab0895e5d
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm_macro
Model UUID:8b77ff3e-9c0f-4baa-ae32-b53c050b1174
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:d1412ea0-3a94-43e3-9cd3-ee718a3f8879
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:b585df88-c096-4320-aee8-36411e88a5b5
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:d30f2a4d-423c-4804-9143-f113b4d1f137
ModelName:BasicVmMacro..base_ubuntu20..module-0
ModelUuid:35bd5e06-469b-41d7-81cd-4b2ec4ace79c
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:ab037521-348b-4212-9e97-645085d4ed65
ModelInvariantUuid:46f93117-0aca-4716-b840-fcfaf08e39a7
ModelName:basic_vm_macro-nodes.ubuntu20Cvfc
ModelUuid:5ea29653-b17e-4931-8945-56460f48c37c
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:fbfea949-5ff7-4b73-85d0-b3773229d560
ModelInvariantUuid:e7a23783-5817-46f1-b6cf-ad5e39ad2046
ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20
ModelUuid:0ebbf0f2-d157-4c80-b547-cea78fe15dac
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-04-25T04:44:17.454Z|672f8727-9a72-4aa8-8c13-57f33eaafb76|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: 9bfcad2e-b1a9-45f8-acbd-a3dad3566213
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-04-25T04:44:17.458Z|672f8727-9a72-4aa8-8c13-57f33eaafb76|pool-2-thread-5|||||INFO|500||basic_vm_macro 0
2022-04-25T04:44:17.459Z|672f8727-9a72-4aa8-8c13-57f33eaafb76|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 9bfcad2e-b1a9-45f8-acbd-a3dad3566213
2022-04-25T04:44:17.459Z|672f8727-9a72-4aa8-8c13-57f33eaafb76|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 9e734c5c-6d3e-426d-b701-a8929e93a82a from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-04-25T04:44:17.459Z|672f8727-9a72-4aa8-8c13-57f33eaafb76|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-04-25T04:44:17.459Z|672f8727-9a72-4aa8-8c13-57f33eaafb76|pool-2-thread-5|||||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-04-25T04:44:17.851Z|672f8727-9a72-4aa8-8c13-57f33eaafb76|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-04-25T04:44:17.851Z|672f8727-9a72-4aa8-8c13-57f33eaafb76|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 9e734c5c-6d3e-426d-b701-a8929e93a82a 792
2022-04-25T04:44:17.851Z|672f8727-9a72-4aa8-8c13-57f33eaafb76|pool-2-thread-5|||||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-04-25T04:44:17.851Z|672f8727-9a72-4aa8-8c13-57f33eaafb76|pool-2-thread-5|||||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-04-25T04:44:17.851Z|672f8727-9a72-4aa8-8c13-57f33eaafb76|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-25T04:44:17.852Z|672f8727-9a72-4aa8-8c13-57f33eaafb76|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-25T04:44:17.854Z|672f8727-9a72-4aa8-8c13-57f33eaafb76|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-25T04:44:17.854Z|672f8727-9a72-4aa8-8c13-57f33eaafb76|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "672f8727-9a72-4aa8-8c13-57f33eaafb76",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650861857851,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-25T04:44:17.954Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-25T04:44:17.955Z||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-04-25T04:44:17.955Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as p0pYBRqFNxTvYN2F) ...
2022-04-25T04:44:18.008Z||pool-114-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T04:44:18.008Z||pool-114-thread-1|||||INFO|500||cambria reply ok (54 ms):{"serverTimeMs":1,"count":1}
2022-04-25T04:44:18.857Z|672f8727-9a72-4aa8-8c13-57f33eaafb76|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "d30f2a4d-423c-4804-9143-f113b4d1f137",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "35bd5e06-469b-41d7-81cd-4b2ec4ace79c",
    "vfModuleModelCustomizationUUID": "bd7b4525-9787-44b7-8bed-538ddce05843",
    "isBase": true,
    "artifacts": [
      "737921c6-9826-48b6-a2d6-d85b015bc5df",
      "e6949670-ad74-4dc6-9f20-ff0e01205392"
    ],
    "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-04-25T04:44:18.860Z|672f8727-9a72-4aa8-8c13-57f33eaafb76|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:35bd5e06-469b-41d7-81cd-4b2ec4ace79c
VfModuleModelInvariantUUID:d30f2a4d-423c-4804-9143-f113b4d1f137
VfModuleModelDescription:NULL
Artifacts UUID List:{
737921c6-9826-48b6-a2d6-d85b015bc5df
,
e6949670-ad74-4dc6-9f20-ff0e01205392

}
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-04-25T04:44:18.862Z|672f8727-9a72-4aa8-8c13-57f33eaafb76|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "d30f2a4d-423c-4804-9143-f113b4d1f137",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "35bd5e06-469b-41d7-81cd-4b2ec4ace79c",
    "vfModuleModelCustomizationUUID": "bd7b4525-9787-44b7-8bed-538ddce05843",
    "isBase": true,
    "artifacts": [
      "737921c6-9826-48b6-a2d6-d85b015bc5df",
      "e6949670-ad74-4dc6-9f20-ff0e01205392"
    ],
    "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-04-25T04:44:18.863Z|672f8727-9a72-4aa8-8c13-57f33eaafb76|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:35bd5e06-469b-41d7-81cd-4b2ec4ace79c
VfModuleModelInvariantUUID:d30f2a4d-423c-4804-9143-f113b4d1f137
VfModuleModelDescription:NULL
Artifacts UUID List:{
737921c6-9826-48b6-a2d6-d85b015bc5df
,
e6949670-ad74-4dc6-9f20-ff0e01205392

}
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-04-25T04:44:18.863Z|672f8727-9a72-4aa8-8c13-57f33eaafb76|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 737921c6-9826-48b6-a2d6-d85b015bc5df from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-04-25T04:44:18.863Z|672f8727-9a72-4aa8-8c13-57f33eaafb76|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-04-25T04:44:18.863Z|672f8727-9a72-4aa8-8c13-57f33eaafb76|pool-2-thread-5|||||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-04-25T04:44:19.455Z|672f8727-9a72-4aa8-8c13-57f33eaafb76|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-04-25T04:44:19.456Z|672f8727-9a72-4aa8-8c13-57f33eaafb76|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 737921c6-9826-48b6-a2d6-d85b015bc5df 5033
2022-04-25T04:44:19.456Z|672f8727-9a72-4aa8-8c13-57f33eaafb76|pool-2-thread-5|||||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-04-25T04:44:19.456Z|672f8727-9a72-4aa8-8c13-57f33eaafb76|pool-2-thread-5|||||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-04-25T04:44:19.457Z|672f8727-9a72-4aa8-8c13-57f33eaafb76|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-25T04:44:19.457Z|672f8727-9a72-4aa8-8c13-57f33eaafb76|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-25T04:44:19.459Z|672f8727-9a72-4aa8-8c13-57f33eaafb76|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-25T04:44:19.459Z|672f8727-9a72-4aa8-8c13-57f33eaafb76|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "672f8727-9a72-4aa8-8c13-57f33eaafb76",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650861859456,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-25T04:44:19.559Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-25T04:44:19.560Z||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-04-25T04:44:19.560Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as p0pYBRqFNxTvYN2F) ...
2022-04-25T04:44:19.631Z||pool-115-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T04:44:19.631Z||pool-115-thread-1|||||INFO|500||cambria reply ok (71 ms):{"serverTimeMs":0,"count":1}
2022-04-25T04:44:20.460Z|672f8727-9a72-4aa8-8c13-57f33eaafb76|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: e6949670-ad74-4dc6-9f20-ff0e01205392 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-04-25T04:44:20.460Z|672f8727-9a72-4aa8-8c13-57f33eaafb76|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-04-25T04:44:20.460Z|672f8727-9a72-4aa8-8c13-57f33eaafb76|pool-2-thread-5|||||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-04-25T04:44:20.761Z|672f8727-9a72-4aa8-8c13-57f33eaafb76|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-04-25T04:44:20.762Z|672f8727-9a72-4aa8-8c13-57f33eaafb76|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env e6949670-ad74-4dc6-9f20-ff0e01205392 903
2022-04-25T04:44:20.762Z|672f8727-9a72-4aa8-8c13-57f33eaafb76|pool-2-thread-5|||||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-04-25T04:44:20.762Z|672f8727-9a72-4aa8-8c13-57f33eaafb76|pool-2-thread-5|||||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-04-25T04:44:20.763Z|672f8727-9a72-4aa8-8c13-57f33eaafb76|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-25T04:44:20.763Z|672f8727-9a72-4aa8-8c13-57f33eaafb76|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-25T04:44:20.765Z|672f8727-9a72-4aa8-8c13-57f33eaafb76|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-25T04:44:20.766Z|672f8727-9a72-4aa8-8c13-57f33eaafb76|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "672f8727-9a72-4aa8-8c13-57f33eaafb76",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650861860762,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-04-25T04:44:20.866Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-25T04:44:20.866Z||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-04-25T04:44:20.867Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as p0pYBRqFNxTvYN2F) ...
2022-04-25T04:44:20.892Z||pool-116-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T04:44:20.893Z||pool-116-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":1,"count":1}
2022-04-25T04:44:21.767Z|672f8727-9a72-4aa8-8c13-57f33eaafb76|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 909750f9-349d-42f7-801d-b2e68db0e01d
2022-04-25T04:44:21.767Z|672f8727-9a72-4aa8-8c13-57f33eaafb76|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 9bfcad2e-b1a9-45f8-acbd-a3dad3566213 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-04-25T04:44:21.789Z|672f8727-9a72-4aa8-8c13-57f33eaafb76|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3ac8fd23, org.onap.sdc.toscaparser.api.parameters.Input@44328180, org.onap.sdc.toscaparser.api.parameters.Input@7bae665f, org.onap.sdc.toscaparser.api.parameters.Input@709c4f48, org.onap.sdc.toscaparser.api.parameters.Input@dc0959d]
2022-04-25T04:44:21.791Z|672f8727-9a72-4aa8-8c13-57f33eaafb76|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-25T04:44:21.791Z|672f8727-9a72-4aa8-8c13-57f33eaafb76|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-25T04:44:21.791Z|672f8727-9a72-4aa8-8c13-57f33eaafb76|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic 
2022-04-25T04:44:21.792Z|672f8727-9a72-4aa8-8c13-57f33eaafb76|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= b585df88-c096-4320-aee8-36411e88a5b5
2022-04-25T04:44:21.792Z|672f8727-9a72-4aa8-8c13-57f33eaafb76|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: b585df88-c096-4320-aee8-36411e88a5b5 matches Tosca VF Customization UUID: b585df88-c096-4320-aee8-36411e88a5b5
2022-04-25T04:44:21.792Z|672f8727-9a72-4aa8-8c13-57f33eaafb76|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: b585df88-c096-4320-aee8-36411e88a5b5  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-04-25T04:44:21.802Z|672f8727-9a72-4aa8-8c13-57f33eaafb76|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-25T04:44:21.803Z|672f8727-9a72-4aa8-8c13-57f33eaafb76|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-25T04:44:21.804Z|672f8727-9a72-4aa8-8c13-57f33eaafb76|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id b585df88-c096-4320-aee8-36411e88a5b5: {\"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-04-25T04:44:21.804Z|672f8727-9a72-4aa8-8c13-57f33eaafb76|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@47cec1a0
2022-04-25T04:44:21.804Z|672f8727-9a72-4aa8-8c13-57f33eaafb76|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-25T04:44:21.805Z|672f8727-9a72-4aa8-8c13-57f33eaafb76|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-25T04:44:21.805Z|672f8727-9a72-4aa8-8c13-57f33eaafb76|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : bd7b4525-9787-44b7-8bed-538ddce05843
2022-04-25T04:44:21.805Z|672f8727-9a72-4aa8-8c13-57f33eaafb76|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID bd7b4525-9787-44b7-8bed-538ddce05843
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-04-25T04:44:21.809Z|672f8727-9a72-4aa8-8c13-57f33eaafb76|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-25T04:44:21.809Z|672f8727-9a72-4aa8-8c13-57f33eaafb76|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-04-25T04:44:21.809Z|672f8727-9a72-4aa8-8c13-57f33eaafb76|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-25T04:44:21.810Z|672f8727-9a72-4aa8-8c13-57f33eaafb76|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-25T04:44:21.810Z|672f8727-9a72-4aa8-8c13-57f33eaafb76|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-04-25T04:44:21.810Z|672f8727-9a72-4aa8-8c13-57f33eaafb76|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-25T04:44:21.810Z|672f8727-9a72-4aa8-8c13-57f33eaafb76|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-25T04:44:21.811Z|672f8727-9a72-4aa8-8c13-57f33eaafb76|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-04-25T04:44:21.811Z|672f8727-9a72-4aa8-8c13-57f33eaafb76|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-04-25T04:44:21.811Z|672f8727-9a72-4aa8-8c13-57f33eaafb76|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-04-25T04:44:21.811Z|672f8727-9a72-4aa8-8c13-57f33eaafb76|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=ab037521-348b-4212-9e97-645085d4ed65
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-04-25T04:44:21.814Z|672f8727-9a72-4aa8-8c13-57f33eaafb76|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-25T04:44:21.814Z|672f8727-9a72-4aa8-8c13-57f33eaafb76|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-04-25T04:44:21.814Z|672f8727-9a72-4aa8-8c13-57f33eaafb76|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-25T04:44:21.815Z|672f8727-9a72-4aa8-8c13-57f33eaafb76|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-25T04:44:21.815Z|672f8727-9a72-4aa8-8c13-57f33eaafb76|pool-2-thread-5|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-04-25T04:44:21.815Z|672f8727-9a72-4aa8-8c13-57f33eaafb76|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=b585df88-c096-4320-aee8-36411e88a5b5
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-04-25T04:44:21.817Z|672f8727-9a72-4aa8-8c13-57f33eaafb76|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-25T04:44:21.817Z|672f8727-9a72-4aa8-8c13-57f33eaafb76|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-25T04:44:21.818Z|672f8727-9a72-4aa8-8c13-57f33eaafb76|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid 909750f9-349d-42f7-801d-b2e68db0e01d: basic_vm_macro
2022-04-25T04:44:21.818Z|672f8727-9a72-4aa8-8c13-57f33eaafb76|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-25T04:44:21.818Z|672f8727-9a72-4aa8-8c13-57f33eaafb76|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-25T04:44:21.818Z|672f8727-9a72-4aa8-8c13-57f33eaafb76|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-25T04:44:21.818Z|672f8727-9a72-4aa8-8c13-57f33eaafb76|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-25T04:44:21.819Z|672f8727-9a72-4aa8-8c13-57f33eaafb76|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-25T04:44:21.819Z|672f8727-9a72-4aa8-8c13-57f33eaafb76|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-25T04:44:21.819Z|672f8727-9a72-4aa8-8c13-57f33eaafb76|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-25T04:44:21.819Z|672f8727-9a72-4aa8-8c13-57f33eaafb76|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-25T04:44:21.819Z|672f8727-9a72-4aa8-8c13-57f33eaafb76|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-25T04:44:21.820Z|672f8727-9a72-4aa8-8c13-57f33eaafb76|pool-2-thread-5|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-25T04:44:21.820Z|672f8727-9a72-4aa8-8c13-57f33eaafb76|pool-2-thread-5|||||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-04-25T04:44:22.063Z|672f8727-9a72-4aa8-8c13-57f33eaafb76|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro 9bfcad2e-b1a9-45f8-acbd-a3dad3566213 1 ASDC deployResourceStructure
2022-04-25T04:44:22.063Z|672f8727-9a72-4aa8-8c13-57f33eaafb76|pool-2-thread-5|||||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-04-25T04:44:22.063Z|672f8727-9a72-4aa8-8c13-57f33eaafb76|pool-2-thread-5|||||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-04-25T04:44:22.063Z|672f8727-9a72-4aa8-8c13-57f33eaafb76|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-25T04:44:22.063Z|672f8727-9a72-4aa8-8c13-57f33eaafb76|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-25T04:44:22.066Z|672f8727-9a72-4aa8-8c13-57f33eaafb76|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-25T04:44:22.066Z|672f8727-9a72-4aa8-8c13-57f33eaafb76|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "672f8727-9a72-4aa8-8c13-57f33eaafb76",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650861862063,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-25T04:44:22.166Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-25T04:44:22.167Z||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-04-25T04:44:22.167Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as p0pYBRqFNxTvYN2F) ...
2022-04-25T04:44:22.259Z||pool-117-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T04:44:22.260Z||pool-117-thread-1|||||INFO|500||cambria reply ok (94 ms):{"serverTimeMs":0,"count":1}
2022-04-25T04:44:23.067Z|672f8727-9a72-4aa8-8c13-57f33eaafb76|pool-2-thread-5|||||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-04-25T04:44:23.068Z|672f8727-9a72-4aa8-8c13-57f33eaafb76|pool-2-thread-5|||||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-04-25T04:44:23.068Z|672f8727-9a72-4aa8-8c13-57f33eaafb76|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-25T04:44:23.068Z|672f8727-9a72-4aa8-8c13-57f33eaafb76|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-25T04:44:23.070Z|672f8727-9a72-4aa8-8c13-57f33eaafb76|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-25T04:44:23.070Z|672f8727-9a72-4aa8-8c13-57f33eaafb76|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "672f8727-9a72-4aa8-8c13-57f33eaafb76",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650861863067,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-04-25T04:44:23.171Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-04-25T04:44:23.172Z||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-04-25T04:44:23.172Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as p0pYBRqFNxTvYN2F) ...
2022-04-25T04:44:23.307Z||pool-118-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T04:44:23.308Z||pool-118-thread-1|||||INFO|500||cambria reply ok (137 ms):{"serverTimeMs":1,"count":1}
2022-04-25T04:44:24.071Z|672f8727-9a72-4aa8-8c13-57f33eaafb76|pool-2-thread-5|||||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-04-25T04:44:24.072Z|672f8727-9a72-4aa8-8c13-57f33eaafb76|pool-2-thread-5|||||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-04-25T04:44:24.072Z|672f8727-9a72-4aa8-8c13-57f33eaafb76|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-25T04:44:24.072Z|672f8727-9a72-4aa8-8c13-57f33eaafb76|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-25T04:44:24.074Z|672f8727-9a72-4aa8-8c13-57f33eaafb76|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-25T04:44:24.074Z|672f8727-9a72-4aa8-8c13-57f33eaafb76|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "672f8727-9a72-4aa8-8c13-57f33eaafb76",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650861864071,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-04-25T04:44:24.174Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-25T04:44:24.175Z||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-04-25T04:44:24.175Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as p0pYBRqFNxTvYN2F) ...
2022-04-25T04:44:24.223Z||pool-119-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T04:44:24.224Z||pool-119-thread-1|||||INFO|500||cambria reply ok (50 ms):{"serverTimeMs":0,"count":1}
2022-04-25T04:44:25.075Z|672f8727-9a72-4aa8-8c13-57f33eaafb76|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2022-04-25T04:44:25.075Z|672f8727-9a72-4aa8-8c13-57f33eaafb76|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-04-25T04:44:25.075Z|672f8727-9a72-4aa8-8c13-57f33eaafb76|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-25T04:44:25.077Z|672f8727-9a72-4aa8-8c13-57f33eaafb76|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-25T04:44:25.089Z|672f8727-9a72-4aa8-8c13-57f33eaafb76|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-25T04:44:25.089Z|672f8727-9a72-4aa8-8c13-57f33eaafb76|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "672f8727-9a72-4aa8-8c13-57f33eaafb76",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650861865075,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-25T04:44:25.189Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-25T04:44:25.190Z||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-04-25T04:44:25.190Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as p0pYBRqFNxTvYN2F) ...
2022-04-25T04:44:25.279Z||pool-120-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T04:44:25.280Z||pool-120-thread-1|||||INFO|500||cambria reply ok (91 ms):{"serverTimeMs":0,"count":1}
2022-04-25T04:44:26.090Z|672f8727-9a72-4aa8-8c13-57f33eaafb76|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 672f8727-9a72-4aa8-8c13-57f33eaafb76
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-25T04:44:26.102Z|672f8727-9a72-4aa8-8c13-57f33eaafb76|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 672f8727-9a72-4aa8-8c13-57f33eaafb76
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-04-25T04:44:26.106Z|672f8727-9a72-4aa8-8c13-57f33eaafb76|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-25T04:44:26.106Z|672f8727-9a72-4aa8-8c13-57f33eaafb76|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-25T04:44:26.106Z|672f8727-9a72-4aa8-8c13-57f33eaafb76|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-04-25T04:44:26.106Z|672f8727-9a72-4aa8-8c13-57f33eaafb76|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-04-25T04:44:26.106Z|672f8727-9a72-4aa8-8c13-57f33eaafb76|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-25T04:44:26.107Z|672f8727-9a72-4aa8-8c13-57f33eaafb76|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-25T04:44:26.107Z|672f8727-9a72-4aa8-8c13-57f33eaafb76|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-25T04:44:26.107Z|672f8727-9a72-4aa8-8c13-57f33eaafb76|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-25T04:44:26.107Z|672f8727-9a72-4aa8-8c13-57f33eaafb76|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-25T04:44:26.107Z|672f8727-9a72-4aa8-8c13-57f33eaafb76|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-25T04:44:26.107Z|672f8727-9a72-4aa8-8c13-57f33eaafb76|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-25T04:44:26.112Z|672f8727-9a72-4aa8-8c13-57f33eaafb76|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-04-25T04:44:26.853Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T04:44:26.854Z||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-04-25T04:44:26.854Z||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 p0pYBRqFNxTvYN2F) ...
2022-04-25T04:44:26.950Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T04:44:26.951Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:44:26.951Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8f04dfa4-901e-4989-9b30-9fbab0a125eb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650861678362,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:44:26.952Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:44:26.952Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:44:26.952Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8f04dfa4-901e-4989-9b30-9fbab0a125eb",
  "consumerID": "clamp",
  "timestamp": 1650861687203,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-25T04:44:26.952Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T04:44:26.952Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:44:26.952Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8f04dfa4-901e-4989-9b30-9fbab0a125eb",
  "consumerID": "clamp",
  "timestamp": 1650861688207,
  "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-04-25T04:44:26.962Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 8f04dfa4-901e-4989-9b30-9fbab0a125eb
2022-04-25T04:44:26.963Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8f04dfa4-901e-4989-9b30-9fbab0a125eb 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-04-25T04:44:26.981Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:44:26.982Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8f04dfa4-901e-4989-9b30-9fbab0a125eb",
  "consumerID": "aai-ml",
  "timestamp": 1650861688636,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-25T04:44:26.982Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T04:44:26.982Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:44:26.982Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8f04dfa4-901e-4989-9b30-9fbab0a125eb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650861688325,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-25T04:44:26.982Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T04:44:26.983Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:44:26.983Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8f04dfa4-901e-4989-9b30-9fbab0a125eb",
  "consumerID": "aai-ml",
  "timestamp": 1650861689642,
  "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-04-25T04:44:26.989Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 8f04dfa4-901e-4989-9b30-9fbab0a125eb
2022-04-25T04:44:26.989Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8f04dfa4-901e-4989-9b30-9fbab0a125eb 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-04-25T04:44:27.003Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:44:27.003Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8f04dfa4-901e-4989-9b30-9fbab0a125eb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650861689353,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-04-25T04:44:27.004Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T04:44:27.004Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:44:27.004Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8f04dfa4-901e-4989-9b30-9fbab0a125eb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650861690357,
  "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-04-25T04:44:27.013Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 8f04dfa4-901e-4989-9b30-9fbab0a125eb
2022-04-25T04:44:27.013Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8f04dfa4-901e-4989-9b30-9fbab0a125eb 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-04-25T04:44:27.027Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:44:27.027Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc1ff1b1-515c-4451-a24f-9400346f0855",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650861730586,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-04-25T04:44:27.027Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T04:44:27.028Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:44:27.028Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df95f742-973c-4e2b-bacc-ecb2ef8927dc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650861731606,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:44:27.028Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:44:27.028Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:44:27.028Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df95f742-973c-4e2b-bacc-ecb2ef8927dc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650861731606,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-04-25T04:44:27.028Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:44:27.028Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:44:27.028Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df95f742-973c-4e2b-bacc-ecb2ef8927dc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650861731606,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-04-25T04:44:27.028Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:44:27.029Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:44:27.029Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df95f742-973c-4e2b-bacc-ecb2ef8927dc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650861731606,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:44:27.029Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:44:27.029Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:44:27.029Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df95f742-973c-4e2b-bacc-ecb2ef8927dc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650861731606,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-04-25T04:44:27.029Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:44:27.029Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:44:27.029Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df95f742-973c-4e2b-bacc-ecb2ef8927dc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650861731606,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:44:27.029Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:44:27.029Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:44:27.029Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df95f742-973c-4e2b-bacc-ecb2ef8927dc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650861731606,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-04-25T04:44:27.030Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:44:27.030Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:44:27.030Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df95f742-973c-4e2b-bacc-ecb2ef8927dc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650861743665,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-25T04:44:27.030Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T04:44:56.112Z|672f8727-9a72-4aa8-8c13-57f33eaafb76|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 672f8727-9a72-4aa8-8c13-57f33eaafb76 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-04-25T04:44:56.119Z|672f8727-9a72-4aa8-8c13-57f33eaafb76|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 672f8727-9a72-4aa8-8c13-57f33eaafb76 and serviceModelVersionId: 909750f9-349d-42f7-801d-b2e68db0e01d
2022-04-25T04:44:56.119Z|672f8727-9a72-4aa8-8c13-57f33eaafb76|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 6c5b9292-3c94-44bf-b5e1-201ab0895e5d
2022-04-25T04:44:56.120Z|672f8727-9a72-4aa8-8c13-57f33eaafb76|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/6c5b9292-3c94-44bf-b5e1-201ab0895e5d/model-vers/model-ver/909750f9-349d-42f7-801d-b2e68db0e01d?depth=0
2022-04-25T04:44:56.125Z|672f8727-9a72-4aa8-8c13-57f33eaafb76|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2022-04-25T04:44:56.182Z|672f8727-9a72-4aa8-8c13-57f33eaafb76|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c5b9292-3c94-44bf-b5e1-201ab0895e5d/model-vers/model-ver/909750f9-349d-42f7-801d-b2e68db0e01d?depth=0|INFO|500||Invoke
2022-04-25T04:44:56.183Z|672f8727-9a72-4aa8-8c13-57f33eaafb76|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c5b9292-3c94-44bf-b5e1-201ab0895e5d/model-vers/model-ver/909750f9-349d-42f7-801d-b2e68db0e01d?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c5b9292-3c94-44bf-b5e1-201ab0895e5d/model-vers/model-ver/909750f9-349d-42f7-801d-b2e68db0e01d?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[672f8727-9a72-4aa8-8c13-57f33eaafb76], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[98ec393b-8a46-4afd-95cd-d8ca946e473c], X-ECOMP-RequestID=[672f8727-9a72-4aa8-8c13-57f33eaafb76], X-TransactionId=[], X-ONAP-RequestID=[672f8727-9a72-4aa8-8c13-57f33eaafb76], Content-Type=[application/merge-patch+json]}
2022-04-25T04:44:56.206Z|672f8727-9a72-4aa8-8c13-57f33eaafb76|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c5b9292-3c94-44bf-b5e1-201ab0895e5d/model-vers/model-ver/909750f9-349d-42f7-801d-b2e68db0e01d?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-04-25T04:44:57.197Z|672f8727-9a72-4aa8-8c13-57f33eaafb76|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c5b9292-3c94-44bf-b5e1-201ab0895e5d/model-vers/model-ver/909750f9-349d-42f7-801d-b2e68db0e01d?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/6c5b9292-3c94-44bf-b5e1-201ab0895e5d/model-vers/model-ver/909750f9-349d-42f7-801d-b2e68db0e01d?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220425-04:44:55:668-53197], vertex-id=[241840], Content-Length=[0], Date=[Mon, 25 Apr 2022 04:44:55 GMT], Content-Type=[application/json]}
2022-04-25T04:44:57.197Z|672f8727-9a72-4aa8-8c13-57f33eaafb76|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c5b9292-3c94-44bf-b5e1-201ab0895e5d/model-vers/model-ver/909750f9-349d-42f7-801d-b2e68db0e01d?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-04-25T04:44:57.198Z|672f8727-9a72-4aa8-8c13-57f33eaafb76|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6c5b9292-3c94-44bf-b5e1-201ab0895e5d/model-vers/model-ver/909750f9-349d-42f7-801d-b2e68db0e01d?depth=0|INFO|500||InvokeReturn
2022-04-25T04:44:57.199Z|672f8727-9a72-4aa8-8c13-57f33eaafb76|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-04-25T04:44:57.199Z|672f8727-9a72-4aa8-8c13-57f33eaafb76|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-25T04:44:57.208Z|672f8727-9a72-4aa8-8c13-57f33eaafb76|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-04-25T04:44:57.209Z|672f8727-9a72-4aa8-8c13-57f33eaafb76|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 672f8727-9a72-4aa8-8c13-57f33eaafb76 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-04-25T04:44:57.209Z|672f8727-9a72-4aa8-8c13-57f33eaafb76|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-04-25T04:44:57.210Z|672f8727-9a72-4aa8-8c13-57f33eaafb76|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-25T04:44:57.212Z|672f8727-9a72-4aa8-8c13-57f33eaafb76|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-25T04:44:57.212Z|672f8727-9a72-4aa8-8c13-57f33eaafb76|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "672f8727-9a72-4aa8-8c13-57f33eaafb76",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650861897209,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-04-25T04:44:57.312Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-25T04:44:57.314Z||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-04-25T04:44:57.314Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as p0pYBRqFNxTvYN2F) ...
2022-04-25T04:44:57.364Z||pool-121-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T04:44:57.365Z||pool-121-thread-1|||||INFO|500||cambria reply ok (52 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-04-25T04:44:58.226Z|672f8727-9a72-4aa8-8c13-57f33eaafb76|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-25T04:44:58.227Z|672f8727-9a72-4aa8-8c13-57f33eaafb76|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"8f04dfa4-901e-4989-9b30-9fbab0a125eb","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"ee47063c-30a7-4d71-9f35-758f79af9b0b","serviceDescription":"service","serviceInvariantUUID":"74a78543-ae6d-4442-9681-346046308b89","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"fcc6d92c-4750-4bcd-b66d-763b92d0cb0c","resourceInvariantUUID":"46cf3562-54e5-4c57-a60c-ceecc9a42d14","resourceCustomizationUUID":"247c5002-9a59-4500-9f61-591f963e32d3","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":"NmQ0ZWMxMmMzNGIyZmQ5ZDZlNTE3OWE1OWY0Mzk4ZDY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"b3f35c3e-b386-48d1-b670-234faa481538","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":"66f56b6d-fe87-41a0-9597-6daa4f08c665","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":"c5408587-fb17-4454-aaf4-5fba71c15bbc","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":"NjYyMTkxNjk3ZWJlMDliY2UxODc3MTI1ZTE4OTc5YTM\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"935310c1-504f-4e15-8800-22f333414304","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":"c52b8d39-1edd-4cf2-b674-4976e957f436","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":"d005d903-67bd-4c01-a5a6-f91179173bd7","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":"ba2a68f6-91d5-417c-89df-aaec585ce5c6","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":"OGUwOTU2MWZlYTAwZDcxNjU5ZjdmNzY1NzAwNmY1Mjk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"5e575c9f-e4b6-434b-a753-43aa902536fd","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"OTU1MDQ0NmJjYjg4YmUxZjRjMWRiMmMyOWI0ZDIzMWY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"e24ff9d8-7914-451c-a281-df6776d5d888","artifactVersion":"1"}],"workloadContext":"Production"}
2022-04-25T04:44:58.227Z|672f8727-9a72-4aa8-8c13-57f33eaafb76|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-25T04:44:58.228Z|672f8727-9a72-4aa8-8c13-57f33eaafb76|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-25T04:44:58.231Z|672f8727-9a72-4aa8-8c13-57f33eaafb76|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-25T04:44:58.231Z|672f8727-9a72-4aa8-8c13-57f33eaafb76|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "8f04dfa4-901e-4989-9b30-9fbab0a125eb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650861731606,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:44:58.330Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-25T04:44:58.331Z||pool-122-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-25T04:44:58.331Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as p0pYBRqFNxTvYN2F) ...
2022-04-25T04:44:58.357Z||pool-122-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T04:44:58.357Z||pool-122-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-04-25T04:44:59.232Z|672f8727-9a72-4aa8-8c13-57f33eaafb76|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-25T04:44:59.233Z|672f8727-9a72-4aa8-8c13-57f33eaafb76|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-25T04:44:59.236Z|672f8727-9a72-4aa8-8c13-57f33eaafb76|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-25T04:44:59.236Z|672f8727-9a72-4aa8-8c13-57f33eaafb76|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "8f04dfa4-901e-4989-9b30-9fbab0a125eb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650861731606,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:44:59.337Z||pool-123-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-04-25T04:44:59.338Z||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-04-25T04:44:59.338Z||pool-123-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as p0pYBRqFNxTvYN2F) ...
2022-04-25T04:44:59.370Z||pool-123-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T04:44:59.370Z||pool-123-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":1,"count":1}
2022-04-25T04:45:00.237Z|672f8727-9a72-4aa8-8c13-57f33eaafb76|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-25T04:45:00.237Z|672f8727-9a72-4aa8-8c13-57f33eaafb76|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-25T04:45:00.240Z|672f8727-9a72-4aa8-8c13-57f33eaafb76|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-25T04:45:00.240Z|672f8727-9a72-4aa8-8c13-57f33eaafb76|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "8f04dfa4-901e-4989-9b30-9fbab0a125eb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650861731606,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:45:00.340Z||pool-124-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-25T04:45:00.341Z||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-04-25T04:45:00.341Z||pool-124-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as p0pYBRqFNxTvYN2F) ...
2022-04-25T04:45:00.383Z||pool-124-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T04:45:00.384Z||pool-124-thread-1|||||INFO|500||cambria reply ok (44 ms):{"serverTimeMs":1,"count":1}
2022-04-25T04:45:01.241Z|672f8727-9a72-4aa8-8c13-57f33eaafb76|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-25T04:45:01.242Z|672f8727-9a72-4aa8-8c13-57f33eaafb76|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-25T04:45:01.244Z|672f8727-9a72-4aa8-8c13-57f33eaafb76|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-25T04:45:01.244Z|672f8727-9a72-4aa8-8c13-57f33eaafb76|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "8f04dfa4-901e-4989-9b30-9fbab0a125eb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650861731606,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:45:01.344Z||pool-125-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-25T04:45:01.345Z||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-04-25T04:45:01.345Z||pool-125-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as p0pYBRqFNxTvYN2F) ...
2022-04-25T04:45:01.387Z||pool-125-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T04:45:01.388Z||pool-125-thread-1|||||INFO|500||cambria reply ok (43 ms):{"serverTimeMs":0,"count":1}
2022-04-25T04:45:02.245Z|672f8727-9a72-4aa8-8c13-57f33eaafb76|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-25T04:45:02.245Z|672f8727-9a72-4aa8-8c13-57f33eaafb76|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-25T04:45:02.247Z|672f8727-9a72-4aa8-8c13-57f33eaafb76|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-25T04:45:02.248Z|672f8727-9a72-4aa8-8c13-57f33eaafb76|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "8f04dfa4-901e-4989-9b30-9fbab0a125eb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650861731606,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:45:02.347Z||pool-126-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-25T04:45:02.348Z||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-04-25T04:45:02.348Z||pool-126-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as p0pYBRqFNxTvYN2F) ...
2022-04-25T04:45:02.377Z||pool-126-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T04:45:02.377Z||pool-126-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1}
2022-04-25T04:45:03.248Z|672f8727-9a72-4aa8-8c13-57f33eaafb76|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-25T04:45:03.248Z|672f8727-9a72-4aa8-8c13-57f33eaafb76|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-25T04:45:03.251Z|672f8727-9a72-4aa8-8c13-57f33eaafb76|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-25T04:45:03.251Z|672f8727-9a72-4aa8-8c13-57f33eaafb76|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "8f04dfa4-901e-4989-9b30-9fbab0a125eb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650861731606,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:45:03.351Z||pool-127-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-25T04:45:03.352Z||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-04-25T04:45:03.352Z||pool-127-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as p0pYBRqFNxTvYN2F) ...
2022-04-25T04:45:03.379Z||pool-127-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T04:45:03.380Z||pool-127-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1}
2022-04-25T04:45:04.252Z|672f8727-9a72-4aa8-8c13-57f33eaafb76|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-25T04:45:04.253Z|672f8727-9a72-4aa8-8c13-57f33eaafb76|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-25T04:45:04.256Z|672f8727-9a72-4aa8-8c13-57f33eaafb76|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-25T04:45:04.256Z|672f8727-9a72-4aa8-8c13-57f33eaafb76|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "8f04dfa4-901e-4989-9b30-9fbab0a125eb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650861731606,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:45:04.356Z||pool-128-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-25T04:45:04.357Z||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-04-25T04:45:04.357Z||pool-128-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as p0pYBRqFNxTvYN2F) ...
2022-04-25T04:45:04.403Z||pool-128-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T04:45:04.404Z||pool-128-thread-1|||||INFO|500||cambria reply ok (47 ms):{"serverTimeMs":1,"count":1}
2022-04-25T04:45:05.257Z|672f8727-9a72-4aa8-8c13-57f33eaafb76|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-25T04:45:05.257Z|672f8727-9a72-4aa8-8c13-57f33eaafb76|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-25T04:45:05.260Z|672f8727-9a72-4aa8-8c13-57f33eaafb76|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-25T04:45:05.260Z|672f8727-9a72-4aa8-8c13-57f33eaafb76|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "8f04dfa4-901e-4989-9b30-9fbab0a125eb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650861731606,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:45:05.361Z||pool-129-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-04-25T04:45:05.362Z||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-04-25T04:45:05.362Z||pool-129-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as p0pYBRqFNxTvYN2F) ...
2022-04-25T04:45:05.466Z||pool-129-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T04:45:05.467Z||pool-129-thread-1|||||INFO|500||cambria reply ok (106 ms):{"serverTimeMs":0,"count":1}
2022-04-25T04:45:06.261Z|672f8727-9a72-4aa8-8c13-57f33eaafb76|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-25T04:45:06.262Z|672f8727-9a72-4aa8-8c13-57f33eaafb76|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-25T04:45:06.264Z|672f8727-9a72-4aa8-8c13-57f33eaafb76|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-25T04:45:06.264Z|672f8727-9a72-4aa8-8c13-57f33eaafb76|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "8f04dfa4-901e-4989-9b30-9fbab0a125eb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650861731606,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-04-25T04:45:06.364Z||pool-130-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-25T04:45:06.365Z||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-04-25T04:45:06.365Z||pool-130-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as p0pYBRqFNxTvYN2F) ...
2022-04-25T04:45:06.409Z||pool-130-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T04:45:06.410Z||pool-130-thread-1|||||INFO|500||cambria reply ok (45 ms):{"serverTimeMs":0,"count":1}
2022-04-25T04:45:07.268Z|672f8727-9a72-4aa8-8c13-57f33eaafb76|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "8f04dfa4-901e-4989-9b30-9fbab0a125eb",
  "serviceName": "test_pnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "ee47063c-30a7-4d71-9f35-758f79af9b0b",
  "serviceDescription": "service",
  "serviceInvariantUUID": "74a78543-ae6d-4442-9681-346046308b89",
  "resources": [
    {
      "resourceInstanceName": "test-pnf 0",
      "resourceCustomizationUUID": "247c5002-9a59-4500-9f61-591f963e32d3",
      "resourceName": "test-pnf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "fcc6d92c-4750-4bcd-b66d-763b92d0cb0c",
      "resourceInvariantUUID": "46cf3562-54e5-4c57-a60c-ceecc9a42d14",
      "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": "OTU1MDQ0NmJjYjg4YmUxZjRjMWRiMmMyOWI0ZDIzMWY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "e24ff9d8-7914-451c-a281-df6776d5d888"
    }
  ],
  "workloadContext": "Production"
}
2022-04-25T04:45:07.269Z|672f8727-9a72-4aa8-8c13-57f33eaafb76|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-04-25T04:45:07.269Z|672f8727-9a72-4aa8-8c13-57f33eaafb76|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 ee47063c-30a7-4d71-9f35-758f79af9b0b ASDC
2022-04-25T04:45:07.270Z|8f04dfa4-901e-4989-9b30-9fbab0a125eb|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:8f04dfa4-901e-4989-9b30-9fbab0a125eb
ServiceName:test_pnf_macro
ServiceVersion:1.0
ServiceUUID:ee47063c-30a7-4d71-9f35-758f79af9b0b
ServiceInvariantUUID:74a78543-ae6d-4442-9681-346046308b89
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:e24ff9d8-7914-451c-a281-df6776d5d888
ArtifactChecksum:OTU1MDQ0NmJjYjg4YmUxZjRjMWRiMmMyOWI0ZDIzMWY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:test-pnf 0
ResourceCustomizationUUID:247c5002-9a59-4500-9f61-591f963e32d3
ResourceInvariantUUID:46cf3562-54e5-4c57-a60c-ceecc9a42d14
ResourceName:test-pnf
ResourceType:PNF
ResourceUUID:fcc6d92c-4750-4bcd-b66d-763b92d0cb0c
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-04-25T04:45:07.270Z|8f04dfa4-901e-4989-9b30-9fbab0a125eb|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ee47063c-30a7-4d71-9f35-758f79af9b0b 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-04-25T04:45:07.349Z|8f04dfa4-901e-4989-9b30-9fbab0a125eb|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-25T04:45:07.350Z|8f04dfa4-901e-4989-9b30-9fbab0a125eb|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-04-25T04:45:07.350Z|8f04dfa4-901e-4989-9b30-9fbab0a125eb|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-04-25T04:45:07.350Z|8f04dfa4-901e-4989-9b30-9fbab0a125eb|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: e24ff9d8-7914-451c-a281-df6776d5d888 from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-04-25T04:45:07.350Z|8f04dfa4-901e-4989-9b30-9fbab0a125eb|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-04-25T04:45:07.351Z|8f04dfa4-901e-4989-9b30-9fbab0a125eb|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-04-25T04:45:08.653Z|8f04dfa4-901e-4989-9b30-9fbab0a125eb|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-04-25T04:45:08.658Z|8f04dfa4-901e-4989-9b30-9fbab0a125eb|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar e24ff9d8-7914-451c-a281-df6776d5d888 105635
2022-04-25T04:45:08.659Z|8f04dfa4-901e-4989-9b30-9fbab0a125eb|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2022-04-25T04:45:08.659Z|8f04dfa4-901e-4989-9b30-9fbab0a125eb|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-04-25T04:45:08.660Z|8f04dfa4-901e-4989-9b30-9fbab0a125eb|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-25T04:45:08.663Z|8f04dfa4-901e-4989-9b30-9fbab0a125eb|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-25T04:45:08.666Z|8f04dfa4-901e-4989-9b30-9fbab0a125eb|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-25T04:45:08.666Z|8f04dfa4-901e-4989-9b30-9fbab0a125eb|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "8f04dfa4-901e-4989-9b30-9fbab0a125eb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650861908659,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-25T04:45:08.766Z||pool-131-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-25T04:45:08.767Z||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-04-25T04:45:08.767Z||pool-131-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as p0pYBRqFNxTvYN2F) ...
2022-04-25T04:45:08.896Z||pool-131-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T04:45:08.897Z||pool-131-thread-1|||||INFO|500||cambria reply ok (131 ms):{"serverTimeMs":1,"count":1}
2022-04-25T04:45:09.667Z|8f04dfa4-901e-4989-9b30-9fbab0a125eb|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-25T04:45:09.669Z|8f04dfa4-901e-4989-9b30-9fbab0a125eb|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-04-25T04:45:09.670Z|8f04dfa4-901e-4989-9b30-9fbab0a125eb|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: e24ff9d8-7914-451c-a281-df6776d5d888, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-04-25T04:45:09.670Z|8f04dfa4-901e-4989-9b30-9fbab0a125eb|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar
2022-04-25T04:45:09.671Z|8f04dfa4-901e-4989-9b30-9fbab0a125eb|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-04-25T04:45:09.672Z|8f04dfa4-901e-4989-9b30-9fbab0a125eb|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-04-25T04:45:09.784Z|8f04dfa4-901e-4989-9b30-9fbab0a125eb|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9333778251499910212/Definitions/service-TestPnfMacro-template.yml
2022-04-25T04:45:10.623Z|8f04dfa4-901e-4989-9b30-9fbab0a125eb|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2022-04-25T04:45:10.623Z|8f04dfa4-901e-4989-9b30-9fbab0a125eb|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-04-25T04:45:10.623Z|8f04dfa4-901e-4989-9b30-9fbab0a125eb|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-04-25T04:45:10.623Z|8f04dfa4-901e-4989-9b30-9fbab0a125eb|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-04-25T04:45:10.623Z|8f04dfa4-901e-4989-9b30-9fbab0a125eb|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-04-25T04:45:10.624Z|8f04dfa4-901e-4989-9b30-9fbab0a125eb|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-04-25T04:45:10.624Z|8f04dfa4-901e-4989-9b30-9fbab0a125eb|pool-2-thread-5|||||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-04-25T04:45:10.624Z|8f04dfa4-901e-4989-9b30-9fbab0a125eb|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-04-25T04:45:10.624Z|8f04dfa4-901e-4989-9b30-9fbab0a125eb|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-04-25T04:45:10.624Z|8f04dfa4-901e-4989-9b30-9fbab0a125eb|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-04-25T04:45:10.624Z|8f04dfa4-901e-4989-9b30-9fbab0a125eb|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-04-25T04:45:10.624Z|8f04dfa4-901e-4989-9b30-9fbab0a125eb|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-04-25T04:45:10.624Z|8f04dfa4-901e-4989-9b30-9fbab0a125eb|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-25T04:45:10.625Z|8f04dfa4-901e-4989-9b30-9fbab0a125eb|pool-2-thread-5|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-25T04:45:10.625Z|8f04dfa4-901e-4989-9b30-9fbab0a125eb|pool-2-thread-5|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2022-04-25T04:45:10.625Z|8f04dfa4-901e-4989-9b30-9fbab0a125eb|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-04-25T04:45:10.625Z|8f04dfa4-901e-4989-9b30-9fbab0a125eb|pool-2-thread-5|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-25T04:45:10.625Z|8f04dfa4-901e-4989-9b30-9fbab0a125eb|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-25T04:45:10.625Z|8f04dfa4-901e-4989-9b30-9fbab0a125eb|pool-2-thread-5|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-25T04:45:10.626Z|8f04dfa4-901e-4989-9b30-9fbab0a125eb|pool-2-thread-5|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2022-04-25T04:45:10.626Z|8f04dfa4-901e-4989-9b30-9fbab0a125eb|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-04-25T04:45:10.626Z|8f04dfa4-901e-4989-9b30-9fbab0a125eb|pool-2-thread-5|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-25T04:45:10.626Z|8f04dfa4-901e-4989-9b30-9fbab0a125eb|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-25T04:45:10.626Z|8f04dfa4-901e-4989-9b30-9fbab0a125eb|pool-2-thread-5|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-25T04:45:10.626Z|8f04dfa4-901e-4989-9b30-9fbab0a125eb|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-25T04:45:10.627Z|8f04dfa4-901e-4989-9b30-9fbab0a125eb|pool-2-thread-5|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-25T04:45:10.627Z|8f04dfa4-901e-4989-9b30-9fbab0a125eb|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-25T04:45:10.627Z|8f04dfa4-901e-4989-9b30-9fbab0a125eb|pool-2-thread-5|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-25T04:45:10.627Z|8f04dfa4-901e-4989-9b30-9fbab0a125eb|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-25T04:45:10.627Z|8f04dfa4-901e-4989-9b30-9fbab0a125eb|pool-2-thread-5|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-25T04:45:10.628Z|8f04dfa4-901e-4989-9b30-9fbab0a125eb|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-25T04:45:10.628Z|8f04dfa4-901e-4989-9b30-9fbab0a125eb|pool-2-thread-5|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-25T04:45:10.628Z|8f04dfa4-901e-4989-9b30-9fbab0a125eb|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:test_pnf_macro
Description:service
Model UUID:ee47063c-30a7-4d71-9f35-758f79af9b0b
Model Version:NULL
Model InvariantUuid:74a78543-ae6d-4442-9681-346046308b89
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-04-25T04:45:10.699Z|8f04dfa4-901e-4989-9b30-9fbab0a125eb|pool-2-thread-5|||||INFO|500||Processing Resource Type: PNF, Model UUID: fcc6d92c-4750-4bcd-b66d-763b92d0cb0c
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-04-25T04:45:10.717Z|8f04dfa4-901e-4989-9b30-9fbab0a125eb|pool-2-thread-5|||||INFO|500||test-pnf 0
2022-04-25T04:45:10.718Z|8f04dfa4-901e-4989-9b30-9fbab0a125eb|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: fcc6d92c-4750-4bcd-b66d-763b92d0cb0c
2022-04-25T04:45:10.718Z|8f04dfa4-901e-4989-9b30-9fbab0a125eb|pool-2-thread-5|||||DEBUG|500||No resources found for Service: ee47063c-30a7-4d71-9f35-758f79af9b0b
2022-04-25T04:45:10.718Z|8f04dfa4-901e-4989-9b30-9fbab0a125eb|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: ee47063c-30a7-4d71-9f35-758f79af9b0b
2022-04-25T04:45:10.718Z|8f04dfa4-901e-4989-9b30-9fbab0a125eb|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 fcc6d92c-4750-4bcd-b66d-763b92d0cb0c 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-04-25T04:45:10.731Z|8f04dfa4-901e-4989-9b30-9fbab0a125eb|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@349c7f9f, org.onap.sdc.toscaparser.api.parameters.Input@50d2c30c, org.onap.sdc.toscaparser.api.parameters.Input@7bc3200, org.onap.sdc.toscaparser.api.parameters.Input@a9fb9, org.onap.sdc.toscaparser.api.parameters.Input@57bd68a0]
2022-04-25T04:45:10.732Z|8f04dfa4-901e-4989-9b30-9fbab0a125eb|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-25T04:45:10.732Z|8f04dfa4-901e-4989-9b30-9fbab0a125eb|pool-2-thread-5|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-25T04:45:10.732Z|8f04dfa4-901e-4989-9b30-9fbab0a125eb|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid ee47063c-30a7-4d71-9f35-758f79af9b0b: test-pnf
2022-04-25T04:45:10.733Z|8f04dfa4-901e-4989-9b30-9fbab0a125eb|pool-2-thread-5|||||INFO|500||Processing PNF resource: fcc6d92c-4750-4bcd-b66d-763b92d0cb0c
2022-04-25T04:45:10.733Z|8f04dfa4-901e-4989-9b30-9fbab0a125eb|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-25T04:45:10.733Z|8f04dfa4-901e-4989-9b30-9fbab0a125eb|pool-2-thread-5|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-25T04:45:10.733Z|8f04dfa4-901e-4989-9b30-9fbab0a125eb|pool-2-thread-5|||||INFO|500||Resource customization UUID: 247c5002-9a59-4500-9f61-591f963e32d3 is the same as notified resource customizationUUID: 247c5002-9a59-4500-9f61-591f963e32d3
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-04-25T04:45:10.993Z|8f04dfa4-901e-4989-9b30-9fbab0a125eb|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf fcc6d92c-4750-4bcd-b66d-763b92d0cb0c 0 ASDC deployResourceStructure
2022-04-25T04:45:10.993Z|8f04dfa4-901e-4989-9b30-9fbab0a125eb|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2022-04-25T04:45:10.993Z|8f04dfa4-901e-4989-9b30-9fbab0a125eb|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-04-25T04:45:10.993Z|8f04dfa4-901e-4989-9b30-9fbab0a125eb|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-25T04:45:10.994Z|8f04dfa4-901e-4989-9b30-9fbab0a125eb|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-25T04:45:10.996Z|8f04dfa4-901e-4989-9b30-9fbab0a125eb|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-25T04:45:10.996Z|8f04dfa4-901e-4989-9b30-9fbab0a125eb|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "8f04dfa4-901e-4989-9b30-9fbab0a125eb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650861910993,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-25T04:45:11.097Z||pool-132-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-25T04:45:11.097Z||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-04-25T04:45:11.098Z||pool-132-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as p0pYBRqFNxTvYN2F) ...
2022-04-25T04:45:11.209Z||pool-132-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T04:45:11.209Z||pool-132-thread-1|||||INFO|500||cambria reply ok (112 ms):{"serverTimeMs":1,"count":1}
2022-04-25T04:45:11.997Z|8f04dfa4-901e-4989-9b30-9fbab0a125eb|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8f04dfa4-901e-4989-9b30-9fbab0a125eb
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-25T04:45:12.009Z|8f04dfa4-901e-4989-9b30-9fbab0a125eb|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8f04dfa4-901e-4989-9b30-9fbab0a125eb
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-04-25T04:45:12.012Z|8f04dfa4-901e-4989-9b30-9fbab0a125eb|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-25T04:45:12.012Z|8f04dfa4-901e-4989-9b30-9fbab0a125eb|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-25T04:45:12.012Z|8f04dfa4-901e-4989-9b30-9fbab0a125eb|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-04-25T04:45:12.012Z|8f04dfa4-901e-4989-9b30-9fbab0a125eb|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-04-25T04:45:12.012Z|8f04dfa4-901e-4989-9b30-9fbab0a125eb|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-25T04:45:12.012Z|8f04dfa4-901e-4989-9b30-9fbab0a125eb|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-25T04:45:12.013Z|8f04dfa4-901e-4989-9b30-9fbab0a125eb|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-25T04:45:12.013Z|8f04dfa4-901e-4989-9b30-9fbab0a125eb|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-25T04:45:12.013Z|8f04dfa4-901e-4989-9b30-9fbab0a125eb|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-25T04:45:12.013Z|8f04dfa4-901e-4989-9b30-9fbab0a125eb|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-25T04:45:12.013Z|8f04dfa4-901e-4989-9b30-9fbab0a125eb|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-25T04:45:12.013Z|8f04dfa4-901e-4989-9b30-9fbab0a125eb|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-25T04:45:12.018Z|8f04dfa4-901e-4989-9b30-9fbab0a125eb|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-04-25T04:45:26.854Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T04:45:26.857Z||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-04-25T04:45:26.858Z||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 p0pYBRqFNxTvYN2F) ...
2022-04-25T04:45:26.943Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T04:45:26.945Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:45:26.946Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df95f742-973c-4e2b-bacc-ecb2ef8927dc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650861746860,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-25T04:45:26.948Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T04:45:26.948Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:45:26.948Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df95f742-973c-4e2b-bacc-ecb2ef8927dc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650861748293,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-25T04:45:26.948Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T04:45:26.948Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:45:26.948Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df95f742-973c-4e2b-bacc-ecb2ef8927dc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650861749430,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-04-25T04:45:26.948Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T04:45:26.948Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:45:26.948Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df95f742-973c-4e2b-bacc-ecb2ef8927dc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650861750582,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-25T04:45:26.948Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T04:45:26.948Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:45:26.948Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df95f742-973c-4e2b-bacc-ecb2ef8927dc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650861751586,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-04-25T04:45:26.949Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T04:45:26.949Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:45:26.949Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df95f742-973c-4e2b-bacc-ecb2ef8927dc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650861752591,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-04-25T04:45:26.949Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T04:45:26.949Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:45:26.949Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df95f742-973c-4e2b-bacc-ecb2ef8927dc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650861753595,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-25T04:45:26.949Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T04:45:26.949Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:45:26.949Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7caa55c-638c-43a1-b003-fc5a0f578f0d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650861778361,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:45:26.949Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:45:26.950Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:45:26.950Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7caa55c-638c-43a1-b003-fc5a0f578f0d",
  "consumerID": "policy-id",
  "timestamp": 1650861785997,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:45:26.950Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:45:26.950Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:45:26.950Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "df95f742-973c-4e2b-bacc-ecb2ef8927dc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650861787348,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-04-25T04:45:26.950Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T04:45:26.950Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:45:26.950Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7caa55c-638c-43a1-b003-fc5a0f578f0d",
  "consumerID": "dcae-sch",
  "timestamp": 1650861785975,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOTIFIED"
}
2022-04-25T04:45:26.950Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:45:26.951Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:45:26.951Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7caa55c-638c-43a1-b003-fc5a0f578f0d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650861778361,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:45:26.951Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:45:26.951Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:45:26.951Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7caa55c-638c-43a1-b003-fc5a0f578f0d",
  "consumerID": "policy-id",
  "timestamp": 1650861785997,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:45:26.951Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:45:26.951Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:45:26.951Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58d432fc-21eb-4c31-91ec-77c0c21ba09b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650861731606,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:45:26.951Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:45:26.951Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:45:26.951Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7caa55c-638c-43a1-b003-fc5a0f578f0d",
  "consumerID": "dcae-sch",
  "timestamp": 1650861785975,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:45:26.951Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:45:26.952Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:45:26.952Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7caa55c-638c-43a1-b003-fc5a0f578f0d",
  "consumerID": "cds",
  "timestamp": 1650861787774,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:45:26.952Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:45:26.952Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:45:26.952Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7caa55c-638c-43a1-b003-fc5a0f578f0d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650861778361,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:45:26.952Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:45:26.952Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:45:26.952Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7caa55c-638c-43a1-b003-fc5a0f578f0d",
  "consumerID": "policy-id",
  "timestamp": 1650861785997,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:45:26.952Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:45:26.952Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:45:26.952Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58d432fc-21eb-4c31-91ec-77c0c21ba09b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650861731606,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-04-25T04:45:26.952Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:45:26.952Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:45:26.953Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7caa55c-638c-43a1-b003-fc5a0f578f0d",
  "consumerID": "dcae-sch",
  "timestamp": 1650861785975,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:45:26.953Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:45:26.953Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:45:26.953Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7caa55c-638c-43a1-b003-fc5a0f578f0d",
  "consumerID": "cds",
  "timestamp": 1650861787774,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:45:26.953Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:45:26.953Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:45:26.953Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7caa55c-638c-43a1-b003-fc5a0f578f0d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650861778361,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:45:26.953Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:45:26.953Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:45:26.953Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7caa55c-638c-43a1-b003-fc5a0f578f0d",
  "consumerID": "policy-id",
  "timestamp": 1650861785997,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-04-25T04:45:26.953Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:45:26.954Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:45:26.954Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58d432fc-21eb-4c31-91ec-77c0c21ba09b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650861731606,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-04-25T04:45:26.954Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:45:26.954Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:45:26.954Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7caa55c-638c-43a1-b003-fc5a0f578f0d",
  "consumerID": "cds",
  "timestamp": 1650861787774,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:45:26.954Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:45:26.954Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:45:26.954Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7caa55c-638c-43a1-b003-fc5a0f578f0d",
  "consumerID": "dcae-sch",
  "timestamp": 1650861785975,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:45:26.954Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:45:26.954Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:45:26.954Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7caa55c-638c-43a1-b003-fc5a0f578f0d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650861778361,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:45:26.955Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:45:26.955Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:45:26.955Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7caa55c-638c-43a1-b003-fc5a0f578f0d",
  "consumerID": "policy-id",
  "timestamp": 1650861785997,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:45:26.955Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:45:26.955Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:45:26.955Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58d432fc-21eb-4c31-91ec-77c0c21ba09b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650861731606,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-04-25T04:45:26.955Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:45:26.955Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:45:26.955Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7caa55c-638c-43a1-b003-fc5a0f578f0d",
  "consumerID": "dcae-sch",
  "timestamp": 1650861785975,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:45:26.955Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:45:26.955Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:45:26.955Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7caa55c-638c-43a1-b003-fc5a0f578f0d",
  "consumerID": "cds",
  "timestamp": 1650861787774,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:45:26.956Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:45:26.956Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:45:26.956Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7caa55c-638c-43a1-b003-fc5a0f578f0d",
  "consumerID": "clamp",
  "timestamp": 1650861790372,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:45:26.956Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:45:26.956Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:45:26.956Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7caa55c-638c-43a1-b003-fc5a0f578f0d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650861778361,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:45:26.956Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:45:26.956Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:45:26.956Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7caa55c-638c-43a1-b003-fc5a0f578f0d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650861791040,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:45:26.956Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:45:26.956Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:45:26.957Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7caa55c-638c-43a1-b003-fc5a0f578f0d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650861791095,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:45:26.957Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:45:26.957Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:45:26.957Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7caa55c-638c-43a1-b003-fc5a0f578f0d",
  "consumerID": "aai-ml",
  "timestamp": 1650861791419,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:45:26.957Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:45:26.957Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:45:26.957Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7caa55c-638c-43a1-b003-fc5a0f578f0d",
  "consumerID": "policy-id",
  "timestamp": 1650861785997,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:45:26.957Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:45:26.957Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:45:26.957Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58d432fc-21eb-4c31-91ec-77c0c21ba09b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650861731606,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-04-25T04:45:26.957Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:45:26.957Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:45:26.957Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7caa55c-638c-43a1-b003-fc5a0f578f0d",
  "consumerID": "cds",
  "timestamp": 1650861787774,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:45:26.958Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:45:26.958Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:45:26.958Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7caa55c-638c-43a1-b003-fc5a0f578f0d",
  "consumerID": "dcae-sch",
  "timestamp": 1650861785975,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:45:26.958Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:45:26.958Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:45:26.958Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7caa55c-638c-43a1-b003-fc5a0f578f0d",
  "consumerID": "clamp",
  "timestamp": 1650861790372,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:45:26.958Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:45:26.958Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:45:26.958Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7caa55c-638c-43a1-b003-fc5a0f578f0d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650861778361,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:45:26.958Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:45:26.958Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:45:26.958Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7caa55c-638c-43a1-b003-fc5a0f578f0d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650861791040,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:45:26.958Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:45:26.959Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:45:26.959Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7caa55c-638c-43a1-b003-fc5a0f578f0d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650861791095,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:45:26.959Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:45:26.959Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:45:26.959Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7caa55c-638c-43a1-b003-fc5a0f578f0d",
  "consumerID": "aai-ml",
  "timestamp": 1650861791419,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:45:26.959Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:45:26.959Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:45:26.959Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7caa55c-638c-43a1-b003-fc5a0f578f0d",
  "consumerID": "policy-id",
  "timestamp": 1650861785997,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:45:26.959Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:45:26.959Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:45:26.959Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58d432fc-21eb-4c31-91ec-77c0c21ba09b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650861731606,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:45:26.960Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:45:26.960Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:45:26.960Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7caa55c-638c-43a1-b003-fc5a0f578f0d",
  "consumerID": "dcae-sch",
  "timestamp": 1650861785975,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:45:26.960Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:45:26.960Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:45:26.960Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7caa55c-638c-43a1-b003-fc5a0f578f0d",
  "consumerID": "cds",
  "timestamp": 1650861787774,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:45:26.961Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:45:26.961Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:45:26.961Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7caa55c-638c-43a1-b003-fc5a0f578f0d",
  "consumerID": "clamp",
  "timestamp": 1650861790372,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2022-04-25T04:45:26.961Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:45:26.961Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:45:26.961Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7caa55c-638c-43a1-b003-fc5a0f578f0d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1650861778361,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:45:26.961Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:45:26.961Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:45:26.962Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7caa55c-638c-43a1-b003-fc5a0f578f0d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650861791040,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:45:26.962Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:45:26.962Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:45:26.962Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7caa55c-638c-43a1-b003-fc5a0f578f0d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650861791095,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2022-04-25T04:45:26.962Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:45:26.962Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:45:26.962Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7caa55c-638c-43a1-b003-fc5a0f578f0d",
  "consumerID": "aai-ml",
  "timestamp": 1650861791419,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:45:26.962Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:45:26.962Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:45:26.962Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7caa55c-638c-43a1-b003-fc5a0f578f0d",
  "consumerID": "policy-id",
  "timestamp": 1650861785997,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-04-25T04:45:26.962Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:45:26.962Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:45:26.963Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58d432fc-21eb-4c31-91ec-77c0c21ba09b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650861731606,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-04-25T04:45:26.963Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:45:26.963Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:45:26.963Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7caa55c-638c-43a1-b003-fc5a0f578f0d",
  "consumerID": "dcae-sch",
  "timestamp": 1650861785975,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:45:26.963Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:45:26.963Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:45:26.963Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7caa55c-638c-43a1-b003-fc5a0f578f0d",
  "consumerID": "cds",
  "timestamp": 1650861787774,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:45:26.964Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:45:26.964Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:45:26.964Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7caa55c-638c-43a1-b003-fc5a0f578f0d",
  "consumerID": "clamp",
  "timestamp": 1650861790372,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:45:26.964Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:45:26.965Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:45:26.965Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7caa55c-638c-43a1-b003-fc5a0f578f0d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650861791040,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:45:26.965Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:45:26.965Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:45:26.965Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7caa55c-638c-43a1-b003-fc5a0f578f0d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650861791095,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-04-25T04:45:26.965Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:45:26.965Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:45:26.965Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7caa55c-638c-43a1-b003-fc5a0f578f0d",
  "consumerID": "aai-ml",
  "timestamp": 1650861791419,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:45:26.965Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:45:26.966Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:45:26.966Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58d432fc-21eb-4c31-91ec-77c0c21ba09b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650861731606,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:45:26.966Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:45:26.966Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:45:26.966Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7caa55c-638c-43a1-b003-fc5a0f578f0d",
  "consumerID": "cds",
  "timestamp": 1650861787774,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-04-25T04:45:26.966Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:45:26.966Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:45:26.966Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7caa55c-638c-43a1-b003-fc5a0f578f0d",
  "consumerID": "clamp",
  "timestamp": 1650861790372,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:45:26.966Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:45:26.967Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:45:26.967Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7caa55c-638c-43a1-b003-fc5a0f578f0d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650861791040,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:45:26.967Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:45:26.967Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:45:26.967Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7caa55c-638c-43a1-b003-fc5a0f578f0d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650861791095,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:45:26.967Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:45:26.967Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:45:26.967Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7caa55c-638c-43a1-b003-fc5a0f578f0d",
  "consumerID": "policy-id",
  "timestamp": 1650861795515,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-25T04:45:26.967Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T04:45:26.967Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:45:26.967Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7caa55c-638c-43a1-b003-fc5a0f578f0d",
  "consumerID": "aai-ml",
  "timestamp": 1650861791419,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:45:26.967Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:45:26.968Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:45:26.968Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58d432fc-21eb-4c31-91ec-77c0c21ba09b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650861731606,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-04-25T04:45:26.968Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:45:26.968Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:45:26.968Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7caa55c-638c-43a1-b003-fc5a0f578f0d",
  "consumerID": "clamp",
  "timestamp": 1650861790372,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:45:26.968Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:45:26.968Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:45:26.968Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7caa55c-638c-43a1-b003-fc5a0f578f0d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650861791040,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:45:26.968Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:45:26.968Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:45:26.968Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7caa55c-638c-43a1-b003-fc5a0f578f0d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650861791095,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-04-25T04:45:26.969Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:45:26.969Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:45:26.969Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7caa55c-638c-43a1-b003-fc5a0f578f0d",
  "consumerID": "cds",
  "timestamp": 1650861796874,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-25T04:45:26.969Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T04:45:26.969Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:45:26.969Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7caa55c-638c-43a1-b003-fc5a0f578f0d",
  "consumerID": "policy-id",
  "timestamp": 1650861796520,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-25T04:45:26.969Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T04:45:26.969Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:45:26.969Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7caa55c-638c-43a1-b003-fc5a0f578f0d",
  "consumerID": "aai-ml",
  "timestamp": 1650861791419,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:45:26.969Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:45:26.969Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:45:26.969Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7caa55c-638c-43a1-b003-fc5a0f578f0d",
  "consumerID": "dcae-sch",
  "timestamp": 1650861796587,
  "artifactURL": "/sdc/v1/catalog/services/a26b1ee1-2bf3-4c21-bb70-b94f23095fbf/resourceInstances/basicclamp0/artifacts/a06e2049-312a-4662-bf4b-009a27d2655f",
  "status": "DOWNLOAD_OK"
}
2022-04-25T04:45:26.970Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T04:45:26.970Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:45:26.970Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7caa55c-638c-43a1-b003-fc5a0f578f0d",
  "consumerID": "clamp",
  "timestamp": 1650861790372,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:45:26.970Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:45:26.970Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:45:26.970Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7caa55c-638c-43a1-b003-fc5a0f578f0d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650861791040,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:45:26.970Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:45:26.970Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:45:26.970Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7caa55c-638c-43a1-b003-fc5a0f578f0d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650861791095,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:45:26.970Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:45:26.970Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:45:26.970Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7caa55c-638c-43a1-b003-fc5a0f578f0d",
  "consumerID": "cds",
  "timestamp": 1650861797884,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-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-04-25T04:45:27.005Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of a7caa55c-638c-43a1-b003-fc5a0f578f0d
2022-04-25T04:45:27.005Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId a7caa55c-638c-43a1-b003-fc5a0f578f0d 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-04-25T04:45:27.015Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:45:27.016Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7caa55c-638c-43a1-b003-fc5a0f578f0d",
  "consumerID": "policy-id",
  "timestamp": 1650861797523,
  "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-04-25T04:45:27.021Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a7caa55c-638c-43a1-b003-fc5a0f578f0d
2022-04-25T04:45:27.021Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId a7caa55c-638c-43a1-b003-fc5a0f578f0d 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-04-25T04:45:27.032Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:45:27.032Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7caa55c-638c-43a1-b003-fc5a0f578f0d",
  "consumerID": "aai-ml",
  "timestamp": 1650861791419,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:45:27.033Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:45:27.033Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:45:27.033Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58d432fc-21eb-4c31-91ec-77c0c21ba09b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650861798570,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-25T04:45:27.033Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T04:45:27.033Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:45:27.033Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7caa55c-638c-43a1-b003-fc5a0f578f0d",
  "consumerID": "dcae-sch",
  "timestamp": 1650861797931,
  "artifactURL": "/sdc/v1/catalog/services/a26b1ee1-2bf3-4c21-bb70-b94f23095fbf/resourceInstances/basicclamp0/artifacts/a06e2049-312a-4662-bf4b-009a27d2655f",
  "status": "DEPLOY_OK"
}
2022-04-25T04:45:27.033Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T04:45:27.033Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:45:27.033Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7caa55c-638c-43a1-b003-fc5a0f578f0d",
  "consumerID": "clamp",
  "timestamp": 1650861790372,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-04-25T04:45:27.033Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:45:27.033Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:45:27.033Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7caa55c-638c-43a1-b003-fc5a0f578f0d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650861791040,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-04-25T04:45:27.034Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:45:27.034Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:45:27.034Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7caa55c-638c-43a1-b003-fc5a0f578f0d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650861791095,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-04-25T04:45:27.034Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:45:27.034Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:45:27.034Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7caa55c-638c-43a1-b003-fc5a0f578f0d",
  "consumerID": "aai-ml",
  "timestamp": 1650861791419,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-04-25T04:45:27.034Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:45:27.034Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:45:27.034Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7caa55c-638c-43a1-b003-fc5a0f578f0d",
  "consumerID": "dcae-sch",
  "timestamp": 1650861798939,
  "artifactURL": "/sdc/v1/catalog/services/a26b1ee1-2bf3-4c21-bb70-b94f23095fbf/resourceInstances/basicclamp0/artifacts/a06e2049-312a-4662-bf4b-009a27d2655f",
  "status": "COMPONENT_DONE_OK",
  "componentName": "service-change-handler"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-04-25T04:45:27.040Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: service-change-handler and status of COMPONENT_DONE_OK distributionID of a7caa55c-638c-43a1-b003-fc5a0f578f0d
2022-04-25T04:45:27.040Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId a7caa55c-638c-43a1-b003-fc5a0f578f0d and ComponentName service-change-handler
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? 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-04-25T04:45:27.051Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:45:27.051Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7caa55c-638c-43a1-b003-fc5a0f578f0d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650861800085,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-25T04:45:27.052Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T04:45:27.052Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:45:27.052Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7caa55c-638c-43a1-b003-fc5a0f578f0d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650861800128,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-25T04:45:27.052Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T04:45:27.052Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:45:27.052Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7caa55c-638c-43a1-b003-fc5a0f578f0d",
  "consumerID": "aai-ml",
  "timestamp": 1650861800390,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-25T04:45:27.052Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T04:45:27.052Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:45:27.052Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58d432fc-21eb-4c31-91ec-77c0c21ba09b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650861801160,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2022-04-25T04:45:27.053Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T04:45:27.053Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:45:27.053Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7caa55c-638c-43a1-b003-fc5a0f578f0d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650861801492,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-25T04:45:27.053Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T04:45:27.053Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:45:27.053Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58d432fc-21eb-4c31-91ec-77c0c21ba09b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650861802369,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-04-25T04:45:27.053Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T04:45:27.053Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:45:27.053Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7caa55c-638c-43a1-b003-fc5a0f578f0d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650861802803,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-04-25T04:45:27.053Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T04:45:27.053Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:45:27.053Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7caa55c-638c-43a1-b003-fc5a0f578f0d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650861803357,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-25T04:45:27.053Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T04:45:27.053Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:45:27.053Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58d432fc-21eb-4c31-91ec-77c0c21ba09b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650861803574,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-25T04:45:27.054Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T04:45:27.054Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:45:27.054Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7caa55c-638c-43a1-b003-fc5a0f578f0d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650861803835,
  "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-04-25T04:45:27.059Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a7caa55c-638c-43a1-b003-fc5a0f578f0d
2022-04-25T04:45:27.059Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId a7caa55c-638c-43a1-b003-fc5a0f578f0d 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-04-25T04:45:27.067Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:45:27.067Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7caa55c-638c-43a1-b003-fc5a0f578f0d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1650861804365,
  "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-04-25T04:45:27.073Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of a7caa55c-638c-43a1-b003-fc5a0f578f0d
2022-04-25T04:45:27.073Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId a7caa55c-638c-43a1-b003-fc5a0f578f0d 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-04-25T04:45:27.083Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:45:27.083Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7caa55c-638c-43a1-b003-fc5a0f578f0d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1650861804839,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-25T04:45:27.084Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T04:45:27.084Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:45:27.084Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58d432fc-21eb-4c31-91ec-77c0c21ba09b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650861805165,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-25T04:45:27.084Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T04:45:27.084Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:45:27.084Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58d432fc-21eb-4c31-91ec-77c0c21ba09b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650861806562,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-04-25T04:45:27.084Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T04:45:42.019Z|8f04dfa4-901e-4989-9b30-9fbab0a125eb|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 8f04dfa4-901e-4989-9b30-9fbab0a125eb 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-04-25T04:45:42.035Z|8f04dfa4-901e-4989-9b30-9fbab0a125eb|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 8f04dfa4-901e-4989-9b30-9fbab0a125eb and serviceModelVersionId: ee47063c-30a7-4d71-9f35-758f79af9b0b
2022-04-25T04:45:42.035Z|8f04dfa4-901e-4989-9b30-9fbab0a125eb|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 74a78543-ae6d-4442-9681-346046308b89
2022-04-25T04:45:42.038Z|8f04dfa4-901e-4989-9b30-9fbab0a125eb|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/74a78543-ae6d-4442-9681-346046308b89/model-vers/model-ver/ee47063c-30a7-4d71-9f35-758f79af9b0b?depth=0
2022-04-25T04:45:42.047Z|8f04dfa4-901e-4989-9b30-9fbab0a125eb|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2022-04-25T04:45:42.118Z|8f04dfa4-901e-4989-9b30-9fbab0a125eb|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/74a78543-ae6d-4442-9681-346046308b89/model-vers/model-ver/ee47063c-30a7-4d71-9f35-758f79af9b0b?depth=0|INFO|500||Invoke
2022-04-25T04:45:42.119Z|8f04dfa4-901e-4989-9b30-9fbab0a125eb|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/74a78543-ae6d-4442-9681-346046308b89/model-vers/model-ver/ee47063c-30a7-4d71-9f35-758f79af9b0b?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/74a78543-ae6d-4442-9681-346046308b89/model-vers/model-ver/ee47063c-30a7-4d71-9f35-758f79af9b0b?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[8f04dfa4-901e-4989-9b30-9fbab0a125eb], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[26e17265-8ad7-4c9f-b8f1-24d67e95b815], X-ECOMP-RequestID=[8f04dfa4-901e-4989-9b30-9fbab0a125eb], X-TransactionId=[], X-ONAP-RequestID=[8f04dfa4-901e-4989-9b30-9fbab0a125eb], Content-Type=[application/merge-patch+json]}
2022-04-25T04:45:42.147Z|8f04dfa4-901e-4989-9b30-9fbab0a125eb|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/74a78543-ae6d-4442-9681-346046308b89/model-vers/model-ver/ee47063c-30a7-4d71-9f35-758f79af9b0b?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-04-25T04:45:42.856Z|8f04dfa4-901e-4989-9b30-9fbab0a125eb|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/74a78543-ae6d-4442-9681-346046308b89/model-vers/model-ver/ee47063c-30a7-4d71-9f35-758f79af9b0b?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/74a78543-ae6d-4442-9681-346046308b89/model-vers/model-ver/ee47063c-30a7-4d71-9f35-758f79af9b0b?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220425-04:45:41:609-61848], vertex-id=[245832], Content-Length=[0], Date=[Mon, 25 Apr 2022 04:45:41 GMT], Content-Type=[application/json]}
2022-04-25T04:45:42.856Z|8f04dfa4-901e-4989-9b30-9fbab0a125eb|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/74a78543-ae6d-4442-9681-346046308b89/model-vers/model-ver/ee47063c-30a7-4d71-9f35-758f79af9b0b?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-04-25T04:45:42.857Z|8f04dfa4-901e-4989-9b30-9fbab0a125eb|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/74a78543-ae6d-4442-9681-346046308b89/model-vers/model-ver/ee47063c-30a7-4d71-9f35-758f79af9b0b?depth=0|INFO|500||InvokeReturn
2022-04-25T04:45:42.858Z|8f04dfa4-901e-4989-9b30-9fbab0a125eb|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-04-25T04:45:42.858Z|8f04dfa4-901e-4989-9b30-9fbab0a125eb|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-25T04:45:55.702Z|8f04dfa4-901e-4989-9b30-9fbab0a125eb|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-04-25T04:45:55.705Z|8f04dfa4-901e-4989-9b30-9fbab0a125eb|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 8f04dfa4-901e-4989-9b30-9fbab0a125eb and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-04-25T04:45:55.705Z|8f04dfa4-901e-4989-9b30-9fbab0a125eb|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-04-25T04:45:55.706Z|8f04dfa4-901e-4989-9b30-9fbab0a125eb|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-25T04:45:55.711Z|8f04dfa4-901e-4989-9b30-9fbab0a125eb|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-25T04:45:55.711Z|8f04dfa4-901e-4989-9b30-9fbab0a125eb|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "8f04dfa4-901e-4989-9b30-9fbab0a125eb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650861955705,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-04-25T04:45:55.811Z||pool-133-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-25T04:45:55.813Z||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-04-25T04:45:55.813Z||pool-133-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as p0pYBRqFNxTvYN2F) ...
2022-04-25T04:45:55.968Z||pool-133-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T04:45:55.969Z||pool-133-thread-1|||||INFO|500||cambria reply ok (157 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-04-25T04:45:56.740Z|8f04dfa4-901e-4989-9b30-9fbab0a125eb|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T04:45:56.740Z|8f04dfa4-901e-4989-9b30-9fbab0a125eb|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-04-25T04:45:56.740Z|8f04dfa4-901e-4989-9b30-9fbab0a125eb|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 p0pYBRqFNxTvYN2F) ...
2022-04-25T04:46:02.226Z|8f04dfa4-901e-4989-9b30-9fbab0a125eb|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T04:46:02.227Z|8f04dfa4-901e-4989-9b30-9fbab0a125eb|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-25T04:46:02.227Z|8f04dfa4-901e-4989-9b30-9fbab0a125eb|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"a7caa55c-638c-43a1-b003-fc5a0f578f0d","serviceName":"basicclamp","serviceVersion":"1.0","serviceUUID":"a26b1ee1-2bf3-4c21-bb70-b94f23095fbf","serviceDescription":"service","serviceInvariantUUID":"31a1f1fb-38a8-45ca-9804-dfa822bde367","resources":[{"resourceInstanceName":"basicclamp 0","resourceName":"basicclamp","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"b3562bc7-2711-4d2d-aec8-535f85c12794","resourceInvariantUUID":"a4c06d5a-766e-49fb-afd3-43136e7adf19","resourceCustomizationUUID":"8613738e-4afe-4cd3-87b3-16309b3083e3","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"tca-microservice.yaml","artifactType":"DCAE_INVENTORY_BLUEPRINT","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml","artifactChecksum":"Y2I4ZmU1ZmViOTRjZTk5MmViMjQ2ZTZmZTMzNjYzZWE\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"a06e2049-312a-4662-bf4b-009a27d2655f","artifactVersion":"1"},{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml","artifactChecksum":"Y2Y1ZjI4NzA5YTZiMDU3YmRhYTZkY2U2N2UyMDk0YzU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"47ee79f6-2074-4a80-8ae2-5dccce00e93b","artifactVersion":"1"},{"artifactName":"basicclamp0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json","artifactChecksum":"OGZhNTgwYzdhMjIxNDkwYzNmMmY1MjBjYmQ2OGE1YzA\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"60ede677-0381-40f2-b5b6-a1886311376a","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"491f9621-b550-4ce5-a120-089c8518b713","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml","artifactChecksum":"YjcyZGVmNGE4ZjdlNGFiNTFmNjNhOWVkMzg1MDI0YzA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"fa543bd2-4d39-4952-bb4f-0251f16da032","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"6c148ec1-f732-4efd-8b49-17b3d337bb3f","artifactVersion":"2","generatedFromUUID":"491f9621-b550-4ce5-a120-089c8518b713"}]}],"serviceArtifacts":[{"artifactName":"service-Basicclamp-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml","artifactChecksum":"YzFlODcyZTAyMjcwMzg1MTdjMTMzYTJiNzhjOWM2YTM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"0414385e-7217-4aac-a89e-51ea4a9398bb","artifactVersion":"1"},{"artifactName":"service-Basicclamp-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar","artifactChecksum":"NDJlY2FkNjE4NzY3NzJmNDQzMmEwMjgyM2YxOTUwMjg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"b1bf685f-cdeb-4a00-b29f-e89312b5c86e","artifactVersion":"1"}],"workloadContext":"Production"}
2022-04-25T04:46:02.231Z|8f04dfa4-901e-4989-9b30-9fbab0a125eb|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-25T04:46:02.232Z|8f04dfa4-901e-4989-9b30-9fbab0a125eb|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-25T04:46:02.234Z|8f04dfa4-901e-4989-9b30-9fbab0a125eb|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-25T04:46:02.235Z|8f04dfa4-901e-4989-9b30-9fbab0a125eb|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "a7caa55c-638c-43a1-b003-fc5a0f578f0d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650861956740,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:46:02.335Z||pool-134-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-25T04:46:02.336Z||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-04-25T04:46:02.336Z||pool-134-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as p0pYBRqFNxTvYN2F) ...
2022-04-25T04:46:02.429Z||pool-134-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T04:46:02.430Z||pool-134-thread-1|||||INFO|500||cambria reply ok (95 ms):{"serverTimeMs":0,"count":1}
2022-04-25T04:46:03.235Z|8f04dfa4-901e-4989-9b30-9fbab0a125eb|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-25T04:46:03.236Z|8f04dfa4-901e-4989-9b30-9fbab0a125eb|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-25T04:46:03.238Z|8f04dfa4-901e-4989-9b30-9fbab0a125eb|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-25T04:46:03.239Z|8f04dfa4-901e-4989-9b30-9fbab0a125eb|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "a7caa55c-638c-43a1-b003-fc5a0f578f0d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650861956740,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:46:03.339Z||pool-135-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-25T04:46:03.340Z||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-04-25T04:46:03.341Z||pool-135-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as p0pYBRqFNxTvYN2F) ...
2022-04-25T04:46:03.461Z||pool-135-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T04:46:03.462Z||pool-135-thread-1|||||INFO|500||cambria reply ok (123 ms):{"serverTimeMs":0,"count":1}
2022-04-25T04:46:04.239Z|8f04dfa4-901e-4989-9b30-9fbab0a125eb|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-25T04:46:04.240Z|8f04dfa4-901e-4989-9b30-9fbab0a125eb|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-25T04:46:04.243Z|8f04dfa4-901e-4989-9b30-9fbab0a125eb|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-25T04:46:04.243Z|8f04dfa4-901e-4989-9b30-9fbab0a125eb|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "a7caa55c-638c-43a1-b003-fc5a0f578f0d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650861956740,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2022-04-25T04:46:04.343Z||pool-136-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-25T04:46:04.344Z||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-04-25T04:46:04.344Z||pool-136-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as p0pYBRqFNxTvYN2F) ...
2022-04-25T04:46:04.397Z||pool-136-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T04:46:04.398Z||pool-136-thread-1|||||INFO|500||cambria reply ok (55 ms):{"serverTimeMs":0,"count":1}
2022-04-25T04:46:05.243Z|8f04dfa4-901e-4989-9b30-9fbab0a125eb|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-25T04:46:05.244Z|8f04dfa4-901e-4989-9b30-9fbab0a125eb|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-25T04:46:05.247Z|8f04dfa4-901e-4989-9b30-9fbab0a125eb|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-25T04:46:05.247Z|8f04dfa4-901e-4989-9b30-9fbab0a125eb|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "a7caa55c-638c-43a1-b003-fc5a0f578f0d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650861956740,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-04-25T04:46:05.347Z||pool-137-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-25T04:46:05.348Z||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-04-25T04:46:05.349Z||pool-137-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as p0pYBRqFNxTvYN2F) ...
2022-04-25T04:46:05.450Z||pool-137-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T04:46:05.451Z||pool-137-thread-1|||||INFO|500||cambria reply ok (103 ms):{"serverTimeMs":5,"count":1}
2022-04-25T04:46:06.247Z|8f04dfa4-901e-4989-9b30-9fbab0a125eb|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-25T04:46:06.248Z|8f04dfa4-901e-4989-9b30-9fbab0a125eb|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-25T04:46:06.251Z|8f04dfa4-901e-4989-9b30-9fbab0a125eb|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-25T04:46:06.251Z|8f04dfa4-901e-4989-9b30-9fbab0a125eb|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "a7caa55c-638c-43a1-b003-fc5a0f578f0d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650861956740,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:46:06.351Z||pool-138-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-25T04:46:06.352Z||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-04-25T04:46:06.352Z||pool-138-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as p0pYBRqFNxTvYN2F) ...
2022-04-25T04:46:06.493Z||pool-138-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T04:46:06.494Z||pool-138-thread-1|||||INFO|500||cambria reply ok (142 ms):{"serverTimeMs":1,"count":1}
2022-04-25T04:46:07.251Z|8f04dfa4-901e-4989-9b30-9fbab0a125eb|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-25T04:46:07.252Z|8f04dfa4-901e-4989-9b30-9fbab0a125eb|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-25T04:46:07.254Z|8f04dfa4-901e-4989-9b30-9fbab0a125eb|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-25T04:46:07.254Z|8f04dfa4-901e-4989-9b30-9fbab0a125eb|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "a7caa55c-638c-43a1-b003-fc5a0f578f0d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650861956740,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-04-25T04:46:07.354Z||pool-139-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-25T04:46:07.356Z||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-04-25T04:46:07.356Z||pool-139-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as p0pYBRqFNxTvYN2F) ...
2022-04-25T04:46:07.490Z||pool-139-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T04:46:07.491Z||pool-139-thread-1|||||INFO|500||cambria reply ok (136 ms):{"serverTimeMs":0,"count":1}
2022-04-25T04:46:08.255Z|8f04dfa4-901e-4989-9b30-9fbab0a125eb|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-25T04:46:08.255Z|8f04dfa4-901e-4989-9b30-9fbab0a125eb|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-25T04:46:08.260Z|8f04dfa4-901e-4989-9b30-9fbab0a125eb|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-25T04:46:08.260Z|8f04dfa4-901e-4989-9b30-9fbab0a125eb|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "a7caa55c-638c-43a1-b003-fc5a0f578f0d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650861956740,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:46:08.359Z||pool-140-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-04-25T04:46:08.360Z||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-04-25T04:46:08.360Z||pool-140-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as p0pYBRqFNxTvYN2F) ...
2022-04-25T04:46:08.444Z||pool-140-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T04:46:08.445Z||pool-140-thread-1|||||INFO|500||cambria reply ok (86 ms):{"serverTimeMs":0,"count":1}
2022-04-25T04:46:09.260Z|8f04dfa4-901e-4989-9b30-9fbab0a125eb|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-25T04:46:09.262Z|8f04dfa4-901e-4989-9b30-9fbab0a125eb|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-25T04:46:09.265Z|8f04dfa4-901e-4989-9b30-9fbab0a125eb|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-25T04:46:09.265Z|8f04dfa4-901e-4989-9b30-9fbab0a125eb|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "a7caa55c-638c-43a1-b003-fc5a0f578f0d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650861956740,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-04-25T04:46:09.365Z||pool-141-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-25T04:46:09.366Z||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-04-25T04:46:09.366Z||pool-141-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as p0pYBRqFNxTvYN2F) ...
2022-04-25T04:46:09.506Z||pool-141-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T04:46:09.506Z||pool-141-thread-1|||||INFO|500||cambria reply ok (141 ms):{"serverTimeMs":0,"count":1}
2022-04-25T04:46:10.267Z|8f04dfa4-901e-4989-9b30-9fbab0a125eb|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "a7caa55c-638c-43a1-b003-fc5a0f578f0d",
  "serviceName": "basicclamp",
  "serviceVersion": "1.0",
  "serviceUUID": "a26b1ee1-2bf3-4c21-bb70-b94f23095fbf",
  "serviceDescription": "service",
  "serviceInvariantUUID": "31a1f1fb-38a8-45ca-9804-dfa822bde367",
  "resources": [
    {
      "resourceInstanceName": "basicclamp 0",
      "resourceCustomizationUUID": "8613738e-4afe-4cd3-87b3-16309b3083e3",
      "resourceName": "basicclamp",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "b3562bc7-2711-4d2d-aec8-535f85c12794",
      "resourceInvariantUUID": "a4c06d5a-766e-49fb-afd3-43136e7adf19",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basicclamp0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
          "artifactChecksum": "OGZhNTgwYzdhMjIxNDkwYzNmMmY1MjBjYmQ2OGE1YzA\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "60ede677-0381-40f2-b5b6-a1886311376a",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "491f9621-b550-4ce5-a120-089c8518b713",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "6c148ec1-f732-4efd-8b49-17b3d337bb3f",
            "generatedFromUUID": "491f9621-b550-4ce5-a120-089c8518b713"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "6c148ec1-f732-4efd-8b49-17b3d337bb3f",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Basicclamp-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
      "artifactChecksum": "NDJlY2FkNjE4NzY3NzJmNDQzMmEwMjgyM2YxOTUwMjg\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "b1bf685f-cdeb-4a00-b29f-e89312b5c86e"
    }
  ],
  "workloadContext": "Production"
}
2022-04-25T04:46:10.267Z|8f04dfa4-901e-4989-9b30-9fbab0a125eb|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-04-25T04:46:10.267Z|8f04dfa4-901e-4989-9b30-9fbab0a125eb|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 a26b1ee1-2bf3-4c21-bb70-b94f23095fbf ASDC
2022-04-25T04:46:10.268Z|a7caa55c-638c-43a1-b003-fc5a0f578f0d|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:a7caa55c-638c-43a1-b003-fc5a0f578f0d
ServiceName:basicclamp
ServiceVersion:1.0
ServiceUUID:a26b1ee1-2bf3-4c21-bb70-b94f23095fbf
ServiceInvariantUUID:31a1f1fb-38a8-45ca-9804-dfa822bde367
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Basicclamp-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
ArtifactUUID:b1bf685f-cdeb-4a00-b29f-e89312b5c86e
ArtifactChecksum:NDJlY2FkNjE4NzY3NzJmNDQzMmEwMjgyM2YxOTUwMjg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basicclamp 0
ResourceCustomizationUUID:8613738e-4afe-4cd3-87b3-16309b3083e3
ResourceInvariantUUID:a4c06d5a-766e-49fb-afd3-43136e7adf19
ResourceName:basicclamp
ResourceType:VF
ResourceUUID:b3562bc7-2711-4d2d-aec8-535f85c12794
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basicclamp0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
ArtifactUUID:60ede677-0381-40f2-b5b6-a1886311376a
ArtifactChecksum:OGZhNTgwYzdhMjIxNDkwYzNmMmY1MjBjYmQ2OGE1YzA=
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/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
ArtifactUUID:491f9621-b550-4ce5-a120-089c8518b713
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/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
ArtifactUUID:6c148ec1-f732-4efd-8b49-17b3d337bb3f
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/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
ArtifactUUID:6c148ec1-f732-4efd-8b49-17b3d337bb3f
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-04-25T04:46:10.268Z|a7caa55c-638c-43a1-b003-fc5a0f578f0d|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF a26b1ee1-2bf3-4c21-bb70-b94f23095fbf 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-04-25T04:46:10.310Z|a7caa55c-638c-43a1-b003-fc5a0f578f0d|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-25T04:46:10.311Z|a7caa55c-638c-43a1-b003-fc5a0f578f0d|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-04-25T04:46:10.311Z|a7caa55c-638c-43a1-b003-fc5a0f578f0d|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-04-25T04:46:10.311Z|a7caa55c-638c-43a1-b003-fc5a0f578f0d|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: b1bf685f-cdeb-4a00-b29f-e89312b5c86e from URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2022-04-25T04:46:10.312Z|a7caa55c-638c-43a1-b003-fc5a0f578f0d|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-04-25T04:46:10.312Z|a7caa55c-638c-43a1-b003-fc5a0f578f0d|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2022-04-25T04:46:10.653Z|a7caa55c-638c-43a1-b003-fc5a0f578f0d|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-04-25T04:46:10.656Z|a7caa55c-638c-43a1-b003-fc5a0f578f0d|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar b1bf685f-cdeb-4a00-b29f-e89312b5c86e 73642
2022-04-25T04:46:10.656Z|a7caa55c-638c-43a1-b003-fc5a0f578f0d|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ASDC sendASDCNotification
2022-04-25T04:46:10.656Z|a7caa55c-638c-43a1-b003-fc5a0f578f0d|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2022-04-25T04:46:10.656Z|a7caa55c-638c-43a1-b003-fc5a0f578f0d|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-25T04:46:10.657Z|a7caa55c-638c-43a1-b003-fc5a0f578f0d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-25T04:46:10.659Z|a7caa55c-638c-43a1-b003-fc5a0f578f0d|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-25T04:46:10.659Z|a7caa55c-638c-43a1-b003-fc5a0f578f0d|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "a7caa55c-638c-43a1-b003-fc5a0f578f0d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650861970656,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-25T04:46:10.759Z||pool-142-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-25T04:46:10.760Z||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-04-25T04:46:10.760Z||pool-142-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as p0pYBRqFNxTvYN2F) ...
2022-04-25T04:46:10.831Z||pool-142-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T04:46:10.833Z||pool-142-thread-1|||||INFO|500||cambria reply ok (74 ms):{"serverTimeMs":0,"count":1}
2022-04-25T04:46:11.660Z|a7caa55c-638c-43a1-b003-fc5a0f578f0d|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-25T04:46:11.661Z|a7caa55c-638c-43a1-b003-fc5a0f578f0d|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-04-25T04:46:11.661Z|a7caa55c-638c-43a1-b003-fc5a0f578f0d|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: b1bf685f-cdeb-4a00-b29f-e89312b5c86e, URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar to file: /app/ASDC/1/service-Basicclamp-csar.csar
2022-04-25T04:46:11.661Z|a7caa55c-638c-43a1-b003-fc5a0f578f0d|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Basicclamp-csar.csar
2022-04-25T04:46:11.662Z|a7caa55c-638c-43a1-b003-fc5a0f578f0d|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Basicclamp-csar.csar
2022-04-25T04:46:11.662Z|a7caa55c-638c-43a1-b003-fc5a0f578f0d|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Basicclamp-csar.csar
2022-04-25T04:46:11.875Z|a7caa55c-638c-43a1-b003-fc5a0f578f0d|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15988055760855241002/Definitions/service-Basicclamp-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-04-25T04:46:13.389Z|a7caa55c-638c-43a1-b003-fc5a0f578f0d|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2022-04-25T04:46:13.389Z|a7caa55c-638c-43a1-b003-fc5a0f578f0d|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-04-25T04:46:13.390Z|a7caa55c-638c-43a1-b003-fc5a0f578f0d|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2022-04-25T04:46:13.390Z|a7caa55c-638c-43a1-b003-fc5a0f578f0d|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-04-25T04:46:13.390Z|a7caa55c-638c-43a1-b003-fc5a0f578f0d|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basicclamp 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-Basicclamp-csar.csar
2022-04-25T04:46:13.390Z|a7caa55c-638c-43a1-b003-fc5a0f578f0d|pool-2-thread-5|||||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-Basicclamp-csar.csar
2022-04-25T04:46:13.390Z|a7caa55c-638c-43a1-b003-fc5a0f578f0d|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2022-04-25T04:46:13.390Z|a7caa55c-638c-43a1-b003-fc5a0f578f0d|pool-2-thread-5|||||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-Basicclamp-csar.csar
2022-04-25T04:46:13.390Z|a7caa55c-638c-43a1-b003-fc5a0f578f0d|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2022-04-25T04:46:13.391Z|a7caa55c-638c-43a1-b003-fc5a0f578f0d|pool-2-thread-5|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2022-04-25T04:46:13.391Z|a7caa55c-638c-43a1-b003-fc5a0f578f0d|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2022-04-25T04:46:13.391Z|a7caa55c-638c-43a1-b003-fc5a0f578f0d|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2022-04-25T04:46:13.391Z|a7caa55c-638c-43a1-b003-fc5a0f578f0d|pool-2-thread-5|||||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-Basicclamp-csar.csar
2022-04-25T04:46:13.391Z|a7caa55c-638c-43a1-b003-fc5a0f578f0d|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-04-25T04:46:13.391Z|a7caa55c-638c-43a1-b003-fc5a0f578f0d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-25T04:46:13.392Z|a7caa55c-638c-43a1-b003-fc5a0f578f0d|pool-2-thread-5|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-25T04:46:13.392Z|a7caa55c-638c-43a1-b003-fc5a0f578f0d|pool-2-thread-5|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-04-25T04:46:13.392Z|a7caa55c-638c-43a1-b003-fc5a0f578f0d|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-04-25T04:46:13.393Z|a7caa55c-638c-43a1-b003-fc5a0f578f0d|pool-2-thread-5|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-25T04:46:13.393Z|a7caa55c-638c-43a1-b003-fc5a0f578f0d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-25T04:46:13.393Z|a7caa55c-638c-43a1-b003-fc5a0f578f0d|pool-2-thread-5|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-25T04:46:13.393Z|a7caa55c-638c-43a1-b003-fc5a0f578f0d|pool-2-thread-5|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-04-25T04:46:13.394Z|a7caa55c-638c-43a1-b003-fc5a0f578f0d|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-04-25T04:46:13.394Z|a7caa55c-638c-43a1-b003-fc5a0f578f0d|pool-2-thread-5|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-25T04:46:13.394Z|a7caa55c-638c-43a1-b003-fc5a0f578f0d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-25T04:46:13.394Z|a7caa55c-638c-43a1-b003-fc5a0f578f0d|pool-2-thread-5|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-25T04:46:13.395Z|a7caa55c-638c-43a1-b003-fc5a0f578f0d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-25T04:46:13.395Z|a7caa55c-638c-43a1-b003-fc5a0f578f0d|pool-2-thread-5|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2022-04-25T04:46:13.395Z|a7caa55c-638c-43a1-b003-fc5a0f578f0d|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-04-25T04:46:13.395Z|a7caa55c-638c-43a1-b003-fc5a0f578f0d|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-04-25T04:46:13.395Z|a7caa55c-638c-43a1-b003-fc5a0f578f0d|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-04-25T04:46:13.396Z|a7caa55c-638c-43a1-b003-fc5a0f578f0d|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-04-25T04:46:13.396Z|a7caa55c-638c-43a1-b003-fc5a0f578f0d|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-04-25T04:46:13.396Z|a7caa55c-638c-43a1-b003-fc5a0f578f0d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-25T04:46:13.396Z|a7caa55c-638c-43a1-b003-fc5a0f578f0d|pool-2-thread-5|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-25T04:46:13.396Z|a7caa55c-638c-43a1-b003-fc5a0f578f0d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-25T04:46:13.397Z|a7caa55c-638c-43a1-b003-fc5a0f578f0d|pool-2-thread-5|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-04-25T04:46:13.397Z|a7caa55c-638c-43a1-b003-fc5a0f578f0d|pool-2-thread-5|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-25T04:46:13.397Z|a7caa55c-638c-43a1-b003-fc5a0f578f0d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-25T04:46:13.397Z|a7caa55c-638c-43a1-b003-fc5a0f578f0d|pool-2-thread-5|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-04-25T04:46:13.397Z|a7caa55c-638c-43a1-b003-fc5a0f578f0d|pool-2-thread-5|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-25T04:46:13.397Z|a7caa55c-638c-43a1-b003-fc5a0f578f0d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-25T04:46:13.398Z|a7caa55c-638c-43a1-b003-fc5a0f578f0d|pool-2-thread-5|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-04-25T04:46:13.398Z|a7caa55c-638c-43a1-b003-fc5a0f578f0d|pool-2-thread-5|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-25T04:46:13.398Z|a7caa55c-638c-43a1-b003-fc5a0f578f0d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-25T04:46:13.398Z|a7caa55c-638c-43a1-b003-fc5a0f578f0d|pool-2-thread-5|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2022-04-25T04:46:13.398Z|a7caa55c-638c-43a1-b003-fc5a0f578f0d|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-04-25T04:46:13.398Z|a7caa55c-638c-43a1-b003-fc5a0f578f0d|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-04-25T04:46:13.398Z|a7caa55c-638c-43a1-b003-fc5a0f578f0d|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=c49205ed-2715-4015-8284-687427cc1772
2022-04-25T04:46:13.398Z|a7caa55c-638c-43a1-b003-fc5a0f578f0d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-25T04:46:13.399Z|a7caa55c-638c-43a1-b003-fc5a0f578f0d|pool-2-thread-5|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-25T04:46:13.399Z|a7caa55c-638c-43a1-b003-fc5a0f578f0d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-25T04:46:13.399Z|a7caa55c-638c-43a1-b003-fc5a0f578f0d|pool-2-thread-5|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-25T04:46:13.399Z|a7caa55c-638c-43a1-b003-fc5a0f578f0d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-25T04:46:13.399Z|a7caa55c-638c-43a1-b003-fc5a0f578f0d|pool-2-thread-5|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-25T04:46:13.399Z|a7caa55c-638c-43a1-b003-fc5a0f578f0d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-25T04:46:13.399Z|a7caa55c-638c-43a1-b003-fc5a0f578f0d|pool-2-thread-5|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-25T04:46:13.399Z|a7caa55c-638c-43a1-b003-fc5a0f578f0d|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basicclamp
Description:service
Model UUID:a26b1ee1-2bf3-4c21-bb70-b94f23095fbf
Model Version:NULL
Model InvariantUuid:31a1f1fb-38a8-45ca-9804-dfa822bde367
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basicclamp
Model UUID:8cfa7714-50fb-400c-84a6-ece6fbcfb890
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:a4c06d5a-766e-49fb-afd3-43136e7adf19
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:8613738e-4afe-4cd3-87b3-16309b3083e3
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:95acbeeb-9061-4a56-836c-c8901dbd67bc
ModelName:Basicclamp..base_ubuntu18..module-0
ModelUuid:c4c8abc4-5857-489e-a153-d3643a5dd3c9
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:c49205ed-2715-4015-8284-687427cc1772
ModelInvariantUuid:77cf4a71-5ce3-4e69-99dc-7b64a74babc4
ModelName:basicclamp-nodes.ubuntu18Cvfc
ModelUuid:3b3e9d14-c193-4e13-a6dc-065062d4690d
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:59e9ce54-f295-4a56-8916-9a148fb9c26b
ModelInvariantUuid:f766523a-29f3-4428-91a0-7f3ae28c688a
ModelName:Basicclamp.compute.nodes.heat.ubuntu18
ModelUuid:fe9283eb-0a76-41bb-8639-6347217063da
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-04-25T04:46:17.473Z|a7caa55c-638c-43a1-b003-fc5a0f578f0d|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: b3562bc7-2711-4d2d-aec8-535f85c12794
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-04-25T04:46:17.480Z|a7caa55c-638c-43a1-b003-fc5a0f578f0d|pool-2-thread-5|||||INFO|500||basicclamp 0
2022-04-25T04:46:17.481Z|a7caa55c-638c-43a1-b003-fc5a0f578f0d|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: b3562bc7-2711-4d2d-aec8-535f85c12794
2022-04-25T04:46:17.481Z|a7caa55c-638c-43a1-b003-fc5a0f578f0d|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 60ede677-0381-40f2-b5b6-a1886311376a from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2022-04-25T04:46:17.481Z|a7caa55c-638c-43a1-b003-fc5a0f578f0d|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-04-25T04:46:17.482Z|a7caa55c-638c-43a1-b003-fc5a0f578f0d|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2022-04-25T04:46:18.261Z|a7caa55c-638c-43a1-b003-fc5a0f578f0d|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-04-25T04:46:18.262Z|a7caa55c-638c-43a1-b003-fc5a0f578f0d|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 60ede677-0381-40f2-b5b6-a1886311376a 790
2022-04-25T04:46:18.262Z|a7caa55c-638c-43a1-b003-fc5a0f578f0d|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json ASDC sendASDCNotification
2022-04-25T04:46:18.262Z|a7caa55c-638c-43a1-b003-fc5a0f578f0d|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2022-04-25T04:46:18.262Z|a7caa55c-638c-43a1-b003-fc5a0f578f0d|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-25T04:46:18.263Z|a7caa55c-638c-43a1-b003-fc5a0f578f0d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-25T04:46:18.265Z|a7caa55c-638c-43a1-b003-fc5a0f578f0d|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-25T04:46:18.265Z|a7caa55c-638c-43a1-b003-fc5a0f578f0d|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "a7caa55c-638c-43a1-b003-fc5a0f578f0d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650861978262,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-25T04:46:18.365Z||pool-143-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-25T04:46:18.366Z||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-04-25T04:46:18.366Z||pool-143-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as p0pYBRqFNxTvYN2F) ...
2022-04-25T04:46:18.458Z||pool-143-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T04:46:18.459Z||pool-143-thread-1|||||INFO|500||cambria reply ok (94 ms):{"serverTimeMs":0,"count":1}
2022-04-25T04:46:19.266Z|a7caa55c-638c-43a1-b003-fc5a0f578f0d|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "95acbeeb-9061-4a56-836c-c8901dbd67bc",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "c4c8abc4-5857-489e-a153-d3643a5dd3c9",
    "vfModuleModelCustomizationUUID": "187e3f11-5d80-47b5-8182-15a1a546d31d",
    "isBase": true,
    "artifacts": [
      "491f9621-b550-4ce5-a120-089c8518b713",
      "6c148ec1-f732-4efd-8b49-17b3d337bb3f"
    ],
    "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-04-25T04:46:19.271Z|a7caa55c-638c-43a1-b003-fc5a0f578f0d|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Basicclamp..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:c4c8abc4-5857-489e-a153-d3643a5dd3c9
VfModuleModelInvariantUUID:95acbeeb-9061-4a56-836c-c8901dbd67bc
VfModuleModelDescription:NULL
Artifacts UUID List:{
491f9621-b550-4ce5-a120-089c8518b713
,
6c148ec1-f732-4efd-8b49-17b3d337bb3f

}
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-04-25T04:46:19.273Z|a7caa55c-638c-43a1-b003-fc5a0f578f0d|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "95acbeeb-9061-4a56-836c-c8901dbd67bc",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "c4c8abc4-5857-489e-a153-d3643a5dd3c9",
    "vfModuleModelCustomizationUUID": "187e3f11-5d80-47b5-8182-15a1a546d31d",
    "isBase": true,
    "artifacts": [
      "491f9621-b550-4ce5-a120-089c8518b713",
      "6c148ec1-f732-4efd-8b49-17b3d337bb3f"
    ],
    "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-04-25T04:46:19.273Z|a7caa55c-638c-43a1-b003-fc5a0f578f0d|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Basicclamp..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:c4c8abc4-5857-489e-a153-d3643a5dd3c9
VfModuleModelInvariantUUID:95acbeeb-9061-4a56-836c-c8901dbd67bc
VfModuleModelDescription:NULL
Artifacts UUID List:{
491f9621-b550-4ce5-a120-089c8518b713
,
6c148ec1-f732-4efd-8b49-17b3d337bb3f

}
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-04-25T04:46:19.273Z|a7caa55c-638c-43a1-b003-fc5a0f578f0d|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 491f9621-b550-4ce5-a120-089c8518b713 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2022-04-25T04:46:19.273Z|a7caa55c-638c-43a1-b003-fc5a0f578f0d|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-04-25T04:46:19.274Z|a7caa55c-638c-43a1-b003-fc5a0f578f0d|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2022-04-25T04:46:19.669Z|a7caa55c-638c-43a1-b003-fc5a0f578f0d|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-04-25T04:46:19.669Z|a7caa55c-638c-43a1-b003-fc5a0f578f0d|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 491f9621-b550-4ce5-a120-089c8518b713 5033
2022-04-25T04:46:19.669Z|a7caa55c-638c-43a1-b003-fc5a0f578f0d|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-04-25T04:46:19.670Z|a7caa55c-638c-43a1-b003-fc5a0f578f0d|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2022-04-25T04:46:19.670Z|a7caa55c-638c-43a1-b003-fc5a0f578f0d|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-25T04:46:19.670Z|a7caa55c-638c-43a1-b003-fc5a0f578f0d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-25T04:46:19.672Z|a7caa55c-638c-43a1-b003-fc5a0f578f0d|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-25T04:46:19.672Z|a7caa55c-638c-43a1-b003-fc5a0f578f0d|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "a7caa55c-638c-43a1-b003-fc5a0f578f0d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650861979669,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-25T04:46:19.772Z||pool-144-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-25T04:46:19.773Z||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-04-25T04:46:19.773Z||pool-144-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as p0pYBRqFNxTvYN2F) ...
2022-04-25T04:46:19.906Z||pool-144-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T04:46:19.906Z||pool-144-thread-1|||||INFO|500||cambria reply ok (134 ms):{"serverTimeMs":0,"count":1}
2022-04-25T04:46:20.672Z|a7caa55c-638c-43a1-b003-fc5a0f578f0d|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 6c148ec1-f732-4efd-8b49-17b3d337bb3f from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2022-04-25T04:46:20.673Z|a7caa55c-638c-43a1-b003-fc5a0f578f0d|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-04-25T04:46:20.673Z|a7caa55c-638c-43a1-b003-fc5a0f578f0d|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2022-04-25T04:46:21.062Z|a7caa55c-638c-43a1-b003-fc5a0f578f0d|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-04-25T04:46:21.062Z|a7caa55c-638c-43a1-b003-fc5a0f578f0d|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 6c148ec1-f732-4efd-8b49-17b3d337bb3f 909
2022-04-25T04:46:21.063Z|a7caa55c-638c-43a1-b003-fc5a0f578f0d|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-04-25T04:46:21.063Z|a7caa55c-638c-43a1-b003-fc5a0f578f0d|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2022-04-25T04:46:21.063Z|a7caa55c-638c-43a1-b003-fc5a0f578f0d|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-25T04:46:21.063Z|a7caa55c-638c-43a1-b003-fc5a0f578f0d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-25T04:46:21.065Z|a7caa55c-638c-43a1-b003-fc5a0f578f0d|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-25T04:46:21.066Z|a7caa55c-638c-43a1-b003-fc5a0f578f0d|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "a7caa55c-638c-43a1-b003-fc5a0f578f0d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650861981063,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-04-25T04:46:21.167Z||pool-145-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-25T04:46:21.168Z||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-04-25T04:46:21.168Z||pool-145-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as p0pYBRqFNxTvYN2F) ...
2022-04-25T04:46:21.279Z||pool-145-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T04:46:21.279Z||pool-145-thread-1|||||INFO|500||cambria reply ok (112 ms):{"serverTimeMs":0,"count":1}
2022-04-25T04:46:22.066Z|a7caa55c-638c-43a1-b003-fc5a0f578f0d|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: a26b1ee1-2bf3-4c21-bb70-b94f23095fbf
2022-04-25T04:46:22.067Z|a7caa55c-638c-43a1-b003-fc5a0f578f0d|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basicclamp 0 b3562bc7-2711-4d2d-aec8-535f85c12794 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-04-25T04:46:22.158Z|a7caa55c-638c-43a1-b003-fc5a0f578f0d|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6c42c71d, org.onap.sdc.toscaparser.api.parameters.Input@66ace66, org.onap.sdc.toscaparser.api.parameters.Input@1612d108, org.onap.sdc.toscaparser.api.parameters.Input@5fcd3027, org.onap.sdc.toscaparser.api.parameters.Input@254d6eec]
2022-04-25T04:46:22.160Z|a7caa55c-638c-43a1-b003-fc5a0f578f0d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-25T04:46:22.160Z|a7caa55c-638c-43a1-b003-fc5a0f578f0d|pool-2-thread-5|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-25T04:46:22.161Z|a7caa55c-638c-43a1-b003-fc5a0f578f0d|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic 
2022-04-25T04:46:22.161Z|a7caa55c-638c-43a1-b003-fc5a0f578f0d|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= 8613738e-4afe-4cd3-87b3-16309b3083e3
2022-04-25T04:46:22.161Z|a7caa55c-638c-43a1-b003-fc5a0f578f0d|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 8613738e-4afe-4cd3-87b3-16309b3083e3 matches Tosca VF Customization UUID: 8613738e-4afe-4cd3-87b3-16309b3083e3
2022-04-25T04:46:22.161Z|a7caa55c-638c-43a1-b003-fc5a0f578f0d|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: 8613738e-4afe-4cd3-87b3-16309b3083e3  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-04-25T04:46:22.166Z|a7caa55c-638c-43a1-b003-fc5a0f578f0d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-25T04:46:22.166Z|a7caa55c-638c-43a1-b003-fc5a0f578f0d|pool-2-thread-5|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-25T04:46:22.167Z|a7caa55c-638c-43a1-b003-fc5a0f578f0d|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id 8613738e-4afe-4cd3-87b3-16309b3083e3: {\"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-04-25T04:46:22.168Z|a7caa55c-638c-43a1-b003-fc5a0f578f0d|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@4364c268
2022-04-25T04:46:22.168Z|a7caa55c-638c-43a1-b003-fc5a0f578f0d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-25T04:46:22.168Z|a7caa55c-638c-43a1-b003-fc5a0f578f0d|pool-2-thread-5|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-25T04:46:22.169Z|a7caa55c-638c-43a1-b003-fc5a0f578f0d|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 187e3f11-5d80-47b5-8182-15a1a546d31d
2022-04-25T04:46:22.169Z|a7caa55c-638c-43a1-b003-fc5a0f578f0d|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 187e3f11-5d80-47b5-8182-15a1a546d31d
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-04-25T04:46:22.174Z|a7caa55c-638c-43a1-b003-fc5a0f578f0d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-25T04:46:22.174Z|a7caa55c-638c-43a1-b003-fc5a0f578f0d|pool-2-thread-5|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-04-25T04:46:22.175Z|a7caa55c-638c-43a1-b003-fc5a0f578f0d|pool-2-thread-5|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-25T04:46:22.175Z|a7caa55c-638c-43a1-b003-fc5a0f578f0d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-25T04:46:22.175Z|a7caa55c-638c-43a1-b003-fc5a0f578f0d|pool-2-thread-5|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-04-25T04:46:22.176Z|a7caa55c-638c-43a1-b003-fc5a0f578f0d|pool-2-thread-5|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-25T04:46:22.176Z|a7caa55c-638c-43a1-b003-fc5a0f578f0d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-25T04:46:22.176Z|a7caa55c-638c-43a1-b003-fc5a0f578f0d|pool-2-thread-5|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2022-04-25T04:46:22.177Z|a7caa55c-638c-43a1-b003-fc5a0f578f0d|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-04-25T04:46:22.177Z|a7caa55c-638c-43a1-b003-fc5a0f578f0d|pool-2-thread-5|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-04-25T04:46:22.177Z|a7caa55c-638c-43a1-b003-fc5a0f578f0d|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=c49205ed-2715-4015-8284-687427cc1772
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-04-25T04:46:22.189Z|a7caa55c-638c-43a1-b003-fc5a0f578f0d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-25T04:46:22.189Z|a7caa55c-638c-43a1-b003-fc5a0f578f0d|pool-2-thread-5|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-04-25T04:46:22.190Z|a7caa55c-638c-43a1-b003-fc5a0f578f0d|pool-2-thread-5|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-25T04:46:22.190Z|a7caa55c-638c-43a1-b003-fc5a0f578f0d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-25T04:46:22.190Z|a7caa55c-638c-43a1-b003-fc5a0f578f0d|pool-2-thread-5|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-04-25T04:46:22.191Z|a7caa55c-638c-43a1-b003-fc5a0f578f0d|pool-2-thread-5|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=8613738e-4afe-4cd3-87b3-16309b3083e3
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-04-25T04:46:22.194Z|a7caa55c-638c-43a1-b003-fc5a0f578f0d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-25T04:46:22.194Z|a7caa55c-638c-43a1-b003-fc5a0f578f0d|pool-2-thread-5|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-25T04:46:22.194Z|a7caa55c-638c-43a1-b003-fc5a0f578f0d|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid a26b1ee1-2bf3-4c21-bb70-b94f23095fbf: basicclamp
2022-04-25T04:46:22.194Z|a7caa55c-638c-43a1-b003-fc5a0f578f0d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-25T04:46:22.195Z|a7caa55c-638c-43a1-b003-fc5a0f578f0d|pool-2-thread-5|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-25T04:46:22.195Z|a7caa55c-638c-43a1-b003-fc5a0f578f0d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-25T04:46:22.195Z|a7caa55c-638c-43a1-b003-fc5a0f578f0d|pool-2-thread-5|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-25T04:46:22.196Z|a7caa55c-638c-43a1-b003-fc5a0f578f0d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-25T04:46:22.196Z|a7caa55c-638c-43a1-b003-fc5a0f578f0d|pool-2-thread-5|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-25T04:46:22.196Z|a7caa55c-638c-43a1-b003-fc5a0f578f0d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-25T04:46:22.196Z|a7caa55c-638c-43a1-b003-fc5a0f578f0d|pool-2-thread-5|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-25T04:46:22.196Z|a7caa55c-638c-43a1-b003-fc5a0f578f0d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-25T04:46:22.197Z|a7caa55c-638c-43a1-b003-fc5a0f578f0d|pool-2-thread-5|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-25T04:46:22.197Z|a7caa55c-638c-43a1-b003-fc5a0f578f0d|pool-2-thread-5|||||INFO|500||Saving Service: basicclamp 
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-04-25T04:46:22.761Z|a7caa55c-638c-43a1-b003-fc5a0f578f0d|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basicclamp b3562bc7-2711-4d2d-aec8-535f85c12794 1 ASDC deployResourceStructure
2022-04-25T04:46:22.762Z|a7caa55c-638c-43a1-b003-fc5a0f578f0d|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json ASDC sendASDCNotification
2022-04-25T04:46:22.762Z|a7caa55c-638c-43a1-b003-fc5a0f578f0d|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2022-04-25T04:46:22.762Z|a7caa55c-638c-43a1-b003-fc5a0f578f0d|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-25T04:46:22.762Z|a7caa55c-638c-43a1-b003-fc5a0f578f0d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-25T04:46:22.764Z|a7caa55c-638c-43a1-b003-fc5a0f578f0d|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-25T04:46:22.764Z|a7caa55c-638c-43a1-b003-fc5a0f578f0d|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "a7caa55c-638c-43a1-b003-fc5a0f578f0d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650861982762,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-25T04:46:22.865Z||pool-146-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-25T04:46:22.866Z||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-04-25T04:46:22.866Z||pool-146-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as p0pYBRqFNxTvYN2F) ...
2022-04-25T04:46:22.950Z||pool-146-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T04:46:22.951Z||pool-146-thread-1|||||INFO|500||cambria reply ok (85 ms):{"serverTimeMs":0,"count":1}
2022-04-25T04:46:23.765Z|a7caa55c-638c-43a1-b003-fc5a0f578f0d|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-04-25T04:46:23.766Z|a7caa55c-638c-43a1-b003-fc5a0f578f0d|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2022-04-25T04:46:23.766Z|a7caa55c-638c-43a1-b003-fc5a0f578f0d|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-25T04:46:23.766Z|a7caa55c-638c-43a1-b003-fc5a0f578f0d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-25T04:46:23.770Z|a7caa55c-638c-43a1-b003-fc5a0f578f0d|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-25T04:46:23.770Z|a7caa55c-638c-43a1-b003-fc5a0f578f0d|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "a7caa55c-638c-43a1-b003-fc5a0f578f0d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650861983765,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-04-25T04:46:23.869Z||pool-147-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-04-25T04:46:23.870Z||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-04-25T04:46:23.870Z||pool-147-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as p0pYBRqFNxTvYN2F) ...
2022-04-25T04:46:24.059Z||pool-147-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T04:46:24.060Z||pool-147-thread-1|||||INFO|500||cambria reply ok (190 ms):{"serverTimeMs":2,"count":1}
2022-04-25T04:46:24.777Z|a7caa55c-638c-43a1-b003-fc5a0f578f0d|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-04-25T04:46:24.777Z|a7caa55c-638c-43a1-b003-fc5a0f578f0d|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2022-04-25T04:46:24.778Z|a7caa55c-638c-43a1-b003-fc5a0f578f0d|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-25T04:46:24.778Z|a7caa55c-638c-43a1-b003-fc5a0f578f0d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-25T04:46:24.780Z|a7caa55c-638c-43a1-b003-fc5a0f578f0d|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-25T04:46:24.780Z|a7caa55c-638c-43a1-b003-fc5a0f578f0d|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "a7caa55c-638c-43a1-b003-fc5a0f578f0d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650861984777,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-04-25T04:46:24.880Z||pool-148-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-25T04:46:24.882Z||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-04-25T04:46:24.882Z||pool-148-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as p0pYBRqFNxTvYN2F) ...
2022-04-25T04:46:25.070Z||pool-148-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T04:46:25.072Z||pool-148-thread-1|||||INFO|500||cambria reply ok (191 ms):{"serverTimeMs":1,"count":1}
2022-04-25T04:46:25.781Z|a7caa55c-638c-43a1-b003-fc5a0f578f0d|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ASDC sendASDCNotification
2022-04-25T04:46:25.782Z|a7caa55c-638c-43a1-b003-fc5a0f578f0d|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2022-04-25T04:46:25.782Z|a7caa55c-638c-43a1-b003-fc5a0f578f0d|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-25T04:46:25.782Z|a7caa55c-638c-43a1-b003-fc5a0f578f0d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-25T04:46:25.784Z|a7caa55c-638c-43a1-b003-fc5a0f578f0d|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-25T04:46:25.784Z|a7caa55c-638c-43a1-b003-fc5a0f578f0d|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "a7caa55c-638c-43a1-b003-fc5a0f578f0d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650861985781,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-25T04:46:25.885Z||pool-149-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-25T04:46:25.886Z||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-04-25T04:46:25.886Z||pool-149-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as p0pYBRqFNxTvYN2F) ...
2022-04-25T04:46:26.104Z||pool-149-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T04:46:26.105Z||pool-149-thread-1|||||INFO|500||cambria reply ok (220 ms):{"serverTimeMs":1,"count":1}
2022-04-25T04:46:26.786Z|a7caa55c-638c-43a1-b003-fc5a0f578f0d|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a7caa55c-638c-43a1-b003-fc5a0f578f0d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-25T04:46:26.805Z|a7caa55c-638c-43a1-b003-fc5a0f578f0d|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a7caa55c-638c-43a1-b003-fc5a0f578f0d
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-04-25T04:46:26.810Z|a7caa55c-638c-43a1-b003-fc5a0f578f0d|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-25T04:46:26.810Z|a7caa55c-638c-43a1-b003-fc5a0f578f0d|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-25T04:46:26.810Z|a7caa55c-638c-43a1-b003-fc5a0f578f0d|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-25T04:46:26.853Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T04:46:26.853Z||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-04-25T04:46:26.854Z||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 p0pYBRqFNxTvYN2F) ...
2022-04-25T04:46:27.242Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T04:46:27.251Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:46:27.252Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58d432fc-21eb-4c31-91ec-77c0c21ba09b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650861807729,
  "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-04-25T04:46:27.252Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T04:46:27.253Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:46:27.253Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58d432fc-21eb-4c31-91ec-77c0c21ba09b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650861808732,
  "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-04-25T04:46:27.253Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T04:46:27.253Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:46:27.253Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58d432fc-21eb-4c31-91ec-77c0c21ba09b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650861809737,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-25T04:46:27.253Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T04:46:27.254Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:46:27.254Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58d432fc-21eb-4c31-91ec-77c0c21ba09b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650861810740,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2022-04-25T04:46:27.254Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T04:46:27.254Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:46:27.254Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7caa55c-638c-43a1-b003-fc5a0f578f0d",
  "consumerID": "aai-ml",
  "timestamp": 1650861811434,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-25T04:46:27.255Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T04:46:27.255Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:46:27.255Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7caa55c-638c-43a1-b003-fc5a0f578f0d",
  "consumerID": "clamp",
  "timestamp": 1650861811215,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-25T04:46:27.255Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T04:46:27.255Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:46:27.255Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58d432fc-21eb-4c31-91ec-77c0c21ba09b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650861811747,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2022-04-25T04:46:27.255Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T04:46:27.256Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:46:27.256Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7caa55c-638c-43a1-b003-fc5a0f578f0d",
  "consumerID": "aai-ml",
  "timestamp": 1650861812438,
  "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-04-25T04:46:27.262Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of a7caa55c-638c-43a1-b003-fc5a0f578f0d
2022-04-25T04:46:27.262Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId a7caa55c-638c-43a1-b003-fc5a0f578f0d 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-04-25T04:46:27.270Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:46:27.270Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58d432fc-21eb-4c31-91ec-77c0c21ba09b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650861812751,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-25T04:46:27.270Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T04:46:27.270Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:46:27.270Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7caa55c-638c-43a1-b003-fc5a0f578f0d",
  "consumerID": "clamp",
  "timestamp": 1650861812219,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-25T04:46:27.271Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T04:46:27.271Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:46:27.271Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7caa55c-638c-43a1-b003-fc5a0f578f0d",
  "consumerID": "clamp",
  "timestamp": 1650861816280,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-25T04:46:27.271Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T04:46:27.271Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:46:27.271Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7caa55c-638c-43a1-b003-fc5a0f578f0d",
  "consumerID": "clamp",
  "timestamp": 1650861817284,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-25T04:46:27.271Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T04:46:27.272Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:46:27.272Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7caa55c-638c-43a1-b003-fc5a0f578f0d",
  "consumerID": "clamp",
  "timestamp": 1650861818288,
  "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-04-25T04:46:27.277Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of a7caa55c-638c-43a1-b003-fc5a0f578f0d
2022-04-25T04:46:27.277Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId a7caa55c-638c-43a1-b003-fc5a0f578f0d 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-04-25T04:46:27.285Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:46:27.285Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "58d432fc-21eb-4c31-91ec-77c0c21ba09b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650861844141,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-04-25T04:46:27.286Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T04:46:27.286Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:46:27.286Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "672f8727-9a72-4aa8-8c13-57f33eaafb76",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650861731606,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:46:27.286Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:46:27.286Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:46:27.286Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "672f8727-9a72-4aa8-8c13-57f33eaafb76",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650861731606,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-04-25T04:46:27.286Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:46:27.286Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:46:27.287Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "672f8727-9a72-4aa8-8c13-57f33eaafb76",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650861731606,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-04-25T04:46:27.287Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:46:27.287Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:46:27.287Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "672f8727-9a72-4aa8-8c13-57f33eaafb76",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650861731606,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:46:27.287Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:46:27.288Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:46:27.288Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "672f8727-9a72-4aa8-8c13-57f33eaafb76",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650861731606,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-04-25T04:46:27.288Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:46:27.288Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:46:27.288Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "672f8727-9a72-4aa8-8c13-57f33eaafb76",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650861731606,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:46:27.288Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:46:27.288Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:46:27.288Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "672f8727-9a72-4aa8-8c13-57f33eaafb76",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650861731606,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:46:27.289Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:46:27.289Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:46:27.289Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "672f8727-9a72-4aa8-8c13-57f33eaafb76",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650861731606,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-04-25T04:46:27.289Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:46:27.289Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:46:27.289Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "672f8727-9a72-4aa8-8c13-57f33eaafb76",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650861854570,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-25T04:46:27.289Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T04:46:27.289Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:46:27.289Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "672f8727-9a72-4aa8-8c13-57f33eaafb76",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650861857851,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-25T04:46:27.289Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T04:46:27.290Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:46:27.290Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "672f8727-9a72-4aa8-8c13-57f33eaafb76",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650861859456,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-25T04:46:27.290Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T04:46:27.290Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:46:27.290Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "672f8727-9a72-4aa8-8c13-57f33eaafb76",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650861860762,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-04-25T04:46:27.290Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T04:46:27.290Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:46:27.290Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "672f8727-9a72-4aa8-8c13-57f33eaafb76",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650861862063,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-25T04:46:27.290Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T04:46:27.291Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:46:27.291Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "672f8727-9a72-4aa8-8c13-57f33eaafb76",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650861863067,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-04-25T04:46:27.291Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T04:46:27.291Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:46:27.291Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "672f8727-9a72-4aa8-8c13-57f33eaafb76",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650861864071,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-04-25T04:46:27.291Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T04:46:27.291Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:46:27.291Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "672f8727-9a72-4aa8-8c13-57f33eaafb76",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650861865075,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-25T04:46:27.291Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T04:46:56.812Z|a7caa55c-638c-43a1-b003-fc5a0f578f0d|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a7caa55c-638c-43a1-b003-fc5a0f578f0d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-04-25T04:46:56.826Z|a7caa55c-638c-43a1-b003-fc5a0f578f0d|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a7caa55c-638c-43a1-b003-fc5a0f578f0d
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-04-25T04:46:56.830Z|a7caa55c-638c-43a1-b003-fc5a0f578f0d|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-25T04:46:56.830Z|a7caa55c-638c-43a1-b003-fc5a0f578f0d|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-25T04:46:56.831Z|a7caa55c-638c-43a1-b003-fc5a0f578f0d|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-04-25T04:46:56.831Z|a7caa55c-638c-43a1-b003-fc5a0f578f0d|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-04-25T04:46:56.831Z|a7caa55c-638c-43a1-b003-fc5a0f578f0d|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-25T04:46:56.831Z|a7caa55c-638c-43a1-b003-fc5a0f578f0d|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-25T04:46:56.832Z|a7caa55c-638c-43a1-b003-fc5a0f578f0d|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-25T04:46:56.832Z|a7caa55c-638c-43a1-b003-fc5a0f578f0d|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-25T04:46:56.832Z|a7caa55c-638c-43a1-b003-fc5a0f578f0d|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-25T04:46:56.832Z|a7caa55c-638c-43a1-b003-fc5a0f578f0d|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-25T04:46:56.833Z|a7caa55c-638c-43a1-b003-fc5a0f578f0d|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-25T04:46:56.833Z|a7caa55c-638c-43a1-b003-fc5a0f578f0d|pool-2-thread-5|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-25T04:46:56.838Z|a7caa55c-638c-43a1-b003-fc5a0f578f0d|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-04-25T04:47:16.346Z||http-nio-8085-exec-9|||||WARN|500||catdb-pool - Failed to validate connection org.mariadb.jdbc.MariaDbConnection@33019d27 ((conn=1447) Connection.setNetworkTimeout cannot be called on a closed connection). Possibly consider using a shorter maxLifetime value.
2022-04-25T04:47:26.839Z|a7caa55c-638c-43a1-b003-fc5a0f578f0d|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: a7caa55c-638c-43a1-b003-fc5a0f578f0d 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-04-25T04:47:26.845Z|a7caa55c-638c-43a1-b003-fc5a0f578f0d|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: a7caa55c-638c-43a1-b003-fc5a0f578f0d and serviceModelVersionId: a26b1ee1-2bf3-4c21-bb70-b94f23095fbf
2022-04-25T04:47:26.846Z|a7caa55c-638c-43a1-b003-fc5a0f578f0d|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 31a1f1fb-38a8-45ca-9804-dfa822bde367
2022-04-25T04:47:26.846Z|a7caa55c-638c-43a1-b003-fc5a0f578f0d|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/31a1f1fb-38a8-45ca-9804-dfa822bde367/model-vers/model-ver/a26b1ee1-2bf3-4c21-bb70-b94f23095fbf?depth=0
2022-04-25T04:47:26.851Z|a7caa55c-638c-43a1-b003-fc5a0f578f0d|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2022-04-25T04:47:26.853Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T04:47:26.853Z||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-04-25T04:47:26.853Z||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 p0pYBRqFNxTvYN2F) ...
2022-04-25T04:47:26.885Z|a7caa55c-638c-43a1-b003-fc5a0f578f0d|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/31a1f1fb-38a8-45ca-9804-dfa822bde367/model-vers/model-ver/a26b1ee1-2bf3-4c21-bb70-b94f23095fbf?depth=0|INFO|500||Invoke
2022-04-25T04:47:26.886Z|a7caa55c-638c-43a1-b003-fc5a0f578f0d|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/31a1f1fb-38a8-45ca-9804-dfa822bde367/model-vers/model-ver/a26b1ee1-2bf3-4c21-bb70-b94f23095fbf?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/31a1f1fb-38a8-45ca-9804-dfa822bde367/model-vers/model-ver/a26b1ee1-2bf3-4c21-bb70-b94f23095fbf?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[a7caa55c-638c-43a1-b003-fc5a0f578f0d], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[a3c80281-de22-4de2-8585-293ce03f6dbb], X-ECOMP-RequestID=[a7caa55c-638c-43a1-b003-fc5a0f578f0d], X-TransactionId=[], X-ONAP-RequestID=[a7caa55c-638c-43a1-b003-fc5a0f578f0d], Content-Type=[application/merge-patch+json]}
2022-04-25T04:47:26.907Z|a7caa55c-638c-43a1-b003-fc5a0f578f0d|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/31a1f1fb-38a8-45ca-9804-dfa822bde367/model-vers/model-ver/a26b1ee1-2bf3-4c21-bb70-b94f23095fbf?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-04-25T04:47:26.925Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T04:47:26.926Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:47:26.926Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "672f8727-9a72-4aa8-8c13-57f33eaafb76",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650861897209,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-04-25T04:47:26.927Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T04:47:26.927Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:47:26.927Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8f04dfa4-901e-4989-9b30-9fbab0a125eb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650861731606,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:47:26.927Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:47:26.927Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:47:26.927Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8f04dfa4-901e-4989-9b30-9fbab0a125eb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650861731606,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:47:26.928Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:47:26.928Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:47:26.928Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8f04dfa4-901e-4989-9b30-9fbab0a125eb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650861731606,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:47:26.928Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:47:26.928Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:47:26.928Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8f04dfa4-901e-4989-9b30-9fbab0a125eb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650861731606,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:47:26.929Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:47:26.929Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:47:26.929Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8f04dfa4-901e-4989-9b30-9fbab0a125eb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650861731606,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:47:26.929Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:47:26.929Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:47:26.929Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8f04dfa4-901e-4989-9b30-9fbab0a125eb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650861731606,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:47:26.929Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:47:26.929Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:47:26.930Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8f04dfa4-901e-4989-9b30-9fbab0a125eb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650861731606,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:47:26.930Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:47:26.930Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:47:26.930Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8f04dfa4-901e-4989-9b30-9fbab0a125eb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650861731606,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:47:26.930Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:47:26.930Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:47:26.930Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8f04dfa4-901e-4989-9b30-9fbab0a125eb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650861731606,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-04-25T04:47:26.930Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:47:26.930Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:47:26.930Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8f04dfa4-901e-4989-9b30-9fbab0a125eb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650861908659,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-25T04:47:26.931Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T04:47:26.931Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-25T04:47:26.931Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8f04dfa4-901e-4989-9b30-9fbab0a125eb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650861910993,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-25T04:47:26.931Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T04:47:27.895Z|a7caa55c-638c-43a1-b003-fc5a0f578f0d|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/31a1f1fb-38a8-45ca-9804-dfa822bde367/model-vers/model-ver/a26b1ee1-2bf3-4c21-bb70-b94f23095fbf?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/31a1f1fb-38a8-45ca-9804-dfa822bde367/model-vers/model-ver/a26b1ee1-2bf3-4c21-bb70-b94f23095fbf?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220425-04:47:26:366-88655], vertex-id=[258120], Content-Length=[0], Date=[Mon, 25 Apr 2022 04:47:26 GMT], Content-Type=[application/json]}
2022-04-25T04:47:27.895Z|a7caa55c-638c-43a1-b003-fc5a0f578f0d|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/31a1f1fb-38a8-45ca-9804-dfa822bde367/model-vers/model-ver/a26b1ee1-2bf3-4c21-bb70-b94f23095fbf?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-04-25T04:47:27.896Z|a7caa55c-638c-43a1-b003-fc5a0f578f0d|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/31a1f1fb-38a8-45ca-9804-dfa822bde367/model-vers/model-ver/a26b1ee1-2bf3-4c21-bb70-b94f23095fbf?depth=0|INFO|500||InvokeReturn
2022-04-25T04:47:27.896Z|a7caa55c-638c-43a1-b003-fc5a0f578f0d|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-04-25T04:47:27.897Z|a7caa55c-638c-43a1-b003-fc5a0f578f0d|pool-2-thread-5|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-25T04:47:27.901Z|a7caa55c-638c-43a1-b003-fc5a0f578f0d|pool-2-thread-5|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-04-25T04:47:27.901Z|a7caa55c-638c-43a1-b003-fc5a0f578f0d|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID a7caa55c-638c-43a1-b003-fc5a0f578f0d and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-04-25T04:47:27.902Z|a7caa55c-638c-43a1-b003-fc5a0f578f0d|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-04-25T04:47:27.902Z|a7caa55c-638c-43a1-b003-fc5a0f578f0d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-04-25T04:47:27.904Z|a7caa55c-638c-43a1-b003-fc5a0f578f0d|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-25T04:47:27.904Z|a7caa55c-638c-43a1-b003-fc5a0f578f0d|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "a7caa55c-638c-43a1-b003-fc5a0f578f0d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650862047902,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-04-25T04:47:28.004Z||pool-150-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-25T04:47:28.006Z||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-04-25T04:47:28.006Z||pool-150-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as p0pYBRqFNxTvYN2F) ...
2022-04-25T04:47:28.035Z||pool-150-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T04:47:28.036Z||pool-150-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-04-25T04:47:28.926Z|a7caa55c-638c-43a1-b003-fc5a0f578f0d|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T04:47:28.927Z|a7caa55c-638c-43a1-b003-fc5a0f578f0d|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-04-25T04:47:28.927Z|a7caa55c-638c-43a1-b003-fc5a0f578f0d|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 p0pYBRqFNxTvYN2F) ...
2022-04-25T04:47:38.788Z|a7caa55c-638c-43a1-b003-fc5a0f578f0d|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T04:47:38.789Z|a7caa55c-638c-43a1-b003-fc5a0f578f0d|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T04:47:38.789Z|a7caa55c-638c-43a1-b003-fc5a0f578f0d|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-04-25T04:47:38.790Z|a7caa55c-638c-43a1-b003-fc5a0f578f0d|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 p0pYBRqFNxTvYN2F) ...
2022-04-25T04:47:48.742Z|a7caa55c-638c-43a1-b003-fc5a0f578f0d|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T04:47:48.743Z|a7caa55c-638c-43a1-b003-fc5a0f578f0d|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T04:47:48.744Z|a7caa55c-638c-43a1-b003-fc5a0f578f0d|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-04-25T04:47:48.744Z|a7caa55c-638c-43a1-b003-fc5a0f578f0d|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 p0pYBRqFNxTvYN2F) ...
2022-04-25T04:47:58.652Z|a7caa55c-638c-43a1-b003-fc5a0f578f0d|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T04:47:58.653Z|a7caa55c-638c-43a1-b003-fc5a0f578f0d|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T04:47:58.653Z|a7caa55c-638c-43a1-b003-fc5a0f578f0d|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-04-25T04:47:58.653Z|a7caa55c-638c-43a1-b003-fc5a0f578f0d|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 p0pYBRqFNxTvYN2F) ...
2022-04-25T04:48:08.528Z|a7caa55c-638c-43a1-b003-fc5a0f578f0d|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T04:48:08.529Z|a7caa55c-638c-43a1-b003-fc5a0f578f0d|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T04:48:08.530Z|a7caa55c-638c-43a1-b003-fc5a0f578f0d|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-04-25T04:48:08.530Z|a7caa55c-638c-43a1-b003-fc5a0f578f0d|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 p0pYBRqFNxTvYN2F) ...
2022-04-25T04:48:18.468Z|a7caa55c-638c-43a1-b003-fc5a0f578f0d|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T04:48:18.469Z|a7caa55c-638c-43a1-b003-fc5a0f578f0d|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T04:48:18.470Z|a7caa55c-638c-43a1-b003-fc5a0f578f0d|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-04-25T04:48:18.470Z|a7caa55c-638c-43a1-b003-fc5a0f578f0d|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 p0pYBRqFNxTvYN2F) ...
2022-04-25T04:48:26.853Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T04:48:26.853Z||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-04-25T04:48:26.854Z||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 p0pYBRqFNxTvYN2F) ...
2022-04-25T04:48:27.136Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T04:48:27.137Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-25T04:48:27.137Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "8f04dfa4-901e-4989-9b30-9fbab0a125eb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650861955705,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-04-25T04:48:27.139Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T04:48:27.139Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-25T04:48:27.139Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7caa55c-638c-43a1-b003-fc5a0f578f0d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650861956740,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:48:27.139Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:48:27.139Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-25T04:48:27.139Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7caa55c-638c-43a1-b003-fc5a0f578f0d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650861956740,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:48:27.139Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:48:27.140Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-25T04:48:27.140Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7caa55c-638c-43a1-b003-fc5a0f578f0d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650861956740,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2022-04-25T04:48:27.140Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:48:27.140Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-25T04:48:27.140Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7caa55c-638c-43a1-b003-fc5a0f578f0d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650861956740,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-04-25T04:48:27.140Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:48:27.141Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-25T04:48:27.141Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7caa55c-638c-43a1-b003-fc5a0f578f0d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650861956740,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:48:27.141Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:48:27.141Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-25T04:48:27.141Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7caa55c-638c-43a1-b003-fc5a0f578f0d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650861956740,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-04-25T04:48:27.141Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:48:27.141Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-25T04:48:27.141Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7caa55c-638c-43a1-b003-fc5a0f578f0d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650861956740,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-25T04:48:27.142Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:48:27.142Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-25T04:48:27.142Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7caa55c-638c-43a1-b003-fc5a0f578f0d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650861956740,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-04-25T04:48:27.142Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-25T04:48:27.142Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-25T04:48:27.142Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7caa55c-638c-43a1-b003-fc5a0f578f0d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650861970656,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-25T04:48:27.142Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T04:48:27.143Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-25T04:48:27.143Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7caa55c-638c-43a1-b003-fc5a0f578f0d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650861978262,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-25T04:48:27.143Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T04:48:27.143Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-25T04:48:27.143Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7caa55c-638c-43a1-b003-fc5a0f578f0d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650861979669,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-25T04:48:27.143Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T04:48:27.144Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-25T04:48:27.144Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7caa55c-638c-43a1-b003-fc5a0f578f0d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650861981063,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-04-25T04:48:27.144Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T04:48:27.144Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-25T04:48:27.144Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7caa55c-638c-43a1-b003-fc5a0f578f0d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650861982762,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-25T04:48:27.144Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T04:48:27.145Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-25T04:48:27.145Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7caa55c-638c-43a1-b003-fc5a0f578f0d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650861983765,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-04-25T04:48:27.145Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T04:48:27.145Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-25T04:48:27.145Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7caa55c-638c-43a1-b003-fc5a0f578f0d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650861984777,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-04-25T04:48:27.145Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T04:48:27.145Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-25T04:48:27.146Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7caa55c-638c-43a1-b003-fc5a0f578f0d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650861985781,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-25T04:48:27.146Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T04:48:28.497Z|a7caa55c-638c-43a1-b003-fc5a0f578f0d|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T04:48:28.498Z|a7caa55c-638c-43a1-b003-fc5a0f578f0d|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T04:48:28.498Z|a7caa55c-638c-43a1-b003-fc5a0f578f0d|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-04-25T04:48:28.498Z|a7caa55c-638c-43a1-b003-fc5a0f578f0d|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 p0pYBRqFNxTvYN2F) ...
2022-04-25T04:48:38.453Z|a7caa55c-638c-43a1-b003-fc5a0f578f0d|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T04:48:38.453Z|a7caa55c-638c-43a1-b003-fc5a0f578f0d|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T04:48:38.454Z|a7caa55c-638c-43a1-b003-fc5a0f578f0d|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-04-25T04:48:38.454Z|a7caa55c-638c-43a1-b003-fc5a0f578f0d|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 p0pYBRqFNxTvYN2F) ...
2022-04-25T04:48:48.465Z|a7caa55c-638c-43a1-b003-fc5a0f578f0d|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T04:49:26.849Z|a7caa55c-638c-43a1-b003-fc5a0f578f0d|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T04:49:26.850Z|a7caa55c-638c-43a1-b003-fc5a0f578f0d|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-04-25T04:49:26.850Z|a7caa55c-638c-43a1-b003-fc5a0f578f0d|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 p0pYBRqFNxTvYN2F) ...
2022-04-25T04:49:26.853Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T04:49:26.853Z||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-04-25T04:49:26.853Z||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 p0pYBRqFNxTvYN2F) ...
2022-04-25T04:49:27.526Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T04:49:27.527Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-25T04:49:27.527Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a7caa55c-638c-43a1-b003-fc5a0f578f0d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1650862047902,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-04-25T04:49:27.527Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-25T04:49:36.690Z|a7caa55c-638c-43a1-b003-fc5a0f578f0d|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T04:50:26.850Z|a7caa55c-638c-43a1-b003-fc5a0f578f0d|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T04:50:26.851Z|a7caa55c-638c-43a1-b003-fc5a0f578f0d|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-04-25T04:50:26.851Z|a7caa55c-638c-43a1-b003-fc5a0f578f0d|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 p0pYBRqFNxTvYN2F) ...
2022-04-25T04:50:26.853Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T04:50:26.853Z||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-04-25T04:50:26.853Z||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 p0pYBRqFNxTvYN2F) ...
2022-04-25T04:50:36.584Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T04:50:36.593Z|a7caa55c-638c-43a1-b003-fc5a0f578f0d|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T04:51:26.849Z|a7caa55c-638c-43a1-b003-fc5a0f578f0d|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T04:51:26.850Z|a7caa55c-638c-43a1-b003-fc5a0f578f0d|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-04-25T04:51:26.851Z|a7caa55c-638c-43a1-b003-fc5a0f578f0d|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 p0pYBRqFNxTvYN2F) ...
2022-04-25T04:51:26.853Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T04:51:26.853Z||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-04-25T04:51:26.853Z||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 p0pYBRqFNxTvYN2F) ...
2022-04-25T04:51:36.529Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T04:51:36.634Z|a7caa55c-638c-43a1-b003-fc5a0f578f0d|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T04:52:26.849Z|a7caa55c-638c-43a1-b003-fc5a0f578f0d|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T04:52:26.850Z|a7caa55c-638c-43a1-b003-fc5a0f578f0d|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-04-25T04:52:26.850Z|a7caa55c-638c-43a1-b003-fc5a0f578f0d|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 p0pYBRqFNxTvYN2F) ...
2022-04-25T04:52:26.853Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T04:52:26.853Z||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-04-25T04:52:26.853Z||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 p0pYBRqFNxTvYN2F) ...
2022-04-25T04:52:36.574Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T04:52:36.577Z|a7caa55c-638c-43a1-b003-fc5a0f578f0d|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T04:53:16.345Z||http-nio-8085-exec-5|||||WARN|500||catdb-pool - Failed to validate connection org.mariadb.jdbc.MariaDbConnection@51019a2e ((conn=1482) Connection.setNetworkTimeout cannot be called on a closed connection). Possibly consider using a shorter maxLifetime value.
2022-04-25T04:53:26.849Z|a7caa55c-638c-43a1-b003-fc5a0f578f0d|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T04:53:26.850Z|a7caa55c-638c-43a1-b003-fc5a0f578f0d|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-04-25T04:53:26.850Z|a7caa55c-638c-43a1-b003-fc5a0f578f0d|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 p0pYBRqFNxTvYN2F) ...
2022-04-25T04:53:26.853Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T04:53:26.853Z||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-04-25T04:53:26.853Z||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 p0pYBRqFNxTvYN2F) ...
2022-04-25T04:53:36.418Z|a7caa55c-638c-43a1-b003-fc5a0f578f0d|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T04:53:36.500Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T04:54:26.849Z|a7caa55c-638c-43a1-b003-fc5a0f578f0d|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T04:54:26.850Z|a7caa55c-638c-43a1-b003-fc5a0f578f0d|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-04-25T04:54:26.850Z|a7caa55c-638c-43a1-b003-fc5a0f578f0d|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 p0pYBRqFNxTvYN2F) ...
2022-04-25T04:54:26.853Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T04:54:26.853Z||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-04-25T04:54:26.853Z||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 p0pYBRqFNxTvYN2F) ...
2022-04-25T04:54:36.568Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T04:54:36.577Z|a7caa55c-638c-43a1-b003-fc5a0f578f0d|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T04:55:26.849Z|a7caa55c-638c-43a1-b003-fc5a0f578f0d|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T04:55:26.850Z|a7caa55c-638c-43a1-b003-fc5a0f578f0d|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-04-25T04:55:26.850Z|a7caa55c-638c-43a1-b003-fc5a0f578f0d|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 p0pYBRqFNxTvYN2F) ...
2022-04-25T04:55:26.853Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T04:55:26.853Z||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-04-25T04:55:26.853Z||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 p0pYBRqFNxTvYN2F) ...
2022-04-25T04:55:36.416Z|a7caa55c-638c-43a1-b003-fc5a0f578f0d|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T04:55:36.450Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T04:56:26.849Z|a7caa55c-638c-43a1-b003-fc5a0f578f0d|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T04:56:26.852Z|a7caa55c-638c-43a1-b003-fc5a0f578f0d|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-04-25T04:56:26.852Z|a7caa55c-638c-43a1-b003-fc5a0f578f0d|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 p0pYBRqFNxTvYN2F) ...
2022-04-25T04:56:26.853Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T04:56:26.853Z||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-04-25T04:56:26.854Z||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 p0pYBRqFNxTvYN2F) ...
2022-04-25T04:56:36.440Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T04:56:36.444Z|a7caa55c-638c-43a1-b003-fc5a0f578f0d|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T04:57:26.849Z|a7caa55c-638c-43a1-b003-fc5a0f578f0d|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T04:57:26.850Z|a7caa55c-638c-43a1-b003-fc5a0f578f0d|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-04-25T04:57:26.850Z|a7caa55c-638c-43a1-b003-fc5a0f578f0d|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 p0pYBRqFNxTvYN2F) ...
2022-04-25T04:57:26.853Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T04:57:26.853Z||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-04-25T04:57:26.853Z||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 p0pYBRqFNxTvYN2F) ...
2022-04-25T04:57:36.446Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T04:57:36.511Z|a7caa55c-638c-43a1-b003-fc5a0f578f0d|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T04:58:26.849Z|a7caa55c-638c-43a1-b003-fc5a0f578f0d|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T04:58:26.850Z|a7caa55c-638c-43a1-b003-fc5a0f578f0d|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-04-25T04:58:26.850Z|a7caa55c-638c-43a1-b003-fc5a0f578f0d|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 p0pYBRqFNxTvYN2F) ...
2022-04-25T04:58:26.853Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T04:58:26.853Z||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-04-25T04:58:26.853Z||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 p0pYBRqFNxTvYN2F) ...
2022-04-25T04:58:36.481Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T04:58:36.502Z|a7caa55c-638c-43a1-b003-fc5a0f578f0d|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T04:59:26.849Z|a7caa55c-638c-43a1-b003-fc5a0f578f0d|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T04:59:26.850Z|a7caa55c-638c-43a1-b003-fc5a0f578f0d|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-04-25T04:59:26.850Z|a7caa55c-638c-43a1-b003-fc5a0f578f0d|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 p0pYBRqFNxTvYN2F) ...
2022-04-25T04:59:26.853Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T04:59:26.853Z||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-04-25T04:59:26.854Z||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 p0pYBRqFNxTvYN2F) ...
2022-04-25T04:59:36.495Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T04:59:36.513Z|a7caa55c-638c-43a1-b003-fc5a0f578f0d|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T05:00:26.849Z|a7caa55c-638c-43a1-b003-fc5a0f578f0d|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T05:00:26.850Z|a7caa55c-638c-43a1-b003-fc5a0f578f0d|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-04-25T05:00:26.850Z|a7caa55c-638c-43a1-b003-fc5a0f578f0d|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 p0pYBRqFNxTvYN2F) ...
2022-04-25T05:00:26.853Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T05:00:26.853Z||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-04-25T05:00:26.854Z||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 p0pYBRqFNxTvYN2F) ...
2022-04-25T05:00:36.521Z|a7caa55c-638c-43a1-b003-fc5a0f578f0d|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T05:00:36.533Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T05:01:26.849Z|a7caa55c-638c-43a1-b003-fc5a0f578f0d|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T05:01:26.850Z|a7caa55c-638c-43a1-b003-fc5a0f578f0d|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-04-25T05:01:26.850Z|a7caa55c-638c-43a1-b003-fc5a0f578f0d|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 p0pYBRqFNxTvYN2F) ...
2022-04-25T05:01:26.853Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T05:01:26.853Z||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-04-25T05:01:26.853Z||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 p0pYBRqFNxTvYN2F) ...
2022-04-25T05:01:36.515Z|a7caa55c-638c-43a1-b003-fc5a0f578f0d|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T05:01:36.583Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T05:02:26.849Z|a7caa55c-638c-43a1-b003-fc5a0f578f0d|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T05:02:26.852Z|a7caa55c-638c-43a1-b003-fc5a0f578f0d|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-04-25T05:02:26.852Z|a7caa55c-638c-43a1-b003-fc5a0f578f0d|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 p0pYBRqFNxTvYN2F) ...
2022-04-25T05:02:26.853Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T05:02:26.854Z||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-04-25T05:02:26.854Z||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 p0pYBRqFNxTvYN2F) ...
2022-04-25T05:02:36.452Z|a7caa55c-638c-43a1-b003-fc5a0f578f0d|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T05:02:36.458Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T05:03:26.849Z|a7caa55c-638c-43a1-b003-fc5a0f578f0d|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T05:03:26.850Z|a7caa55c-638c-43a1-b003-fc5a0f578f0d|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-04-25T05:03:26.850Z|a7caa55c-638c-43a1-b003-fc5a0f578f0d|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 p0pYBRqFNxTvYN2F) ...
2022-04-25T05:03:26.853Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T05:03:26.853Z||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-04-25T05:03:26.853Z||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 p0pYBRqFNxTvYN2F) ...
2022-04-25T05:03:36.420Z|a7caa55c-638c-43a1-b003-fc5a0f578f0d|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T05:03:36.440Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T05:04:26.849Z|a7caa55c-638c-43a1-b003-fc5a0f578f0d|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T05:04:26.850Z|a7caa55c-638c-43a1-b003-fc5a0f578f0d|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-04-25T05:04:26.850Z|a7caa55c-638c-43a1-b003-fc5a0f578f0d|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 p0pYBRqFNxTvYN2F) ...
2022-04-25T05:04:26.853Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T05:04:26.853Z||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-04-25T05:04:26.853Z||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 p0pYBRqFNxTvYN2F) ...
2022-04-25T05:04:36.428Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T05:04:36.441Z|a7caa55c-638c-43a1-b003-fc5a0f578f0d|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T05:05:26.849Z|a7caa55c-638c-43a1-b003-fc5a0f578f0d|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T05:05:26.850Z|a7caa55c-638c-43a1-b003-fc5a0f578f0d|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-04-25T05:05:26.850Z|a7caa55c-638c-43a1-b003-fc5a0f578f0d|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 p0pYBRqFNxTvYN2F) ...
2022-04-25T05:05:26.853Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T05:05:26.853Z||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-04-25T05:05:26.853Z||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 p0pYBRqFNxTvYN2F) ...
2022-04-25T05:05:36.509Z|a7caa55c-638c-43a1-b003-fc5a0f578f0d|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T05:05:36.513Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T05:06:26.849Z|a7caa55c-638c-43a1-b003-fc5a0f578f0d|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T05:06:26.850Z|a7caa55c-638c-43a1-b003-fc5a0f578f0d|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-04-25T05:06:26.850Z|a7caa55c-638c-43a1-b003-fc5a0f578f0d|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 p0pYBRqFNxTvYN2F) ...
2022-04-25T05:06:26.853Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T05:06:26.853Z||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-04-25T05:06:26.854Z||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 p0pYBRqFNxTvYN2F) ...
2022-04-25T05:06:36.433Z|a7caa55c-638c-43a1-b003-fc5a0f578f0d|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T05:06:36.488Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T05:07:26.850Z|a7caa55c-638c-43a1-b003-fc5a0f578f0d|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T05:07:26.851Z|a7caa55c-638c-43a1-b003-fc5a0f578f0d|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-04-25T05:07:26.851Z|a7caa55c-638c-43a1-b003-fc5a0f578f0d|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 p0pYBRqFNxTvYN2F) ...
2022-04-25T05:07:26.853Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T05:07:26.853Z||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-04-25T05:07:26.853Z||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 p0pYBRqFNxTvYN2F) ...
2022-04-25T05:07:36.479Z|a7caa55c-638c-43a1-b003-fc5a0f578f0d|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T05:07:36.544Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-25T05:08:26.849Z|a7caa55c-638c-43a1-b003-fc5a0f578f0d|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T05:08:26.850Z|a7caa55c-638c-43a1-b003-fc5a0f578f0d|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-04-25T05:08:26.850Z|a7caa55c-638c-43a1-b003-fc5a0f578f0d|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 p0pYBRqFNxTvYN2F) ...
2022-04-25T05:08:26.853Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-25T05:08:26.853Z||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-04-25T05:08:26.853Z||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 p0pYBRqFNxTvYN2F) ...