Results

By type

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

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

2022-11-02T05:24:19.599Z||main|||||INFO|500||The following profiles are active: basic
2022-11-02T05:24:31.454Z||main|||||INFO|500||Starting service [Tomcat]
2022-11-02T05:24:31.455Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-11-02T05:24:31.590Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-11-02T05:24:36.459Z||main|||||INFO|500||catdb-pool - Starting...
2022-11-02T05:24:36.999Z||main|||||INFO|500||catdb-pool - Start completed.
2022-11-02T05:24:37.513Z||main|||||INFO|500||reqdb-pool - Starting...
2022-11-02T05:24:37.521Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-11-02T05:24:37.706Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-11-02T05:24:38.081Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-11-02T05:24:38.655Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-11-02T05:24:41.219Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-11-02T05:24:43.863Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-11-02T05:24:43.922Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-11-02T05:24:44.553Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-11-02T05:24:44.929Z||main|||||WARN|500||HHH000491: The [heatTemplates] association in the [org.onap.so.db.catalog.beans.VnfResource] entity uses both @NotFound(action = NotFoundAction.IGNORE) and FetchType.LAZY. The NotFoundAction.IGNORE @ManyToOne and @OneToOne associations are always fetched eagerly.
2022-11-02T05:24:46.302Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-11-02T05:24:47.508Z||main|||||DEBUG|500||SDC ActivitySpec endpoint:  http://sdc-wfd-be:8080
2022-11-02T05:24:47.528Z||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$$db920399.deployActivities()
	at org.onap.so.asdc.Application.deployActivities(Application.java:52)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:389)
	at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:333)
	at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:157)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:415)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1786)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:516)
	at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:324)
	at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
	at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:322)
	at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202)
	at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:897)
	at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:879)
	at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:551)
	at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:143)
	at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:758)
	at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:750)
	at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:405)
	at org.springframework.boot.SpringApplication.run(SpringApplication.java:315)
	at org.springframework.boot.SpringApplication.run(SpringApplication.java:1237)
	at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226)
	at org.onap.so.asdc.Application.main(Application.java:60)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:49)
	at org.springframework.boot.loader.Launcher.launch(Launcher.java:107)
	at org.springframework.boot.loader.Launcher.launch(Launcher.java:58)
	at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:88)
2022-11-02T05:24:47.529Z||main|||||WARN|500||The sdc end point is not alive
2022-11-02T05:24:50.725Z||main|||||WARN|500||spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2022-11-02T05:24:53.972Z||main|||||WARN|500||---
2022-11-02T05:24:53.974Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-11-02T05:24:53.974Z||main|||||WARN|500||---
2022-11-02T05:24:54.526Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-11-02T05:25:00.007Z||main|||||INFO|500||Started Application in 44.412 seconds (JVM running for 47.156)
2022-11-02T05:25:00.026Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-11-02T05:25:00.030Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-11-02T05:25:00.042Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-11-02T05:25:00.066Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-11-02T05:25:00.114Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 4f47d58e-5af6-4f61-b9f6-3aba4a67f89a url= /sdc/v1/artifactTypes
2022-11-02T05:25:00.115Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-11-02T05:25:00.431Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-11-02T05:25:00.462Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server
2022-11-02T05:25:00.484Z||scheduling-1|||||DEBUG|500||create keys
2022-11-02T05:25:00.494Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-11-02T05:25:00.562Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-02T05:25:00.583Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 6d4623a5-30e2-476e-8112-add8a6e04b6d url= /sdc/v1/registerForDistribution
2022-11-02T05:25:00.707Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 6d4623a5-30e2-476e-8112-add8a6e04b6d url= /sdc/v1/registerForDistribution
2022-11-02T05:25:00.707Z||scheduling-1|||||INFO|500||start DistributionClient
2022-11-02T05:25:00.716Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T05:25:00.717Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T05:25:00.724Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-02T05:25:00.725Z||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 V5bESGozshoyR2iH) ...
2022-11-02T05:25:00.724Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-02T05:25:00.725Z||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 V5bESGozshoyR2iH) ...
2022-11-02T05:25:00.729Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-11-02T05:25:11.083Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-02T05:25:11.095Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-02T05:26:00.714Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T05:26:00.716Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-02T05:26:00.716Z||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 V5bESGozshoyR2iH) ...
2022-11-02T05:26:00.717Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T05:26:00.718Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-02T05:26:00.719Z||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 V5bESGozshoyR2iH) ...
2022-11-02T05:26:10.280Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-02T05:26:10.280Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-02T05:27:00.714Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T05:27:00.716Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-02T05:27:00.717Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T05:27:00.717Z||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 V5bESGozshoyR2iH) ...
2022-11-02T05:27:00.718Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-02T05:27:00.718Z||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 V5bESGozshoyR2iH) ...
2022-11-02T05:27:10.276Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-02T05:27:10.278Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-02T05:28:00.715Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T05:28:00.716Z||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-11-02T05:28:00.716Z||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 V5bESGozshoyR2iH) ...
2022-11-02T05:28:00.717Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T05:28:00.722Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-02T05:28:00.722Z||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 V5bESGozshoyR2iH) ...
2022-11-02T05:28:10.298Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-02T05:28:10.298Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-02T05:29:00.715Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T05:29:00.717Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T05:29:00.718Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-02T05:29:00.718Z||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 V5bESGozshoyR2iH) ...
2022-11-02T05:29:00.718Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-02T05:29:00.721Z||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 V5bESGozshoyR2iH) ...
2022-11-02T05:29:10.298Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-02T05:29:10.301Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-02T05:30:00.714Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T05:30:00.715Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-02T05:30:00.716Z||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 V5bESGozshoyR2iH) ...
2022-11-02T05:30:00.717Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T05:30:00.717Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-02T05:30:00.718Z||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 V5bESGozshoyR2iH) ...
2022-11-02T05:30:10.266Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-02T05:30:10.266Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-02T05:31:00.715Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T05:31:00.716Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-02T05:31:00.716Z||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 V5bESGozshoyR2iH) ...
2022-11-02T05:31:00.717Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T05:31:00.718Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-02T05:31:00.719Z||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 V5bESGozshoyR2iH) ...
2022-11-02T05:31:10.279Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-02T05:31:10.282Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-02T05:32:00.714Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T05:32:00.716Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-02T05:32:00.716Z||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 V5bESGozshoyR2iH) ...
2022-11-02T05:32:00.717Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T05:32:00.719Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-02T05:32:00.719Z||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 V5bESGozshoyR2iH) ...
2022-11-02T05:32:10.275Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-02T05:32:10.303Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-02T05:33:00.714Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T05:33:00.716Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-02T05:33:00.716Z||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 V5bESGozshoyR2iH) ...
2022-11-02T05:33:00.717Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T05:33:00.718Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-02T05:33:00.718Z||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 V5bESGozshoyR2iH) ...
2022-11-02T05:33:10.264Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-02T05:33:10.272Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-02T05:34:00.714Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T05:34:00.717Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T05:34:00.717Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-02T05:34:00.717Z||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 V5bESGozshoyR2iH) ...
2022-11-02T05:34:00.718Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-02T05:34:00.718Z||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 V5bESGozshoyR2iH) ...
2022-11-02T05:34:10.284Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-02T05:34:10.292Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-02T05:35:00.714Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T05:35:00.715Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-02T05:35:00.715Z||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 V5bESGozshoyR2iH) ...
2022-11-02T05:35:00.717Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T05:35:00.718Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-02T05:35:00.718Z||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 V5bESGozshoyR2iH) ...
2022-11-02T05:35:02.544Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-11-02T05:35:10.269Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-02T05:35:10.272Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-02T05:36:00.714Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T05:36:00.715Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-02T05:36:00.716Z||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 V5bESGozshoyR2iH) ...
2022-11-02T05:36:00.717Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T05:36:00.718Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-02T05:36:00.718Z||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 V5bESGozshoyR2iH) ...
2022-11-02T05:36:10.277Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-02T05:36:10.277Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-02T05:37:00.714Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T05:37:00.715Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-02T05:37:00.716Z||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 V5bESGozshoyR2iH) ...
2022-11-02T05:37:00.717Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T05:37:00.720Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-02T05:37:00.720Z||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 V5bESGozshoyR2iH) ...
2022-11-02T05:37:10.270Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-02T05:37:10.273Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-02T05:38:00.714Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T05:38:00.715Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-02T05:38:00.715Z||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 V5bESGozshoyR2iH) ...
2022-11-02T05:38:00.717Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T05:38:00.717Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-02T05:38:00.718Z||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 V5bESGozshoyR2iH) ...
2022-11-02T05:38:10.282Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-02T05:38:10.285Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-02T05:39:00.717Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T05:39:00.716Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T05:39:00.721Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-02T05:39:00.721Z||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 V5bESGozshoyR2iH) ...
2022-11-02T05:39:00.724Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-02T05:39:00.724Z||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 V5bESGozshoyR2iH) ...
2022-11-02T05:39:10.288Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-02T05:39:10.303Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-02T05:40:00.714Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T05:40:00.716Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-02T05:40:00.716Z||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 V5bESGozshoyR2iH) ...
2022-11-02T05:40:00.717Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T05:40:00.717Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-02T05:40:00.718Z||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 V5bESGozshoyR2iH) ...
2022-11-02T05:40:10.273Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-02T05:40:10.273Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-02T05:41:00.714Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T05:41:00.715Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-02T05:41:00.716Z||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 V5bESGozshoyR2iH) ...
2022-11-02T05:41:00.717Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T05:41:00.717Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-02T05:41:00.717Z||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 V5bESGozshoyR2iH) ...
2022-11-02T05:41:10.267Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-02T05:41:10.267Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-02T05:42:00.714Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T05:42:00.716Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-02T05:42:00.716Z||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 V5bESGozshoyR2iH) ...
2022-11-02T05:42:00.717Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T05:42:00.718Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-02T05:42:00.718Z||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 V5bESGozshoyR2iH) ...
2022-11-02T05:42:10.270Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-02T05:42:10.270Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-02T05:43:00.714Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T05:43:00.717Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-02T05:43:00.717Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T05:43:00.717Z||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 V5bESGozshoyR2iH) ...
2022-11-02T05:43:00.718Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-02T05:43:00.718Z||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 V5bESGozshoyR2iH) ...
2022-11-02T05:43:10.262Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-02T05:43:10.267Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-02T05:44:00.714Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T05:44:00.716Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-02T05:44:00.716Z||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 V5bESGozshoyR2iH) ...
2022-11-02T05:44:00.717Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T05:44:00.717Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-02T05:44:00.718Z||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 V5bESGozshoyR2iH) ...
2022-11-02T05:44:10.285Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-02T05:44:10.296Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-02T05:45:00.715Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T05:45:00.717Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T05:45:00.719Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-02T05:45:00.719Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-02T05:45:00.719Z||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 V5bESGozshoyR2iH) ...
2022-11-02T05:45:00.719Z||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 V5bESGozshoyR2iH) ...
2022-11-02T05:45:10.271Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-02T05:45:10.281Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-02T05:46:00.714Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T05:46:00.716Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-02T05:46:00.716Z||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 V5bESGozshoyR2iH) ...
2022-11-02T05:46:00.717Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T05:46:00.718Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-02T05:46:00.718Z||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 V5bESGozshoyR2iH) ...
2022-11-02T05:46:10.315Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-02T05:46:10.321Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-02T05:47:00.714Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T05:47:00.716Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-02T05:47:00.716Z||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 V5bESGozshoyR2iH) ...
2022-11-02T05:47:00.717Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T05:47:00.718Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-02T05:47:00.719Z||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 V5bESGozshoyR2iH) ...
2022-11-02T05:47:10.294Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-02T05:47:10.298Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-02T05:48:00.714Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T05:48:00.715Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-02T05:48:00.715Z||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 V5bESGozshoyR2iH) ...
2022-11-02T05:48:00.717Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T05:48:00.717Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-02T05:48:00.718Z||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 V5bESGozshoyR2iH) ...
2022-11-02T05:48:10.281Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-02T05:48:10.281Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-02T05:49:00.714Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T05:49:00.715Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-02T05:49:00.716Z||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 V5bESGozshoyR2iH) ...
2022-11-02T05:49:00.717Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T05:49:00.718Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-02T05:49:00.718Z||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 V5bESGozshoyR2iH) ...
2022-11-02T05:49:10.291Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-02T05:49:10.292Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-02T05:50:00.714Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T05:50:00.716Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-02T05:50:00.716Z||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 V5bESGozshoyR2iH) ...
2022-11-02T05:50:00.717Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T05:50:00.718Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-02T05:50:00.718Z||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 V5bESGozshoyR2iH) ...
2022-11-02T05:50:10.268Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-02T05:50:10.268Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-02T05:51:00.714Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T05:51:00.717Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T05:51:00.717Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-02T05:51:00.717Z||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 V5bESGozshoyR2iH) ...
2022-11-02T05:51:00.718Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-02T05:51:00.718Z||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 V5bESGozshoyR2iH) ...
2022-11-02T05:51:10.301Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-02T05:51:10.305Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-02T05:52:00.714Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T05:52:00.715Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-02T05:52:00.715Z||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 V5bESGozshoyR2iH) ...
2022-11-02T05:52:00.717Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T05:52:00.718Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-02T05:52:00.718Z||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 V5bESGozshoyR2iH) ...
2022-11-02T05:52:10.271Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-02T05:52:10.327Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-02T05:53:00.714Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T05:53:00.715Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-02T05:53:00.716Z||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 V5bESGozshoyR2iH) ...
2022-11-02T05:53:00.717Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T05:53:00.718Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-02T05:53:00.718Z||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 V5bESGozshoyR2iH) ...
2022-11-02T05:53:10.271Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-02T05:53:10.271Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-02T05:54:00.714Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T05:54:00.715Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-02T05:54:00.715Z||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 V5bESGozshoyR2iH) ...
2022-11-02T05:54:00.717Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T05:54:00.717Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-02T05:54:00.717Z||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 V5bESGozshoyR2iH) ...
2022-11-02T05:54:10.264Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-02T05:54:10.265Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-02T05:55:00.714Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T05:55:00.715Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-02T05:55:00.715Z||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 V5bESGozshoyR2iH) ...
2022-11-02T05:55:00.717Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T05:55:00.718Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-02T05:55:00.718Z||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 V5bESGozshoyR2iH) ...
2022-11-02T05:55:10.277Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-02T05:55:10.277Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-02T05:56:00.714Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T05:56:00.715Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-02T05:56:00.715Z||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 V5bESGozshoyR2iH) ...
2022-11-02T05:56:00.717Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T05:56:00.717Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-02T05:56:00.717Z||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 V5bESGozshoyR2iH) ...
2022-11-02T05:56:10.268Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-02T05:56:10.269Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-02T05:57:00.714Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T05:57:00.715Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-02T05:57:00.715Z||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 V5bESGozshoyR2iH) ...
2022-11-02T05:57:00.717Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T05:57:00.717Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-02T05:57:00.717Z||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 V5bESGozshoyR2iH) ...
2022-11-02T05:57:10.273Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-02T05:57:10.273Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-02T05:58:00.715Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T05:58:00.717Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T05:58:00.718Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-02T05:58:00.718Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-02T05:58:00.719Z||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 V5bESGozshoyR2iH) ...
2022-11-02T05:58:00.719Z||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 V5bESGozshoyR2iH) ...
2022-11-02T05:58:10.275Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-02T05:58:10.275Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-02T05:59:00.714Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T05:59:00.715Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-02T05:59:00.715Z||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 V5bESGozshoyR2iH) ...
2022-11-02T05:59:00.717Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T05:59:00.718Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-02T05:59:00.718Z||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 V5bESGozshoyR2iH) ...
2022-11-02T05:59:10.265Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-02T05:59:10.272Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-02T06:00:00.714Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T06:00:00.715Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-02T06:00:00.715Z||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 V5bESGozshoyR2iH) ...
2022-11-02T06:00:00.717Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T06:00:00.717Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-02T06:00:00.717Z||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 V5bESGozshoyR2iH) ...
2022-11-02T06:00:10.286Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-02T06:00:10.286Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-02T06:01:00.714Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T06:01:00.715Z||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-11-02T06:01:00.715Z||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 V5bESGozshoyR2iH) ...
2022-11-02T06:01:00.717Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T06:01:00.718Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-02T06:01:00.719Z||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 V5bESGozshoyR2iH) ...
2022-11-02T06:01:10.289Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-02T06:01:10.290Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-02T06:02:00.714Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T06:02:00.715Z||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-11-02T06:02:00.715Z||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 V5bESGozshoyR2iH) ...
2022-11-02T06:02:00.717Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T06:02:00.717Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-02T06:02:00.718Z||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 V5bESGozshoyR2iH) ...
2022-11-02T06:02:10.271Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-02T06:02:10.280Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-02T06:03:00.714Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T06:03:00.715Z||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-11-02T06:03:00.715Z||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 V5bESGozshoyR2iH) ...
2022-11-02T06:03:00.717Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T06:03:00.718Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-02T06:03:00.718Z||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 V5bESGozshoyR2iH) ...
2022-11-02T06:03:10.304Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-02T06:03:10.304Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-02T06:04:00.714Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T06:04:00.717Z||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-11-02T06:04:00.717Z||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 V5bESGozshoyR2iH) ...
2022-11-02T06:04:00.717Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T06:04:00.718Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-02T06:04:00.718Z||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 V5bESGozshoyR2iH) ...
2022-11-02T06:04:10.299Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-02T06:04:10.336Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-02T06:05:00.715Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T06:05:00.717Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T06:05:00.721Z||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-11-02T06:05:00.721Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-02T06:05:00.722Z||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 V5bESGozshoyR2iH) ...
2022-11-02T06:05:00.722Z||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 V5bESGozshoyR2iH) ...
2022-11-02T06:05:10.307Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-02T06:05:10.307Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-02T06:06:00.714Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T06:06:00.715Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-02T06:06:00.715Z||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 V5bESGozshoyR2iH) ...
2022-11-02T06:06:00.717Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T06:06:00.718Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-02T06:06:00.718Z||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 V5bESGozshoyR2iH) ...
2022-11-02T06:06:10.283Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-02T06:06:10.283Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-02T06:07:00.714Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T06:07:00.715Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-02T06:07:00.715Z||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 V5bESGozshoyR2iH) ...
2022-11-02T06:07:00.717Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T06:07:00.718Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-02T06:07:00.718Z||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 V5bESGozshoyR2iH) ...
2022-11-02T06:07:10.263Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-02T06:07:10.265Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-02T06:08:00.714Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T06:08:00.715Z||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-11-02T06:08:00.715Z||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 V5bESGozshoyR2iH) ...
2022-11-02T06:08:00.717Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T06:08:00.719Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-02T06:08:00.719Z||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 V5bESGozshoyR2iH) ...
2022-11-02T06:08:10.276Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-02T06:08:10.302Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-02T06:09:00.714Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T06:09:00.715Z||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-11-02T06:09:00.715Z||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 V5bESGozshoyR2iH) ...
2022-11-02T06:09:00.717Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T06:09:00.718Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-02T06:09:00.718Z||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 V5bESGozshoyR2iH) ...
2022-11-02T06:09:00.956Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-02T06:09:00.962Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-02T06:09:00.962Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d535135-c8ac-4191-b799-d302d79de6a9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667369286584,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221102060720/1.0/resourceInstances/vfwc488e4e712440/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-02T06:09:00.993Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-02T06:09:00.993Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-02T06:09:00.994Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d535135-c8ac-4191-b799-d302d79de6a9",
  "consumerID": "cds",
  "timestamp": 1667369286998,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221102060720/1.0/resourceInstances/vfwc488e4e712440/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-02T06:09:00.994Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-02T06:09:00.994Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-02T06:09:00.995Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d535135-c8ac-4191-b799-d302d79de6a9",
  "consumerID": "aai-ml",
  "timestamp": 1667369292527,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221102060720/1.0/resourceInstances/vfwc488e4e712440/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-02T06:09:00.995Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-02T06:09:00.995Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-02T06:09:00.995Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d535135-c8ac-4191-b799-d302d79de6a9",
  "consumerID": "cds",
  "timestamp": 1667369286998,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221102060720/1.0/resourceInstances/vfwc488e4e712440/artifacts/vfwc488e4e712440_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-02T06:09:00.996Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-02T06:09:00.996Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-02T06:09:00.996Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d535135-c8ac-4191-b799-d302d79de6a9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667369286584,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221102060720/1.0/resourceInstances/vfwc488e4e712440/artifacts/vfwc488e4e712440_modules.json",
  "status": "NOTIFIED"
}
2022-11-02T06:09:00.997Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-02T06:09:00.997Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-02T06:09:00.997Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d535135-c8ac-4191-b799-d302d79de6a9",
  "consumerID": "aai-ml",
  "timestamp": 1667369292527,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221102060720/1.0/resourceInstances/vfwc488e4e712440/artifacts/vfwc488e4e712440_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-02T06:09:00.997Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-02T06:09:00.998Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-02T06:09:00.998Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d535135-c8ac-4191-b799-d302d79de6a9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667369297424,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221102060720/1.0/resourceInstances/vfwc488e4e712440/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-02T06:09:00.998Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-02T06:09:00.998Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-02T06:09:00.999Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d535135-c8ac-4191-b799-d302d79de6a9",
  "consumerID": "cds",
  "timestamp": 1667369286998,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221102060720/1.0/resourceInstances/vfwc488e4e712440/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-02T06:09:00.999Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-02T06:09:00.999Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-02T06:09:01.000Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d535135-c8ac-4191-b799-d302d79de6a9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667369286584,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221102060720/1.0/resourceInstances/vfwc488e4e712440/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-11-02T06:09:01.000Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-02T06:09:01.000Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-02T06:09:01.000Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d535135-c8ac-4191-b799-d302d79de6a9",
  "consumerID": "aai-ml",
  "timestamp": 1667369292527,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221102060720/1.0/resourceInstances/vfwc488e4e712440/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-02T06:09:01.001Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-02T06:09:01.001Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-02T06:09:01.001Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d535135-c8ac-4191-b799-d302d79de6a9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667369297825,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221102060720/1.0/resourceInstances/vfwc488e4e712440/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-02T06:09:01.002Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-02T06:09:01.002Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-02T06:09:01.002Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d535135-c8ac-4191-b799-d302d79de6a9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667369297424,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221102060720/1.0/resourceInstances/vfwc488e4e712440/artifacts/vfwc488e4e712440_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-02T06:09:01.002Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-02T06:09:01.003Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-02T06:09:01.003Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d535135-c8ac-4191-b799-d302d79de6a9",
  "consumerID": "cds",
  "timestamp": 1667369286998,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221102060720/1.0/resourceInstances/vfwc488e4e712440/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-02T06:09:01.003Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-02T06:09:01.003Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-02T06:09:01.004Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d535135-c8ac-4191-b799-d302d79de6a9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667369286584,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221102060720/1.0/resourceInstances/vfwc488e4e712440/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-02T06:09:01.004Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-02T06:09:01.004Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-02T06:09:01.004Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d535135-c8ac-4191-b799-d302d79de6a9",
  "consumerID": "aai-ml",
  "timestamp": 1667369292527,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221102060720/1.0/resourceInstances/vfwc488e4e712440/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-02T06:09:01.005Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-02T06:09:01.005Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-02T06:09:01.005Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d535135-c8ac-4191-b799-d302d79de6a9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667369297825,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221102060720/1.0/resourceInstances/vfwc488e4e712440/artifacts/vfwc488e4e712440_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-02T06:09:01.006Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-02T06:09:01.006Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-02T06:09:01.007Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d535135-c8ac-4191-b799-d302d79de6a9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667369297424,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221102060720/1.0/resourceInstances/vfwc488e4e712440/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-02T06:09:01.007Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-02T06:09:01.007Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-02T06:09:01.007Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d535135-c8ac-4191-b799-d302d79de6a9",
  "consumerID": "cds",
  "timestamp": 1667369286998,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221102060720/1.0/resourceInstances/vfwc488e4e712440/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-11-02T06:09:01.008Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-02T06:09:01.008Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-02T06:09:01.008Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d535135-c8ac-4191-b799-d302d79de6a9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667369286584,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221102060720/1.0/resourceInstances/vfwc488e4e712440/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-11-02T06:09:01.009Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-02T06:09:01.009Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-02T06:09:01.009Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d535135-c8ac-4191-b799-d302d79de6a9",
  "consumerID": "aai-ml",
  "timestamp": 1667369292527,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221102060720/1.0/resourceInstances/vfwc488e4e712440/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-11-02T06:09:01.009Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-02T06:09:01.010Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-02T06:09:01.010Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d535135-c8ac-4191-b799-d302d79de6a9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667369297825,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221102060720/1.0/resourceInstances/vfwc488e4e712440/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-02T06:09:01.010Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-02T06:09:01.010Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-02T06:09:01.011Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d535135-c8ac-4191-b799-d302d79de6a9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667369297424,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221102060720/1.0/resourceInstances/vfwc488e4e712440/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-02T06:09:01.011Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-02T06:09:01.011Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-02T06:09:01.011Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d535135-c8ac-4191-b799-d302d79de6a9",
  "consumerID": "cds",
  "timestamp": 1667369286998,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221102060720/1.0/artifacts/service-Vfw20221102060720-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-02T06:09:01.012Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-02T06:09:01.012Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-02T06:09:01.012Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d535135-c8ac-4191-b799-d302d79de6a9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667369286584,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221102060720/1.0/artifacts/service-Vfw20221102060720-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-02T06:09:01.013Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-02T06:09:01.013Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-02T06:09:01.013Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d535135-c8ac-4191-b799-d302d79de6a9",
  "consumerID": "aai-ml",
  "timestamp": 1667369292527,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221102060720/1.0/artifacts/service-Vfw20221102060720-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-02T06:09:01.014Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-02T06:09:01.014Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-02T06:09:01.014Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d535135-c8ac-4191-b799-d302d79de6a9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667369297825,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221102060720/1.0/resourceInstances/vfwc488e4e712440/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-02T06:09:01.014Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-02T06:09:01.015Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-02T06:09:01.015Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d535135-c8ac-4191-b799-d302d79de6a9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667369297424,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221102060720/1.0/resourceInstances/vfwc488e4e712440/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-11-02T06:09:01.015Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-02T06:09:01.015Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-02T06:09:01.016Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d535135-c8ac-4191-b799-d302d79de6a9",
  "consumerID": "cds",
  "timestamp": 1667369286998,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221102060720/1.0/artifacts/service-Vfw20221102060720-csar.csar",
  "status": "NOTIFIED"
}
2022-11-02T06:09:01.016Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-02T06:09:01.016Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-02T06:09:01.016Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d535135-c8ac-4191-b799-d302d79de6a9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667369286584,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221102060720/1.0/artifacts/service-Vfw20221102060720-csar.csar",
  "status": "NOTIFIED"
}
2022-11-02T06:09:01.017Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-02T06:09:01.017Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-02T06:09:01.017Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d535135-c8ac-4191-b799-d302d79de6a9",
  "consumerID": "aai-ml",
  "timestamp": 1667369292527,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221102060720/1.0/artifacts/service-Vfw20221102060720-csar.csar",
  "status": "NOTIFIED"
}
2022-11-02T06:09:01.018Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-02T06:09:01.018Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-02T06:09:01.018Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d535135-c8ac-4191-b799-d302d79de6a9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667369297825,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221102060720/1.0/resourceInstances/vfwc488e4e712440/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-11-02T06:09:01.018Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-02T06:09:01.019Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-02T06:09:01.019Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d535135-c8ac-4191-b799-d302d79de6a9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667369297424,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221102060720/1.0/artifacts/service-Vfw20221102060720-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-02T06:09:01.019Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-02T06:09:01.019Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-02T06:09:01.020Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d535135-c8ac-4191-b799-d302d79de6a9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667369303102,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221102060720/1.0/resourceInstances/vfwc488e4e712440/artifacts/vfwc488e4e712440_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-11-02T06:09:01.020Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-02T06:09:01.020Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-02T06:09:01.020Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d535135-c8ac-4191-b799-d302d79de6a9",
  "consumerID": "cds",
  "timestamp": 1667369303129,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221102060720/1.0/artifacts/service-Vfw20221102060720-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-02T06:09:01.021Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-02T06:09:01.021Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-02T06:09:01.021Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d535135-c8ac-4191-b799-d302d79de6a9",
  "consumerID": "aai-ml",
  "timestamp": 1667369304087,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221102060720/1.0/artifacts/service-Vfw20221102060720-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-02T06:09:01.022Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-02T06:09:01.022Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-02T06:09:01.022Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d535135-c8ac-4191-b799-d302d79de6a9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667369297825,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221102060720/1.0/artifacts/service-Vfw20221102060720-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-02T06:09:01.022Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-02T06:09:01.023Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-02T06:09:01.023Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d535135-c8ac-4191-b799-d302d79de6a9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667369297424,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221102060720/1.0/artifacts/service-Vfw20221102060720-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-02T06:09:01.024Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-02T06:09:01.024Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-02T06:09:01.024Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d535135-c8ac-4191-b799-d302d79de6a9",
  "consumerID": "cds",
  "timestamp": 1667369304144,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221102060720/1.0/artifacts/service-Vfw20221102060720-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-02T06:09:01.238Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 7d535135-c8ac-4191-b799-d302d79de6a9
2022-11-02T06:09:01.262Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7d535135-c8ac-4191-b799-d302d79de6a9 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-02T06:09:01.287Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-02T06:09:01.287Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d535135-c8ac-4191-b799-d302d79de6a9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667369304184,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221102060720/1.0/resourceInstances/vfwc488e4e712440/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-11-02T06:09:01.287Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-02T06:09:01.288Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-02T06:09:01.288Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d535135-c8ac-4191-b799-d302d79de6a9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667369297825,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221102060720/1.0/artifacts/service-Vfw20221102060720-csar.csar",
  "status": "NOTIFIED"
}
2022-11-02T06:09:01.288Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-02T06:09:01.288Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-02T06:09:01.288Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d535135-c8ac-4191-b799-d302d79de6a9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667369305247,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221102060720/1.0/resourceInstances/vfwc488e4e712440/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-11-02T06:09:01.288Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-02T06:09:01.288Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-02T06:09:01.288Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d535135-c8ac-4191-b799-d302d79de6a9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667369305677,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221102060720/1.0/artifacts/service-Vfw20221102060720-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-02T06:09:01.289Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-02T06:09:01.289Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-02T06:09:01.289Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d535135-c8ac-4191-b799-d302d79de6a9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667369306336,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-02T06:09:01.305Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 7d535135-c8ac-4191-b799-d302d79de6a9
2022-11-02T06:09:01.305Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7d535135-c8ac-4191-b799-d302d79de6a9 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-02T06:09:01.313Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-02T06:09:01.313Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d535135-c8ac-4191-b799-d302d79de6a9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667369307341,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221102060720/1.0/resourceInstances/vfwc488e4e712440/artifacts/vfwc488e4e712440_modules.json",
  "status": "DEPLOY_OK"
}
2022-11-02T06:09:01.314Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-02T06:09:01.314Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-02T06:09:01.314Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d535135-c8ac-4191-b799-d302d79de6a9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667369311629,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221102060720/1.0/artifacts/service-Vfw20221102060720-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-02T06:09:01.314Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-02T06:09:01.314Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-02T06:09:01.314Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d535135-c8ac-4191-b799-d302d79de6a9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667369312635,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-02T06:09:01.319Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 7d535135-c8ac-4191-b799-d302d79de6a9
2022-11-02T06:09:01.319Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7d535135-c8ac-4191-b799-d302d79de6a9 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-02T06:09:01.332Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-02T06:09:01.332Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d535135-c8ac-4191-b799-d302d79de6a9",
  "consumerID": "aai-ml",
  "timestamp": 1667369319871,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221102060720/1.0/artifacts/service-Vfw20221102060720-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-02T06:09:01.333Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-02T06:09:01.333Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-02T06:09:01.333Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d535135-c8ac-4191-b799-d302d79de6a9",
  "consumerID": "aai-ml",
  "timestamp": 1667369320878,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-02T06:09:01.340Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 7d535135-c8ac-4191-b799-d302d79de6a9
2022-11-02T06:09:01.340Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7d535135-c8ac-4191-b799-d302d79de6a9 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-02T06:09:01.349Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-02T06:09:01.349Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ebef748-c4cf-49e1-acb6-d845c9ffb432",
  "consumerID": "cds",
  "timestamp": 1667369331998,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLseevx/1.0/resourceInstances/basic_onboard_lseevx0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-02T06:09:01.349Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-02T06:09:01.350Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-02T06:09:01.350Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ebef748-c4cf-49e1-acb6-d845c9ffb432",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667369326584,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLseevx/1.0/resourceInstances/basic_onboard_lseevx0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-02T06:09:01.350Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-02T06:09:01.351Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-02T06:09:01.351Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ebef748-c4cf-49e1-acb6-d845c9ffb432",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667369327824,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLseevx/1.0/resourceInstances/basic_onboard_lseevx0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-02T06:09:01.351Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-02T06:09:01.352Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-02T06:09:01.352Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ebef748-c4cf-49e1-acb6-d845c9ffb432",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667369326584,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLseevx/1.0/resourceInstances/basic_onboard_lseevx0/artifacts/basic_onboard_lseevx0_modules.json",
  "status": "NOTIFIED"
}
2022-11-02T06:09:01.352Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-02T06:09:01.353Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-02T06:09:01.353Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-02T06:09:01.353Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ebef748-c4cf-49e1-acb6-d845c9ffb432",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667369327824,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLseevx/1.0/resourceInstances/basic_onboard_lseevx0/artifacts/basic_onboard_lseevx0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-02T06:09:01.354Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-02T06:09:01.354Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-02T06:09:01.354Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ebef748-c4cf-49e1-acb6-d845c9ffb432",
  "consumerID": "cds",
  "timestamp": 1667369331998,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLseevx/1.0/resourceInstances/basic_onboard_lseevx0/artifacts/basic_onboard_lseevx0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-02T06:09:01.355Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-02T06:09:01.355Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-02T06:09:01.355Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-02T06:09:01.355Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"7d535135-c8ac-4191-b799-d302d79de6a9","serviceName":"vFW 2022-11-02 06-07-20","serviceVersion":"1.0","serviceUUID":"ba0ab936-62fa-4352-bb80-357b022c7328","serviceDescription":"catalog service description","serviceInvariantUUID":"13860357-985d-4ff0-8766-67d5078070c5","resources":[{"resourceInstanceName":"vFW c488e4e7-1244 0","resourceName":"vFW c488e4e7-1244","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"2f5fbb0f-389a-4a06-b2e1-1aa2bae66436","resourceInvariantUUID":"468ecc81-027d-43d4-bb84-7acf2d56c1b2","resourceCustomizationUUID":"58fff626-e8a2-4037-a5c7-2d2f1a6236d1","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20221102060720/1.0/resourceInstances/vfwc488e4e712440/artifacts/vf-license-model.xml","artifactChecksum":"YTA4M2VjZjliMzA2NGYyZmRkYjdhMTk1ODU5ZTUzY2Q\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"db458924-e99e-48d6-bdfd-0aa56cd23221","artifactVersion":"1"},{"artifactName":"vfwc488e4e712440_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20221102060720/1.0/resourceInstances/vfwc488e4e712440/artifacts/vfwc488e4e712440_modules.json","artifactChecksum":"NjA0M2ExZTYzY2RmNzU2NDQ3MzY4ODkwMGEwMTNkNDQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"afa4200d-e6e2-4f97-afeb-16216c94dd0c","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20221102060720/1.0/resourceInstances/vfwc488e4e712440/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"0fe06b42-0efb-4099-97db-8660e742cb44","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20221102060720/1.0/resourceInstances/vfwc488e4e712440/artifacts/vendor-license-model.xml","artifactChecksum":"MzQxZGI2NzcyYTI4YTgyMzIxNzM1NTgzMzE5MTU4Njk\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"33a9ac42-87ff-4728-bf94-5d59a165899b","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20221102060720/1.0/resourceInstances/vfwc488e4e712440/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"90a223cc-e1b2-43dd-8087-59dd9d71f7d7","artifactVersion":"2","generatedFromUUID":"0fe06b42-0efb-4099-97db-8660e742cb44"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20221102060720-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20221102060720/1.0/artifacts/service-Vfw20221102060720-template.yml","artifactChecksum":"NjQ2NjA2NGQ3ZTI3M2FjYzM4YTY4ZGY2YmEyZDBhMzY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"8ab95ec2-592c-4275-a8b1-72f9f806866c","artifactVersion":"1"},{"artifactName":"service-Vfw20221102060720-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20221102060720/1.0/artifacts/service-Vfw20221102060720-csar.csar","artifactChecksum":"MmQyMzE0YmNkN2ZhMWI1N2VjZTUzMzlmNTA3NjM3MTE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"47d2c3b0-2c9f-485e-a7ab-1d46871ef15b","artifactVersion":"1"}],"workloadContext":"Production"}
2022-11-02T06:09:01.356Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ebef748-c4cf-49e1-acb6-d845c9ffb432",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667369337424,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLseevx/1.0/resourceInstances/basic_onboard_lseevx0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-02T06:09:01.356Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-02T06:09:01.356Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-02T06:09:01.357Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ebef748-c4cf-49e1-acb6-d845c9ffb432",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667369326584,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLseevx/1.0/resourceInstances/basic_onboard_lseevx0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-11-02T06:09:01.358Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-02T06:09:01.358Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-02T06:09:01.359Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ebef748-c4cf-49e1-acb6-d845c9ffb432",
  "consumerID": "cds",
  "timestamp": 1667369331998,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLseevx/1.0/resourceInstances/basic_onboard_lseevx0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-02T06:09:01.359Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-02T06:09:01.359Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-02T06:09:01.360Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ebef748-c4cf-49e1-acb6-d845c9ffb432",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667369327824,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLseevx/1.0/resourceInstances/basic_onboard_lseevx0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-02T06:09:01.360Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-02T06:09:01.360Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-02T06:09:01.361Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ebef748-c4cf-49e1-acb6-d845c9ffb432",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667369337424,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLseevx/1.0/resourceInstances/basic_onboard_lseevx0/artifacts/basic_onboard_lseevx0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-02T06:09:01.361Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-02T06:09:01.367Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-02T06:09:01.373Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-11-02T06:09:01.386Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-02T06:09:01.386Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "7d535135-c8ac-4191-b799-d302d79de6a9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667369340714,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221102060720/1.0/resourceInstances/vfwc488e4e712440/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-02T06:09:01.486Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 94 ms
2022-11-02T06:09:01.492Z||pool-3-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-02T06:09:01.492Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as V5bESGozshoyR2iH) ...
2022-11-02T06:09:01.505Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-02T06:09:01.507Z||pool-3-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-11-02T06:09:02.395Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-02T06:09:02.395Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-11-02T06:09:02.398Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-02T06:09:02.399Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "7d535135-c8ac-4191-b799-d302d79de6a9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667369340714,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221102060720/1.0/resourceInstances/vfwc488e4e712440/artifacts/vfwc488e4e712440_modules.json",
  "status": "NOTIFIED"
}
2022-11-02T06:09:02.499Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-02T06:09:02.500Z||pool-4-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-02T06:09:02.501Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as V5bESGozshoyR2iH) ...
2022-11-02T06:09:02.512Z||pool-4-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-02T06:09:02.513Z||pool-4-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-11-02T06:09:03.400Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-02T06:09:03.401Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-11-02T06:09:03.403Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-02T06:09:03.403Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "7d535135-c8ac-4191-b799-d302d79de6a9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667369340714,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221102060720/1.0/resourceInstances/vfwc488e4e712440/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-11-02T06:09:03.503Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-02T06:09:03.505Z||pool-5-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-02T06:09:03.505Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as V5bESGozshoyR2iH) ...
2022-11-02T06:09:03.517Z||pool-5-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-02T06:09:03.518Z||pool-5-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-11-02T06:09:04.404Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-02T06:09:04.405Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-11-02T06:09:04.407Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-02T06:09:04.407Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "7d535135-c8ac-4191-b799-d302d79de6a9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667369340714,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221102060720/1.0/resourceInstances/vfwc488e4e712440/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-02T06:09:04.507Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-02T06:09:04.508Z||pool-6-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-02T06:09:04.509Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as V5bESGozshoyR2iH) ...
2022-11-02T06:09:04.522Z||pool-6-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-02T06:09:04.523Z||pool-6-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-11-02T06:09:05.408Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-02T06:09:05.409Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-11-02T06:09:05.412Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-02T06:09:05.412Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "7d535135-c8ac-4191-b799-d302d79de6a9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667369340714,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221102060720/1.0/resourceInstances/vfwc488e4e712440/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-11-02T06:09:05.512Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-02T06:09:05.513Z||pool-7-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-02T06:09:05.513Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as V5bESGozshoyR2iH) ...
2022-11-02T06:09:05.525Z||pool-7-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-02T06:09:05.526Z||pool-7-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-11-02T06:09:06.412Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-02T06:09:06.413Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-11-02T06:09:06.416Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-02T06:09:06.416Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "7d535135-c8ac-4191-b799-d302d79de6a9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667369340714,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221102060720/1.0/artifacts/service-Vfw20221102060720-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-02T06:09:06.516Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-02T06:09:06.517Z||pool-8-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-02T06:09:06.517Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as V5bESGozshoyR2iH) ...
2022-11-02T06:09:06.531Z||pool-8-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-02T06:09:06.531Z||pool-8-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-11-02T06:09:07.416Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-02T06:09:07.418Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-11-02T06:09:07.421Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-02T06:09:07.421Z||pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "7d535135-c8ac-4191-b799-d302d79de6a9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667369340714,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221102060720/1.0/artifacts/service-Vfw20221102060720-csar.csar",
  "status": "NOTIFIED"
}
2022-11-02T06:09:07.521Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-02T06:09:07.522Z||pool-9-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-02T06:09:07.523Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as V5bESGozshoyR2iH) ...
2022-11-02T06:09:07.536Z||pool-9-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-02T06:09:07.537Z||pool-9-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-11-02T06:09:08.423Z||pool-2-thread-8|||||DEBUG|500||sending notification to client: {
  "distributionID": "7d535135-c8ac-4191-b799-d302d79de6a9",
  "serviceName": "vFW 2022-11-02 06-07-20",
  "serviceVersion": "1.0",
  "serviceUUID": "ba0ab936-62fa-4352-bb80-357b022c7328",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "13860357-985d-4ff0-8766-67d5078070c5",
  "resources": [
    {
      "resourceInstanceName": "vFW c488e4e7-1244 0",
      "resourceCustomizationUUID": "58fff626-e8a2-4037-a5c7-2d2f1a6236d1",
      "resourceName": "vFW c488e4e7-1244",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "2f5fbb0f-389a-4a06-b2e1-1aa2bae66436",
      "resourceInvariantUUID": "468ecc81-027d-43d4-bb84-7acf2d56c1b2",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfwc488e4e712440_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20221102060720/1.0/resourceInstances/vfwc488e4e712440/artifacts/vfwc488e4e712440_modules.json",
          "artifactChecksum": "NjA0M2ExZTYzY2RmNzU2NDQ3MzY4ODkwMGEwMTNkNDQ\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "afa4200d-e6e2-4f97-afeb-16216c94dd0c",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20221102060720/1.0/resourceInstances/vfwc488e4e712440/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "0fe06b42-0efb-4099-97db-8660e742cb44",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20221102060720/1.0/resourceInstances/vfwc488e4e712440/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "90a223cc-e1b2-43dd-8087-59dd9d71f7d7",
            "generatedFromUUID": "0fe06b42-0efb-4099-97db-8660e742cb44"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20221102060720/1.0/resourceInstances/vfwc488e4e712440/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "90a223cc-e1b2-43dd-8087-59dd9d71f7d7",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20221102060720-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20221102060720/1.0/artifacts/service-Vfw20221102060720-csar.csar",
      "artifactChecksum": "MmQyMzE0YmNkN2ZhMWI1N2VjZTUzMzlmNTA3NjM3MTE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "47d2c3b0-2c9f-485e-a7ab-1d46871ef15b"
    }
  ],
  "workloadContext": "Production"
}
2022-11-02T06:09:08.425Z||pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-11-02T06:09:08.425Z||pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 ba0ab936-62fa-4352-bb80-357b022c7328 ASDC
2022-11-02T06:09:08.546Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:7d535135-c8ac-4191-b799-d302d79de6a9
ServiceName:vFW 2022-11-02 06-07-20
ServiceVersion:1.0
ServiceUUID:ba0ab936-62fa-4352-bb80-357b022c7328
ServiceInvariantUUID:13860357-985d-4ff0-8766-67d5078070c5
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20221102060720-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20221102060720/1.0/artifacts/service-Vfw20221102060720-csar.csar
ArtifactUUID:47d2c3b0-2c9f-485e-a7ab-1d46871ef15b
ArtifactChecksum:MmQyMzE0YmNkN2ZhMWI1N2VjZTUzMzlmNTA3NjM3MTE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW c488e4e7-1244 0
ResourceCustomizationUUID:58fff626-e8a2-4037-a5c7-2d2f1a6236d1
ResourceInvariantUUID:468ecc81-027d-43d4-bb84-7acf2d56c1b2
ResourceName:vFW c488e4e7-1244
ResourceType:VF
ResourceUUID:2f5fbb0f-389a-4a06-b2e1-1aa2bae66436
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwc488e4e712440_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20221102060720/1.0/resourceInstances/vfwc488e4e712440/artifacts/vfwc488e4e712440_modules.json
ArtifactUUID:afa4200d-e6e2-4f97-afeb-16216c94dd0c
ArtifactChecksum:NjA0M2ExZTYzY2RmNzU2NDQ3MzY4ODkwMGEwMTNkNDQ=
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/Vfw20221102060720/1.0/resourceInstances/vfwc488e4e712440/artifacts/base_vfw.yaml
ArtifactUUID:0fe06b42-0efb-4099-97db-8660e742cb44
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/Vfw20221102060720/1.0/resourceInstances/vfwc488e4e712440/artifacts/base_vfw.env
ArtifactUUID:90a223cc-e1b2-43dd-8087-59dd9d71f7d7
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/Vfw20221102060720/1.0/resourceInstances/vfwc488e4e712440/artifacts/base_vfw.env
ArtifactUUID:90a223cc-e1b2-43dd-8087-59dd9d71f7d7
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-11-02T06:09:08.546Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ba0ab936-62fa-4352-bb80-357b022c7328 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-11-02T06:09:08.602Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-02T06:09:08.603Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-11-02T06:09:08.604Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-11-02T06:09:08.605Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 47d2c3b0-2c9f-485e-a7ab-1d46871ef15b from URL: /sdc/v1/catalog/services/Vfw20221102060720/1.0/artifacts/service-Vfw20221102060720-csar.csar
2022-11-02T06:09:08.605Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-11-02T06:09:08.606Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221102060720/1.0/artifacts/service-Vfw20221102060720-csar.csar
2022-11-02T06:09:08.706Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-11-02T06:09:08.727Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221102060720/1.0/artifacts/service-Vfw20221102060720-csar.csar 47d2c3b0-2c9f-485e-a7ab-1d46871ef15b 100679
2022-11-02T06:09:08.729Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221102060720/1.0/artifacts/service-Vfw20221102060720-csar.csar ASDC sendASDCNotification
2022-11-02T06:09:08.730Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221102060720/1.0/artifacts/service-Vfw20221102060720-csar.csar
2022-11-02T06:09:08.732Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-02T06:09:08.733Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-11-02T06:09:08.735Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-02T06:09:08.735Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "7d535135-c8ac-4191-b799-d302d79de6a9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667369348728,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221102060720/1.0/artifacts/service-Vfw20221102060720-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-02T06:09:08.835Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-02T06:09:08.836Z||pool-10-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-02T06:09:08.837Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as V5bESGozshoyR2iH) ...
2022-11-02T06:09:08.855Z||pool-10-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-02T06:09:08.855Z||pool-10-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-11-02T06:09:09.736Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-02T06:09:09.737Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-11-02T06:09:09.738Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 47d2c3b0-2c9f-485e-a7ab-1d46871ef15b, URL: /sdc/v1/catalog/services/Vfw20221102060720/1.0/artifacts/service-Vfw20221102060720-csar.csar to file: /app/ASDC/1/service-Vfw20221102060720-csar.csar
2022-11-02T06:09:09.739Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20221102060720-csar.csar
2022-11-02T06:09:09.842Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20221102060720-csar.csar
2022-11-02T06:09:09.842Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20221102060720-csar.csar
2022-11-02T06:09:10.695Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12738555071964167844/Definitions/service-Vfw20221102060720-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_security_groups" is not provided
Log warning: The required parameter "compute_vfw_name" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_allowed_address_pairs" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_user_data_format" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "compute_vfw_key_name" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "compute_vfw_metadata" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network" is not provided
Log warning: The required parameter "compute_vpg_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vpg_user_data_format" is not provided
Log warning: The required parameter "compute_vpg_key_name" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_security_groups" is not provided
Log warning: The required parameter "compute_vpg_metadata" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_security_groups" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network" is not provided
Log warning: The required parameter "compute_vsn_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_vsn_key_name" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_ip_requirements" is not provided
Log warning: The required parameter "compute_vsn_user_data_format" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_fixed_ips" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "compute_vsn_metadata" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role_tag" is not provided
2022-11-02T06:09:13.430Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2022-11-02T06:09:13.436Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-11-02T06:09:13.436Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20221102060720-csar.csar
2022-11-02T06:09:13.437Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2022-11-02T06:09:13.437Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20221102060720-csar.csar
2022-11-02T06:09:13.437Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW c488e4e7-1244 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-Vfw20221102060720-csar.csar
2022-11-02T06:09:13.437Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20221102060720-csar.csar
2022-11-02T06:09:13.437Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20221102060720-csar.csar
2022-11-02T06:09:13.437Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20221102060720-csar.csar
2022-11-02T06:09:13.438Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20221102060720-csar.csar
2022-11-02T06:09:13.438Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20221102060720-csar.csar
2022-11-02T06:09:13.438Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20221102060720-csar.csar
2022-11-02T06:09:13.438Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221102060720-csar.csar
2022-11-02T06:09:13.438Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221102060720-csar.csar
2022-11-02T06:09:13.438Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221102060720-csar.csar
2022-11-02T06:09:13.439Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-11-02T06:09:13.445Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-02T06:09:13.446Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-11-02 06-07-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-02T06:09:13.451Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||Node template vFW c488e4e7-1244 0 is matching search criteria
2022-11-02T06:09:13.451Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-11-02T06:09:13.453Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW c488e4e7-1244 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-02T06:09:13.454Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-02T06:09:13.455Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-11-02 06-07-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-02T06:09:13.455Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||Node template vFW c488e4e7-1244 0 is matching search criteria
2022-11-02T06:09:13.455Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-11-02T06:09:13.455Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW c488e4e7-1244 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-02T06:09:13.456Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-02T06:09:13.456Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-11-02 06-07-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-02T06:09:13.459Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-02T06:09:13.459Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||Node template vFW c488e4e7-1244 0 is not matching search criteria
2022-11-02T06:09:13.460Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-02T06:09:13.460Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-11-02T06:09:13.460Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-11-02T06:09:13.460Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-11-02T06:09:13.460Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-11-02T06:09:13.461Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2022-11-02T06:09:13.461Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-02T06:09:13.461Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-11-02T06:09:13.461Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2022-11-02T06:09:13.461Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-11-02T06:09:13.462Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-11-02T06:09:13.462Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-11-02T06:09:13.462Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-11-02T06:09:13.462Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2022-11-02T06:09:13.462Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-11-02T06:09:13.463Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-11-02T06:09:13.463Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-02T06:09:13.463Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-11-02 06-07-20 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-11-02T06:09:13.464Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-02T06:09:13.464Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||Node template vFW c488e4e7-1244 0 is matching search criteria
2022-11-02T06:09:13.465Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW c488e4e7-1244 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-02T06:09:13.465Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-02T06:09:13.465Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||Node template vFW c488e4e7-1244 0 is matching search criteria
2022-11-02T06:09:13.465Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW c488e4e7-1244 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-02T06:09:13.466Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-02T06:09:13.466Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||Node template vFW c488e4e7-1244 0 is matching search criteria
2022-11-02T06:09:13.466Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW c488e4e7-1244 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-02T06:09:13.466Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-02T06:09:13.467Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||Node template vFW c488e4e7-1244 0 is not matching search criteria
2022-11-02T06:09:13.467Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-02T06:09:13.467Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-11-02T06:09:13.467Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-02T06:09:13.467Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-11-02T06:09:13.468Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2022-11-02T06:09:13.468Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-11-02T06:09:13.468Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-11-02T06:09:13.468Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-11-02T06:09:13.468Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-11-02T06:09:13.469Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2022-11-02T06:09:13.469Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-11-02T06:09:13.469Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=d90cbfd8-7db0-4ce9-933b-f6ff7bba5b83
2022-11-02T06:09:13.469Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-02T06:09:13.469Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||Node template vFW c488e4e7-1244 0 is not matching search criteria
2022-11-02T06:09:13.470Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-02T06:09:13.470Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-11-02T06:09:13.470Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-11-02T06:09:13.470Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-11-02T06:09:13.470Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-11-02T06:09:13.470Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2022-11-02T06:09:13.471Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-02T06:09:13.471Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-11-02T06:09:13.471Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-11-02T06:09:13.471Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-11-02T06:09:13.471Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2022-11-02T06:09:13.472Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-11-02T06:09:13.472Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=8c60fb6a-ef7d-4548-9060-ddef7540e955
2022-11-02T06:09:13.472Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-02T06:09:13.472Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||Node template vFW c488e4e7-1244 0 is not matching search criteria
2022-11-02T06:09:13.472Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-02T06:09:13.473Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-11-02T06:09:13.473Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-11-02T06:09:13.473Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-11-02T06:09:13.473Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-11-02T06:09:13.473Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2022-11-02T06:09:13.474Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-02T06:09:13.474Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-11-02T06:09:13.474Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2022-11-02T06:09:13.474Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-11-02T06:09:13.474Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-11-02T06:09:13.475Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-11-02T06:09:13.475Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=23c249d1-eba7-4d08-81d9-7bbd36e86507
2022-11-02T06:09:13.475Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-02T06:09:13.475Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-11-02 06-07-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-02T06:09:13.475Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-02T06:09:13.476Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-11-02 06-07-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-02T06:09:13.476Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-02T06:09:13.476Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-11-02 06-07-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-02T06:09:13.476Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-02T06:09:13.476Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-11-02 06-07-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-02T06:09:13.477Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2022-11-02 06-07-20
Description:catalog service description
Model UUID:ba0ab936-62fa-4352-bb80-357b022c7328
Model Version:NULL
Model InvariantUuid:13860357-985d-4ff0-8766-67d5078070c5
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW c488e4e7-1244
Model UUID:c70818cf-b30e-42a8-93ac-e5e56425190c
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:468ecc81-027d-43d4-bb84-7acf2d56c1b2
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:58fff626-e8a2-4037-a5c7-2d2f1a6236d1
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:b3ae710c-05ba-4211-ae10-7eb98fd5b0d5
ModelName:VfwC488e4e71244..base_vfw..module-0
ModelUuid:808b3028-0587-4103-a1c7-33b0cac34fed
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:d90cbfd8-7db0-4ce9-933b-f6ff7bba5b83
ModelInvariantUuid:159fa845-a044-4cce-bd53-4f39ed88f414
ModelName:vFW c488e4e7-1244-nodes.vfwCvfc
ModelUuid:511d2dfb-5d42-453e-9262-88d99945c351
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:d4289773-6c71-4bf7-8a08-f76555d83ec3
ModelInvariantUuid:809557c3-33c6-4b78-bcfc-02a043bb192e
ModelName:VfwC488e4e71244.compute.nodes.heat.vfw
ModelUuid:6f62a15f-517c-4bcd-b0db-3b6f4153e072
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:8c60fb6a-ef7d-4548-9060-ddef7540e955
ModelInvariantUuid:3bcc2cb9-159c-44c7-8f74-b9000a13971b
ModelName:vFW c488e4e7-1244-nodes.vsnCvfc
ModelUuid:844a5ef5-2d2f-4db8-9851-3bf861d30205
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:c7fc6309-ec18-49f9-add0-927ef7332e17
ModelInvariantUuid:8957abb3-a864-41ad-b460-12b5063fdeac
ModelName:VfwC488e4e71244.compute.nodes.heat.vsn
ModelUuid:0a314eb9-76d4-4d4d-86f1-a967f6dd04b5
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:23c249d1-eba7-4d08-81d9-7bbd36e86507
ModelInvariantUuid:c7c00caf-adec-441f-ab56-ae13a02cf265
ModelName:vFW c488e4e7-1244-nodes.vpgCvfc
ModelUuid:34be15c9-0c57-4c2a-be2d-e8dbc96c7e49
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:dafa493c-691f-4927-b73e-35f36ca56d6a
ModelInvariantUuid:e06439e7-8511-4335-9c83-1d7156680761
ModelName:VfwC488e4e71244.compute.nodes.heat.vpg
ModelUuid:37410f53-36ad-42bd-933f-e521e17c63e0
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-11-02T06:09:13.488Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: 2f5fbb0f-389a-4a06-b2e1-1aa2bae66436
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-02T06:09:13.577Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||INFO|500||vFW c488e4e7-1244 0
2022-11-02T06:09:13.583Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 2f5fbb0f-389a-4a06-b2e1-1aa2bae66436
2022-11-02T06:09:13.583Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: afa4200d-e6e2-4f97-afeb-16216c94dd0c from URL: /sdc/v1/catalog/services/Vfw20221102060720/1.0/resourceInstances/vfwc488e4e712440/artifacts/vfwc488e4e712440_modules.json
2022-11-02T06:09:13.583Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-11-02T06:09:13.584Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221102060720/1.0/resourceInstances/vfwc488e4e712440/artifacts/vfwc488e4e712440_modules.json
2022-11-02T06:09:13.678Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-11-02T06:09:13.679Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221102060720/1.0/resourceInstances/vfwc488e4e712440/artifacts/vfwc488e4e712440_modules.json afa4200d-e6e2-4f97-afeb-16216c94dd0c 785
2022-11-02T06:09:13.679Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221102060720/1.0/resourceInstances/vfwc488e4e712440/artifacts/vfwc488e4e712440_modules.json ASDC sendASDCNotification
2022-11-02T06:09:13.679Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221102060720/1.0/resourceInstances/vfwc488e4e712440/artifacts/vfwc488e4e712440_modules.json
2022-11-02T06:09:13.679Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-02T06:09:13.680Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-11-02T06:09:13.682Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-02T06:09:13.683Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "7d535135-c8ac-4191-b799-d302d79de6a9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667369353679,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221102060720/1.0/resourceInstances/vfwc488e4e712440/artifacts/vfwc488e4e712440_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-11-02T06:09:13.783Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-02T06:09:13.784Z||pool-11-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-02T06:09:13.784Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as V5bESGozshoyR2iH) ...
2022-11-02T06:09:13.798Z||pool-11-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-02T06:09:13.798Z||pool-11-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-11-02T06:09:14.684Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwC488e4e71244..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "b3ae710c-05ba-4211-ae10-7eb98fd5b0d5",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "808b3028-0587-4103-a1c7-33b0cac34fed",
    "vfModuleModelCustomizationUUID": "a2b0fd68-ffee-41d8-8038-605d9cf241ef",
    "isBase": true,
    "artifacts": [
      "0fe06b42-0efb-4099-97db-8660e742cb44",
      "90a223cc-e1b2-43dd-8087-59dd9d71f7d7"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_vfw",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-11-02T06:09:14.699Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwC488e4e71244..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:808b3028-0587-4103-a1c7-33b0cac34fed
VfModuleModelInvariantUUID:b3ae710c-05ba-4211-ae10-7eb98fd5b0d5
VfModuleModelDescription:NULL
Artifacts UUID List:{
0fe06b42-0efb-4099-97db-8660e742cb44
,
90a223cc-e1b2-43dd-8087-59dd9d71f7d7

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

isBase:true


}

2022-11-02T06:09:14.703Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwC488e4e71244..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "b3ae710c-05ba-4211-ae10-7eb98fd5b0d5",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "808b3028-0587-4103-a1c7-33b0cac34fed",
    "vfModuleModelCustomizationUUID": "a2b0fd68-ffee-41d8-8038-605d9cf241ef",
    "isBase": true,
    "artifacts": [
      "0fe06b42-0efb-4099-97db-8660e742cb44",
      "90a223cc-e1b2-43dd-8087-59dd9d71f7d7"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_vfw",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-11-02T06:09:14.703Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwC488e4e71244..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:808b3028-0587-4103-a1c7-33b0cac34fed
VfModuleModelInvariantUUID:b3ae710c-05ba-4211-ae10-7eb98fd5b0d5
VfModuleModelDescription:NULL
Artifacts UUID List:{
0fe06b42-0efb-4099-97db-8660e742cb44
,
90a223cc-e1b2-43dd-8087-59dd9d71f7d7

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

isBase:true


}

2022-11-02T06:09:14.703Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 0fe06b42-0efb-4099-97db-8660e742cb44 from URL: /sdc/v1/catalog/services/Vfw20221102060720/1.0/resourceInstances/vfwc488e4e712440/artifacts/base_vfw.yaml
2022-11-02T06:09:14.704Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-11-02T06:09:14.704Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221102060720/1.0/resourceInstances/vfwc488e4e712440/artifacts/base_vfw.yaml
2022-11-02T06:09:14.756Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-11-02T06:09:14.757Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221102060720/1.0/resourceInstances/vfwc488e4e712440/artifacts/base_vfw.yaml 0fe06b42-0efb-4099-97db-8660e742cb44 20368
2022-11-02T06:09:14.758Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221102060720/1.0/resourceInstances/vfwc488e4e712440/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-11-02T06:09:14.758Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221102060720/1.0/resourceInstances/vfwc488e4e712440/artifacts/base_vfw.yaml
2022-11-02T06:09:14.758Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-02T06:09:14.759Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-11-02T06:09:14.761Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-02T06:09:14.761Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "7d535135-c8ac-4191-b799-d302d79de6a9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667369354758,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221102060720/1.0/resourceInstances/vfwc488e4e712440/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-11-02T06:09:14.861Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-02T06:09:14.863Z||pool-12-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-02T06:09:14.863Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as V5bESGozshoyR2iH) ...
2022-11-02T06:09:14.879Z||pool-12-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-02T06:09:14.880Z||pool-12-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-11-02T06:09:15.762Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 90a223cc-e1b2-43dd-8087-59dd9d71f7d7 from URL: /sdc/v1/catalog/services/Vfw20221102060720/1.0/resourceInstances/vfwc488e4e712440/artifacts/base_vfw.env
2022-11-02T06:09:15.763Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-11-02T06:09:15.764Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221102060720/1.0/resourceInstances/vfwc488e4e712440/artifacts/base_vfw.env
2022-11-02T06:09:15.834Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-11-02T06:09:15.835Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221102060720/1.0/resourceInstances/vfwc488e4e712440/artifacts/base_vfw.env 90a223cc-e1b2-43dd-8087-59dd9d71f7d7 2098
2022-11-02T06:09:15.835Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221102060720/1.0/resourceInstances/vfwc488e4e712440/artifacts/base_vfw.env ASDC sendASDCNotification
2022-11-02T06:09:15.835Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221102060720/1.0/resourceInstances/vfwc488e4e712440/artifacts/base_vfw.env
2022-11-02T06:09:15.835Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-02T06:09:15.836Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-11-02T06:09:15.839Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-02T06:09:15.839Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "7d535135-c8ac-4191-b799-d302d79de6a9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667369355835,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221102060720/1.0/resourceInstances/vfwc488e4e712440/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-11-02T06:09:15.941Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-11-02T06:09:15.942Z||pool-13-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-02T06:09:15.942Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as V5bESGozshoyR2iH) ...
2022-11-02T06:09:15.954Z||pool-13-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-02T06:09:15.954Z||pool-13-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-11-02T06:09:16.840Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: ba0ab936-62fa-4352-bb80-357b022c7328
2022-11-02T06:09:16.841Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW c488e4e7-1244 0 2f5fbb0f-389a-4a06-b2e1-1aa2bae66436 ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-02T06:09:16.879Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@17f02d9d, org.onap.sdc.toscaparser.api.parameters.Input@72d6a032, org.onap.sdc.toscaparser.api.parameters.Input@4bfdc0fb, org.onap.sdc.toscaparser.api.parameters.Input@78f1182d, org.onap.sdc.toscaparser.api.parameters.Input@6efb5e6b]
2022-11-02T06:09:16.883Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-02T06:09:16.884Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-11-02 06-07-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-02T06:09:16.884Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic 
2022-11-02T06:09:16.884Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= 58fff626-e8a2-4037-a5c7-2d2f1a6236d1
2022-11-02T06:09:16.884Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 58fff626-e8a2-4037-a5c7-2d2f1a6236d1 matches Tosca VF Customization UUID: 58fff626-e8a2-4037-a5c7-2d2f1a6236d1
2022-11-02T06:09:16.884Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: 58fff626-e8a2-4037-a5c7-2d2f1a6236d1  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-11-02T06:09:16.893Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-02T06:09:16.893Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-11-02 06-07-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-02T06:09:16.894Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id 58fff626-e8a2-4037-a5c7-2d2f1a6236d1: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-11-02T06:09:16.895Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@3b2d8710
2022-11-02T06:09:16.897Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-02T06:09:16.897Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-11-02 06-07-20 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-11-02T06:09:16.898Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : a2b0fd68-ffee-41d8-8038-605d9cf241ef
2022-11-02T06:09:16.899Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID a2b0fd68-ffee-41d8-8038-605d9cf241ef
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-11-02T06:09:16.905Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-02T06:09:16.906Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||Node template vFW c488e4e7-1244 0 is matching search criteria
2022-11-02T06:09:16.906Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW c488e4e7-1244 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-02T06:09:16.907Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-02T06:09:16.907Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||Node template vFW c488e4e7-1244 0 is matching search criteria
2022-11-02T06:09:16.907Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW c488e4e7-1244 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-02T06:09:16.907Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-02T06:09:16.908Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||Node template vFW c488e4e7-1244 0 is not matching search criteria
2022-11-02T06:09:16.908Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-02T06:09:16.908Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-11-02T06:09:16.908Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-02T06:09:16.908Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-11-02T06:09:16.909Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2022-11-02T06:09:16.909Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-11-02T06:09:16.909Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-11-02T06:09:16.909Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-11-02T06:09:16.909Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-11-02T06:09:16.910Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2022-11-02T06:09:16.910Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-11-02T06:09:16.910Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=d90cbfd8-7db0-4ce9-933b-f6ff7bba5b83
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-11-02T06:09:16.917Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-02T06:09:16.917Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||Node template vFW c488e4e7-1244 0 is matching search criteria
2022-11-02T06:09:16.918Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW c488e4e7-1244 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-02T06:09:16.918Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-02T06:09:16.918Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||Node template vFW c488e4e7-1244 0 is not matching search criteria
2022-11-02T06:09:16.918Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-02T06:09:16.918Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-11-02T06:09:16.919Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-11-02T06:09:16.919Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-11-02T06:09:16.919Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-11-02T06:09:16.919Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2022-11-02T06:09:16.919Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-02T06:09:16.920Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-11-02T06:09:16.920Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-11-02T06:09:16.920Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-11-02T06:09:16.920Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria
2022-11-02T06:09:16.921Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-11-02T06:09:16.921Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=8c60fb6a-ef7d-4548-9060-ddef7540e955
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-11-02T06:09:16.923Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-02T06:09:16.923Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||Node template vFW c488e4e7-1244 0 is matching search criteria
2022-11-02T06:09:16.923Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW c488e4e7-1244 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-02T06:09:16.925Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-02T06:09:16.926Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||Node template vFW c488e4e7-1244 0 is not matching search criteria
2022-11-02T06:09:16.926Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-02T06:09:16.926Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-11-02T06:09:16.926Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-11-02T06:09:16.927Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-11-02T06:09:16.927Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-11-02T06:09:16.927Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria
2022-11-02T06:09:16.927Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-02T06:09:16.927Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-11-02T06:09:16.928Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria
2022-11-02T06:09:16.928Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-11-02T06:09:16.928Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-11-02T06:09:16.928Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-11-02T06:09:16.928Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=23c249d1-eba7-4d08-81d9-7bbd36e86507
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-11-02T06:09:16.930Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-02T06:09:16.930Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||Node template vFW c488e4e7-1244 0 is matching search criteria
2022-11-02T06:09:16.930Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW c488e4e7-1244 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-02T06:09:16.931Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-02T06:09:16.931Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||Node template vFW c488e4e7-1244 0 is matching search criteria
2022-11-02T06:09:16.931Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW c488e4e7-1244 0] matching following query criteria: sdcType=VF, customizationUUID=58fff626-e8a2-4037-a5c7-2d2f1a6236d1
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-02T06:09:16.933Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-02T06:09:16.933Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-11-02 06-07-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-02T06:09:16.934Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid ba0ab936-62fa-4352-bb80-357b022c7328: vFW c488e4e7-1244
2022-11-02T06:09:16.934Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-02T06:09:16.934Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-11-02 06-07-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-02T06:09:16.934Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-02T06:09:16.935Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-11-02 06-07-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-02T06:09:16.935Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-02T06:09:16.935Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-11-02 06-07-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-02T06:09:16.935Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-02T06:09:16.935Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-11-02 06-07-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-02T06:09:16.936Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-02T06:09:16.936Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-11-02 06-07-20 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-02T06:09:16.936Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||INFO|500||Saving Service: vFW 2022-11-02 06-07-20 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-02T06:09:17.205Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW c488e4e7-1244 2f5fbb0f-389a-4a06-b2e1-1aa2bae66436 1 ASDC deployResourceStructure
2022-11-02T06:09:17.205Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221102060720/1.0/resourceInstances/vfwc488e4e712440/artifacts/vfwc488e4e712440_modules.json ASDC sendASDCNotification
2022-11-02T06:09:17.205Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221102060720/1.0/resourceInstances/vfwc488e4e712440/artifacts/vfwc488e4e712440_modules.json
2022-11-02T06:09:17.206Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-02T06:09:17.206Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-11-02T06:09:17.212Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-02T06:09:17.212Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "7d535135-c8ac-4191-b799-d302d79de6a9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667369357205,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221102060720/1.0/resourceInstances/vfwc488e4e712440/artifacts/vfwc488e4e712440_modules.json",
  "status": "DEPLOY_OK"
}
2022-11-02T06:09:17.308Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2022-11-02T06:09:17.309Z||pool-14-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-02T06:09:17.309Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as V5bESGozshoyR2iH) ...
2022-11-02T06:09:17.322Z||pool-14-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-02T06:09:17.322Z||pool-14-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-11-02T06:09:18.212Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221102060720/1.0/resourceInstances/vfwc488e4e712440/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-11-02T06:09:18.213Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221102060720/1.0/resourceInstances/vfwc488e4e712440/artifacts/base_vfw.yaml
2022-11-02T06:09:18.213Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-02T06:09:18.214Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-11-02T06:09:18.216Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-02T06:09:18.216Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "7d535135-c8ac-4191-b799-d302d79de6a9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667369358212,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221102060720/1.0/resourceInstances/vfwc488e4e712440/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-11-02T06:09:18.316Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-02T06:09:18.318Z||pool-15-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-02T06:09:18.318Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as V5bESGozshoyR2iH) ...
2022-11-02T06:09:18.334Z||pool-15-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-02T06:09:18.334Z||pool-15-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-11-02T06:09:19.217Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221102060720/1.0/resourceInstances/vfwc488e4e712440/artifacts/base_vfw.env ASDC sendASDCNotification
2022-11-02T06:09:19.218Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221102060720/1.0/resourceInstances/vfwc488e4e712440/artifacts/base_vfw.env
2022-11-02T06:09:19.218Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-02T06:09:19.218Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-11-02T06:09:19.220Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-02T06:09:19.221Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "7d535135-c8ac-4191-b799-d302d79de6a9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667369359217,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221102060720/1.0/resourceInstances/vfwc488e4e712440/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-11-02T06:09:19.321Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-02T06:09:19.323Z||pool-16-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-02T06:09:19.323Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as V5bESGozshoyR2iH) ...
2022-11-02T06:09:19.336Z||pool-16-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-02T06:09:19.337Z||pool-16-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-11-02T06:09:20.222Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221102060720/1.0/artifacts/service-Vfw20221102060720-csar.csar ASDC sendASDCNotification
2022-11-02T06:09:20.222Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221102060720/1.0/artifacts/service-Vfw20221102060720-csar.csar
2022-11-02T06:09:20.222Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-02T06:09:20.222Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-11-02T06:09:20.225Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-02T06:09:20.225Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "7d535135-c8ac-4191-b799-d302d79de6a9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667369360222,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221102060720/1.0/artifacts/service-Vfw20221102060720-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-02T06:09:20.325Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-02T06:09:20.327Z||pool-17-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-02T06:09:20.327Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as V5bESGozshoyR2iH) ...
2022-11-02T06:09:20.339Z||pool-17-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-02T06:09:20.340Z||pool-17-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-11-02T06:09:21.226Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7d535135-c8ac-4191-b799-d302d79de6a9
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-02T06:09:21.247Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7d535135-c8ac-4191-b799-d302d79de6a9
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-02T06:09:21.251Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-02T06:09:21.251Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-11-02T06:09:21.251Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-11-02T06:09:21.252Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-11-02T06:09:21.252Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-02T06:09:21.252Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-02T06:09:21.252Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-02T06:09:21.253Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-02T06:09:21.253Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-02T06:09:21.253Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-02T06:09:21.259Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-11-02T06:09:51.260Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 7d535135-c8ac-4191-b799-d302d79de6a9 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-11-02T06:09:51.270Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 7d535135-c8ac-4191-b799-d302d79de6a9 and serviceModelVersionId: ba0ab936-62fa-4352-bb80-357b022c7328
2022-11-02T06:09:51.270Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 13860357-985d-4ff0-8766-67d5078070c5
2022-11-02T06:10:00.717Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T06:10:00.718Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-02T06:10:00.723Z||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 V5bESGozshoyR2iH) ...
2022-11-02T06:10:00.749Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-02T06:10:00.749Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-02T06:10:00.750Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ebef748-c4cf-49e1-acb6-d845c9ffb432",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667369326584,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLseevx/1.0/resourceInstances/basic_onboard_lseevx0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-02T06:10:00.750Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-02T06:10:06.892Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/13860357-985d-4ff0-8766-67d5078070c5/model-vers/model-ver/ba0ab936-62fa-4352-bb80-357b022c7328?depth=0
2022-11-02T06:10:07.014Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2022-11-02T06:10:07.547Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13860357-985d-4ff0-8766-67d5078070c5/model-vers/model-ver/ba0ab936-62fa-4352-bb80-357b022c7328?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-11-02T06:10:07.551Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13860357-985d-4ff0-8766-67d5078070c5/model-vers/model-ver/ba0ab936-62fa-4352-bb80-357b022c7328?depth=0|INFO|500||Invoke
2022-11-02T06:10:07.671Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13860357-985d-4ff0-8766-67d5078070c5/model-vers/model-ver/ba0ab936-62fa-4352-bb80-357b022c7328?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-11-02T06:10:07.910Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13860357-985d-4ff0-8766-67d5078070c5/model-vers/model-ver/ba0ab936-62fa-4352-bb80-357b022c7328?depth=0|INFO|500||InvokeReturn
2022-11-02T06:10:07.911Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/13860357-985d-4ff0-8766-67d5078070c5/model-vers/model-ver/ba0ab936-62fa-4352-bb80-357b022c7328?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-221102-06:10:07:064-23544], vertex-id=[209032], Content-Length=[0], Date=[Wed, 02 Nov 2022 06:10:07 GMT], Content-Type=[application/json]}
2022-11-02T06:10:07.912Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||Response was returned with an empty entity.
2022-11-02T06:10:07.915Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-11-02T06:10:07.915Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-02T06:10:07.921Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-11-02T06:10:07.922Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 7d535135-c8ac-4191-b799-d302d79de6a9 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-11-02T06:10:07.923Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-11-02T06:10:07.923Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-11-02T06:10:07.925Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-02T06:10:07.925Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "7d535135-c8ac-4191-b799-d302d79de6a9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667369407922,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-02T06:10:08.025Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-02T06:10:08.027Z||pool-18-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-02T06:10:08.027Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as V5bESGozshoyR2iH) ...
2022-11-02T06:10:08.041Z||pool-18-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-02T06:10:08.041Z||pool-18-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-11-02T06:10:08.938Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-02T06:10:08.938Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"4ebef748-c4cf-49e1-acb6-d845c9ffb432","serviceName":"basic_onboard_lseEVx","serviceVersion":"1.0","serviceUUID":"951edba6-b7b6-45ec-950c-769a6be8dc31","serviceDescription":"service","serviceInvariantUUID":"ebe0dc80-3942-47d5-86aa-12018904fb25","resources":[{"resourceInstanceName":"basic_onboard_lseEVx 0","resourceName":"basic_onboard_lseEVx","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"ddc9f828-2ab9-4c2a-bd5a-484460eab6ea","resourceInvariantUUID":"ead1dcd5-97b8-4ef6-889b-26435ab0d5a2","resourceCustomizationUUID":"567f738e-b1b7-4396-9ba7-0be9f0627793","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardLseevx/1.0/resourceInstances/basic_onboard_lseevx0/artifacts/vf-license-model.xml","artifactChecksum":"OTA0YWRlYjVlNzJiMzFiODkxMzhhNWRmZjM4NDVhMmI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"c4fd5e56-d8c2-45ed-8acc-d635afa8d203","artifactVersion":"1"},{"artifactName":"basic_onboard_lseevx0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardLseevx/1.0/resourceInstances/basic_onboard_lseevx0/artifacts/basic_onboard_lseevx0_modules.json","artifactChecksum":"NTk2MTRkYzI0YzU0NjA1NDc3NWUwZDBiNjlhNGE0NGU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"4478fe70-f4c9-4b4f-8b2e-b08c6facf5ee","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardLseevx/1.0/resourceInstances/basic_onboard_lseevx0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"9fd273d3-ec72-4ecf-82a1-c14a012773fa","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardLseevx/1.0/resourceInstances/basic_onboard_lseevx0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"08daa499-a516-4210-8c7b-e582289b1d4f","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardLseevx/1.0/resourceInstances/basic_onboard_lseevx0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"53ee7383-431f-452a-809d-7bf2b7090c22","artifactVersion":"2","generatedFromUUID":"9fd273d3-ec72-4ecf-82a1-c14a012773fa"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardLseevx-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardLseevx/1.0/artifacts/service-BasicOnboardLseevx-template.yml","artifactChecksum":"ZmZhMDU0MDEyMzFjYTA4MTYyMjRkNzVmZjQwMGZjMTE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"8025ff72-ab2e-4422-8677-98b70d9609bf","artifactVersion":"1"},{"artifactName":"service-BasicOnboardLseevx-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardLseevx/1.0/artifacts/service-BasicOnboardLseevx-csar.csar","artifactChecksum":"ZmE2MTI5YTgxZDA0M2U0ZjViODgxYzliZWUwNzJhNzE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"55447993-20d7-4b06-a5c1-8afdfeee4e03","artifactVersion":"1"}],"workloadContext":"Production"}
2022-11-02T06:10:08.939Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-02T06:10:08.939Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-11-02T06:10:08.941Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-02T06:10:08.941Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "4ebef748-c4cf-49e1-acb6-d845c9ffb432",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667369340714,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLseevx/1.0/resourceInstances/basic_onboard_lseevx0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-02T06:10:09.042Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-02T06:10:09.044Z||pool-19-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-02T06:10:09.045Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as V5bESGozshoyR2iH) ...
2022-11-02T06:10:09.061Z||pool-19-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-02T06:10:09.062Z||pool-19-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-11-02T06:10:09.942Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-02T06:10:09.943Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-11-02T06:10:09.945Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-02T06:10:09.945Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "4ebef748-c4cf-49e1-acb6-d845c9ffb432",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667369340714,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLseevx/1.0/resourceInstances/basic_onboard_lseevx0/artifacts/basic_onboard_lseevx0_modules.json",
  "status": "NOTIFIED"
}
2022-11-02T06:10:10.045Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-02T06:10:10.046Z||pool-20-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-02T06:10:10.046Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as V5bESGozshoyR2iH) ...
2022-11-02T06:10:10.058Z||pool-20-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-02T06:10:10.058Z||pool-20-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-11-02T06:10:10.946Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-02T06:10:10.947Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-11-02T06:10:10.949Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-02T06:10:10.949Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "4ebef748-c4cf-49e1-acb6-d845c9ffb432",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667369340714,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLseevx/1.0/resourceInstances/basic_onboard_lseevx0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-11-02T06:10:11.049Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-02T06:10:11.051Z||pool-21-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-02T06:10:11.051Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as V5bESGozshoyR2iH) ...
2022-11-02T06:10:11.067Z||pool-21-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-02T06:10:11.067Z||pool-21-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-11-02T06:10:11.950Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-02T06:10:11.951Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-11-02T06:10:11.954Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-02T06:10:11.954Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "4ebef748-c4cf-49e1-acb6-d845c9ffb432",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667369340714,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLseevx/1.0/resourceInstances/basic_onboard_lseevx0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-02T06:10:12.055Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-11-02T06:10:12.056Z||pool-22-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-02T06:10:12.056Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as V5bESGozshoyR2iH) ...
2022-11-02T06:10:12.069Z||pool-22-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-02T06:10:12.069Z||pool-22-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-11-02T06:10:12.955Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-02T06:10:12.956Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-11-02T06:10:12.958Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-02T06:10:12.959Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "4ebef748-c4cf-49e1-acb6-d845c9ffb432",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667369340714,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLseevx/1.0/resourceInstances/basic_onboard_lseevx0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-11-02T06:10:13.059Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-02T06:10:13.060Z||pool-23-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-02T06:10:13.060Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as V5bESGozshoyR2iH) ...
2022-11-02T06:10:13.073Z||pool-23-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-02T06:10:13.074Z||pool-23-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-11-02T06:10:13.959Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-02T06:10:13.960Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-11-02T06:10:13.962Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-02T06:10:13.962Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "4ebef748-c4cf-49e1-acb6-d845c9ffb432",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667369340714,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLseevx/1.0/artifacts/service-BasicOnboardLseevx-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-02T06:10:14.063Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-02T06:10:14.063Z||pool-24-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-02T06:10:14.064Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as V5bESGozshoyR2iH) ...
2022-11-02T06:10:14.088Z||pool-24-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-02T06:10:14.088Z||pool-24-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-11-02T06:10:14.963Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-02T06:10:14.964Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-11-02T06:10:14.966Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-02T06:10:14.966Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "4ebef748-c4cf-49e1-acb6-d845c9ffb432",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667369340714,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLseevx/1.0/artifacts/service-BasicOnboardLseevx-csar.csar",
  "status": "NOTIFIED"
}
2022-11-02T06:10:15.066Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-02T06:10:15.068Z||pool-25-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-02T06:10:15.068Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as V5bESGozshoyR2iH) ...
2022-11-02T06:10:15.080Z||pool-25-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-02T06:10:15.081Z||pool-25-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-11-02T06:10:15.968Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||sending notification to client: {
  "distributionID": "4ebef748-c4cf-49e1-acb6-d845c9ffb432",
  "serviceName": "basic_onboard_lseEVx",
  "serviceVersion": "1.0",
  "serviceUUID": "951edba6-b7b6-45ec-950c-769a6be8dc31",
  "serviceDescription": "service",
  "serviceInvariantUUID": "ebe0dc80-3942-47d5-86aa-12018904fb25",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_lseEVx 0",
      "resourceCustomizationUUID": "567f738e-b1b7-4396-9ba7-0be9f0627793",
      "resourceName": "basic_onboard_lseEVx",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "ddc9f828-2ab9-4c2a-bd5a-484460eab6ea",
      "resourceInvariantUUID": "ead1dcd5-97b8-4ef6-889b-26435ab0d5a2",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_lseevx0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLseevx/1.0/resourceInstances/basic_onboard_lseevx0/artifacts/basic_onboard_lseevx0_modules.json",
          "artifactChecksum": "NTk2MTRkYzI0YzU0NjA1NDc3NWUwZDBiNjlhNGE0NGU\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "4478fe70-f4c9-4b4f-8b2e-b08c6facf5ee",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLseevx/1.0/resourceInstances/basic_onboard_lseevx0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "9fd273d3-ec72-4ecf-82a1-c14a012773fa",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLseevx/1.0/resourceInstances/basic_onboard_lseevx0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "53ee7383-431f-452a-809d-7bf2b7090c22",
            "generatedFromUUID": "9fd273d3-ec72-4ecf-82a1-c14a012773fa"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLseevx/1.0/resourceInstances/basic_onboard_lseevx0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "53ee7383-431f-452a-809d-7bf2b7090c22",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardLseevx-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLseevx/1.0/artifacts/service-BasicOnboardLseevx-csar.csar",
      "artifactChecksum": "ZmE2MTI5YTgxZDA0M2U0ZjViODgxYzliZWUwNzJhNzE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "55447993-20d7-4b06-a5c1-8afdfeee4e03"
    }
  ],
  "workloadContext": "Production"
}
2022-11-02T06:10:15.969Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-11-02T06:10:15.969Z|7d535135-c8ac-4191-b799-d302d79de6a9|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 951edba6-b7b6-45ec-950c-769a6be8dc31 ASDC
2022-11-02T06:10:15.969Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||DEBUG|500||ASDC Notification:
DistributionID:4ebef748-c4cf-49e1-acb6-d845c9ffb432
ServiceName:basic_onboard_lseEVx
ServiceVersion:1.0
ServiceUUID:951edba6-b7b6-45ec-950c-769a6be8dc31
ServiceInvariantUUID:ebe0dc80-3942-47d5-86aa-12018904fb25
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardLseevx-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardLseevx/1.0/artifacts/service-BasicOnboardLseevx-csar.csar
ArtifactUUID:55447993-20d7-4b06-a5c1-8afdfeee4e03
ArtifactChecksum:ZmE2MTI5YTgxZDA0M2U0ZjViODgxYzliZWUwNzJhNzE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_lseEVx 0
ResourceCustomizationUUID:567f738e-b1b7-4396-9ba7-0be9f0627793
ResourceInvariantUUID:ead1dcd5-97b8-4ef6-889b-26435ab0d5a2
ResourceName:basic_onboard_lseEVx
ResourceType:VF
ResourceUUID:ddc9f828-2ab9-4c2a-bd5a-484460eab6ea
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_lseevx0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardLseevx/1.0/resourceInstances/basic_onboard_lseevx0/artifacts/basic_onboard_lseevx0_modules.json
ArtifactUUID:4478fe70-f4c9-4b4f-8b2e-b08c6facf5ee
ArtifactChecksum:NTk2MTRkYzI0YzU0NjA1NDc3NWUwZDBiNjlhNGE0NGU=
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/BasicOnboardLseevx/1.0/resourceInstances/basic_onboard_lseevx0/artifacts/base_ubuntu18.yaml
ArtifactUUID:9fd273d3-ec72-4ecf-82a1-c14a012773fa
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/BasicOnboardLseevx/1.0/resourceInstances/basic_onboard_lseevx0/artifacts/base_ubuntu18.env
ArtifactUUID:53ee7383-431f-452a-809d-7bf2b7090c22
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/BasicOnboardLseevx/1.0/resourceInstances/basic_onboard_lseevx0/artifacts/base_ubuntu18.env
ArtifactUUID:53ee7383-431f-452a-809d-7bf2b7090c22
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-11-02T06:10:15.970Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 951edba6-b7b6-45ec-950c-769a6be8dc31 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-02T06:10:16.000Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-02T06:10:16.001Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-11-02T06:10:16.001Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-11-02T06:10:16.001Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 55447993-20d7-4b06-a5c1-8afdfeee4e03 from URL: /sdc/v1/catalog/services/BasicOnboardLseevx/1.0/artifacts/service-BasicOnboardLseevx-csar.csar
2022-11-02T06:10:16.002Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-11-02T06:10:16.002Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardLseevx/1.0/artifacts/service-BasicOnboardLseevx-csar.csar
2022-11-02T06:10:16.161Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-11-02T06:10:16.165Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardLseevx/1.0/artifacts/service-BasicOnboardLseevx-csar.csar 55447993-20d7-4b06-a5c1-8afdfeee4e03 75302
2022-11-02T06:10:16.166Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardLseevx/1.0/artifacts/service-BasicOnboardLseevx-csar.csar ASDC sendASDCNotification
2022-11-02T06:10:16.166Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardLseevx/1.0/artifacts/service-BasicOnboardLseevx-csar.csar
2022-11-02T06:10:16.166Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-02T06:10:16.167Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-11-02T06:10:16.169Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-02T06:10:16.170Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "4ebef748-c4cf-49e1-acb6-d845c9ffb432",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667369416166,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLseevx/1.0/artifacts/service-BasicOnboardLseevx-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-02T06:10:16.270Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-02T06:10:16.271Z||pool-26-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-02T06:10:16.271Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as V5bESGozshoyR2iH) ...
2022-11-02T06:10:16.301Z||pool-26-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-02T06:10:16.302Z||pool-26-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":1,"count":1}
2022-11-02T06:10:17.170Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-02T06:10:17.173Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||INFO|500||MSO config path is: /app
2022-11-02T06:10:17.174Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 55447993-20d7-4b06-a5c1-8afdfeee4e03, URL: /sdc/v1/catalog/services/BasicOnboardLseevx/1.0/artifacts/service-BasicOnboardLseevx-csar.csar to file: /app/ASDC/1/service-BasicOnboardLseevx-csar.csar
2022-11-02T06:10:17.174Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardLseevx-csar.csar
2022-11-02T06:10:17.175Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardLseevx-csar.csar
2022-11-02T06:10:17.175Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardLseevx-csar.csar
2022-11-02T06:10:17.318Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2913367253680495298/Definitions/service-BasicOnboardLseevx-template.yml
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_security_groups" is not provided
Log warning: The required parameter "compute_ubuntu18_user_data_format" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "compute_ubuntu18_metadata" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "compute_ubuntu18_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network" is not provided
Log warning: The required parameter "compute_ubuntu18_key_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role_tag" is not provided
2022-11-02T06:10:18.610Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0
2022-11-02T06:10:18.611Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-11-02T06:10:18.611Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardLseevx-csar.csar
2022-11-02T06:10:18.611Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-11-02T06:10:18.611Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicOnboardLseevx-csar.csar
2022-11-02T06:10:18.611Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardLseevx-csar.csar
2022-11-02T06:10:18.611Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardLseevx-csar.csar
2022-11-02T06:10:18.611Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardLseevx-csar.csar
2022-11-02T06:10:18.612Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_lseEVx 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-BasicOnboardLseevx-csar.csar
2022-11-02T06:10:18.612Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardLseevx-csar.csar
2022-11-02T06:10:18.612Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardLseevx-csar.csar
2022-11-02T06:10:18.612Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||WARN|500||####################################################################################################
2022-11-02T06:10:18.612Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-02T06:10:18.612Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_lseEVx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-02T06:10:18.613Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_lseEVx 0 is matching search criteria
2022-11-02T06:10:18.613Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-11-02T06:10:18.613Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_lseEVx 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-02T06:10:18.613Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-02T06:10:18.613Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_lseEVx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-02T06:10:18.614Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_lseEVx 0 is matching search criteria
2022-11-02T06:10:18.614Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||DEBUG|500||Search for entities recursively
2022-11-02T06:10:18.614Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_lseEVx 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-02T06:10:18.614Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-02T06:10:18.614Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_lseEVx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-02T06:10:18.615Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-02T06:10:18.615Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_lseEVx 0 is not matching search criteria
2022-11-02T06:10:18.615Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-11-02T06:10:18.615Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-11-02T06:10:18.615Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-11-02T06:10:18.616Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-11-02T06:10:18.616Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-11-02T06:10:18.616Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-02T06:10:18.616Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_lseEVx is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-11-02T06:10:18.616Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-02T06:10:18.616Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_lseEVx 0 is matching search criteria
2022-11-02T06:10:18.617Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_lseEVx 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-02T06:10:18.617Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-02T06:10:18.617Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_lseEVx 0 is matching search criteria
2022-11-02T06:10:18.617Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_lseEVx 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-02T06:10:18.618Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-02T06:10:18.618Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_lseEVx 0 is matching search criteria
2022-11-02T06:10:18.618Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_lseEVx 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-02T06:10:18.618Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-02T06:10:18.618Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_lseEVx 0 is not matching search criteria
2022-11-02T06:10:18.619Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-11-02T06:10:18.619Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-11-02T06:10:18.619Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=e7bf8d5f-163d-47ff-bb6a-2901d449057e
2022-11-02T06:10:18.619Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-02T06:10:18.619Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_lseEVx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-02T06:10:18.620Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-02T06:10:18.620Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_lseEVx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-02T06:10:18.620Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-02T06:10:18.620Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_lseEVx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-02T06:10:18.620Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-02T06:10:18.621Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_lseEVx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-02T06:10:18.621Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_onboard_lseEVx
Description:service
Model UUID:951edba6-b7b6-45ec-950c-769a6be8dc31
Model Version:NULL
Model InvariantUuid:ebe0dc80-3942-47d5-86aa-12018904fb25
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_onboard_lseEVx
Model UUID:82898d88-855d-4aa5-ae1b-5badc853a1e8
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:ead1dcd5-97b8-4ef6-889b-26435ab0d5a2
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:567f738e-b1b7-4396-9ba7-0be9f0627793
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:8a5280a1-2a10-42aa-8d8d-2a5017ad7db4
ModelName:BasicOnboardLseevx..base_ubuntu18..module-0
ModelUuid:1b66bba0-31ad-441c-a649-d5b9920c2bc1
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:e7bf8d5f-163d-47ff-bb6a-2901d449057e
ModelInvariantUuid:ba16422e-2d1c-433b-b830-9202a388c7b7
ModelName:basic_onboard_lseEVx-nodes.ubuntu18Cvfc
ModelUuid:b91e550e-2ea1-4089-b382-51c5abc6b469
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:4889f90f-c5f4-4143-b8e8-bc460ca1e82b
ModelInvariantUuid:3661e754-714a-4c3a-b226-6a39ffc294eb
ModelName:BasicOnboardLseevx.compute.nodes.heat.ubuntu18
ModelUuid:00befa8b-fc6f-42c1-b4b3-dfed52719244
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-11-02T06:10:18.626Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: ddc9f828-2ab9-4c2a-bd5a-484460eab6ea
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-02T06:10:18.629Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||INFO|500||basic_onboard_lseEVx 0
2022-11-02T06:10:18.629Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: ddc9f828-2ab9-4c2a-bd5a-484460eab6ea
2022-11-02T06:10:18.629Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 4478fe70-f4c9-4b4f-8b2e-b08c6facf5ee from URL: /sdc/v1/catalog/services/BasicOnboardLseevx/1.0/resourceInstances/basic_onboard_lseevx0/artifacts/basic_onboard_lseevx0_modules.json
2022-11-02T06:10:18.629Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-11-02T06:10:18.630Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardLseevx/1.0/resourceInstances/basic_onboard_lseevx0/artifacts/basic_onboard_lseevx0_modules.json
2022-11-02T06:10:18.682Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-11-02T06:10:18.682Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardLseevx/1.0/resourceInstances/basic_onboard_lseevx0/artifacts/basic_onboard_lseevx0_modules.json 4478fe70-f4c9-4b4f-8b2e-b08c6facf5ee 798
2022-11-02T06:10:18.682Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardLseevx/1.0/resourceInstances/basic_onboard_lseevx0/artifacts/basic_onboard_lseevx0_modules.json ASDC sendASDCNotification
2022-11-02T06:10:18.683Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardLseevx/1.0/resourceInstances/basic_onboard_lseevx0/artifacts/basic_onboard_lseevx0_modules.json
2022-11-02T06:10:18.683Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-02T06:10:18.683Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-11-02T06:10:18.687Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-02T06:10:18.688Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "4ebef748-c4cf-49e1-acb6-d845c9ffb432",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667369418682,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLseevx/1.0/resourceInstances/basic_onboard_lseevx0/artifacts/basic_onboard_lseevx0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-11-02T06:10:18.786Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-11-02T06:10:18.787Z||pool-27-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-02T06:10:18.787Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as V5bESGozshoyR2iH) ...
2022-11-02T06:10:18.803Z||pool-27-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-02T06:10:18.804Z||pool-27-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-11-02T06:10:19.689Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardLseevx..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "8a5280a1-2a10-42aa-8d8d-2a5017ad7db4",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "1b66bba0-31ad-441c-a649-d5b9920c2bc1",
    "vfModuleModelCustomizationUUID": "cd3006cb-de64-4a76-ae25-20cdcc4a5587",
    "isBase": true,
    "artifacts": [
      "9fd273d3-ec72-4ecf-82a1-c14a012773fa",
      "53ee7383-431f-452a-809d-7bf2b7090c22"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu18",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-11-02T06:10:19.693Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardLseevx..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:1b66bba0-31ad-441c-a649-d5b9920c2bc1
VfModuleModelInvariantUUID:8a5280a1-2a10-42aa-8d8d-2a5017ad7db4
VfModuleModelDescription:NULL
Artifacts UUID List:{
9fd273d3-ec72-4ecf-82a1-c14a012773fa
,
53ee7383-431f-452a-809d-7bf2b7090c22

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

isBase:true


}

2022-11-02T06:10:19.695Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardLseevx..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "8a5280a1-2a10-42aa-8d8d-2a5017ad7db4",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "1b66bba0-31ad-441c-a649-d5b9920c2bc1",
    "vfModuleModelCustomizationUUID": "cd3006cb-de64-4a76-ae25-20cdcc4a5587",
    "isBase": true,
    "artifacts": [
      "9fd273d3-ec72-4ecf-82a1-c14a012773fa",
      "53ee7383-431f-452a-809d-7bf2b7090c22"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu18",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-11-02T06:10:19.695Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardLseevx..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:1b66bba0-31ad-441c-a649-d5b9920c2bc1
VfModuleModelInvariantUUID:8a5280a1-2a10-42aa-8d8d-2a5017ad7db4
VfModuleModelDescription:NULL
Artifacts UUID List:{
9fd273d3-ec72-4ecf-82a1-c14a012773fa
,
53ee7383-431f-452a-809d-7bf2b7090c22

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

isBase:true


}

2022-11-02T06:10:19.696Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 9fd273d3-ec72-4ecf-82a1-c14a012773fa from URL: /sdc/v1/catalog/services/BasicOnboardLseevx/1.0/resourceInstances/basic_onboard_lseevx0/artifacts/base_ubuntu18.yaml
2022-11-02T06:10:19.696Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-11-02T06:10:19.696Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardLseevx/1.0/resourceInstances/basic_onboard_lseevx0/artifacts/base_ubuntu18.yaml
2022-11-02T06:10:19.745Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-11-02T06:10:19.746Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardLseevx/1.0/resourceInstances/basic_onboard_lseevx0/artifacts/base_ubuntu18.yaml 9fd273d3-ec72-4ecf-82a1-c14a012773fa 5033
2022-11-02T06:10:19.746Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardLseevx/1.0/resourceInstances/basic_onboard_lseevx0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-11-02T06:10:19.746Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardLseevx/1.0/resourceInstances/basic_onboard_lseevx0/artifacts/base_ubuntu18.yaml
2022-11-02T06:10:19.746Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-02T06:10:19.747Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-11-02T06:10:19.749Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-02T06:10:19.749Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "4ebef748-c4cf-49e1-acb6-d845c9ffb432",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667369419746,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLseevx/1.0/resourceInstances/basic_onboard_lseevx0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-11-02T06:10:19.849Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-02T06:10:19.850Z||pool-28-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-02T06:10:19.850Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as V5bESGozshoyR2iH) ...
2022-11-02T06:10:19.864Z||pool-28-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-02T06:10:19.865Z||pool-28-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-11-02T06:10:20.750Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 53ee7383-431f-452a-809d-7bf2b7090c22 from URL: /sdc/v1/catalog/services/BasicOnboardLseevx/1.0/resourceInstances/basic_onboard_lseevx0/artifacts/base_ubuntu18.env
2022-11-02T06:10:20.750Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||INFO|500||DistributionClient - download
2022-11-02T06:10:20.750Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardLseevx/1.0/resourceInstances/basic_onboard_lseevx0/artifacts/base_ubuntu18.env
2022-11-02T06:10:20.798Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||DEBUG|500||GET Response Status 200
2022-11-02T06:10:20.798Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardLseevx/1.0/resourceInstances/basic_onboard_lseevx0/artifacts/base_ubuntu18.env 53ee7383-431f-452a-809d-7bf2b7090c22 909
2022-11-02T06:10:20.799Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardLseevx/1.0/resourceInstances/basic_onboard_lseevx0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-11-02T06:10:20.799Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardLseevx/1.0/resourceInstances/basic_onboard_lseevx0/artifacts/base_ubuntu18.env
2022-11-02T06:10:20.799Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-02T06:10:20.800Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-11-02T06:10:20.802Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-02T06:10:20.802Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "4ebef748-c4cf-49e1-acb6-d845c9ffb432",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667369420799,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLseevx/1.0/resourceInstances/basic_onboard_lseevx0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-11-02T06:10:20.902Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-02T06:10:20.903Z||pool-29-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-02T06:10:20.903Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as V5bESGozshoyR2iH) ...
2022-11-02T06:10:20.945Z||pool-29-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-02T06:10:20.945Z||pool-29-thread-1|||||INFO|500||cambria reply ok (43 ms):{"serverTimeMs":0,"count":1}
2022-11-02T06:10:21.803Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 951edba6-b7b6-45ec-950c-769a6be8dc31
2022-11-02T06:10:21.803Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_lseEVx 0 ddc9f828-2ab9-4c2a-bd5a-484460eab6ea ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-02T06:10:21.819Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3243274d, org.onap.sdc.toscaparser.api.parameters.Input@3abb2709, org.onap.sdc.toscaparser.api.parameters.Input@4c110071, org.onap.sdc.toscaparser.api.parameters.Input@f6bc683, org.onap.sdc.toscaparser.api.parameters.Input@2439e16c]
2022-11-02T06:10:21.821Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-02T06:10:21.822Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_lseEVx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-02T06:10:21.822Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic 
2022-11-02T06:10:21.822Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= 567f738e-b1b7-4396-9ba7-0be9f0627793
2022-11-02T06:10:21.823Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 567f738e-b1b7-4396-9ba7-0be9f0627793 matches Tosca VF Customization UUID: 567f738e-b1b7-4396-9ba7-0be9f0627793
2022-11-02T06:10:21.823Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: 567f738e-b1b7-4396-9ba7-0be9f0627793  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-11-02T06:10:21.827Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-02T06:10:21.827Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_lseEVx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-02T06:10:21.828Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id 567f738e-b1b7-4396-9ba7-0be9f0627793: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-11-02T06:10:21.828Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@52811ab3
2022-11-02T06:10:21.828Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-02T06:10:21.829Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_lseEVx is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-11-02T06:10:21.829Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : cd3006cb-de64-4a76-ae25-20cdcc4a5587
2022-11-02T06:10:21.829Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID cd3006cb-de64-4a76-ae25-20cdcc4a5587
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-11-02T06:10:21.832Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-02T06:10:21.832Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_lseEVx 0 is matching search criteria
2022-11-02T06:10:21.832Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_lseEVx 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-02T06:10:21.833Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-02T06:10:21.833Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_lseEVx 0 is matching search criteria
2022-11-02T06:10:21.834Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_lseEVx 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-02T06:10:21.834Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-02T06:10:21.834Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_lseEVx 0 is not matching search criteria
2022-11-02T06:10:21.835Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-11-02T06:10:21.835Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-11-02T06:10:21.835Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=e7bf8d5f-163d-47ff-bb6a-2901d449057e
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-11-02T06:10:21.838Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-02T06:10:21.838Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_lseEVx 0 is matching search criteria
2022-11-02T06:10:21.839Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_lseEVx 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-02T06:10:21.839Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-02T06:10:21.840Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||DEBUG|500||Node template basic_onboard_lseEVx 0 is matching search criteria
2022-11-02T06:10:21.840Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_onboard_lseEVx 0] matching following query criteria: sdcType=VF, customizationUUID=567f738e-b1b7-4396-9ba7-0be9f0627793
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-02T06:10:21.842Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-02T06:10:21.842Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_lseEVx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-02T06:10:21.843Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 951edba6-b7b6-45ec-950c-769a6be8dc31: basic_onboard_lseEVx
2022-11-02T06:10:21.843Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-02T06:10:21.844Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_lseEVx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-02T06:10:21.844Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-02T06:10:21.845Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_lseEVx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-02T06:10:21.845Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-02T06:10:21.846Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_lseEVx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-02T06:10:21.846Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-02T06:10:21.846Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_lseEVx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-02T06:10:21.846Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-02T06:10:21.847Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||DEBUG|500||Service basic_onboard_lseEVx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-02T06:10:21.848Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||INFO|500||Saving Service: basic_onboard_lseEVx 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-02T06:10:21.938Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_lseEVx ddc9f828-2ab9-4c2a-bd5a-484460eab6ea 1 ASDC deployResourceStructure
2022-11-02T06:10:21.938Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardLseevx/1.0/resourceInstances/basic_onboard_lseevx0/artifacts/basic_onboard_lseevx0_modules.json ASDC sendASDCNotification
2022-11-02T06:10:21.938Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardLseevx/1.0/resourceInstances/basic_onboard_lseevx0/artifacts/basic_onboard_lseevx0_modules.json
2022-11-02T06:10:21.938Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-02T06:10:21.939Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-11-02T06:10:21.941Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-02T06:10:21.941Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "4ebef748-c4cf-49e1-acb6-d845c9ffb432",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667369421938,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLseevx/1.0/resourceInstances/basic_onboard_lseevx0/artifacts/basic_onboard_lseevx0_modules.json",
  "status": "DEPLOY_OK"
}
2022-11-02T06:10:22.041Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-02T06:10:22.042Z||pool-30-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-02T06:10:22.042Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as V5bESGozshoyR2iH) ...
2022-11-02T06:10:22.058Z||pool-30-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-02T06:10:22.058Z||pool-30-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-11-02T06:10:22.942Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardLseevx/1.0/resourceInstances/basic_onboard_lseevx0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-11-02T06:10:22.942Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardLseevx/1.0/resourceInstances/basic_onboard_lseevx0/artifacts/base_ubuntu18.yaml
2022-11-02T06:10:22.943Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-02T06:10:22.943Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-11-02T06:10:22.945Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-02T06:10:22.945Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "4ebef748-c4cf-49e1-acb6-d845c9ffb432",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667369422942,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLseevx/1.0/resourceInstances/basic_onboard_lseevx0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-11-02T06:10:23.045Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-02T06:10:23.046Z||pool-31-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-02T06:10:23.046Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as V5bESGozshoyR2iH) ...
2022-11-02T06:10:23.057Z||pool-31-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-02T06:10:23.058Z||pool-31-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-11-02T06:10:23.946Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardLseevx/1.0/resourceInstances/basic_onboard_lseevx0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-11-02T06:10:23.947Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardLseevx/1.0/resourceInstances/basic_onboard_lseevx0/artifacts/base_ubuntu18.env
2022-11-02T06:10:23.947Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-02T06:10:23.947Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-11-02T06:10:23.949Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-02T06:10:23.949Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "4ebef748-c4cf-49e1-acb6-d845c9ffb432",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667369423946,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLseevx/1.0/resourceInstances/basic_onboard_lseevx0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-11-02T06:10:24.049Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-02T06:10:24.050Z||pool-32-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-02T06:10:24.050Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as V5bESGozshoyR2iH) ...
2022-11-02T06:10:24.062Z||pool-32-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-02T06:10:24.062Z||pool-32-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-11-02T06:10:24.950Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardLseevx/1.0/artifacts/service-BasicOnboardLseevx-csar.csar ASDC sendASDCNotification
2022-11-02T06:10:24.951Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardLseevx/1.0/artifacts/service-BasicOnboardLseevx-csar.csar
2022-11-02T06:10:24.951Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-02T06:10:24.951Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-11-02T06:10:24.953Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-02T06:10:24.953Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "4ebef748-c4cf-49e1-acb6-d845c9ffb432",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667369424950,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLseevx/1.0/artifacts/service-BasicOnboardLseevx-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-02T06:10:25.053Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-02T06:10:25.055Z||pool-33-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-02T06:10:25.055Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as V5bESGozshoyR2iH) ...
2022-11-02T06:10:25.083Z||pool-33-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-02T06:10:25.084Z||pool-33-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1}
2022-11-02T06:10:25.954Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4ebef748-c4cf-49e1-acb6-d845c9ffb432
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-02T06:10:25.964Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4ebef748-c4cf-49e1-acb6-d845c9ffb432
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-02T06:10:25.967Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-02T06:10:25.967Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-02T06:10:25.967Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-02T06:10:55.967Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4ebef748-c4cf-49e1-acb6-d845c9ffb432
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-02T06:10:55.986Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4ebef748-c4cf-49e1-acb6-d845c9ffb432
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-02T06:10:55.988Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-02T06:10:55.988Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-02T06:10:55.988Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-02T06:11:00.717Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T06:11:00.719Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-02T06:11:00.719Z||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 V5bESGozshoyR2iH) ...
2022-11-02T06:11:00.748Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-02T06:11:00.748Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-02T06:11:00.749Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ebef748-c4cf-49e1-acb6-d845c9ffb432",
  "consumerID": "cds",
  "timestamp": 1667369331998,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLseevx/1.0/resourceInstances/basic_onboard_lseevx0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-02T06:11:00.750Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-02T06:11:25.989Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4ebef748-c4cf-49e1-acb6-d845c9ffb432
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-02T06:11:26.011Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4ebef748-c4cf-49e1-acb6-d845c9ffb432
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-02T06:11:26.013Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-02T06:11:26.013Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-02T06:11:26.014Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-02T06:11:56.015Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4ebef748-c4cf-49e1-acb6-d845c9ffb432
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-02T06:11:56.029Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4ebef748-c4cf-49e1-acb6-d845c9ffb432
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-02T06:11:56.032Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-02T06:11:56.032Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-02T06:11:56.032Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-02T06:12:00.718Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T06:12:00.720Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-02T06:12:00.720Z||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 V5bESGozshoyR2iH) ...
2022-11-02T06:12:00.764Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-02T06:12:00.767Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-02T06:12:00.767Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ebef748-c4cf-49e1-acb6-d845c9ffb432",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667369327824,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLseevx/1.0/resourceInstances/basic_onboard_lseevx0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-02T06:12:00.769Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-02T06:12:00.769Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-02T06:12:00.769Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ebef748-c4cf-49e1-acb6-d845c9ffb432",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667369337424,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLseevx/1.0/resourceInstances/basic_onboard_lseevx0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-02T06:12:00.769Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-02T06:12:00.769Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-02T06:12:00.769Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d535135-c8ac-4191-b799-d302d79de6a9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667369340714,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221102060720/1.0/resourceInstances/vfwc488e4e712440/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-02T06:12:00.769Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-02T06:12:00.770Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-02T06:12:00.770Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ebef748-c4cf-49e1-acb6-d845c9ffb432",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667369326584,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLseevx/1.0/resourceInstances/basic_onboard_lseevx0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-11-02T06:12:00.770Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-02T06:12:00.770Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-02T06:12:00.770Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ebef748-c4cf-49e1-acb6-d845c9ffb432",
  "consumerID": "cds",
  "timestamp": 1667369331998,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLseevx/1.0/resourceInstances/basic_onboard_lseevx0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-11-02T06:12:00.770Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-02T06:12:00.770Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-02T06:12:00.771Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ebef748-c4cf-49e1-acb6-d845c9ffb432",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667369327824,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLseevx/1.0/resourceInstances/basic_onboard_lseevx0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-11-02T06:12:00.771Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-02T06:12:00.771Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-02T06:12:00.771Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ebef748-c4cf-49e1-acb6-d845c9ffb432",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667369337424,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLseevx/1.0/resourceInstances/basic_onboard_lseevx0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-02T06:12:00.771Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-02T06:12:00.771Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-02T06:12:00.772Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d535135-c8ac-4191-b799-d302d79de6a9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667369340714,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221102060720/1.0/resourceInstances/vfwc488e4e712440/artifacts/vfwc488e4e712440_modules.json",
  "status": "NOTIFIED"
}
2022-11-02T06:12:00.772Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-02T06:12:00.772Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-02T06:12:00.772Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ebef748-c4cf-49e1-acb6-d845c9ffb432",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667369326584,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLseevx/1.0/artifacts/service-BasicOnboardLseevx-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-02T06:12:00.772Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-02T06:12:00.772Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-02T06:12:00.772Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ebef748-c4cf-49e1-acb6-d845c9ffb432",
  "consumerID": "cds",
  "timestamp": 1667369331998,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLseevx/1.0/artifacts/service-BasicOnboardLseevx-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-02T06:12:00.773Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-02T06:12:00.773Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-02T06:12:00.773Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ebef748-c4cf-49e1-acb6-d845c9ffb432",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667369327824,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLseevx/1.0/artifacts/service-BasicOnboardLseevx-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-02T06:12:00.773Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-02T06:12:00.773Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-02T06:12:00.773Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ebef748-c4cf-49e1-acb6-d845c9ffb432",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667369337424,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLseevx/1.0/resourceInstances/basic_onboard_lseevx0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-11-02T06:12:00.773Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-02T06:12:00.773Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-02T06:12:00.773Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d535135-c8ac-4191-b799-d302d79de6a9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667369340714,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221102060720/1.0/resourceInstances/vfwc488e4e712440/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-11-02T06:12:00.774Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-02T06:12:00.774Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-02T06:12:00.774Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ebef748-c4cf-49e1-acb6-d845c9ffb432",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667369326584,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLseevx/1.0/artifacts/service-BasicOnboardLseevx-csar.csar",
  "status": "NOTIFIED"
}
2022-11-02T06:12:00.774Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-02T06:12:00.774Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-02T06:12:00.774Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ebef748-c4cf-49e1-acb6-d845c9ffb432",
  "consumerID": "cds",
  "timestamp": 1667369331998,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLseevx/1.0/artifacts/service-BasicOnboardLseevx-csar.csar",
  "status": "NOTIFIED"
}
2022-11-02T06:12:00.774Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-02T06:12:00.775Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-02T06:12:00.775Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ebef748-c4cf-49e1-acb6-d845c9ffb432",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667369327824,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLseevx/1.0/artifacts/service-BasicOnboardLseevx-csar.csar",
  "status": "NOTIFIED"
}
2022-11-02T06:12:00.775Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-02T06:12:00.775Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-02T06:12:00.775Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ebef748-c4cf-49e1-acb6-d845c9ffb432",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667369337424,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLseevx/1.0/artifacts/service-BasicOnboardLseevx-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-02T06:12:00.775Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-02T06:12:00.775Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-02T06:12:00.776Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d535135-c8ac-4191-b799-d302d79de6a9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667369340714,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221102060720/1.0/resourceInstances/vfwc488e4e712440/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-02T06:12:00.776Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-02T06:12:00.776Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-02T06:12:00.776Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ebef748-c4cf-49e1-acb6-d845c9ffb432",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667369343760,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLseevx/1.0/resourceInstances/basic_onboard_lseevx0/artifacts/basic_onboard_lseevx0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-11-02T06:12:00.776Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-02T06:12:00.776Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-02T06:12:00.776Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ebef748-c4cf-49e1-acb6-d845c9ffb432",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667369337424,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLseevx/1.0/artifacts/service-BasicOnboardLseevx-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-02T06:12:00.777Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-02T06:12:00.777Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-02T06:12:00.777Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ebef748-c4cf-49e1-acb6-d845c9ffb432",
  "consumerID": "cds",
  "timestamp": 1667369343765,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLseevx/1.0/artifacts/service-BasicOnboardLseevx-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-02T06:12:00.777Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-02T06:12:00.777Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-02T06:12:00.777Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ebef748-c4cf-49e1-acb6-d845c9ffb432",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667369343670,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLseevx/1.0/artifacts/service-BasicOnboardLseevx-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-02T06:12:00.777Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-02T06:12:00.778Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-02T06:12:00.778Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d535135-c8ac-4191-b799-d302d79de6a9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667369340714,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221102060720/1.0/resourceInstances/vfwc488e4e712440/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-11-02T06:12:00.778Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-02T06:12:00.778Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-02T06:12:00.778Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ebef748-c4cf-49e1-acb6-d845c9ffb432",
  "consumerID": "cds",
  "timestamp": 1667369344770,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLseevx/1.0/artifacts/service-BasicOnboardLseevx-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-02T06:12:00.785Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 4ebef748-c4cf-49e1-acb6-d845c9ffb432
2022-11-02T06:12:00.785Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4ebef748-c4cf-49e1-acb6-d845c9ffb432 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-02T06:12:00.799Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-02T06:12:00.799Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ebef748-c4cf-49e1-acb6-d845c9ffb432",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667369344827,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLseevx/1.0/resourceInstances/basic_onboard_lseevx0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-11-02T06:12:00.799Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-02T06:12:00.799Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-02T06:12:00.799Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d535135-c8ac-4191-b799-d302d79de6a9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667369340714,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221102060720/1.0/artifacts/service-Vfw20221102060720-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-02T06:12:00.800Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-02T06:12:00.800Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-02T06:12:00.800Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ebef748-c4cf-49e1-acb6-d845c9ffb432",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667369345882,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLseevx/1.0/resourceInstances/basic_onboard_lseevx0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-11-02T06:12:00.800Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-02T06:12:00.800Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-02T06:12:00.800Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ebef748-c4cf-49e1-acb6-d845c9ffb432",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667369346044,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLseevx/1.0/artifacts/service-BasicOnboardLseevx-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-02T06:12:00.801Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-02T06:12:00.801Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-02T06:12:00.801Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d535135-c8ac-4191-b799-d302d79de6a9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667369340714,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221102060720/1.0/artifacts/service-Vfw20221102060720-csar.csar",
  "status": "NOTIFIED"
}
2022-11-02T06:12:00.801Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-02T06:12:00.801Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-02T06:12:00.801Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ebef748-c4cf-49e1-acb6-d845c9ffb432",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667369346905,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-02T06:12:00.806Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 4ebef748-c4cf-49e1-acb6-d845c9ffb432
2022-11-02T06:12:00.806Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4ebef748-c4cf-49e1-acb6-d845c9ffb432 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-02T06:12:00.817Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-02T06:12:00.817Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ebef748-c4cf-49e1-acb6-d845c9ffb432",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667369347049,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-02T06:12:00.827Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 4ebef748-c4cf-49e1-acb6-d845c9ffb432
2022-11-02T06:12:00.827Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4ebef748-c4cf-49e1-acb6-d845c9ffb432 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-02T06:12:00.836Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-02T06:12:00.836Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d535135-c8ac-4191-b799-d302d79de6a9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667369348728,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221102060720/1.0/artifacts/service-Vfw20221102060720-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-02T06:12:00.836Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-02T06:12:00.836Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-02T06:12:00.836Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ebef748-c4cf-49e1-acb6-d845c9ffb432",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667369347910,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLseevx/1.0/resourceInstances/basic_onboard_lseevx0/artifacts/basic_onboard_lseevx0_modules.json",
  "status": "DEPLOY_OK"
}
2022-11-02T06:12:00.837Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-02T06:12:00.837Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-02T06:12:00.837Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ebef748-c4cf-49e1-acb6-d845c9ffb432",
  "consumerID": "aai-ml",
  "timestamp": 1667369352526,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLseevx/1.0/resourceInstances/basic_onboard_lseevx0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-02T06:12:00.837Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-02T06:12:00.837Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-02T06:12:00.837Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d535135-c8ac-4191-b799-d302d79de6a9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667369353679,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221102060720/1.0/resourceInstances/vfwc488e4e712440/artifacts/vfwc488e4e712440_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-11-02T06:12:00.837Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-02T06:12:00.837Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-02T06:12:00.838Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ebef748-c4cf-49e1-acb6-d845c9ffb432",
  "consumerID": "aai-ml",
  "timestamp": 1667369352526,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLseevx/1.0/resourceInstances/basic_onboard_lseevx0/artifacts/basic_onboard_lseevx0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-02T06:12:00.838Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-02T06:12:00.838Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-02T06:12:00.838Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d535135-c8ac-4191-b799-d302d79de6a9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667369354758,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221102060720/1.0/resourceInstances/vfwc488e4e712440/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-11-02T06:12:00.838Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-02T06:12:00.838Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-02T06:12:00.838Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ebef748-c4cf-49e1-acb6-d845c9ffb432",
  "consumerID": "aai-ml",
  "timestamp": 1667369352526,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLseevx/1.0/resourceInstances/basic_onboard_lseevx0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-02T06:12:00.839Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-02T06:12:00.839Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-02T06:12:00.839Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d535135-c8ac-4191-b799-d302d79de6a9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667369355835,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221102060720/1.0/resourceInstances/vfwc488e4e712440/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-11-02T06:12:00.839Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-02T06:12:00.839Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-02T06:12:00.839Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ebef748-c4cf-49e1-acb6-d845c9ffb432",
  "consumerID": "aai-ml",
  "timestamp": 1667369352526,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLseevx/1.0/resourceInstances/basic_onboard_lseevx0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-02T06:12:00.840Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-02T06:12:00.840Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-02T06:12:00.840Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d535135-c8ac-4191-b799-d302d79de6a9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667369357205,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221102060720/1.0/resourceInstances/vfwc488e4e712440/artifacts/vfwc488e4e712440_modules.json",
  "status": "DEPLOY_OK"
}
2022-11-02T06:12:00.840Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-02T06:12:00.840Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-02T06:12:00.840Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ebef748-c4cf-49e1-acb6-d845c9ffb432",
  "consumerID": "aai-ml",
  "timestamp": 1667369352526,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLseevx/1.0/resourceInstances/basic_onboard_lseevx0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-11-02T06:12:00.840Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-02T06:12:00.840Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-02T06:12:00.841Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d535135-c8ac-4191-b799-d302d79de6a9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667369358212,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221102060720/1.0/resourceInstances/vfwc488e4e712440/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-11-02T06:12:00.841Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-02T06:12:00.841Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-02T06:12:00.841Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ebef748-c4cf-49e1-acb6-d845c9ffb432",
  "consumerID": "aai-ml",
  "timestamp": 1667369352526,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLseevx/1.0/artifacts/service-BasicOnboardLseevx-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-02T06:12:00.841Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-02T06:12:00.841Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-02T06:12:00.841Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d535135-c8ac-4191-b799-d302d79de6a9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667369359217,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221102060720/1.0/resourceInstances/vfwc488e4e712440/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-11-02T06:12:00.842Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-02T06:12:00.842Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-02T06:12:00.842Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ebef748-c4cf-49e1-acb6-d845c9ffb432",
  "consumerID": "aai-ml",
  "timestamp": 1667369352526,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLseevx/1.0/artifacts/service-BasicOnboardLseevx-csar.csar",
  "status": "NOTIFIED"
}
2022-11-02T06:12:00.842Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-02T06:12:00.842Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-02T06:12:00.842Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d535135-c8ac-4191-b799-d302d79de6a9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667369360222,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221102060720/1.0/artifacts/service-Vfw20221102060720-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-02T06:12:00.842Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-02T06:12:00.843Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-02T06:12:00.843Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ebef748-c4cf-49e1-acb6-d845c9ffb432",
  "consumerID": "aai-ml",
  "timestamp": 1667369360335,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLseevx/1.0/artifacts/service-BasicOnboardLseevx-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-02T06:12:00.843Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-02T06:12:00.843Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-02T06:12:00.843Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ebef748-c4cf-49e1-acb6-d845c9ffb432",
  "consumerID": "aai-ml",
  "timestamp": 1667369367875,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLseevx/1.0/artifacts/service-BasicOnboardLseevx-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-02T06:12:00.843Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-02T06:12:00.843Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-02T06:12:00.843Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ebef748-c4cf-49e1-acb6-d845c9ffb432",
  "consumerID": "aai-ml",
  "timestamp": 1667369368879,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-02T06:12:00.849Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 4ebef748-c4cf-49e1-acb6-d845c9ffb432
2022-11-02T06:12:00.849Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4ebef748-c4cf-49e1-acb6-d845c9ffb432 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-02T06:12:26.033Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4ebef748-c4cf-49e1-acb6-d845c9ffb432
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-02T06:12:26.046Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4ebef748-c4cf-49e1-acb6-d845c9ffb432
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-02T06:12:26.051Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-02T06:12:26.051Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-11-02T06:12:26.051Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-11-02T06:12:26.052Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-11-02T06:12:26.052Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-02T06:12:26.052Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-02T06:12:26.053Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-02T06:12:26.053Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-02T06:12:26.053Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-02T06:12:26.053Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-02T06:12:26.060Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-11-02T06:12:56.060Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 4ebef748-c4cf-49e1-acb6-d845c9ffb432 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-11-02T06:12:56.068Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 4ebef748-c4cf-49e1-acb6-d845c9ffb432 and serviceModelVersionId: 951edba6-b7b6-45ec-950c-769a6be8dc31
2022-11-02T06:12:56.068Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : ebe0dc80-3942-47d5-86aa-12018904fb25
2022-11-02T06:12:56.070Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/ebe0dc80-3942-47d5-86aa-12018904fb25/model-vers/model-ver/951edba6-b7b6-45ec-950c-769a6be8dc31?depth=0
2022-11-02T06:12:56.080Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context!
2022-11-02T06:12:56.150Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ebe0dc80-3942-47d5-86aa-12018904fb25/model-vers/model-ver/951edba6-b7b6-45ec-950c-769a6be8dc31?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-11-02T06:12:56.153Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ebe0dc80-3942-47d5-86aa-12018904fb25/model-vers/model-ver/951edba6-b7b6-45ec-950c-769a6be8dc31?depth=0|INFO|500||Invoke
2022-11-02T06:12:56.198Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ebe0dc80-3942-47d5-86aa-12018904fb25/model-vers/model-ver/951edba6-b7b6-45ec-950c-769a6be8dc31?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-11-02T06:12:56.308Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ebe0dc80-3942-47d5-86aa-12018904fb25/model-vers/model-ver/951edba6-b7b6-45ec-950c-769a6be8dc31?depth=0|INFO|500||InvokeReturn
2022-11-02T06:12:56.309Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ebe0dc80-3942-47d5-86aa-12018904fb25/model-vers/model-ver/951edba6-b7b6-45ec-950c-769a6be8dc31?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-221102-06:12:55:574-91206], vertex-id=[151640], Content-Length=[0], Date=[Wed, 02 Nov 2022 06:12:55 GMT], Content-Type=[application/json]}
2022-11-02T06:12:56.309Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||DEBUG|500||Response was returned with an empty entity.
2022-11-02T06:12:56.309Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-11-02T06:12:56.309Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-02T06:12:56.318Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-11-02T06:12:56.319Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 4ebef748-c4cf-49e1-acb6-d845c9ffb432 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-11-02T06:12:56.319Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-11-02T06:12:56.320Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus
2022-11-02T06:12:56.323Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-02T06:12:56.323Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||DEBUG|500||try to send status {
  "distributionID": "4ebef748-c4cf-49e1-acb6-d845c9ffb432",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667369576319,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-02T06:12:56.423Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-02T06:12:56.424Z||pool-34-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-02T06:12:56.424Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as V5bESGozshoyR2iH) ...
2022-11-02T06:12:56.441Z||pool-34-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-02T06:12:56.442Z||pool-34-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-11-02T06:12:57.337Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T06:12:57.338Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|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-11-02T06:12:57.338Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|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 V5bESGozshoyR2iH) ...
2022-11-02T06:13:00.717Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T06:13:00.718Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-02T06:13:00.718Z||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 V5bESGozshoyR2iH) ...
2022-11-02T06:13:00.750Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-02T06:13:00.752Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-02T06:13:00.752Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7d535135-c8ac-4191-b799-d302d79de6a9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667369407922,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-02T06:13:00.753Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-02T06:13:00.753Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-02T06:13:00.753Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ebef748-c4cf-49e1-acb6-d845c9ffb432",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667369340714,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLseevx/1.0/resourceInstances/basic_onboard_lseevx0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-02T06:13:00.754Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-02T06:13:00.754Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-02T06:13:00.754Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ebef748-c4cf-49e1-acb6-d845c9ffb432",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667369340714,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLseevx/1.0/resourceInstances/basic_onboard_lseevx0/artifacts/basic_onboard_lseevx0_modules.json",
  "status": "NOTIFIED"
}
2022-11-02T06:13:00.754Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-02T06:13:00.755Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-02T06:13:00.755Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ebef748-c4cf-49e1-acb6-d845c9ffb432",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667369340714,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLseevx/1.0/resourceInstances/basic_onboard_lseevx0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-11-02T06:13:00.755Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-02T06:13:00.755Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-02T06:13:00.756Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ebef748-c4cf-49e1-acb6-d845c9ffb432",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667369340714,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLseevx/1.0/resourceInstances/basic_onboard_lseevx0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-02T06:13:00.756Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-02T06:13:00.756Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-02T06:13:00.756Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ebef748-c4cf-49e1-acb6-d845c9ffb432",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667369340714,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLseevx/1.0/resourceInstances/basic_onboard_lseevx0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-11-02T06:13:00.757Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-02T06:13:00.757Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-02T06:13:00.757Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ebef748-c4cf-49e1-acb6-d845c9ffb432",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667369340714,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLseevx/1.0/artifacts/service-BasicOnboardLseevx-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-02T06:13:00.757Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-02T06:13:00.757Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-02T06:13:00.757Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ebef748-c4cf-49e1-acb6-d845c9ffb432",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667369340714,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLseevx/1.0/artifacts/service-BasicOnboardLseevx-csar.csar",
  "status": "NOTIFIED"
}
2022-11-02T06:13:00.758Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-02T06:13:00.758Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-02T06:13:00.758Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ebef748-c4cf-49e1-acb6-d845c9ffb432",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667369416166,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLseevx/1.0/artifacts/service-BasicOnboardLseevx-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-02T06:13:00.758Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-02T06:13:00.758Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-02T06:13:00.758Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ebef748-c4cf-49e1-acb6-d845c9ffb432",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667369418682,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLseevx/1.0/resourceInstances/basic_onboard_lseevx0/artifacts/basic_onboard_lseevx0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-11-02T06:13:00.758Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-02T06:13:00.758Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-02T06:13:00.758Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ebef748-c4cf-49e1-acb6-d845c9ffb432",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667369419746,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLseevx/1.0/resourceInstances/basic_onboard_lseevx0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-11-02T06:13:00.759Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-02T06:13:00.759Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-02T06:13:00.759Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ebef748-c4cf-49e1-acb6-d845c9ffb432",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667369420799,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLseevx/1.0/resourceInstances/basic_onboard_lseevx0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-11-02T06:13:00.759Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-02T06:13:00.759Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-02T06:13:00.760Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ebef748-c4cf-49e1-acb6-d845c9ffb432",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667369421938,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLseevx/1.0/resourceInstances/basic_onboard_lseevx0/artifacts/basic_onboard_lseevx0_modules.json",
  "status": "DEPLOY_OK"
}
2022-11-02T06:13:00.760Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-02T06:13:00.760Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-02T06:13:00.760Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ebef748-c4cf-49e1-acb6-d845c9ffb432",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667369422942,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLseevx/1.0/resourceInstances/basic_onboard_lseevx0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-11-02T06:13:00.760Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-02T06:13:00.761Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-02T06:13:00.761Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ebef748-c4cf-49e1-acb6-d845c9ffb432",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667369423946,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLseevx/1.0/resourceInstances/basic_onboard_lseevx0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-11-02T06:13:00.761Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-02T06:13:00.761Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-02T06:13:00.761Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ebef748-c4cf-49e1-acb6-d845c9ffb432",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667369424950,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardLseevx/1.0/artifacts/service-BasicOnboardLseevx-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-02T06:13:00.762Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-02T06:13:07.663Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-02T06:13:07.664Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T06:13:07.665Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|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-11-02T06:13:07.666Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|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 V5bESGozshoyR2iH) ...
2022-11-02T06:13:17.217Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-02T06:13:17.217Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T06:13:17.218Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|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-11-02T06:13:17.218Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|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 V5bESGozshoyR2iH) ...
2022-11-02T06:13:26.776Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-02T06:13:26.777Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T06:13:26.778Z||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-11-02T06:13:26.778Z||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 V5bESGozshoyR2iH) ...
2022-11-02T06:13:36.340Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-02T06:14:00.714Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T06:14:00.715Z||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-11-02T06:14:00.715Z||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 V5bESGozshoyR2iH) ...
2022-11-02T06:14:00.717Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T06:14:00.717Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-02T06:14:00.717Z||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 V5bESGozshoyR2iH) ...
2022-11-02T06:14:01.253Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-02T06:14:01.254Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-02T06:14:01.254Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ebef748-c4cf-49e1-acb6-d845c9ffb432",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667369576319,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-02T06:14:01.255Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-02T06:14:10.276Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-02T06:15:00.714Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T06:15:00.715Z||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-11-02T06:15:00.715Z||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 V5bESGozshoyR2iH) ...
2022-11-02T06:15:00.717Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T06:15:00.717Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-02T06:15:00.718Z||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 V5bESGozshoyR2iH) ...
2022-11-02T06:15:10.287Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-02T06:15:10.295Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-02T06:16:00.715Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T06:16:00.717Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T06:16:00.719Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-02T06:16:00.719Z||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-11-02T06:16:00.719Z||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 V5bESGozshoyR2iH) ...
2022-11-02T06:16:00.719Z||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 V5bESGozshoyR2iH) ...
2022-11-02T06:16:10.278Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-02T06:16:10.290Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-02T06:17:00.714Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T06:17:00.715Z||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-11-02T06:17:00.715Z||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 V5bESGozshoyR2iH) ...
2022-11-02T06:17:00.718Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T06:17:00.718Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-02T06:17:00.719Z||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 V5bESGozshoyR2iH) ...
2022-11-02T06:17:10.285Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-02T06:17:10.286Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-02T06:18:00.716Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T06:18:00.717Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T06:18:00.718Z||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-11-02T06:18:00.718Z||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 V5bESGozshoyR2iH) ...
2022-11-02T06:18:00.718Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-02T06:18:00.718Z||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 V5bESGozshoyR2iH) ...
2022-11-02T06:18:10.284Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-02T06:18:10.290Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-02T06:19:00.714Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T06:19:00.716Z||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-11-02T06:19:00.716Z||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 V5bESGozshoyR2iH) ...
2022-11-02T06:19:00.718Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T06:19:00.718Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-02T06:19:00.719Z||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 V5bESGozshoyR2iH) ...
2022-11-02T06:19:10.280Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-02T06:19:10.281Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-02T06:20:00.714Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T06:20:00.716Z||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-11-02T06:20:00.716Z||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 V5bESGozshoyR2iH) ...
2022-11-02T06:20:00.717Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T06:20:00.717Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-02T06:20:00.717Z||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 V5bESGozshoyR2iH) ...
2022-11-02T06:20:10.273Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-02T06:20:10.279Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-02T06:21:00.714Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T06:21:00.717Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T06:21:00.718Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-02T06:21:00.719Z||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 V5bESGozshoyR2iH) ...
2022-11-02T06:21:00.728Z||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-11-02T06:21:00.728Z||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 V5bESGozshoyR2iH) ...
2022-11-02T06:21:10.289Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-02T06:21:10.289Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-02T06:22:00.715Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T06:22:00.717Z||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-11-02T06:22:00.717Z||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 V5bESGozshoyR2iH) ...
2022-11-02T06:22:00.718Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T06:22:00.719Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-02T06:22:00.719Z||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 V5bESGozshoyR2iH) ...
2022-11-02T06:22:09.343Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-02T06:22:09.343Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-02T06:22:09.343Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"605a736e-c120-4f5e-af48-c7d511e4697d","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"f76c34d7-eb3d-4d43-8de5-f37919b212cc","serviceDescription":"service","serviceInvariantUUID":"e645fc62-c049-457d-af01-8200464c34a9","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"95634d07-c7f6-4844-a2ec-88f30b4273fc","resourceInvariantUUID":"4ff8974b-2e26-4ff8-8173-72d0504d2c69","resourceCustomizationUUID":"12efab83-2ab9-4bf1-9dc7-8fb3371bf4ca","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":"NjA0ODg5YjJmOWQ5NzlmNDhlNjdiODkxODU0ZWUxN2E\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"54245100-0fe3-44a8-b8d0-8b2f5a4a3d0b","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"MjA4NDYxYjRkYjVmNzJmNDkxN2M4MDI1NmM1MGM5ZGE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"4f816d61-b5a1-46f6-8884-4599d363c3be","artifactVersion":"1"}],"workloadContext":"Production"}
2022-11-02T06:22:09.353Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-02T06:22:09.355Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-02T06:22:09.360Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-02T06:22:09.361Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "605a736e-c120-4f5e-af48-c7d511e4697d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667370120714,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-02T06:22:09.460Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-02T06:22:09.462Z||pool-35-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-02T06:22:09.462Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as V5bESGozshoyR2iH) ...
2022-11-02T06:22:09.473Z||pool-35-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-02T06:22:09.474Z||pool-35-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-11-02T06:22:09.592Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-02T06:22:09.593Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T06:22:09.593Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "605a736e-c120-4f5e-af48-c7d511e4697d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667370126584,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-02T06:22:09.595Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-02T06:22:09.595Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T06:22:09.595Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "605a736e-c120-4f5e-af48-c7d511e4697d",
  "consumerID": "cds",
  "timestamp": 1667370126998,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-02T06:22:09.595Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-02T06:22:10.361Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-02T06:22:10.362Z||pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-02T06:22:10.364Z||pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-02T06:22:10.364Z||pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "605a736e-c120-4f5e-af48-c7d511e4697d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667370120714,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-11-02T06:22:10.464Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-02T06:22:10.465Z||pool-36-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-02T06:22:10.466Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as V5bESGozshoyR2iH) ...
2022-11-02T06:22:10.479Z||pool-36-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-02T06:22:10.479Z||pool-36-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-11-02T06:22:11.365Z||pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "605a736e-c120-4f5e-af48-c7d511e4697d",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "f76c34d7-eb3d-4d43-8de5-f37919b212cc",
  "serviceDescription": "service",
  "serviceInvariantUUID": "e645fc62-c049-457d-af01-8200464c34a9",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "12efab83-2ab9-4bf1-9dc7-8fb3371bf4ca",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "95634d07-c7f6-4844-a2ec-88f30b4273fc",
      "resourceInvariantUUID": "4ff8974b-2e26-4ff8-8173-72d0504d2c69",
      "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": "MjA4NDYxYjRkYjVmNzJmNDkxN2M4MDI1NmM1MGM5ZGE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "4f816d61-b5a1-46f6-8884-4599d363c3be"
    }
  ],
  "workloadContext": "Production"
}
2022-11-02T06:22:11.366Z||pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-11-02T06:22:11.366Z||pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 f76c34d7-eb3d-4d43-8de5-f37919b212cc ASDC
2022-11-02T06:22:11.367Z|605a736e-c120-4f5e-af48-c7d511e4697d|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:605a736e-c120-4f5e-af48-c7d511e4697d
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:f76c34d7-eb3d-4d43-8de5-f37919b212cc
ServiceInvariantUUID:e645fc62-c049-457d-af01-8200464c34a9
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:4f816d61-b5a1-46f6-8884-4599d363c3be
ArtifactChecksum:MjA4NDYxYjRkYjVmNzJmNDkxN2M4MDI1NmM1MGM5ZGE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:12efab83-2ab9-4bf1-9dc7-8fb3371bf4ca
ResourceInvariantUUID:4ff8974b-2e26-4ff8-8173-72d0504d2c69
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:95634d07-c7f6-4844-a2ec-88f30b4273fc
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2022-11-02T06:22:11.368Z|605a736e-c120-4f5e-af48-c7d511e4697d|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF f76c34d7-eb3d-4d43-8de5-f37919b212cc ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-02T06:22:11.418Z|605a736e-c120-4f5e-af48-c7d511e4697d|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-02T06:22:11.420Z|605a736e-c120-4f5e-af48-c7d511e4697d|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-11-02T06:22:11.420Z|605a736e-c120-4f5e-af48-c7d511e4697d|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-11-02T06:22:11.420Z|605a736e-c120-4f5e-af48-c7d511e4697d|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 4f816d61-b5a1-46f6-8884-4599d363c3be from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-11-02T06:22:11.420Z|605a736e-c120-4f5e-af48-c7d511e4697d|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-11-02T06:22:11.421Z|605a736e-c120-4f5e-af48-c7d511e4697d|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-11-02T06:22:11.490Z|605a736e-c120-4f5e-af48-c7d511e4697d|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-11-02T06:22:11.493Z|605a736e-c120-4f5e-af48-c7d511e4697d|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 4f816d61-b5a1-46f6-8884-4599d363c3be 57662
2022-11-02T06:22:11.493Z|605a736e-c120-4f5e-af48-c7d511e4697d|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-11-02T06:22:11.493Z|605a736e-c120-4f5e-af48-c7d511e4697d|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-11-02T06:22:11.493Z|605a736e-c120-4f5e-af48-c7d511e4697d|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-02T06:22:11.494Z|605a736e-c120-4f5e-af48-c7d511e4697d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-02T06:22:11.496Z|605a736e-c120-4f5e-af48-c7d511e4697d|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-02T06:22:11.496Z|605a736e-c120-4f5e-af48-c7d511e4697d|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "605a736e-c120-4f5e-af48-c7d511e4697d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667370131493,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-02T06:22:11.596Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-02T06:22:11.598Z||pool-37-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-02T06:22:11.598Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as V5bESGozshoyR2iH) ...
2022-11-02T06:22:11.633Z||pool-37-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-02T06:22:11.633Z||pool-37-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":0,"count":1}
2022-11-02T06:22:12.497Z|605a736e-c120-4f5e-af48-c7d511e4697d|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-02T06:22:12.498Z|605a736e-c120-4f5e-af48-c7d511e4697d|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-11-02T06:22:12.498Z|605a736e-c120-4f5e-af48-c7d511e4697d|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 4f816d61-b5a1-46f6-8884-4599d363c3be, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-02T06:22:12.499Z|605a736e-c120-4f5e-af48-c7d511e4697d|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2022-11-02T06:22:12.499Z|605a736e-c120-4f5e-af48-c7d511e4697d|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-02T06:22:12.500Z|605a736e-c120-4f5e-af48-c7d511e4697d|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-02T06:22:12.680Z|605a736e-c120-4f5e-af48-c7d511e4697d|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12026354817498972590/Definitions/service-BasicNetwork-template.yml
2022-11-02T06:22:13.328Z|605a736e-c120-4f5e-af48-c7d511e4697d|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2022-11-02T06:22:13.329Z|605a736e-c120-4f5e-af48-c7d511e4697d|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-11-02T06:22:13.329Z|605a736e-c120-4f5e-af48-c7d511e4697d|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-02T06:22:13.329Z|605a736e-c120-4f5e-af48-c7d511e4697d|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2022-11-02T06:22:13.329Z|605a736e-c120-4f5e-af48-c7d511e4697d|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-11-02T06:22:13.330Z|605a736e-c120-4f5e-af48-c7d511e4697d|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-11-02T06:22:13.330Z|605a736e-c120-4f5e-af48-c7d511e4697d|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-11-02T06:22:13.330Z|605a736e-c120-4f5e-af48-c7d511e4697d|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-11-02T06:22:13.330Z|605a736e-c120-4f5e-af48-c7d511e4697d|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-11-02T06:22:13.330Z|605a736e-c120-4f5e-af48-c7d511e4697d|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-11-02T06:22:13.330Z|605a736e-c120-4f5e-af48-c7d511e4697d|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-11-02T06:22:13.330Z|605a736e-c120-4f5e-af48-c7d511e4697d|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-11-02T06:22:13.331Z|605a736e-c120-4f5e-af48-c7d511e4697d|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-11-02T06:22:13.331Z|605a736e-c120-4f5e-af48-c7d511e4697d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-02T06:22:13.331Z|605a736e-c120-4f5e-af48-c7d511e4697d|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-11-02T06:22:13.332Z|605a736e-c120-4f5e-af48-c7d511e4697d|pool-2-thread-5|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-11-02T06:22:13.332Z|605a736e-c120-4f5e-af48-c7d511e4697d|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-11-02T06:22:13.332Z|605a736e-c120-4f5e-af48-c7d511e4697d|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-02T06:22:13.332Z|605a736e-c120-4f5e-af48-c7d511e4697d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-02T06:22:13.333Z|605a736e-c120-4f5e-af48-c7d511e4697d|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-02T06:22:13.333Z|605a736e-c120-4f5e-af48-c7d511e4697d|pool-2-thread-5|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-11-02T06:22:13.333Z|605a736e-c120-4f5e-af48-c7d511e4697d|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-11-02T06:22:13.333Z|605a736e-c120-4f5e-af48-c7d511e4697d|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-02T06:22:13.333Z|605a736e-c120-4f5e-af48-c7d511e4697d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-02T06:22:13.333Z|605a736e-c120-4f5e-af48-c7d511e4697d|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-02T06:22:13.334Z|605a736e-c120-4f5e-af48-c7d511e4697d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-02T06:22:13.334Z|605a736e-c120-4f5e-af48-c7d511e4697d|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-02T06:22:13.334Z|605a736e-c120-4f5e-af48-c7d511e4697d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-02T06:22:13.335Z|605a736e-c120-4f5e-af48-c7d511e4697d|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-02T06:22:13.335Z|605a736e-c120-4f5e-af48-c7d511e4697d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-02T06:22:13.335Z|605a736e-c120-4f5e-af48-c7d511e4697d|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-02T06:22:13.335Z|605a736e-c120-4f5e-af48-c7d511e4697d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-02T06:22:13.335Z|605a736e-c120-4f5e-af48-c7d511e4697d|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-02T06:22:13.336Z|605a736e-c120-4f5e-af48-c7d511e4697d|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:f76c34d7-eb3d-4d43-8de5-f37919b212cc
Model Version:NULL
Model InvariantUuid:e645fc62-c049-457d-af01-8200464c34a9
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:4ff8974b-2e26-4ff8-8173-72d0504d2c69
Model UUID:b6010f46-33f1-439b-9855-7908827eadca
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:12efab83-2ab9-4bf1-9dc7-8fb3371bf4ca
Network Technology:NEUTRON
Network Type:NEUTRON
Network Role:null
Network Scope:null

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-11-02T06:22:13.350Z|605a736e-c120-4f5e-af48-c7d511e4697d|pool-2-thread-5|||||INFO|500||Processing Resource Type: VL, Model UUID: 95634d07-c7f6-4844-a2ec-88f30b4273fc
2022-11-02T06:22:13.351Z|605a736e-c120-4f5e-af48-c7d511e4697d|pool-2-thread-5|||||INFO|500||No resources found for Service: f76c34d7-eb3d-4d43-8de5-f37919b212cc
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-02T06:22:13.357Z|605a736e-c120-4f5e-af48-c7d511e4697d|pool-2-thread-5|||||INFO|500||
2022-11-02T06:22:13.357Z|605a736e-c120-4f5e-af48-c7d511e4697d|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 
2022-11-02T06:22:13.358Z|605a736e-c120-4f5e-af48-c7d511e4697d|pool-2-thread-5|||||DEBUG|500||No resources found for Service: f76c34d7-eb3d-4d43-8de5-f37919b212cc
2022-11-02T06:22:13.358Z|605a736e-c120-4f5e-af48-c7d511e4697d|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: f76c34d7-eb3d-4d43-8de5-f37919b212cc
2022-11-02T06:22:13.358Z|605a736e-c120-4f5e-af48-c7d511e4697d|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT   ASDC
2022-11-02T06:22:13.359Z|605a736e-c120-4f5e-af48-c7d511e4697d|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-11-02T06:22:13.363Z|605a736e-c120-4f5e-af48-c7d511e4697d|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@75ce7a94, org.onap.sdc.toscaparser.api.parameters.Input@4664c9e3, org.onap.sdc.toscaparser.api.parameters.Input@17e9d9eb, org.onap.sdc.toscaparser.api.parameters.Input@f7fd82a, org.onap.sdc.toscaparser.api.parameters.Input@9e3198b]
2022-11-02T06:22:13.365Z|605a736e-c120-4f5e-af48-c7d511e4697d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-02T06:22:13.365Z|605a736e-c120-4f5e-af48-c7d511e4697d|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-02T06:22:13.366Z|605a736e-c120-4f5e-af48-c7d511e4697d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-02T06:22:13.366Z|605a736e-c120-4f5e-af48-c7d511e4697d|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-02T06:22:13.366Z|605a736e-c120-4f5e-af48-c7d511e4697d|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid f76c34d7-eb3d-4d43-8de5-f37919b212cc: Generic NeutronNet
2022-11-02T06:22:13.366Z|605a736e-c120-4f5e-af48-c7d511e4697d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-02T06:22:13.366Z|605a736e-c120-4f5e-af48-c7d511e4697d|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-02T06:22:13.367Z|605a736e-c120-4f5e-af48-c7d511e4697d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-02T06:22:13.367Z|605a736e-c120-4f5e-af48-c7d511e4697d|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-11-02T06:22:13.406Z|605a736e-c120-4f5e-af48-c7d511e4697d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-02T06:22:13.407Z|605a736e-c120-4f5e-af48-c7d511e4697d|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-02T06:22:13.408Z|605a736e-c120-4f5e-af48-c7d511e4697d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-02T06:22:13.408Z|605a736e-c120-4f5e-af48-c7d511e4697d|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-11-02T06:22:13.408Z|605a736e-c120-4f5e-af48-c7d511e4697d|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-02T06:22:13.409Z|605a736e-c120-4f5e-af48-c7d511e4697d|pool-2-thread-5|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-02T06:22:13.409Z|605a736e-c120-4f5e-af48-c7d511e4697d|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-11-02T06:22:13.461Z|605a736e-c120-4f5e-af48-c7d511e4697d|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC   0 ASDC deployResourceStructure
2022-11-02T06:22:13.461Z|605a736e-c120-4f5e-af48-c7d511e4697d|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-11-02T06:22:13.462Z|605a736e-c120-4f5e-af48-c7d511e4697d|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-11-02T06:22:13.462Z|605a736e-c120-4f5e-af48-c7d511e4697d|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-02T06:22:13.462Z|605a736e-c120-4f5e-af48-c7d511e4697d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-02T06:22:13.464Z|605a736e-c120-4f5e-af48-c7d511e4697d|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-02T06:22:13.464Z|605a736e-c120-4f5e-af48-c7d511e4697d|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "605a736e-c120-4f5e-af48-c7d511e4697d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667370133461,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-02T06:22:13.564Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-02T06:22:13.565Z||pool-38-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-02T06:22:13.566Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as V5bESGozshoyR2iH) ...
2022-11-02T06:22:13.578Z||pool-38-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-02T06:22:13.578Z||pool-38-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-11-02T06:22:14.465Z|605a736e-c120-4f5e-af48-c7d511e4697d|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 605a736e-c120-4f5e-af48-c7d511e4697d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-02T06:22:14.477Z|605a736e-c120-4f5e-af48-c7d511e4697d|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 605a736e-c120-4f5e-af48-c7d511e4697d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-02T06:22:14.479Z|605a736e-c120-4f5e-af48-c7d511e4697d|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-02T06:22:14.479Z|605a736e-c120-4f5e-af48-c7d511e4697d|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-02T06:22:14.480Z|605a736e-c120-4f5e-af48-c7d511e4697d|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-02T06:22:44.480Z|605a736e-c120-4f5e-af48-c7d511e4697d|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 605a736e-c120-4f5e-af48-c7d511e4697d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-02T06:22:44.491Z|605a736e-c120-4f5e-af48-c7d511e4697d|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 605a736e-c120-4f5e-af48-c7d511e4697d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-02T06:22:44.494Z|605a736e-c120-4f5e-af48-c7d511e4697d|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-02T06:22:44.494Z|605a736e-c120-4f5e-af48-c7d511e4697d|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-02T06:22:44.495Z|605a736e-c120-4f5e-af48-c7d511e4697d|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-02T06:23:00.717Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T06:23:00.718Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-02T06:23:00.719Z||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 V5bESGozshoyR2iH) ...
2022-11-02T06:23:00.764Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-02T06:23:00.764Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T06:23:00.765Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "605a736e-c120-4f5e-af48-c7d511e4697d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667370120714,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-02T06:23:00.766Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-02T06:23:14.496Z|605a736e-c120-4f5e-af48-c7d511e4697d|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 605a736e-c120-4f5e-af48-c7d511e4697d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-02T06:23:14.506Z|605a736e-c120-4f5e-af48-c7d511e4697d|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 605a736e-c120-4f5e-af48-c7d511e4697d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-02T06:23:14.508Z|605a736e-c120-4f5e-af48-c7d511e4697d|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-02T06:23:14.508Z|605a736e-c120-4f5e-af48-c7d511e4697d|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-02T06:23:14.509Z|605a736e-c120-4f5e-af48-c7d511e4697d|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-02T06:23:44.509Z|605a736e-c120-4f5e-af48-c7d511e4697d|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 605a736e-c120-4f5e-af48-c7d511e4697d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-02T06:23:44.522Z|605a736e-c120-4f5e-af48-c7d511e4697d|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 605a736e-c120-4f5e-af48-c7d511e4697d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-02T06:23:44.525Z|605a736e-c120-4f5e-af48-c7d511e4697d|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-02T06:23:44.525Z|605a736e-c120-4f5e-af48-c7d511e4697d|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-02T06:23:44.525Z|605a736e-c120-4f5e-af48-c7d511e4697d|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-02T06:24:00.717Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T06:24:00.718Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-02T06:24:00.719Z||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 V5bESGozshoyR2iH) ...
2022-11-02T06:24:00.789Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-02T06:24:00.800Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T06:24:00.801Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "605a736e-c120-4f5e-af48-c7d511e4697d",
  "consumerID": "cds",
  "timestamp": 1667370126998,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-11-02T06:24:00.802Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-02T06:24:00.802Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T06:24:00.802Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "605a736e-c120-4f5e-af48-c7d511e4697d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667370126584,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-11-02T06:24:00.802Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-02T06:24:00.802Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T06:24:00.803Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "605a736e-c120-4f5e-af48-c7d511e4697d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667370120714,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-11-02T06:24:00.803Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-02T06:24:00.803Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T06:24:00.803Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "605a736e-c120-4f5e-af48-c7d511e4697d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667370131493,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-02T06:24:00.803Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-02T06:24:00.804Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T06:24:00.804Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "605a736e-c120-4f5e-af48-c7d511e4697d",
  "consumerID": "cds",
  "timestamp": 1667370130167,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-02T06:24:00.807Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-02T06:24:00.808Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T06:24:00.808Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "605a736e-c120-4f5e-af48-c7d511e4697d",
  "consumerID": "cds",
  "timestamp": 1667370131180,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-02T06:24:00.827Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 605a736e-c120-4f5e-af48-c7d511e4697d
2022-11-02T06:24:00.828Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 605a736e-c120-4f5e-af48-c7d511e4697d and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-02T06:24:00.837Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T06:24:00.837Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "605a736e-c120-4f5e-af48-c7d511e4697d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667370133461,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-02T06:24:00.837Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-02T06:24:00.838Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T06:24:00.838Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "605a736e-c120-4f5e-af48-c7d511e4697d",
  "consumerID": "aai-ml",
  "timestamp": 1667370132527,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-02T06:24:00.838Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-02T06:24:00.838Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T06:24:00.838Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "605a736e-c120-4f5e-af48-c7d511e4697d",
  "consumerID": "aai-ml",
  "timestamp": 1667370132527,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-11-02T06:24:00.838Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-02T06:24:00.838Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T06:24:00.838Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "605a736e-c120-4f5e-af48-c7d511e4697d",
  "consumerID": "aai-ml",
  "timestamp": 1667370135277,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-02T06:24:00.839Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-02T06:24:00.839Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T06:24:00.839Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "605a736e-c120-4f5e-af48-c7d511e4697d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667370137424,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-02T06:24:00.839Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-02T06:24:00.839Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T06:24:00.839Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "605a736e-c120-4f5e-af48-c7d511e4697d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667370137825,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-02T06:24:00.840Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-02T06:24:00.840Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T06:24:00.840Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "605a736e-c120-4f5e-af48-c7d511e4697d",
  "consumerID": "aai-ml",
  "timestamp": 1667370139680,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-02T06:24:00.840Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-02T06:24:00.840Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T06:24:00.840Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "605a736e-c120-4f5e-af48-c7d511e4697d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667370137424,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-02T06:24:00.841Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-02T06:24:00.841Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T06:24:00.841Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "605a736e-c120-4f5e-af48-c7d511e4697d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667370137825,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-11-02T06:24:00.841Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-02T06:24:00.841Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T06:24:00.841Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "605a736e-c120-4f5e-af48-c7d511e4697d",
  "consumerID": "aai-ml",
  "timestamp": 1667370140685,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-02T06:24:00.847Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 605a736e-c120-4f5e-af48-c7d511e4697d
2022-11-02T06:24:00.847Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 605a736e-c120-4f5e-af48-c7d511e4697d and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-02T06:24:00.857Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T06:24:00.858Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "605a736e-c120-4f5e-af48-c7d511e4697d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667370140640,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-02T06:24:00.858Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-02T06:24:00.858Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T06:24:00.859Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "605a736e-c120-4f5e-af48-c7d511e4697d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667370142381,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-02T06:24:00.859Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-02T06:24:00.859Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T06:24:00.859Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "605a736e-c120-4f5e-af48-c7d511e4697d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667370143385,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-02T06:24:00.864Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 605a736e-c120-4f5e-af48-c7d511e4697d
2022-11-02T06:24:00.864Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 605a736e-c120-4f5e-af48-c7d511e4697d and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-02T06:24:00.872Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T06:24:00.872Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94e2f0b4-f7ec-47d6-9991-be2f2f79ac8e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667370166584,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYmkrdzldnfpieyztdlhh/1.0/resourceInstances/pnfd35ee08aac3a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-02T06:24:00.872Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-02T06:24:00.872Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T06:24:00.872Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94e2f0b4-f7ec-47d6-9991-be2f2f79ac8e",
  "consumerID": "aai-ml",
  "timestamp": 1667370162527,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYmkrdzldnfpieyztdlhh/1.0/resourceInstances/pnfd35ee08aac3a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-02T06:24:00.873Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-02T06:24:00.873Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T06:24:00.873Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94e2f0b4-f7ec-47d6-9991-be2f2f79ac8e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667370167824,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYmkrdzldnfpieyztdlhh/1.0/resourceInstances/pnfd35ee08aac3a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-02T06:24:00.873Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-02T06:24:00.873Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T06:24:00.874Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94e2f0b4-f7ec-47d6-9991-be2f2f79ac8e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667370166584,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYmkrdzldnfpieyztdlhh/1.0/resourceInstances/pnfd35ee08aac3a0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-02T06:24:00.874Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-02T06:24:00.874Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T06:24:00.874Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94e2f0b4-f7ec-47d6-9991-be2f2f79ac8e",
  "consumerID": "aai-ml",
  "timestamp": 1667370162527,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYmkrdzldnfpieyztdlhh/1.0/resourceInstances/pnfd35ee08aac3a0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-02T06:24:00.874Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-02T06:24:00.874Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T06:24:00.875Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94e2f0b4-f7ec-47d6-9991-be2f2f79ac8e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667370167824,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYmkrdzldnfpieyztdlhh/1.0/resourceInstances/pnfd35ee08aac3a0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-02T06:24:00.875Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-02T06:24:00.875Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T06:24:00.875Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94e2f0b4-f7ec-47d6-9991-be2f2f79ac8e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667370166584,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYmkrdzldnfpieyztdlhh/1.0/resourceInstances/pnfd35ee08aac3a0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-11-02T06:24:00.875Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-02T06:24:00.875Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T06:24:00.876Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94e2f0b4-f7ec-47d6-9991-be2f2f79ac8e",
  "consumerID": "aai-ml",
  "timestamp": 1667370162527,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYmkrdzldnfpieyztdlhh/1.0/resourceInstances/pnfd35ee08aac3a0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-11-02T06:24:00.876Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-02T06:24:00.876Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T06:24:00.876Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94e2f0b4-f7ec-47d6-9991-be2f2f79ac8e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667370167824,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYmkrdzldnfpieyztdlhh/1.0/resourceInstances/pnfd35ee08aac3a0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-11-02T06:24:00.876Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-02T06:24:00.876Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T06:24:00.877Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94e2f0b4-f7ec-47d6-9991-be2f2f79ac8e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667370166584,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYmkrdzldnfpieyztdlhh/1.0/resourceInstances/pnfd35ee08aac3a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-02T06:24:00.877Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-02T06:24:00.877Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T06:24:00.877Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94e2f0b4-f7ec-47d6-9991-be2f2f79ac8e",
  "consumerID": "aai-ml",
  "timestamp": 1667370162527,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYmkrdzldnfpieyztdlhh/1.0/resourceInstances/pnfd35ee08aac3a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-02T06:24:00.877Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-02T06:24:00.877Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T06:24:00.878Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94e2f0b4-f7ec-47d6-9991-be2f2f79ac8e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667370167824,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYmkrdzldnfpieyztdlhh/1.0/resourceInstances/pnfd35ee08aac3a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-02T06:24:00.878Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-02T06:24:00.878Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T06:24:00.878Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94e2f0b4-f7ec-47d6-9991-be2f2f79ac8e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667370166584,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYmkrdzldnfpieyztdlhh/1.0/resourceInstances/pnfd35ee08aac3a0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-02T06:24:00.878Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-02T06:24:00.878Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T06:24:00.879Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94e2f0b4-f7ec-47d6-9991-be2f2f79ac8e",
  "consumerID": "aai-ml",
  "timestamp": 1667370162527,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYmkrdzldnfpieyztdlhh/1.0/resourceInstances/pnfd35ee08aac3a0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-02T06:24:00.879Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-02T06:24:00.879Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T06:24:00.879Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94e2f0b4-f7ec-47d6-9991-be2f2f79ac8e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667370167824,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYmkrdzldnfpieyztdlhh/1.0/resourceInstances/pnfd35ee08aac3a0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-02T06:24:00.879Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-02T06:24:00.880Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T06:24:00.880Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94e2f0b4-f7ec-47d6-9991-be2f2f79ac8e",
  "consumerID": "cds",
  "timestamp": 1667370171998,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYmkrdzldnfpieyztdlhh/1.0/resourceInstances/pnfd35ee08aac3a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-02T06:24:00.880Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-02T06:24:00.880Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T06:24:00.880Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94e2f0b4-f7ec-47d6-9991-be2f2f79ac8e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667370166584,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYmkrdzldnfpieyztdlhh/1.0/resourceInstances/pnfd35ee08aac3a0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-02T06:24:00.880Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-02T06:24:00.881Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T06:24:00.881Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94e2f0b4-f7ec-47d6-9991-be2f2f79ac8e",
  "consumerID": "aai-ml",
  "timestamp": 1667370162527,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYmkrdzldnfpieyztdlhh/1.0/resourceInstances/pnfd35ee08aac3a0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-02T06:24:00.881Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-02T06:24:00.881Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T06:24:00.881Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94e2f0b4-f7ec-47d6-9991-be2f2f79ac8e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667370167824,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYmkrdzldnfpieyztdlhh/1.0/resourceInstances/pnfd35ee08aac3a0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-02T06:24:00.881Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-02T06:24:00.882Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T06:24:00.882Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94e2f0b4-f7ec-47d6-9991-be2f2f79ac8e",
  "consumerID": "cds",
  "timestamp": 1667370171998,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYmkrdzldnfpieyztdlhh/1.0/resourceInstances/pnfd35ee08aac3a0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-02T06:24:00.882Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-02T06:24:00.882Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T06:24:00.882Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94e2f0b4-f7ec-47d6-9991-be2f2f79ac8e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667370166584,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYmkrdzldnfpieyztdlhh/1.0/artifacts/service-DemoPnfYmkrdzldnfpieyztdlhh-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-02T06:24:00.883Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-02T06:24:00.883Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T06:24:00.883Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94e2f0b4-f7ec-47d6-9991-be2f2f79ac8e",
  "consumerID": "aai-ml",
  "timestamp": 1667370162527,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYmkrdzldnfpieyztdlhh/1.0/artifacts/service-DemoPnfYmkrdzldnfpieyztdlhh-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-02T06:24:00.883Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-02T06:24:00.883Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T06:24:00.883Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94e2f0b4-f7ec-47d6-9991-be2f2f79ac8e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667370167824,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYmkrdzldnfpieyztdlhh/1.0/artifacts/service-DemoPnfYmkrdzldnfpieyztdlhh-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-02T06:24:00.884Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-02T06:24:00.884Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T06:24:00.884Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94e2f0b4-f7ec-47d6-9991-be2f2f79ac8e",
  "consumerID": "cds",
  "timestamp": 1667370171998,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYmkrdzldnfpieyztdlhh/1.0/resourceInstances/pnfd35ee08aac3a0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-11-02T06:24:00.884Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-02T06:24:00.884Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T06:24:00.884Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94e2f0b4-f7ec-47d6-9991-be2f2f79ac8e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667370166584,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYmkrdzldnfpieyztdlhh/1.0/artifacts/service-DemoPnfYmkrdzldnfpieyztdlhh-csar.csar",
  "status": "NOTIFIED"
}
2022-11-02T06:24:00.885Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-02T06:24:00.885Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T06:24:00.885Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94e2f0b4-f7ec-47d6-9991-be2f2f79ac8e",
  "consumerID": "aai-ml",
  "timestamp": 1667370162527,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYmkrdzldnfpieyztdlhh/1.0/artifacts/service-DemoPnfYmkrdzldnfpieyztdlhh-csar.csar",
  "status": "NOTIFIED"
}
2022-11-02T06:24:00.885Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-02T06:24:00.885Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T06:24:00.886Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94e2f0b4-f7ec-47d6-9991-be2f2f79ac8e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667370167824,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYmkrdzldnfpieyztdlhh/1.0/artifacts/service-DemoPnfYmkrdzldnfpieyztdlhh-csar.csar",
  "status": "NOTIFIED"
}
2022-11-02T06:24:00.886Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-02T06:24:00.886Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T06:24:00.886Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94e2f0b4-f7ec-47d6-9991-be2f2f79ac8e",
  "consumerID": "cds",
  "timestamp": 1667370171998,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYmkrdzldnfpieyztdlhh/1.0/resourceInstances/pnfd35ee08aac3a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-02T06:24:00.887Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-02T06:24:00.887Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T06:24:00.887Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94e2f0b4-f7ec-47d6-9991-be2f2f79ac8e",
  "consumerID": "aai-ml",
  "timestamp": 1667370177369,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYmkrdzldnfpieyztdlhh/1.0/artifacts/service-DemoPnfYmkrdzldnfpieyztdlhh-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-02T06:24:00.887Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-02T06:24:00.887Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T06:24:00.887Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94e2f0b4-f7ec-47d6-9991-be2f2f79ac8e",
  "consumerID": "cds",
  "timestamp": 1667370171998,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYmkrdzldnfpieyztdlhh/1.0/resourceInstances/pnfd35ee08aac3a0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-02T06:24:00.888Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-02T06:24:00.888Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T06:24:00.888Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94e2f0b4-f7ec-47d6-9991-be2f2f79ac8e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667370176574,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYmkrdzldnfpieyztdlhh/1.0/artifacts/service-DemoPnfYmkrdzldnfpieyztdlhh-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-02T06:24:00.888Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-02T06:24:00.888Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T06:24:00.889Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94e2f0b4-f7ec-47d6-9991-be2f2f79ac8e",
  "consumerID": "cds",
  "timestamp": 1667370171998,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYmkrdzldnfpieyztdlhh/1.0/resourceInstances/pnfd35ee08aac3a0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-02T06:24:00.889Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-02T06:24:00.889Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T06:24:00.889Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94e2f0b4-f7ec-47d6-9991-be2f2f79ac8e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667370177424,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYmkrdzldnfpieyztdlhh/1.0/resourceInstances/pnfd35ee08aac3a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-02T06:24:00.889Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-02T06:24:00.889Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T06:24:00.890Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94e2f0b4-f7ec-47d6-9991-be2f2f79ac8e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667370178510,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYmkrdzldnfpieyztdlhh/1.0/artifacts/service-DemoPnfYmkrdzldnfpieyztdlhh-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-02T06:24:00.890Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-02T06:24:00.890Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T06:24:00.890Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94e2f0b4-f7ec-47d6-9991-be2f2f79ac8e",
  "consumerID": "cds",
  "timestamp": 1667370171998,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYmkrdzldnfpieyztdlhh/1.0/artifacts/service-DemoPnfYmkrdzldnfpieyztdlhh-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-02T06:24:00.890Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-02T06:24:00.891Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T06:24:00.891Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94e2f0b4-f7ec-47d6-9991-be2f2f79ac8e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667370177424,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYmkrdzldnfpieyztdlhh/1.0/resourceInstances/pnfd35ee08aac3a0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-02T06:24:00.891Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-02T06:24:14.528Z|605a736e-c120-4f5e-af48-c7d511e4697d|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 605a736e-c120-4f5e-af48-c7d511e4697d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-02T06:24:14.539Z|605a736e-c120-4f5e-af48-c7d511e4697d|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 605a736e-c120-4f5e-af48-c7d511e4697d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-02T06:24:14.545Z|605a736e-c120-4f5e-af48-c7d511e4697d|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-02T06:24:14.545Z|605a736e-c120-4f5e-af48-c7d511e4697d|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-11-02T06:24:14.545Z|605a736e-c120-4f5e-af48-c7d511e4697d|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-11-02T06:24:14.546Z|605a736e-c120-4f5e-af48-c7d511e4697d|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-11-02T06:24:14.546Z|605a736e-c120-4f5e-af48-c7d511e4697d|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-02T06:24:14.546Z|605a736e-c120-4f5e-af48-c7d511e4697d|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-02T06:24:14.546Z|605a736e-c120-4f5e-af48-c7d511e4697d|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-02T06:24:14.547Z|605a736e-c120-4f5e-af48-c7d511e4697d|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-02T06:24:14.547Z|605a736e-c120-4f5e-af48-c7d511e4697d|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-11-02T06:24:14.552Z|605a736e-c120-4f5e-af48-c7d511e4697d|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-11-02T06:24:44.552Z|605a736e-c120-4f5e-af48-c7d511e4697d|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 605a736e-c120-4f5e-af48-c7d511e4697d and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-11-02T06:24:44.559Z|605a736e-c120-4f5e-af48-c7d511e4697d|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 605a736e-c120-4f5e-af48-c7d511e4697d and serviceModelVersionId: f76c34d7-eb3d-4d43-8de5-f37919b212cc
2022-11-02T06:24:44.559Z|605a736e-c120-4f5e-af48-c7d511e4697d|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : e645fc62-c049-457d-af01-8200464c34a9
2022-11-02T06:24:44.573Z|605a736e-c120-4f5e-af48-c7d511e4697d|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/e645fc62-c049-457d-af01-8200464c34a9/model-vers/model-ver/f76c34d7-eb3d-4d43-8de5-f37919b212cc?depth=0
2022-11-02T06:24:44.580Z|605a736e-c120-4f5e-af48-c7d511e4697d|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2022-11-02T06:24:44.644Z|605a736e-c120-4f5e-af48-c7d511e4697d|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/e645fc62-c049-457d-af01-8200464c34a9/model-vers/model-ver/f76c34d7-eb3d-4d43-8de5-f37919b212cc?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-11-02T06:24:44.646Z|605a736e-c120-4f5e-af48-c7d511e4697d|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e645fc62-c049-457d-af01-8200464c34a9/model-vers/model-ver/f76c34d7-eb3d-4d43-8de5-f37919b212cc?depth=0|INFO|500||Invoke
2022-11-02T06:24:44.669Z|605a736e-c120-4f5e-af48-c7d511e4697d|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e645fc62-c049-457d-af01-8200464c34a9/model-vers/model-ver/f76c34d7-eb3d-4d43-8de5-f37919b212cc?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-11-02T06:24:44.771Z|605a736e-c120-4f5e-af48-c7d511e4697d|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e645fc62-c049-457d-af01-8200464c34a9/model-vers/model-ver/f76c34d7-eb3d-4d43-8de5-f37919b212cc?depth=0|INFO|500||InvokeReturn
2022-11-02T06:24:44.773Z|605a736e-c120-4f5e-af48-c7d511e4697d|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/e645fc62-c049-457d-af01-8200464c34a9/model-vers/model-ver/f76c34d7-eb3d-4d43-8de5-f37919b212cc?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-221102-06:24:43:985-64697], vertex-id=[168056], Content-Length=[0], Date=[Wed, 02 Nov 2022 06:24:43 GMT], Content-Type=[application/json]}
2022-11-02T06:24:44.774Z|605a736e-c120-4f5e-af48-c7d511e4697d|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity.
2022-11-02T06:24:44.774Z|605a736e-c120-4f5e-af48-c7d511e4697d|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-11-02T06:24:44.774Z|605a736e-c120-4f5e-af48-c7d511e4697d|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-11-02T06:24:44.780Z|605a736e-c120-4f5e-af48-c7d511e4697d|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-11-02T06:24:44.782Z|605a736e-c120-4f5e-af48-c7d511e4697d|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 605a736e-c120-4f5e-af48-c7d511e4697d and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-11-02T06:24:44.782Z|605a736e-c120-4f5e-af48-c7d511e4697d|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-11-02T06:24:44.783Z|605a736e-c120-4f5e-af48-c7d511e4697d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-02T06:24:44.787Z|605a736e-c120-4f5e-af48-c7d511e4697d|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-02T06:24:44.787Z|605a736e-c120-4f5e-af48-c7d511e4697d|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "605a736e-c120-4f5e-af48-c7d511e4697d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667370284782,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-02T06:24:44.886Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-11-02T06:24:44.887Z||pool-39-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-02T06:24:44.887Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as V5bESGozshoyR2iH) ...
2022-11-02T06:24:44.911Z||pool-39-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-02T06:24:44.912Z||pool-39-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-11-02T06:24:45.800Z|605a736e-c120-4f5e-af48-c7d511e4697d|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T06:24:45.800Z|605a736e-c120-4f5e-af48-c7d511e4697d|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-11-02T06:24:45.801Z|605a736e-c120-4f5e-af48-c7d511e4697d|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 V5bESGozshoyR2iH) ...
2022-11-02T06:24:50.248Z|605a736e-c120-4f5e-af48-c7d511e4697d|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-02T06:24:50.249Z|605a736e-c120-4f5e-af48-c7d511e4697d|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-02T06:24:50.249Z|605a736e-c120-4f5e-af48-c7d511e4697d|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"94e2f0b4-f7ec-47d6-9991-be2f2f79ac8e","serviceName":"Demo_pNF_YmKRDZLDnFPIeyzTdLhH","serviceVersion":"1.0","serviceUUID":"3928b572-2e97-4457-b6d8-a8813af7df88","serviceDescription":"catalog service description","serviceInvariantUUID":"51b4dba8-4eb3-426d-bfcf-4c1e2cdac12a","resources":[{"resourceInstanceName":"pNF d35ee08a-ac3a 0","resourceName":"pNF d35ee08a-ac3a","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"767c690b-4b52-498e-917f-59b95dc3fe58","resourceInvariantUUID":"7a18b0a0-b0c8-4e93-adea-ec073eb55922","resourceCustomizationUUID":"52b0f9a7-04ae-4859-a499-2067330dacc2","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfYmkrdzldnfpieyztdlhh/1.0/resourceInstances/pnfd35ee08aac3a0/artifacts/vf-license-model.xml","artifactChecksum":"OGQ2ODc3MWYyMzk2NDU3YjZiOGM4MGYzNjg1OWE0N2U\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"9109c189-1f87-44c1-b8a2-3bf5342855db","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfYmkrdzldnfpieyztdlhh/1.0/resourceInstances/pnfd35ee08aac3a0/artifacts/pNF.csar","artifactChecksum":"ZDY2ZjA3OWViMDMzZWU3NWE1MGUxZTQ4NGI2ZTc5NWI\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"12291380-e07c-4223-9c02-0f9ff33fb3df","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfYmkrdzldnfpieyztdlhh/1.0/resourceInstances/pnfd35ee08aac3a0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"5a5eb31d-51a1-4420-8d31-35819caeedc1","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfYmkrdzldnfpieyztdlhh/1.0/resourceInstances/pnfd35ee08aac3a0/artifacts/vendor-license-model.xml","artifactChecksum":"NTIyZGZiMmNkMmMzYzkwY2ViODdkNmQ4MmY4MzA1N2Q\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"af858eaf-c447-4b64-8211-ca803d76db49","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfYmkrdzldnfpieyztdlhh/1.0/resourceInstances/pnfd35ee08aac3a0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"7f56f00d-3973-48c4-b9cf-79ade4be1eac","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfYmkrdzldnfpieyztdlhh/1.0/resourceInstances/pnfd35ee08aac3a0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"c93ac560-a88f-4a97-a510-fb12b8df0139","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfYmkrdzldnfpieyztdlhh-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfYmkrdzldnfpieyztdlhh/1.0/artifacts/service-DemoPnfYmkrdzldnfpieyztdlhh-template.yml","artifactChecksum":"ZjQ2NjE3ZWEzZjJmZTVmMTEzZTc4OTliOTk2MjA2ZDk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"662d5777-e0be-4cea-8381-5cc48343450d","artifactVersion":"1"},{"artifactName":"service-DemoPnfYmkrdzldnfpieyztdlhh-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfYmkrdzldnfpieyztdlhh/1.0/artifacts/service-DemoPnfYmkrdzldnfpieyztdlhh-csar.csar","artifactChecksum":"NGYxODc5YTA2MjNhZTI4YTVkMDg3NGU0OTU5YjU2YzM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"084e9b5d-86ff-4f3f-94b3-07c64b993355","artifactVersion":"1"}],"workloadContext":"Production"}
2022-11-02T06:24:50.251Z|605a736e-c120-4f5e-af48-c7d511e4697d|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-02T06:24:50.252Z|605a736e-c120-4f5e-af48-c7d511e4697d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-02T06:24:50.254Z|605a736e-c120-4f5e-af48-c7d511e4697d|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-02T06:24:50.254Z|605a736e-c120-4f5e-af48-c7d511e4697d|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "94e2f0b4-f7ec-47d6-9991-be2f2f79ac8e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667370285800,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYmkrdzldnfpieyztdlhh/1.0/resourceInstances/pnfd35ee08aac3a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-02T06:24:50.354Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-02T06:24:50.355Z||pool-40-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-02T06:24:50.355Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as V5bESGozshoyR2iH) ...
2022-11-02T06:24:50.394Z||pool-40-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-02T06:24:50.395Z||pool-40-thread-1|||||INFO|500||cambria reply ok (40 ms):{"serverTimeMs":0,"count":1}
2022-11-02T06:24:51.255Z|605a736e-c120-4f5e-af48-c7d511e4697d|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-02T06:24:51.256Z|605a736e-c120-4f5e-af48-c7d511e4697d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-02T06:24:51.259Z|605a736e-c120-4f5e-af48-c7d511e4697d|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-02T06:24:51.259Z|605a736e-c120-4f5e-af48-c7d511e4697d|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "94e2f0b4-f7ec-47d6-9991-be2f2f79ac8e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667370285800,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYmkrdzldnfpieyztdlhh/1.0/resourceInstances/pnfd35ee08aac3a0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-02T06:24:51.359Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-02T06:24:51.360Z||pool-41-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-02T06:24:51.360Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as V5bESGozshoyR2iH) ...
2022-11-02T06:24:51.416Z||pool-41-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-02T06:24:51.417Z||pool-41-thread-1|||||INFO|500||cambria reply ok (58 ms):{"serverTimeMs":1,"count":1}
2022-11-02T06:24:52.259Z|605a736e-c120-4f5e-af48-c7d511e4697d|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-02T06:24:52.260Z|605a736e-c120-4f5e-af48-c7d511e4697d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-02T06:24:52.263Z|605a736e-c120-4f5e-af48-c7d511e4697d|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-02T06:24:52.263Z|605a736e-c120-4f5e-af48-c7d511e4697d|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "94e2f0b4-f7ec-47d6-9991-be2f2f79ac8e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667370285800,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYmkrdzldnfpieyztdlhh/1.0/resourceInstances/pnfd35ee08aac3a0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-11-02T06:24:52.363Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-02T06:24:52.364Z||pool-42-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-02T06:24:52.364Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as V5bESGozshoyR2iH) ...
2022-11-02T06:24:52.378Z||pool-42-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-02T06:24:52.378Z||pool-42-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-11-02T06:24:53.263Z|605a736e-c120-4f5e-af48-c7d511e4697d|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-02T06:24:53.264Z|605a736e-c120-4f5e-af48-c7d511e4697d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-02T06:24:53.266Z|605a736e-c120-4f5e-af48-c7d511e4697d|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-02T06:24:53.267Z|605a736e-c120-4f5e-af48-c7d511e4697d|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "94e2f0b4-f7ec-47d6-9991-be2f2f79ac8e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667370285800,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYmkrdzldnfpieyztdlhh/1.0/resourceInstances/pnfd35ee08aac3a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-02T06:24:53.367Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-02T06:24:53.368Z||pool-43-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-02T06:24:53.368Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as V5bESGozshoyR2iH) ...
2022-11-02T06:24:53.380Z||pool-43-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-02T06:24:53.381Z||pool-43-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-11-02T06:24:54.267Z|605a736e-c120-4f5e-af48-c7d511e4697d|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-02T06:24:54.268Z|605a736e-c120-4f5e-af48-c7d511e4697d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-02T06:24:54.271Z|605a736e-c120-4f5e-af48-c7d511e4697d|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-02T06:24:54.271Z|605a736e-c120-4f5e-af48-c7d511e4697d|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "94e2f0b4-f7ec-47d6-9991-be2f2f79ac8e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667370285800,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYmkrdzldnfpieyztdlhh/1.0/resourceInstances/pnfd35ee08aac3a0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-02T06:24:54.371Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-02T06:24:54.372Z||pool-44-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-02T06:24:54.372Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as V5bESGozshoyR2iH) ...
2022-11-02T06:24:54.386Z||pool-44-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-02T06:24:54.386Z||pool-44-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-11-02T06:24:55.272Z|605a736e-c120-4f5e-af48-c7d511e4697d|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-02T06:24:55.273Z|605a736e-c120-4f5e-af48-c7d511e4697d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-02T06:24:55.275Z|605a736e-c120-4f5e-af48-c7d511e4697d|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-02T06:24:55.275Z|605a736e-c120-4f5e-af48-c7d511e4697d|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "94e2f0b4-f7ec-47d6-9991-be2f2f79ac8e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667370285800,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYmkrdzldnfpieyztdlhh/1.0/resourceInstances/pnfd35ee08aac3a0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-02T06:24:55.375Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-02T06:24:55.377Z||pool-45-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-02T06:24:55.377Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as V5bESGozshoyR2iH) ...
2022-11-02T06:24:55.390Z||pool-45-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-02T06:24:55.391Z||pool-45-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-11-02T06:24:56.276Z|605a736e-c120-4f5e-af48-c7d511e4697d|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-02T06:24:56.277Z|605a736e-c120-4f5e-af48-c7d511e4697d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-02T06:24:56.279Z|605a736e-c120-4f5e-af48-c7d511e4697d|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-02T06:24:56.279Z|605a736e-c120-4f5e-af48-c7d511e4697d|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "94e2f0b4-f7ec-47d6-9991-be2f2f79ac8e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667370285800,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYmkrdzldnfpieyztdlhh/1.0/artifacts/service-DemoPnfYmkrdzldnfpieyztdlhh-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-02T06:24:56.379Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-02T06:24:56.380Z||pool-46-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-02T06:24:56.380Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as V5bESGozshoyR2iH) ...
2022-11-02T06:24:56.393Z||pool-46-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-02T06:24:56.394Z||pool-46-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-11-02T06:24:57.280Z|605a736e-c120-4f5e-af48-c7d511e4697d|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-02T06:24:57.281Z|605a736e-c120-4f5e-af48-c7d511e4697d|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-02T06:24:57.283Z|605a736e-c120-4f5e-af48-c7d511e4697d|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-02T06:24:57.284Z|605a736e-c120-4f5e-af48-c7d511e4697d|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "94e2f0b4-f7ec-47d6-9991-be2f2f79ac8e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667370285800,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYmkrdzldnfpieyztdlhh/1.0/artifacts/service-DemoPnfYmkrdzldnfpieyztdlhh-csar.csar",
  "status": "NOTIFIED"
}
2022-11-02T06:24:57.384Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-02T06:24:57.385Z||pool-47-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-02T06:24:57.385Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as V5bESGozshoyR2iH) ...
2022-11-02T06:24:57.397Z||pool-47-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-02T06:24:57.397Z||pool-47-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-11-02T06:24:58.285Z|605a736e-c120-4f5e-af48-c7d511e4697d|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "94e2f0b4-f7ec-47d6-9991-be2f2f79ac8e",
  "serviceName": "Demo_pNF_YmKRDZLDnFPIeyzTdLhH",
  "serviceVersion": "1.0",
  "serviceUUID": "3928b572-2e97-4457-b6d8-a8813af7df88",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "51b4dba8-4eb3-426d-bfcf-4c1e2cdac12a",
  "resources": [
    {
      "resourceInstanceName": "pNF d35ee08a-ac3a 0",
      "resourceCustomizationUUID": "52b0f9a7-04ae-4859-a499-2067330dacc2",
      "resourceName": "pNF d35ee08a-ac3a",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "767c690b-4b52-498e-917f-59b95dc3fe58",
      "resourceInvariantUUID": "7a18b0a0-b0c8-4e93-adea-ec073eb55922",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfYmkrdzldnfpieyztdlhh-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfYmkrdzldnfpieyztdlhh/1.0/artifacts/service-DemoPnfYmkrdzldnfpieyztdlhh-csar.csar",
      "artifactChecksum": "NGYxODc5YTA2MjNhZTI4YTVkMDg3NGU0OTU5YjU2YzM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "084e9b5d-86ff-4f3f-94b3-07c64b993355"
    }
  ],
  "workloadContext": "Production"
}
2022-11-02T06:24:58.286Z|605a736e-c120-4f5e-af48-c7d511e4697d|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-11-02T06:24:58.286Z|605a736e-c120-4f5e-af48-c7d511e4697d|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 3928b572-2e97-4457-b6d8-a8813af7df88 ASDC
2022-11-02T06:24:58.287Z|94e2f0b4-f7ec-47d6-9991-be2f2f79ac8e|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:94e2f0b4-f7ec-47d6-9991-be2f2f79ac8e
ServiceName:Demo_pNF_YmKRDZLDnFPIeyzTdLhH
ServiceVersion:1.0
ServiceUUID:3928b572-2e97-4457-b6d8-a8813af7df88
ServiceInvariantUUID:51b4dba8-4eb3-426d-bfcf-4c1e2cdac12a
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfYmkrdzldnfpieyztdlhh-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfYmkrdzldnfpieyztdlhh/1.0/artifacts/service-DemoPnfYmkrdzldnfpieyztdlhh-csar.csar
ArtifactUUID:084e9b5d-86ff-4f3f-94b3-07c64b993355
ArtifactChecksum:NGYxODc5YTA2MjNhZTI4YTVkMDg3NGU0OTU5YjU2YzM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF d35ee08a-ac3a 0
ResourceCustomizationUUID:52b0f9a7-04ae-4859-a499-2067330dacc2
ResourceInvariantUUID:7a18b0a0-b0c8-4e93-adea-ec073eb55922
ResourceName:pNF d35ee08a-ac3a
ResourceType:PNF
ResourceUUID:767c690b-4b52-498e-917f-59b95dc3fe58
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-11-02T06:24:58.287Z|94e2f0b4-f7ec-47d6-9991-be2f2f79ac8e|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 3928b572-2e97-4457-b6d8-a8813af7df88 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-02T06:24:58.319Z|94e2f0b4-f7ec-47d6-9991-be2f2f79ac8e|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-02T06:24:58.320Z|94e2f0b4-f7ec-47d6-9991-be2f2f79ac8e|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-11-02T06:24:58.320Z|94e2f0b4-f7ec-47d6-9991-be2f2f79ac8e|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-11-02T06:24:58.320Z|94e2f0b4-f7ec-47d6-9991-be2f2f79ac8e|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 084e9b5d-86ff-4f3f-94b3-07c64b993355 from URL: /sdc/v1/catalog/services/DemoPnfYmkrdzldnfpieyztdlhh/1.0/artifacts/service-DemoPnfYmkrdzldnfpieyztdlhh-csar.csar
2022-11-02T06:24:58.320Z|94e2f0b4-f7ec-47d6-9991-be2f2f79ac8e|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-11-02T06:24:58.321Z|94e2f0b4-f7ec-47d6-9991-be2f2f79ac8e|pool-2-thread-5|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfYmkrdzldnfpieyztdlhh/1.0/artifacts/service-DemoPnfYmkrdzldnfpieyztdlhh-csar.csar
2022-11-02T06:24:58.401Z|94e2f0b4-f7ec-47d6-9991-be2f2f79ac8e|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-11-02T06:24:58.405Z|94e2f0b4-f7ec-47d6-9991-be2f2f79ac8e|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfYmkrdzldnfpieyztdlhh/1.0/artifacts/service-DemoPnfYmkrdzldnfpieyztdlhh-csar.csar 084e9b5d-86ff-4f3f-94b3-07c64b993355 87782
2022-11-02T06:24:58.405Z|94e2f0b4-f7ec-47d6-9991-be2f2f79ac8e|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfYmkrdzldnfpieyztdlhh/1.0/artifacts/service-DemoPnfYmkrdzldnfpieyztdlhh-csar.csar ASDC sendASDCNotification
2022-11-02T06:24:58.405Z|94e2f0b4-f7ec-47d6-9991-be2f2f79ac8e|pool-2-thread-5|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfYmkrdzldnfpieyztdlhh/1.0/artifacts/service-DemoPnfYmkrdzldnfpieyztdlhh-csar.csar
2022-11-02T06:24:58.406Z|94e2f0b4-f7ec-47d6-9991-be2f2f79ac8e|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-02T06:24:58.406Z|94e2f0b4-f7ec-47d6-9991-be2f2f79ac8e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-02T06:24:58.408Z|94e2f0b4-f7ec-47d6-9991-be2f2f79ac8e|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-02T06:24:58.408Z|94e2f0b4-f7ec-47d6-9991-be2f2f79ac8e|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "94e2f0b4-f7ec-47d6-9991-be2f2f79ac8e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667370298405,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYmkrdzldnfpieyztdlhh/1.0/artifacts/service-DemoPnfYmkrdzldnfpieyztdlhh-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-02T06:24:58.508Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-02T06:24:58.510Z||pool-48-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-02T06:24:58.510Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as V5bESGozshoyR2iH) ...
2022-11-02T06:24:58.522Z||pool-48-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-02T06:24:58.522Z||pool-48-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-11-02T06:24:59.408Z|94e2f0b4-f7ec-47d6-9991-be2f2f79ac8e|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-02T06:24:59.410Z|94e2f0b4-f7ec-47d6-9991-be2f2f79ac8e|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-11-02T06:24:59.410Z|94e2f0b4-f7ec-47d6-9991-be2f2f79ac8e|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 084e9b5d-86ff-4f3f-94b3-07c64b993355, URL: /sdc/v1/catalog/services/DemoPnfYmkrdzldnfpieyztdlhh/1.0/artifacts/service-DemoPnfYmkrdzldnfpieyztdlhh-csar.csar to file: /app/ASDC/1/service-DemoPnfYmkrdzldnfpieyztdlhh-csar.csar
2022-11-02T06:24:59.411Z|94e2f0b4-f7ec-47d6-9991-be2f2f79ac8e|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfYmkrdzldnfpieyztdlhh-csar.csar
2022-11-02T06:24:59.411Z|94e2f0b4-f7ec-47d6-9991-be2f2f79ac8e|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfYmkrdzldnfpieyztdlhh-csar.csar
2022-11-02T06:24:59.411Z|94e2f0b4-f7ec-47d6-9991-be2f2f79ac8e|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfYmkrdzldnfpieyztdlhh-csar.csar
2022-11-02T06:24:59.586Z|94e2f0b4-f7ec-47d6-9991-be2f2f79ac8e|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP18129760513675416571/Definitions/service-DemoPnfYmkrdzldnfpieyztdlhh-template.yml
2022-11-02T06:25:00.435Z|94e2f0b4-f7ec-47d6-9991-be2f2f79ac8e|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2022-11-02T06:25:00.436Z|94e2f0b4-f7ec-47d6-9991-be2f2f79ac8e|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-11-02T06:25:00.436Z|94e2f0b4-f7ec-47d6-9991-be2f2f79ac8e|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfYmkrdzldnfpieyztdlhh-csar.csar
2022-11-02T06:25:00.436Z|94e2f0b4-f7ec-47d6-9991-be2f2f79ac8e|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-11-02T06:25:00.436Z|94e2f0b4-f7ec-47d6-9991-be2f2f79ac8e|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-DemoPnfYmkrdzldnfpieyztdlhh-csar.csar
2022-11-02T06:25:00.436Z|94e2f0b4-f7ec-47d6-9991-be2f2f79ac8e|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-DemoPnfYmkrdzldnfpieyztdlhh-csar.csar
2022-11-02T06:25:00.436Z|94e2f0b4-f7ec-47d6-9991-be2f2f79ac8e|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-DemoPnfYmkrdzldnfpieyztdlhh-csar.csar
2022-11-02T06:25:00.436Z|94e2f0b4-f7ec-47d6-9991-be2f2f79ac8e|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-DemoPnfYmkrdzldnfpieyztdlhh-csar.csar
2022-11-02T06:25:00.437Z|94e2f0b4-f7ec-47d6-9991-be2f2f79ac8e|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-DemoPnfYmkrdzldnfpieyztdlhh-csar.csar
2022-11-02T06:25:00.437Z|94e2f0b4-f7ec-47d6-9991-be2f2f79ac8e|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF d35ee08a-ac3a 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-DemoPnfYmkrdzldnfpieyztdlhh-csar.csar
2022-11-02T06:25:00.437Z|94e2f0b4-f7ec-47d6-9991-be2f2f79ac8e|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-DemoPnfYmkrdzldnfpieyztdlhh-csar.csar
2022-11-02T06:25:00.437Z|94e2f0b4-f7ec-47d6-9991-be2f2f79ac8e|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-11-02T06:25:00.437Z|94e2f0b4-f7ec-47d6-9991-be2f2f79ac8e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-02T06:25:00.437Z|94e2f0b4-f7ec-47d6-9991-be2f2f79ac8e|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_YmKRDZLDnFPIeyzTdLhH is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-02T06:25:00.438Z|94e2f0b4-f7ec-47d6-9991-be2f2f79ac8e|pool-2-thread-5|||||DEBUG|500||Node template pNF d35ee08a-ac3a 0 is matching search criteria
2022-11-02T06:25:00.438Z|94e2f0b4-f7ec-47d6-9991-be2f2f79ac8e|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-11-02T06:25:00.438Z|94e2f0b4-f7ec-47d6-9991-be2f2f79ac8e|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF d35ee08a-ac3a 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-02T06:25:00.438Z|94e2f0b4-f7ec-47d6-9991-be2f2f79ac8e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-02T06:25:00.438Z|94e2f0b4-f7ec-47d6-9991-be2f2f79ac8e|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_YmKRDZLDnFPIeyzTdLhH is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-02T06:25:00.438Z|94e2f0b4-f7ec-47d6-9991-be2f2f79ac8e|pool-2-thread-5|||||DEBUG|500||Node template pNF d35ee08a-ac3a 0 is matching search criteria
2022-11-02T06:25:00.438Z|94e2f0b4-f7ec-47d6-9991-be2f2f79ac8e|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-11-02T06:25:00.439Z|94e2f0b4-f7ec-47d6-9991-be2f2f79ac8e|pool-2-thread-5|||||DEBUG|500||Found topology templates [pNF d35ee08a-ac3a 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-02T06:25:00.439Z|94e2f0b4-f7ec-47d6-9991-be2f2f79ac8e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-02T06:25:00.439Z|94e2f0b4-f7ec-47d6-9991-be2f2f79ac8e|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_YmKRDZLDnFPIeyzTdLhH is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-02T06:25:00.439Z|94e2f0b4-f7ec-47d6-9991-be2f2f79ac8e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-02T06:25:00.439Z|94e2f0b4-f7ec-47d6-9991-be2f2f79ac8e|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_YmKRDZLDnFPIeyzTdLhH is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-02T06:25:00.439Z|94e2f0b4-f7ec-47d6-9991-be2f2f79ac8e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-02T06:25:00.440Z|94e2f0b4-f7ec-47d6-9991-be2f2f79ac8e|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_YmKRDZLDnFPIeyzTdLhH is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-02T06:25:00.440Z|94e2f0b4-f7ec-47d6-9991-be2f2f79ac8e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-02T06:25:00.440Z|94e2f0b4-f7ec-47d6-9991-be2f2f79ac8e|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_YmKRDZLDnFPIeyzTdLhH is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-02T06:25:00.440Z|94e2f0b4-f7ec-47d6-9991-be2f2f79ac8e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-02T06:25:00.440Z|94e2f0b4-f7ec-47d6-9991-be2f2f79ac8e|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_YmKRDZLDnFPIeyzTdLhH is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-02T06:25:00.440Z|94e2f0b4-f7ec-47d6-9991-be2f2f79ac8e|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_YmKRDZLDnFPIeyzTdLhH
Description:catalog service description
Model UUID:3928b572-2e97-4457-b6d8-a8813af7df88
Model Version:NULL
Model InvariantUuid:51b4dba8-4eb3-426d-bfcf-4c1e2cdac12a
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-11-02T06:25:00.447Z|94e2f0b4-f7ec-47d6-9991-be2f2f79ac8e|pool-2-thread-5|||||INFO|500||Processing Resource Type: PNF, Model UUID: 767c690b-4b52-498e-917f-59b95dc3fe58
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-02T06:25:00.450Z|94e2f0b4-f7ec-47d6-9991-be2f2f79ac8e|pool-2-thread-5|||||INFO|500||pNF d35ee08a-ac3a 0
2022-11-02T06:25:00.450Z|94e2f0b4-f7ec-47d6-9991-be2f2f79ac8e|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 767c690b-4b52-498e-917f-59b95dc3fe58
2022-11-02T06:25:00.450Z|94e2f0b4-f7ec-47d6-9991-be2f2f79ac8e|pool-2-thread-5|||||DEBUG|500||No resources found for Service: 3928b572-2e97-4457-b6d8-a8813af7df88
2022-11-02T06:25:00.450Z|94e2f0b4-f7ec-47d6-9991-be2f2f79ac8e|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: 3928b572-2e97-4457-b6d8-a8813af7df88
2022-11-02T06:25:00.450Z|94e2f0b4-f7ec-47d6-9991-be2f2f79ac8e|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF d35ee08a-ac3a 0 767c690b-4b52-498e-917f-59b95dc3fe58 ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-02T06:25:00.454Z|94e2f0b4-f7ec-47d6-9991-be2f2f79ac8e|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@112c56cd, org.onap.sdc.toscaparser.api.parameters.Input@5ec26df4, org.onap.sdc.toscaparser.api.parameters.Input@710b44c, org.onap.sdc.toscaparser.api.parameters.Input@60292e4d, org.onap.sdc.toscaparser.api.parameters.Input@134086bb]
2022-11-02T06:25:00.454Z|94e2f0b4-f7ec-47d6-9991-be2f2f79ac8e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-02T06:25:00.454Z|94e2f0b4-f7ec-47d6-9991-be2f2f79ac8e|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_YmKRDZLDnFPIeyzTdLhH is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-02T06:25:00.455Z|94e2f0b4-f7ec-47d6-9991-be2f2f79ac8e|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid 3928b572-2e97-4457-b6d8-a8813af7df88: pNF d35ee08a-ac3a
2022-11-02T06:25:00.455Z|94e2f0b4-f7ec-47d6-9991-be2f2f79ac8e|pool-2-thread-5|||||INFO|500||Processing PNF resource: 767c690b-4b52-498e-917f-59b95dc3fe58
2022-11-02T06:25:00.455Z|94e2f0b4-f7ec-47d6-9991-be2f2f79ac8e|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-02T06:25:00.455Z|94e2f0b4-f7ec-47d6-9991-be2f2f79ac8e|pool-2-thread-5|||||DEBUG|500||Service Demo_pNF_YmKRDZLDnFPIeyzTdLhH is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-02T06:25:00.455Z|94e2f0b4-f7ec-47d6-9991-be2f2f79ac8e|pool-2-thread-5|||||INFO|500||Resource customization UUID: 52b0f9a7-04ae-4859-a499-2067330dacc2 is the same as notified resource customizationUUID: 52b0f9a7-04ae-4859-a499-2067330dacc2
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2022-11-02T06:25:00.492Z|94e2f0b4-f7ec-47d6-9991-be2f2f79ac8e|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF d35ee08a-ac3a 767c690b-4b52-498e-917f-59b95dc3fe58 0 ASDC deployResourceStructure
2022-11-02T06:25:00.493Z|94e2f0b4-f7ec-47d6-9991-be2f2f79ac8e|pool-2-thread-5|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfYmkrdzldnfpieyztdlhh/1.0/artifacts/service-DemoPnfYmkrdzldnfpieyztdlhh-csar.csar ASDC sendASDCNotification
2022-11-02T06:25:00.493Z|94e2f0b4-f7ec-47d6-9991-be2f2f79ac8e|pool-2-thread-5|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfYmkrdzldnfpieyztdlhh/1.0/artifacts/service-DemoPnfYmkrdzldnfpieyztdlhh-csar.csar
2022-11-02T06:25:00.493Z|94e2f0b4-f7ec-47d6-9991-be2f2f79ac8e|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-02T06:25:00.493Z|94e2f0b4-f7ec-47d6-9991-be2f2f79ac8e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-02T06:25:00.495Z|94e2f0b4-f7ec-47d6-9991-be2f2f79ac8e|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-02T06:25:00.496Z|94e2f0b4-f7ec-47d6-9991-be2f2f79ac8e|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "94e2f0b4-f7ec-47d6-9991-be2f2f79ac8e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667370300493,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYmkrdzldnfpieyztdlhh/1.0/artifacts/service-DemoPnfYmkrdzldnfpieyztdlhh-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-02T06:25:00.596Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-02T06:25:00.597Z||pool-49-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-02T06:25:00.597Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as V5bESGozshoyR2iH) ...
2022-11-02T06:25:00.610Z||pool-49-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-02T06:25:00.611Z||pool-49-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-11-02T06:25:00.717Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T06:25:00.718Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-02T06:25:00.718Z||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 V5bESGozshoyR2iH) ...
2022-11-02T06:25:00.753Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-02T06:25:00.754Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T06:25:00.754Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94e2f0b4-f7ec-47d6-9991-be2f2f79ac8e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667370179554,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-02T06:25:00.760Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 94e2f0b4-f7ec-47d6-9991-be2f2f79ac8e
2022-11-02T06:25:00.761Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 94e2f0b4-f7ec-47d6-9991-be2f2f79ac8e and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-02T06:25:01.496Z|94e2f0b4-f7ec-47d6-9991-be2f2f79ac8e|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 94e2f0b4-f7ec-47d6-9991-be2f2f79ac8e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-02T06:25:01.508Z|94e2f0b4-f7ec-47d6-9991-be2f2f79ac8e|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 94e2f0b4-f7ec-47d6-9991-be2f2f79ac8e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-02T06:25:01.510Z|94e2f0b4-f7ec-47d6-9991-be2f2f79ac8e|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-02T06:25:01.510Z|94e2f0b4-f7ec-47d6-9991-be2f2f79ac8e|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-02T06:25:01.510Z|94e2f0b4-f7ec-47d6-9991-be2f2f79ac8e|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-02T06:25:31.511Z|94e2f0b4-f7ec-47d6-9991-be2f2f79ac8e|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 94e2f0b4-f7ec-47d6-9991-be2f2f79ac8e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-02T06:25:31.539Z|94e2f0b4-f7ec-47d6-9991-be2f2f79ac8e|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 94e2f0b4-f7ec-47d6-9991-be2f2f79ac8e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-02T06:25:31.541Z|94e2f0b4-f7ec-47d6-9991-be2f2f79ac8e|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-02T06:25:31.541Z|94e2f0b4-f7ec-47d6-9991-be2f2f79ac8e|pool-2-thread-5|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-02T06:25:31.541Z|94e2f0b4-f7ec-47d6-9991-be2f2f79ac8e|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-02T06:26:00.718Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T06:26:00.721Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-02T06:26:00.721Z||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 V5bESGozshoyR2iH) ...
2022-11-02T06:26:00.768Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-02T06:26:00.779Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T06:26:00.780Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94e2f0b4-f7ec-47d6-9991-be2f2f79ac8e",
  "consumerID": "cds",
  "timestamp": 1667370171998,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYmkrdzldnfpieyztdlhh/1.0/artifacts/service-DemoPnfYmkrdzldnfpieyztdlhh-csar.csar",
  "status": "NOTIFIED"
}
2022-11-02T06:26:00.785Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-02T06:26:00.785Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T06:26:00.786Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94e2f0b4-f7ec-47d6-9991-be2f2f79ac8e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667370177424,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYmkrdzldnfpieyztdlhh/1.0/resourceInstances/pnfd35ee08aac3a0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-11-02T06:26:00.786Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-02T06:26:00.786Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T06:26:00.786Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94e2f0b4-f7ec-47d6-9991-be2f2f79ac8e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667370177424,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYmkrdzldnfpieyztdlhh/1.0/resourceInstances/pnfd35ee08aac3a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-02T06:26:00.786Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-02T06:26:00.786Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T06:26:00.787Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94e2f0b4-f7ec-47d6-9991-be2f2f79ac8e",
  "consumerID": "cds",
  "timestamp": 1667370180920,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYmkrdzldnfpieyztdlhh/1.0/artifacts/service-DemoPnfYmkrdzldnfpieyztdlhh-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-02T06:26:00.787Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-02T06:26:00.787Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T06:26:00.788Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94e2f0b4-f7ec-47d6-9991-be2f2f79ac8e",
  "consumerID": "aai-ml",
  "timestamp": 1667370182486,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYmkrdzldnfpieyztdlhh/1.0/artifacts/service-DemoPnfYmkrdzldnfpieyztdlhh-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-02T06:26:00.788Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-02T06:26:00.788Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T06:26:00.789Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94e2f0b4-f7ec-47d6-9991-be2f2f79ac8e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667370177424,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYmkrdzldnfpieyztdlhh/1.0/resourceInstances/pnfd35ee08aac3a0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-02T06:26:00.789Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-02T06:26:00.789Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T06:26:00.789Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94e2f0b4-f7ec-47d6-9991-be2f2f79ac8e",
  "consumerID": "cds",
  "timestamp": 1667370181926,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYmkrdzldnfpieyztdlhh/1.0/artifacts/service-DemoPnfYmkrdzldnfpieyztdlhh-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-02T06:26:00.800Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 94e2f0b4-f7ec-47d6-9991-be2f2f79ac8e
2022-11-02T06:26:00.800Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 94e2f0b4-f7ec-47d6-9991-be2f2f79ac8e and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-02T06:26:00.813Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T06:26:00.813Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94e2f0b4-f7ec-47d6-9991-be2f2f79ac8e",
  "consumerID": "aai-ml",
  "timestamp": 1667370183489,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-02T06:26:00.819Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 94e2f0b4-f7ec-47d6-9991-be2f2f79ac8e
2022-11-02T06:26:00.819Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 94e2f0b4-f7ec-47d6-9991-be2f2f79ac8e and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-02T06:26:00.830Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T06:26:00.831Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94e2f0b4-f7ec-47d6-9991-be2f2f79ac8e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667370177424,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYmkrdzldnfpieyztdlhh/1.0/resourceInstances/pnfd35ee08aac3a0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-11-02T06:26:00.831Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-02T06:26:00.831Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T06:26:00.831Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94e2f0b4-f7ec-47d6-9991-be2f2f79ac8e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667370177424,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYmkrdzldnfpieyztdlhh/1.0/artifacts/service-DemoPnfYmkrdzldnfpieyztdlhh-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-02T06:26:00.831Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-02T06:26:00.831Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T06:26:00.831Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94e2f0b4-f7ec-47d6-9991-be2f2f79ac8e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667370177424,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYmkrdzldnfpieyztdlhh/1.0/artifacts/service-DemoPnfYmkrdzldnfpieyztdlhh-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-02T06:26:00.832Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-02T06:26:00.832Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T06:26:00.832Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94e2f0b4-f7ec-47d6-9991-be2f2f79ac8e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667370186228,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYmkrdzldnfpieyztdlhh/1.0/resourceInstances/pnfd35ee08aac3a0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-11-02T06:26:00.832Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-02T06:26:00.832Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T06:26:00.832Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94e2f0b4-f7ec-47d6-9991-be2f2f79ac8e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667370187455,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYmkrdzldnfpieyztdlhh/1.0/resourceInstances/pnfd35ee08aac3a0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-11-02T06:26:00.832Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-02T06:26:00.832Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T06:26:00.832Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94e2f0b4-f7ec-47d6-9991-be2f2f79ac8e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667370188461,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": ""
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-02T06:26:00.837Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 94e2f0b4-f7ec-47d6-9991-be2f2f79ac8e
2022-11-02T06:26:00.837Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 94e2f0b4-f7ec-47d6-9991-be2f2f79ac8e and ComponentName 
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-02T06:26:00.848Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T06:26:00.848Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3442a908-a37e-4a67-8852-0a3caa07086f",
  "consumerID": "cds",
  "timestamp": 1667370201998,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-02T06:26:00.849Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-02T06:26:00.849Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T06:26:00.849Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3442a908-a37e-4a67-8852-0a3caa07086f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667370206584,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-02T06:26:00.849Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-02T06:26:00.849Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T06:26:00.849Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3442a908-a37e-4a67-8852-0a3caa07086f",
  "consumerID": "cds",
  "timestamp": 1667370201998,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-11-02T06:26:00.850Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-02T06:26:00.850Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T06:26:00.850Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3442a908-a37e-4a67-8852-0a3caa07086f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667370206584,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-11-02T06:26:00.850Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-02T06:26:00.850Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T06:26:00.850Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3442a908-a37e-4a67-8852-0a3caa07086f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667370206584,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-11-02T06:26:00.850Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-02T06:26:00.851Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T06:26:00.851Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3442a908-a37e-4a67-8852-0a3caa07086f",
  "consumerID": "cds",
  "timestamp": 1667370201998,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-11-02T06:26:00.851Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-02T06:26:00.851Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T06:26:00.851Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3442a908-a37e-4a67-8852-0a3caa07086f",
  "consumerID": "cds",
  "timestamp": 1667370201998,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-02T06:26:00.852Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-02T06:26:00.852Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T06:26:00.852Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3442a908-a37e-4a67-8852-0a3caa07086f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667370206584,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-11-02T06:26:00.852Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-02T06:26:00.852Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T06:26:00.852Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3442a908-a37e-4a67-8852-0a3caa07086f",
  "consumerID": "cds",
  "timestamp": 1667370201998,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-02T06:26:00.852Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-02T06:26:00.852Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T06:26:00.852Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3442a908-a37e-4a67-8852-0a3caa07086f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667370206584,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-11-02T06:26:00.853Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-02T06:26:00.853Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T06:26:00.853Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3442a908-a37e-4a67-8852-0a3caa07086f",
  "consumerID": "cds",
  "timestamp": 1667370201998,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-02T06:26:00.853Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-02T06:26:00.853Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T06:26:00.853Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3442a908-a37e-4a67-8852-0a3caa07086f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667370206584,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-02T06:26:00.853Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-02T06:26:00.853Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T06:26:00.853Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3442a908-a37e-4a67-8852-0a3caa07086f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667370217424,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-02T06:26:00.854Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-02T06:26:00.854Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T06:26:00.854Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3442a908-a37e-4a67-8852-0a3caa07086f",
  "consumerID": "cds",
  "timestamp": 1667370201998,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-11-02T06:26:00.854Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-02T06:26:00.854Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T06:26:00.854Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3442a908-a37e-4a67-8852-0a3caa07086f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667370206584,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-11-02T06:26:00.854Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-02T06:26:00.854Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T06:26:00.854Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3442a908-a37e-4a67-8852-0a3caa07086f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667370217424,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-11-02T06:26:00.854Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-02T06:26:00.855Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T06:26:00.855Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3442a908-a37e-4a67-8852-0a3caa07086f",
  "consumerID": "cds",
  "timestamp": 1667370201998,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-02T06:26:00.855Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-02T06:26:00.855Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T06:26:00.855Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3442a908-a37e-4a67-8852-0a3caa07086f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667370206584,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-02T06:26:00.855Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-02T06:26:00.855Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T06:26:00.855Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3442a908-a37e-4a67-8852-0a3caa07086f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667370217424,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-11-02T06:26:00.855Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-02T06:26:00.855Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T06:26:00.856Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3442a908-a37e-4a67-8852-0a3caa07086f",
  "consumerID": "cds",
  "timestamp": 1667370201998,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-11-02T06:26:00.856Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-02T06:26:00.856Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T06:26:00.856Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3442a908-a37e-4a67-8852-0a3caa07086f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667370206584,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-11-02T06:26:00.856Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-02T06:26:00.856Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T06:26:00.856Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3442a908-a37e-4a67-8852-0a3caa07086f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667370217424,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-02T06:26:00.857Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-02T06:26:00.857Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T06:26:00.857Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3442a908-a37e-4a67-8852-0a3caa07086f",
  "consumerID": "cds",
  "timestamp": 1667370221223,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-02T06:26:00.857Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-02T06:26:00.857Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T06:26:00.857Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3442a908-a37e-4a67-8852-0a3caa07086f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667370221216,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-11-02T06:26:00.857Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-02T06:26:00.858Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T06:26:00.858Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3442a908-a37e-4a67-8852-0a3caa07086f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667370217424,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-02T06:26:00.858Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-02T06:26:00.858Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T06:26:00.858Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3442a908-a37e-4a67-8852-0a3caa07086f",
  "consumerID": "aai-ml",
  "timestamp": 1667370222526,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-02T06:26:00.858Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-02T06:26:00.858Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T06:26:00.858Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3442a908-a37e-4a67-8852-0a3caa07086f",
  "consumerID": "cds",
  "timestamp": 1667370222231,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-02T06:26:00.870Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 3442a908-a37e-4a67-8852-0a3caa07086f
2022-11-02T06:26:00.870Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3442a908-a37e-4a67-8852-0a3caa07086f and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-02T06:26:00.881Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T06:26:00.881Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3442a908-a37e-4a67-8852-0a3caa07086f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667370222289,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-11-02T06:26:00.882Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-02T06:26:00.882Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T06:26:00.882Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3442a908-a37e-4a67-8852-0a3caa07086f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667370217424,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-02T06:26:00.882Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-02T06:26:00.883Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T06:26:00.883Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3442a908-a37e-4a67-8852-0a3caa07086f",
  "consumerID": "aai-ml",
  "timestamp": 1667370222526,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-11-02T06:26:00.883Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-02T06:26:00.883Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T06:26:00.884Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3442a908-a37e-4a67-8852-0a3caa07086f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667370223349,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-11-02T06:26:00.884Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-02T06:26:00.884Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T06:26:00.884Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3442a908-a37e-4a67-8852-0a3caa07086f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667370217424,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-11-02T06:26:00.885Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-02T06:26:00.885Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T06:26:00.885Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3442a908-a37e-4a67-8852-0a3caa07086f",
  "consumerID": "aai-ml",
  "timestamp": 1667370222526,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-11-02T06:26:00.885Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-02T06:26:00.886Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T06:26:00.886Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3442a908-a37e-4a67-8852-0a3caa07086f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667370224414,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-11-02T06:26:00.886Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-02T06:26:00.886Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T06:26:00.887Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3442a908-a37e-4a67-8852-0a3caa07086f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667370217424,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-02T06:26:00.887Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-02T06:26:00.887Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T06:26:00.887Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3442a908-a37e-4a67-8852-0a3caa07086f",
  "consumerID": "aai-ml",
  "timestamp": 1667370222526,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-02T06:26:00.888Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-02T06:26:00.888Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T06:26:00.888Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3442a908-a37e-4a67-8852-0a3caa07086f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667370225476,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-02T06:26:00.893Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 3442a908-a37e-4a67-8852-0a3caa07086f
2022-11-02T06:26:00.893Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3442a908-a37e-4a67-8852-0a3caa07086f and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-02T06:26:00.900Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T06:26:00.901Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "541dbaa1-395b-4593-b5cd-a2142cfddfbb",
  "consumerID": "cds",
  "timestamp": 1667370223233,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-02T06:26:00.901Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-02T06:26:00.901Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T06:26:00.901Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3442a908-a37e-4a67-8852-0a3caa07086f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667370217424,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-02T06:26:00.902Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-02T06:26:00.902Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T06:26:00.902Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3442a908-a37e-4a67-8852-0a3caa07086f",
  "consumerID": "aai-ml",
  "timestamp": 1667370222526,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-02T06:26:00.902Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-02T06:26:00.903Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T06:26:00.903Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3442a908-a37e-4a67-8852-0a3caa07086f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667370226479,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-11-02T06:26:00.903Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-02T06:26:00.903Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T06:26:00.903Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "541dbaa1-395b-4593-b5cd-a2142cfddfbb",
  "consumerID": "cds",
  "timestamp": 1667370223233,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-02T06:26:00.904Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-02T06:26:00.904Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T06:26:00.904Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3442a908-a37e-4a67-8852-0a3caa07086f",
  "consumerID": "aai-ml",
  "timestamp": 1667370222526,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-02T06:26:00.904Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-02T06:26:00.905Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T06:26:00.905Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "541dbaa1-395b-4593-b5cd-a2142cfddfbb",
  "consumerID": "cds",
  "timestamp": 1667370223233,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-02T06:26:00.905Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-02T06:26:00.905Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T06:26:00.906Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "541dbaa1-395b-4593-b5cd-a2142cfddfbb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667370227483,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-02T06:26:00.906Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-02T06:26:00.906Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T06:26:00.906Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3442a908-a37e-4a67-8852-0a3caa07086f",
  "consumerID": "aai-ml",
  "timestamp": 1667370222526,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-11-02T06:26:00.907Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-02T06:26:00.907Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T06:26:00.907Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3442a908-a37e-4a67-8852-0a3caa07086f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667370227825,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-02T06:26:00.907Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-02T06:26:00.908Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T06:26:00.908Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "541dbaa1-395b-4593-b5cd-a2142cfddfbb",
  "consumerID": "cds",
  "timestamp": 1667370223233,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-02T06:26:00.908Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-02T06:26:00.908Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T06:26:00.908Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "541dbaa1-395b-4593-b5cd-a2142cfddfbb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667370227483,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-11-02T06:26:00.909Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-02T06:26:00.909Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T06:26:00.909Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3442a908-a37e-4a67-8852-0a3caa07086f",
  "consumerID": "aai-ml",
  "timestamp": 1667370222526,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-02T06:26:00.909Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-02T06:26:00.910Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T06:26:00.910Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3442a908-a37e-4a67-8852-0a3caa07086f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667370227825,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-11-02T06:26:00.910Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-02T06:26:00.910Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T06:26:00.910Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "541dbaa1-395b-4593-b5cd-a2142cfddfbb",
  "consumerID": "cds",
  "timestamp": 1667370223233,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-11-02T06:26:00.911Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-02T06:26:00.911Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T06:26:00.911Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "541dbaa1-395b-4593-b5cd-a2142cfddfbb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667370227483,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-11-02T06:26:00.912Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-02T06:26:00.912Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T06:26:00.912Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3442a908-a37e-4a67-8852-0a3caa07086f",
  "consumerID": "aai-ml",
  "timestamp": 1667370222526,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-11-02T06:26:00.912Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-02T06:26:00.912Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T06:26:00.913Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3442a908-a37e-4a67-8852-0a3caa07086f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667370227825,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-11-02T06:26:00.913Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-02T06:26:00.913Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T06:26:00.913Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "541dbaa1-395b-4593-b5cd-a2142cfddfbb",
  "consumerID": "cds",
  "timestamp": 1667370223233,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-02T06:26:00.914Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-02T06:26:00.914Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T06:26:00.914Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "541dbaa1-395b-4593-b5cd-a2142cfddfbb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667370227483,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-02T06:26:00.914Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-02T06:26:00.914Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T06:26:00.915Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3442a908-a37e-4a67-8852-0a3caa07086f",
  "consumerID": "aai-ml",
  "timestamp": 1667370232277,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-02T06:26:00.915Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-02T06:26:00.915Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T06:26:00.915Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3442a908-a37e-4a67-8852-0a3caa07086f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667370227825,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-02T06:26:00.916Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-02T06:26:00.916Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T06:26:00.916Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "541dbaa1-395b-4593-b5cd-a2142cfddfbb",
  "consumerID": "cds",
  "timestamp": 1667370223233,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-11-02T06:26:00.916Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-02T06:26:00.917Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T06:26:00.917Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "541dbaa1-395b-4593-b5cd-a2142cfddfbb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667370227483,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-11-02T06:26:00.917Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-02T06:26:00.917Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T06:26:00.917Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3442a908-a37e-4a67-8852-0a3caa07086f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667370227825,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-02T06:26:00.918Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-02T06:26:00.918Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T06:26:00.918Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "541dbaa1-395b-4593-b5cd-a2142cfddfbb",
  "consumerID": "cds",
  "timestamp": 1667370233025,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-02T06:26:00.918Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-02T06:26:00.919Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T06:26:00.919Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "541dbaa1-395b-4593-b5cd-a2142cfddfbb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667370227483,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-02T06:26:00.919Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-02T06:26:00.919Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T06:26:00.920Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3442a908-a37e-4a67-8852-0a3caa07086f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667370227825,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-02T06:26:00.920Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-02T06:26:00.920Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T06:26:00.920Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "541dbaa1-395b-4593-b5cd-a2142cfddfbb",
  "consumerID": "cds",
  "timestamp": 1667370234034,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-02T06:26:00.931Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 541dbaa1-395b-4593-b5cd-a2142cfddfbb
2022-11-02T06:26:00.931Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 541dbaa1-395b-4593-b5cd-a2142cfddfbb and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-02T06:26:00.938Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T06:26:00.938Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "541dbaa1-395b-4593-b5cd-a2142cfddfbb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667370227483,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-11-02T06:26:00.939Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-02T06:26:00.939Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T06:26:00.939Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3442a908-a37e-4a67-8852-0a3caa07086f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667370227825,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-11-02T06:26:00.939Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-02T06:26:00.940Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T06:26:00.940Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "541dbaa1-395b-4593-b5cd-a2142cfddfbb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667370235215,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-11-02T06:26:00.940Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-02T06:26:00.940Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T06:26:00.940Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3442a908-a37e-4a67-8852-0a3caa07086f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667370227825,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-02T06:26:00.941Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-02T06:26:00.941Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T06:26:00.941Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "541dbaa1-395b-4593-b5cd-a2142cfddfbb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667370236318,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-11-02T06:26:00.942Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-02T06:26:00.942Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T06:26:00.942Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3442a908-a37e-4a67-8852-0a3caa07086f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667370227825,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-11-02T06:26:00.942Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-02T06:26:00.943Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T06:26:00.943Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "541dbaa1-395b-4593-b5cd-a2142cfddfbb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667370237387,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-11-02T06:26:00.943Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-02T06:26:00.943Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T06:26:00.943Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3442a908-a37e-4a67-8852-0a3caa07086f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667370237638,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-02T06:26:00.944Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-02T06:26:00.944Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T06:26:00.944Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "541dbaa1-395b-4593-b5cd-a2142cfddfbb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667370237424,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-02T06:26:00.944Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-02T06:26:00.945Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T06:26:00.945Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3442a908-a37e-4a67-8852-0a3caa07086f",
  "consumerID": "aai-ml",
  "timestamp": 1667370239145,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-02T06:26:00.945Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-02T06:26:00.945Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T06:26:00.946Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "541dbaa1-395b-4593-b5cd-a2142cfddfbb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667370238411,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-02T06:26:00.950Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 541dbaa1-395b-4593-b5cd-a2142cfddfbb
2022-11-02T06:26:00.950Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 541dbaa1-395b-4593-b5cd-a2142cfddfbb and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-02T06:26:00.957Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T06:26:00.957Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "541dbaa1-395b-4593-b5cd-a2142cfddfbb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667370237424,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-02T06:26:00.958Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-02T06:26:00.958Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-02T06:26:00.958Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3442a908-a37e-4a67-8852-0a3caa07086f",
  "consumerID": "aai-ml",
  "timestamp": 1667370240149,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-02T06:26:00.962Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 3442a908-a37e-4a67-8852-0a3caa07086f
2022-11-02T06:26:00.963Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3442a908-a37e-4a67-8852-0a3caa07086f and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-02T06:26:01.542Z|94e2f0b4-f7ec-47d6-9991-be2f2f79ac8e|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 94e2f0b4-f7ec-47d6-9991-be2f2f79ac8e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-02T06:26:01.555Z|94e2f0b4-f7ec-47d6-9991-be2f2f79ac8e|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 94e2f0b4-f7ec-47d6-9991-be2f2f79ac8e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-02T06:26:01.558Z|94e2f0b4-f7ec-47d6-9991-be2f2f79ac8e|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-02T06:26:01.558Z|94e2f0b4-f7ec-47d6-9991-be2f2f79ac8e|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-11-02T06:26:01.558Z|94e2f0b4-f7ec-47d6-9991-be2f2f79ac8e|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-11-02T06:26:01.559Z|94e2f0b4-f7ec-47d6-9991-be2f2f79ac8e|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-11-02T06:26:01.559Z|94e2f0b4-f7ec-47d6-9991-be2f2f79ac8e|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-02T06:26:01.559Z|94e2f0b4-f7ec-47d6-9991-be2f2f79ac8e|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-02T06:26:01.559Z|94e2f0b4-f7ec-47d6-9991-be2f2f79ac8e|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-02T06:26:01.559Z|94e2f0b4-f7ec-47d6-9991-be2f2f79ac8e|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-02T06:26:01.559Z|94e2f0b4-f7ec-47d6-9991-be2f2f79ac8e|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-02T06:26:01.560Z|94e2f0b4-f7ec-47d6-9991-be2f2f79ac8e|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-11-02T06:26:01.564Z|94e2f0b4-f7ec-47d6-9991-be2f2f79ac8e|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-11-02T06:26:31.564Z|94e2f0b4-f7ec-47d6-9991-be2f2f79ac8e|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 94e2f0b4-f7ec-47d6-9991-be2f2f79ac8e and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-11-02T06:26:31.571Z|94e2f0b4-f7ec-47d6-9991-be2f2f79ac8e|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 94e2f0b4-f7ec-47d6-9991-be2f2f79ac8e and serviceModelVersionId: 3928b572-2e97-4457-b6d8-a8813af7df88
2022-11-02T06:26:31.572Z|94e2f0b4-f7ec-47d6-9991-be2f2f79ac8e|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 51b4dba8-4eb3-426d-bfcf-4c1e2cdac12a
2022-11-02T06:26:31.573Z|94e2f0b4-f7ec-47d6-9991-be2f2f79ac8e|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/51b4dba8-4eb3-426d-bfcf-4c1e2cdac12a/model-vers/model-ver/3928b572-2e97-4457-b6d8-a8813af7df88?depth=0
2022-11-02T06:26:31.585Z|94e2f0b4-f7ec-47d6-9991-be2f2f79ac8e|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2022-11-02T06:26:31.649Z|94e2f0b4-f7ec-47d6-9991-be2f2f79ac8e|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/51b4dba8-4eb3-426d-bfcf-4c1e2cdac12a/model-vers/model-ver/3928b572-2e97-4457-b6d8-a8813af7df88?depth=0|INFO|500||Invoke
2022-11-02T06:26:31.650Z|94e2f0b4-f7ec-47d6-9991-be2f2f79ac8e|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/51b4dba8-4eb3-426d-bfcf-4c1e2cdac12a/model-vers/model-ver/3928b572-2e97-4457-b6d8-a8813af7df88?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/51b4dba8-4eb3-426d-bfcf-4c1e2cdac12a/model-vers/model-ver/3928b572-2e97-4457-b6d8-a8813af7df88?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[94e2f0b4-f7ec-47d6-9991-be2f2f79ac8e], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[b15f0cb8-5250-4385-8470-d4675eb35be7], X-ECOMP-RequestID=[94e2f0b4-f7ec-47d6-9991-be2f2f79ac8e], X-TransactionId=[], X-ONAP-RequestID=[94e2f0b4-f7ec-47d6-9991-be2f2f79ac8e], Content-Type=[application/merge-patch+json]}
2022-11-02T06:26:31.674Z|94e2f0b4-f7ec-47d6-9991-be2f2f79ac8e|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/51b4dba8-4eb3-426d-bfcf-4c1e2cdac12a/model-vers/model-ver/3928b572-2e97-4457-b6d8-a8813af7df88?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-11-02T06:26:31.797Z|94e2f0b4-f7ec-47d6-9991-be2f2f79ac8e|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/51b4dba8-4eb3-426d-bfcf-4c1e2cdac12a/model-vers/model-ver/3928b572-2e97-4457-b6d8-a8813af7df88?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/51b4dba8-4eb3-426d-bfcf-4c1e2cdac12a/model-vers/model-ver/3928b572-2e97-4457-b6d8-a8813af7df88?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-221102-06:26:30:982-71352], vertex-id=[192608], Content-Length=[0], Date=[Wed, 02 Nov 2022 06:26:30 GMT], Content-Type=[application/json]}
2022-11-02T06:26:31.798Z|94e2f0b4-f7ec-47d6-9991-be2f2f79ac8e|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/51b4dba8-4eb3-426d-bfcf-4c1e2cdac12a/model-vers/model-ver/3928b572-2e97-4457-b6d8-a8813af7df88?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-11-02T06:26:31.798Z|94e2f0b4-f7ec-47d6-9991-be2f2f79ac8e|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/51b4dba8-4eb3-426d-bfcf-4c1e2cdac12a/model-vers/model-ver/3928b572-2e97-4457-b6d8-a8813af7df88?depth=0|INFO|500||InvokeReturn
2022-11-02T06:26:31.799Z|94e2f0b4-f7ec-47d6-9991-be2f2f79ac8e|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-11-02T06:26:31.799Z|94e2f0b4-f7ec-47d6-9991-be2f2f79ac8e|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-11-02T06:26:31.805Z|94e2f0b4-f7ec-47d6-9991-be2f2f79ac8e|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-11-02T06:26:31.812Z|94e2f0b4-f7ec-47d6-9991-be2f2f79ac8e|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 94e2f0b4-f7ec-47d6-9991-be2f2f79ac8e and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-11-02T06:26:31.812Z|94e2f0b4-f7ec-47d6-9991-be2f2f79ac8e|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-11-02T06:26:31.813Z|94e2f0b4-f7ec-47d6-9991-be2f2f79ac8e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-02T06:26:31.816Z|94e2f0b4-f7ec-47d6-9991-be2f2f79ac8e|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-02T06:26:31.816Z|94e2f0b4-f7ec-47d6-9991-be2f2f79ac8e|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "94e2f0b4-f7ec-47d6-9991-be2f2f79ac8e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667370391812,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-02T06:26:31.917Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-02T06:26:31.918Z||pool-50-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-02T06:26:31.918Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as V5bESGozshoyR2iH) ...
2022-11-02T06:26:31.935Z||pool-50-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-02T06:26:31.936Z||pool-50-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-11-02T06:26:32.829Z|94e2f0b4-f7ec-47d6-9991-be2f2f79ac8e|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-02T06:26:32.830Z|94e2f0b4-f7ec-47d6-9991-be2f2f79ac8e|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"3442a908-a37e-4a67-8852-0a3caa07086f","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"bd20907a-0d62-45e4-a26b-534ed33e98ac","serviceDescription":"service","serviceInvariantUUID":"c0b700fc-6556-4980-bc51-b8ff09d01fd4","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"5749ccc9-9d19-4ce2-934f-ca8d4abf1df5","resourceInvariantUUID":"7eb25e2e-3707-4d1b-a86a-82b721d8f4f1","resourceCustomizationUUID":"6f36e545-b669-4fed-9171-e7e2f51a9028","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":"YTEwNmNlMmZjODE2MjNhZmY2MmI3MjI1NmEyOTgzMDM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"29d7f7e1-9136-46c5-adf1-5190983df333","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":"fde6b151-5b0c-4060-b82c-fc3acae5cee6","artifactVersion":"2","generatedFromUUID":"959922d7-3125-4196-a1da-7f9ba5342905"},{"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":"959922d7-3125-4196-a1da-7f9ba5342905","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":"OTNjZmYwMmY3MGFlYzQ3OTU2MDlhYTk2ODVhMWE0ZDc\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"f168dd47-6799-492e-852b-412b110fe282","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":"2928bb33-52d1-4f54-bcdb-756226b9cc23","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":"aa4f55c6-f56b-4766-8d2b-f87c3de9dc38","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":"b0969b7b-c3f1-4af6-8357-bcaf56cb3d43","artifactVersion":"2","generatedFromUUID":"2928bb33-52d1-4f54-bcdb-756226b9cc23"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"Y2JlZjg5NjFjMDQ1MzQ2YTk4N2UzMDM5N2Y3OGE5OGQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"93122c86-c8c7-4b4e-966e-75d3a5a1cf85","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"YWFmZDM5NGIzNDcwZWNjMDljNTNhNTc1YTNmMjEzZDg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"3eb129d9-3d3f-4a42-9b7a-deaebf9fb065","artifactVersion":"1"}],"workloadContext":"Production"}
2022-11-02T06:26:32.830Z|94e2f0b4-f7ec-47d6-9991-be2f2f79ac8e|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-02T06:26:32.830Z|94e2f0b4-f7ec-47d6-9991-be2f2f79ac8e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-02T06:26:32.832Z|94e2f0b4-f7ec-47d6-9991-be2f2f79ac8e|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-02T06:26:32.832Z|94e2f0b4-f7ec-47d6-9991-be2f2f79ac8e|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "3442a908-a37e-4a67-8852-0a3caa07086f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667370285800,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-02T06:26:32.933Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-02T06:26:32.934Z||pool-51-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-02T06:26:32.934Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as V5bESGozshoyR2iH) ...
2022-11-02T06:26:32.950Z||pool-51-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-02T06:26:32.950Z||pool-51-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-11-02T06:26:33.833Z|94e2f0b4-f7ec-47d6-9991-be2f2f79ac8e|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-02T06:26:33.834Z|94e2f0b4-f7ec-47d6-9991-be2f2f79ac8e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-02T06:26:33.844Z|94e2f0b4-f7ec-47d6-9991-be2f2f79ac8e|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-02T06:26:33.845Z|94e2f0b4-f7ec-47d6-9991-be2f2f79ac8e|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "3442a908-a37e-4a67-8852-0a3caa07086f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667370285800,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-11-02T06:26:33.944Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-11-02T06:26:33.945Z||pool-52-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-02T06:26:33.945Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as V5bESGozshoyR2iH) ...
2022-11-02T06:26:33.957Z||pool-52-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-02T06:26:33.958Z||pool-52-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-11-02T06:26:34.846Z|94e2f0b4-f7ec-47d6-9991-be2f2f79ac8e|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-02T06:26:34.847Z|94e2f0b4-f7ec-47d6-9991-be2f2f79ac8e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-02T06:26:34.849Z|94e2f0b4-f7ec-47d6-9991-be2f2f79ac8e|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-02T06:26:34.849Z|94e2f0b4-f7ec-47d6-9991-be2f2f79ac8e|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "3442a908-a37e-4a67-8852-0a3caa07086f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667370285800,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-11-02T06:26:34.951Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-11-02T06:26:34.953Z||pool-53-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-02T06:26:34.953Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as V5bESGozshoyR2iH) ...
2022-11-02T06:26:34.967Z||pool-53-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-02T06:26:34.968Z||pool-53-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-11-02T06:26:35.850Z|94e2f0b4-f7ec-47d6-9991-be2f2f79ac8e|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-02T06:26:35.851Z|94e2f0b4-f7ec-47d6-9991-be2f2f79ac8e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-02T06:26:35.853Z|94e2f0b4-f7ec-47d6-9991-be2f2f79ac8e|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-02T06:26:35.853Z|94e2f0b4-f7ec-47d6-9991-be2f2f79ac8e|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "3442a908-a37e-4a67-8852-0a3caa07086f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667370285800,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-11-02T06:26:35.953Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-02T06:26:35.954Z||pool-54-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-02T06:26:35.955Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as V5bESGozshoyR2iH) ...
2022-11-02T06:26:35.970Z||pool-54-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-02T06:26:35.971Z||pool-54-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-11-02T06:26:36.854Z|94e2f0b4-f7ec-47d6-9991-be2f2f79ac8e|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-02T06:26:36.855Z|94e2f0b4-f7ec-47d6-9991-be2f2f79ac8e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-02T06:26:36.857Z|94e2f0b4-f7ec-47d6-9991-be2f2f79ac8e|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-02T06:26:36.857Z|94e2f0b4-f7ec-47d6-9991-be2f2f79ac8e|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "3442a908-a37e-4a67-8852-0a3caa07086f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667370285800,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-11-02T06:26:36.957Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-02T06:26:36.959Z||pool-55-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-02T06:26:36.959Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as V5bESGozshoyR2iH) ...
2022-11-02T06:26:36.971Z||pool-55-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-02T06:26:36.972Z||pool-55-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-11-02T06:26:37.857Z|94e2f0b4-f7ec-47d6-9991-be2f2f79ac8e|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-02T06:26:37.858Z|94e2f0b4-f7ec-47d6-9991-be2f2f79ac8e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-02T06:26:37.860Z|94e2f0b4-f7ec-47d6-9991-be2f2f79ac8e|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-02T06:26:37.861Z|94e2f0b4-f7ec-47d6-9991-be2f2f79ac8e|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "3442a908-a37e-4a67-8852-0a3caa07086f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667370285800,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-02T06:26:37.961Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-02T06:26:37.962Z||pool-56-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-02T06:26:37.962Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as V5bESGozshoyR2iH) ...
2022-11-02T06:26:37.979Z||pool-56-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-02T06:26:37.979Z||pool-56-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-11-02T06:26:38.861Z|94e2f0b4-f7ec-47d6-9991-be2f2f79ac8e|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-02T06:26:38.863Z|94e2f0b4-f7ec-47d6-9991-be2f2f79ac8e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-02T06:26:38.865Z|94e2f0b4-f7ec-47d6-9991-be2f2f79ac8e|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-02T06:26:38.865Z|94e2f0b4-f7ec-47d6-9991-be2f2f79ac8e|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "3442a908-a37e-4a67-8852-0a3caa07086f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667370285800,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-11-02T06:26:38.966Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-02T06:26:38.967Z||pool-57-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-02T06:26:38.967Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as V5bESGozshoyR2iH) ...
2022-11-02T06:26:38.992Z||pool-57-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-02T06:26:38.992Z||pool-57-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-11-02T06:26:39.866Z|94e2f0b4-f7ec-47d6-9991-be2f2f79ac8e|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-02T06:26:39.867Z|94e2f0b4-f7ec-47d6-9991-be2f2f79ac8e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-02T06:26:39.870Z|94e2f0b4-f7ec-47d6-9991-be2f2f79ac8e|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-02T06:26:39.870Z|94e2f0b4-f7ec-47d6-9991-be2f2f79ac8e|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "3442a908-a37e-4a67-8852-0a3caa07086f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667370285800,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-02T06:26:39.970Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-02T06:26:39.971Z||pool-58-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-02T06:26:39.972Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as V5bESGozshoyR2iH) ...
2022-11-02T06:26:39.988Z||pool-58-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-02T06:26:39.989Z||pool-58-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-11-02T06:26:40.870Z|94e2f0b4-f7ec-47d6-9991-be2f2f79ac8e|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-02T06:26:40.871Z|94e2f0b4-f7ec-47d6-9991-be2f2f79ac8e|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-02T06:26:40.874Z|94e2f0b4-f7ec-47d6-9991-be2f2f79ac8e|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-02T06:26:40.874Z|94e2f0b4-f7ec-47d6-9991-be2f2f79ac8e|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "3442a908-a37e-4a67-8852-0a3caa07086f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667370285800,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-11-02T06:26:40.974Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-02T06:26:40.975Z||pool-59-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-02T06:26:40.975Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as V5bESGozshoyR2iH) ...
2022-11-02T06:26:40.989Z||pool-59-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-02T06:26:40.990Z||pool-59-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-11-02T06:26:41.876Z|94e2f0b4-f7ec-47d6-9991-be2f2f79ac8e|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "3442a908-a37e-4a67-8852-0a3caa07086f",
  "serviceName": "basic_cnf",
  "serviceVersion": "1.0",
  "serviceUUID": "bd20907a-0d62-45e4-a26b-534ed33e98ac",
  "serviceDescription": "service",
  "serviceInvariantUUID": "c0b700fc-6556-4980-bc51-b8ff09d01fd4",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf 0",
      "resourceCustomizationUUID": "6f36e545-b669-4fed-9171-e7e2f51a9028",
      "resourceName": "basic_cnf",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "5749ccc9-9d19-4ce2-934f-ca8d4abf1df5",
      "resourceInvariantUUID": "7eb25e2e-3707-4d1b-a86a-82b721d8f4f1",
      "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": "fde6b151-5b0c-4060-b82c-fc3acae5cee6",
          "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": "959922d7-3125-4196-a1da-7f9ba5342905",
          "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": "OTNjZmYwMmY3MGFlYzQ3OTU2MDlhYTk2ODVhMWE0ZDc\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "f168dd47-6799-492e-852b-412b110fe282",
          "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": "2928bb33-52d1-4f54-bcdb-756226b9cc23",
          "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": "b0969b7b-c3f1-4af6-8357-bcaf56cb3d43",
            "generatedFromUUID": "2928bb33-52d1-4f54-bcdb-756226b9cc23"
          },
          "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": "b0969b7b-c3f1-4af6-8357-bcaf56cb3d43",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnf-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
      "artifactChecksum": "YWFmZDM5NGIzNDcwZWNjMDljNTNhNTc1YTNmMjEzZDg\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "3eb129d9-3d3f-4a42-9b7a-deaebf9fb065"
    }
  ],
  "workloadContext": "Production"
}
2022-11-02T06:26:41.876Z|94e2f0b4-f7ec-47d6-9991-be2f2f79ac8e|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-11-02T06:26:41.876Z|94e2f0b4-f7ec-47d6-9991-be2f2f79ac8e|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 bd20907a-0d62-45e4-a26b-534ed33e98ac ASDC
2022-11-02T06:26:41.877Z|3442a908-a37e-4a67-8852-0a3caa07086f|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:3442a908-a37e-4a67-8852-0a3caa07086f
ServiceName:basic_cnf
ServiceVersion:1.0
ServiceUUID:bd20907a-0d62-45e4-a26b-534ed33e98ac
ServiceInvariantUUID:c0b700fc-6556-4980-bc51-b8ff09d01fd4
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:3eb129d9-3d3f-4a42-9b7a-deaebf9fb065
ArtifactChecksum:YWFmZDM5NGIzNDcwZWNjMDljNTNhNTc1YTNmMjEzZDg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf 0
ResourceCustomizationUUID:6f36e545-b669-4fed-9171-e7e2f51a9028
ResourceInvariantUUID:7eb25e2e-3707-4d1b-a86a-82b721d8f4f1
ResourceName:basic_cnf
ResourceType:VF
ResourceUUID:5749ccc9-9d19-4ce2-934f-ca8d4abf1df5
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:fde6b151-5b0c-4060-b82c-fc3acae5cee6
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:959922d7-3125-4196-a1da-7f9ba5342905
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:f168dd47-6799-492e-852b-412b110fe282
ArtifactChecksum:OTNjZmYwMmY3MGFlYzQ3OTU2MDlhYTk2ODVhMWE0ZDc=
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:2928bb33-52d1-4f54-bcdb-756226b9cc23
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:b0969b7b-c3f1-4af6-8357-bcaf56cb3d43
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:b0969b7b-c3f1-4af6-8357-bcaf56cb3d43
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-11-02T06:26:41.877Z|3442a908-a37e-4a67-8852-0a3caa07086f|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF bd20907a-0d62-45e4-a26b-534ed33e98ac ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-11-02T06:26:41.912Z|3442a908-a37e-4a67-8852-0a3caa07086f|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-02T06:26:41.913Z|3442a908-a37e-4a67-8852-0a3caa07086f|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-11-02T06:26:41.913Z|3442a908-a37e-4a67-8852-0a3caa07086f|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-11-02T06:26:41.913Z|3442a908-a37e-4a67-8852-0a3caa07086f|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 3eb129d9-3d3f-4a42-9b7a-deaebf9fb065 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-11-02T06:26:41.913Z|3442a908-a37e-4a67-8852-0a3caa07086f|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-11-02T06:26:41.914Z|3442a908-a37e-4a67-8852-0a3caa07086f|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-11-02T06:26:42.022Z|3442a908-a37e-4a67-8852-0a3caa07086f|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-11-02T06:26:42.025Z|3442a908-a37e-4a67-8852-0a3caa07086f|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 3eb129d9-3d3f-4a42-9b7a-deaebf9fb065 73676
2022-11-02T06:26:42.026Z|3442a908-a37e-4a67-8852-0a3caa07086f|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-11-02T06:26:42.026Z|3442a908-a37e-4a67-8852-0a3caa07086f|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-11-02T06:26:42.026Z|3442a908-a37e-4a67-8852-0a3caa07086f|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-02T06:26:42.026Z|3442a908-a37e-4a67-8852-0a3caa07086f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-02T06:26:42.028Z|3442a908-a37e-4a67-8852-0a3caa07086f|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-02T06:26:42.029Z|3442a908-a37e-4a67-8852-0a3caa07086f|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "3442a908-a37e-4a67-8852-0a3caa07086f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667370402026,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-02T06:26:42.129Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-02T06:26:42.130Z||pool-60-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-02T06:26:42.130Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as V5bESGozshoyR2iH) ...
2022-11-02T06:26:42.144Z||pool-60-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-02T06:26:42.144Z||pool-60-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-11-02T06:26:43.029Z|3442a908-a37e-4a67-8852-0a3caa07086f|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-02T06:26:43.030Z|3442a908-a37e-4a67-8852-0a3caa07086f|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-11-02T06:26:43.030Z|3442a908-a37e-4a67-8852-0a3caa07086f|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 3eb129d9-3d3f-4a42-9b7a-deaebf9fb065, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar
2022-11-02T06:26:43.031Z|3442a908-a37e-4a67-8852-0a3caa07086f|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar
2022-11-02T06:26:43.031Z|3442a908-a37e-4a67-8852-0a3caa07086f|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar
2022-11-02T06:26:43.031Z|3442a908-a37e-4a67-8852-0a3caa07086f|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar
2022-11-02T06:26:43.206Z|3442a908-a37e-4a67-8852-0a3caa07086f|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14966548542753181516/Definitions/service-BasicCnf-template.yml
Log warning: The required parameter "compute_dummy_metadata" is not provided
Log warning: The required parameter "compute_dummy_name" is not provided
2022-11-02T06:26:44.653Z|3442a908-a37e-4a67-8852-0a3caa07086f|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2022-11-02T06:26:44.654Z|3442a908-a37e-4a67-8852-0a3caa07086f|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-11-02T06:26:44.654Z|3442a908-a37e-4a67-8852-0a3caa07086f|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-11-02T06:26:44.655Z|3442a908-a37e-4a67-8852-0a3caa07086f|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2022-11-02T06:26:44.655Z|3442a908-a37e-4a67-8852-0a3caa07086f|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-11-02T06:26:44.655Z|3442a908-a37e-4a67-8852-0a3caa07086f|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-11-02T06:26:44.655Z|3442a908-a37e-4a67-8852-0a3caa07086f|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-11-02T06:26:44.655Z|3442a908-a37e-4a67-8852-0a3caa07086f|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-11-02T06:26:44.655Z|3442a908-a37e-4a67-8852-0a3caa07086f|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-11-02T06:26:44.656Z|3442a908-a37e-4a67-8852-0a3caa07086f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-02T06:26:44.656Z|3442a908-a37e-4a67-8852-0a3caa07086f|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-11-02T06:26:44.656Z|3442a908-a37e-4a67-8852-0a3caa07086f|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-11-02T06:26:44.657Z|3442a908-a37e-4a67-8852-0a3caa07086f|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-11-02T06:26:44.657Z|3442a908-a37e-4a67-8852-0a3caa07086f|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-02T06:26:44.657Z|3442a908-a37e-4a67-8852-0a3caa07086f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-02T06:26:44.657Z|3442a908-a37e-4a67-8852-0a3caa07086f|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-02T06:26:44.658Z|3442a908-a37e-4a67-8852-0a3caa07086f|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-11-02T06:26:44.658Z|3442a908-a37e-4a67-8852-0a3caa07086f|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-11-02T06:26:44.658Z|3442a908-a37e-4a67-8852-0a3caa07086f|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-02T06:26:44.658Z|3442a908-a37e-4a67-8852-0a3caa07086f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-02T06:26:44.658Z|3442a908-a37e-4a67-8852-0a3caa07086f|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-02T06:26:44.659Z|3442a908-a37e-4a67-8852-0a3caa07086f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-02T06:26:44.659Z|3442a908-a37e-4a67-8852-0a3caa07086f|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-11-02T06:26:44.659Z|3442a908-a37e-4a67-8852-0a3caa07086f|pool-2-thread-5|||||DEBUG|500||Node template abstract_dummy is not matching search criteria
2022-11-02T06:26:44.660Z|3442a908-a37e-4a67-8852-0a3caa07086f|pool-2-thread-5|||||DEBUG|500||Node template dummy is not matching search criteria
2022-11-02T06:26:44.660Z|3442a908-a37e-4a67-8852-0a3caa07086f|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-11-02T06:26:44.660Z|3442a908-a37e-4a67-8852-0a3caa07086f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-02T06:26:44.660Z|3442a908-a37e-4a67-8852-0a3caa07086f|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-11-02T06:26:44.660Z|3442a908-a37e-4a67-8852-0a3caa07086f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-02T06:26:44.661Z|3442a908-a37e-4a67-8852-0a3caa07086f|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-11-02T06:26:44.661Z|3442a908-a37e-4a67-8852-0a3caa07086f|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-02T06:26:44.661Z|3442a908-a37e-4a67-8852-0a3caa07086f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-02T06:26:44.662Z|3442a908-a37e-4a67-8852-0a3caa07086f|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-11-02T06:26:44.662Z|3442a908-a37e-4a67-8852-0a3caa07086f|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-02T06:26:44.662Z|3442a908-a37e-4a67-8852-0a3caa07086f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-02T06:26:44.662Z|3442a908-a37e-4a67-8852-0a3caa07086f|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-11-02T06:26:44.662Z|3442a908-a37e-4a67-8852-0a3caa07086f|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-02T06:26:44.663Z|3442a908-a37e-4a67-8852-0a3caa07086f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-02T06:26:44.663Z|3442a908-a37e-4a67-8852-0a3caa07086f|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-11-02T06:26:44.663Z|3442a908-a37e-4a67-8852-0a3caa07086f|pool-2-thread-5|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2022-11-02T06:26:44.663Z|3442a908-a37e-4a67-8852-0a3caa07086f|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=9431c165-665c-43a5-b5ca-99cee0773177
2022-11-02T06:26:44.664Z|3442a908-a37e-4a67-8852-0a3caa07086f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-02T06:26:44.664Z|3442a908-a37e-4a67-8852-0a3caa07086f|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-02T06:26:44.664Z|3442a908-a37e-4a67-8852-0a3caa07086f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-02T06:26:44.664Z|3442a908-a37e-4a67-8852-0a3caa07086f|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-02T06:26:44.665Z|3442a908-a37e-4a67-8852-0a3caa07086f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-02T06:26:44.665Z|3442a908-a37e-4a67-8852-0a3caa07086f|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-02T06:26:44.665Z|3442a908-a37e-4a67-8852-0a3caa07086f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-02T06:26:44.665Z|3442a908-a37e-4a67-8852-0a3caa07086f|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-02T06:26:44.666Z|3442a908-a37e-4a67-8852-0a3caa07086f|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf
Description:service
Model UUID:bd20907a-0d62-45e4-a26b-534ed33e98ac
Model Version:NULL
Model InvariantUuid:c0b700fc-6556-4980-bc51-b8ff09d01fd4
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf
Model UUID:5feaa02e-1e67-4f1a-ae05-a65b326e9aa2
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:7eb25e2e-3707-4d1b-a86a-82b721d8f4f1
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:6f36e545-b669-4fed-9171-e7e2f51a9028
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:79d1e95f-23e3-41be-ad82-004ae95efd05
ModelName:BasicCnf..base_dummy..module-0
ModelUuid:53e69f6f-6da2-47c0-8e70-d530c699b352
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:9431c165-665c-43a5-b5ca-99cee0773177
ModelInvariantUuid:f0308115-d51b-4e94-8e68-fb30bd475967
ModelName:basic_cnf-nodes.dummyCvfc
ModelUuid:f1a7543a-a46e-497a-bd5c-faba5573b352
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy


VNFC Properties:
ModelCustomizationUuid:8a02c0a9-4f74-421d-8d1a-cb229d2c0d92
ModelInvariantUuid:9e5fc7ee-524d-4810-93e9-70a1af487686
ModelName:BasicCnf.compute.nodes.heat.dummy
ModelUuid:a073119b-a11b-4cc6-8fa3-6f0153b1df33
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-11-02T06:26:44.672Z|3442a908-a37e-4a67-8852-0a3caa07086f|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: 5749ccc9-9d19-4ce2-934f-ca8d4abf1df5
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-02T06:26:44.675Z|3442a908-a37e-4a67-8852-0a3caa07086f|pool-2-thread-5|||||INFO|500||basic_cnf 0
2022-11-02T06:26:44.675Z|3442a908-a37e-4a67-8852-0a3caa07086f|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 5749ccc9-9d19-4ce2-934f-ca8d4abf1df5
2022-11-02T06:26:44.675Z|3442a908-a37e-4a67-8852-0a3caa07086f|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: fde6b151-5b0c-4060-b82c-fc3acae5cee6 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2022-11-02T06:26:44.675Z|3442a908-a37e-4a67-8852-0a3caa07086f|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-11-02T06:26:44.675Z|3442a908-a37e-4a67-8852-0a3caa07086f|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-11-02T06:26:44.763Z|3442a908-a37e-4a67-8852-0a3caa07086f|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-11-02T06:26:44.763Z|3442a908-a37e-4a67-8852-0a3caa07086f|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 fde6b151-5b0c-4060-b82c-fc3acae5cee6 12
2022-11-02T06:26:44.764Z|3442a908-a37e-4a67-8852-0a3caa07086f|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-11-02T06:26:44.764Z|3442a908-a37e-4a67-8852-0a3caa07086f|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-11-02T06:26:44.764Z|3442a908-a37e-4a67-8852-0a3caa07086f|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-02T06:26:44.764Z|3442a908-a37e-4a67-8852-0a3caa07086f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-02T06:26:44.766Z|3442a908-a37e-4a67-8852-0a3caa07086f|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-02T06:26:44.766Z|3442a908-a37e-4a67-8852-0a3caa07086f|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "3442a908-a37e-4a67-8852-0a3caa07086f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667370404764,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2022-11-02T06:26:44.866Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-02T06:26:44.867Z||pool-61-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-02T06:26:44.868Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as V5bESGozshoyR2iH) ...
2022-11-02T06:26:44.881Z||pool-61-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-02T06:26:44.881Z||pool-61-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-11-02T06:26:45.767Z|3442a908-a37e-4a67-8852-0a3caa07086f|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 959922d7-3125-4196-a1da-7f9ba5342905 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2022-11-02T06:26:45.767Z|3442a908-a37e-4a67-8852-0a3caa07086f|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-11-02T06:26:45.769Z|3442a908-a37e-4a67-8852-0a3caa07086f|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-11-02T06:26:45.824Z|3442a908-a37e-4a67-8852-0a3caa07086f|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-11-02T06:26:45.824Z|3442a908-a37e-4a67-8852-0a3caa07086f|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 959922d7-3125-4196-a1da-7f9ba5342905 2688
2022-11-02T06:26:45.825Z|3442a908-a37e-4a67-8852-0a3caa07086f|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-11-02T06:26:45.825Z|3442a908-a37e-4a67-8852-0a3caa07086f|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-11-02T06:26:45.825Z|3442a908-a37e-4a67-8852-0a3caa07086f|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-02T06:26:45.826Z|3442a908-a37e-4a67-8852-0a3caa07086f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-02T06:26:45.828Z|3442a908-a37e-4a67-8852-0a3caa07086f|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-02T06:26:45.828Z|3442a908-a37e-4a67-8852-0a3caa07086f|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "3442a908-a37e-4a67-8852-0a3caa07086f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667370405825,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-11-02T06:26:45.928Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-02T06:26:45.929Z||pool-62-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-02T06:26:45.929Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as V5bESGozshoyR2iH) ...
2022-11-02T06:26:45.941Z||pool-62-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-02T06:26:45.942Z||pool-62-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-11-02T06:26:46.830Z|3442a908-a37e-4a67-8852-0a3caa07086f|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: f168dd47-6799-492e-852b-412b110fe282 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-11-02T06:26:46.830Z|3442a908-a37e-4a67-8852-0a3caa07086f|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-11-02T06:26:46.830Z|3442a908-a37e-4a67-8852-0a3caa07086f|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-11-02T06:26:46.882Z|3442a908-a37e-4a67-8852-0a3caa07086f|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-11-02T06:26:46.882Z|3442a908-a37e-4a67-8852-0a3caa07086f|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 f168dd47-6799-492e-852b-412b110fe282 828
2022-11-02T06:26:46.882Z|3442a908-a37e-4a67-8852-0a3caa07086f|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-11-02T06:26:46.883Z|3442a908-a37e-4a67-8852-0a3caa07086f|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-11-02T06:26:46.883Z|3442a908-a37e-4a67-8852-0a3caa07086f|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-02T06:26:46.883Z|3442a908-a37e-4a67-8852-0a3caa07086f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-02T06:26:46.885Z|3442a908-a37e-4a67-8852-0a3caa07086f|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-02T06:26:46.885Z|3442a908-a37e-4a67-8852-0a3caa07086f|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "3442a908-a37e-4a67-8852-0a3caa07086f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667370406882,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-11-02T06:26:46.986Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-02T06:26:46.987Z||pool-63-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-02T06:26:46.987Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as V5bESGozshoyR2iH) ...
2022-11-02T06:26:47.000Z||pool-63-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-02T06:26:47.001Z||pool-63-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-11-02T06:26:47.886Z|3442a908-a37e-4a67-8852-0a3caa07086f|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "79d1e95f-23e3-41be-ad82-004ae95efd05",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "53e69f6f-6da2-47c0-8e70-d530c699b352",
    "vfModuleModelCustomizationUUID": "a0482483-79a2-4342-9ec6-e769e4886d18",
    "isBase": true,
    "artifacts": [
      "959922d7-3125-4196-a1da-7f9ba5342905",
      "2928bb33-52d1-4f54-bcdb-756226b9cc23",
      "b0969b7b-c3f1-4af6-8357-bcaf56cb3d43"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_dummy",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-11-02T06:26:47.891Z|3442a908-a37e-4a67-8852-0a3caa07086f|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:53e69f6f-6da2-47c0-8e70-d530c699b352
VfModuleModelInvariantUUID:79d1e95f-23e3-41be-ad82-004ae95efd05
VfModuleModelDescription:NULL
Artifacts UUID List:{
959922d7-3125-4196-a1da-7f9ba5342905
,
2928bb33-52d1-4f54-bcdb-756226b9cc23
,
b0969b7b-c3f1-4af6-8357-bcaf56cb3d43

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

isBase:true


}

2022-11-02T06:26:47.892Z|3442a908-a37e-4a67-8852-0a3caa07086f|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "79d1e95f-23e3-41be-ad82-004ae95efd05",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "53e69f6f-6da2-47c0-8e70-d530c699b352",
    "vfModuleModelCustomizationUUID": "a0482483-79a2-4342-9ec6-e769e4886d18",
    "isBase": true,
    "artifacts": [
      "959922d7-3125-4196-a1da-7f9ba5342905",
      "2928bb33-52d1-4f54-bcdb-756226b9cc23",
      "b0969b7b-c3f1-4af6-8357-bcaf56cb3d43"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_dummy",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-11-02T06:26:47.893Z|3442a908-a37e-4a67-8852-0a3caa07086f|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:53e69f6f-6da2-47c0-8e70-d530c699b352
VfModuleModelInvariantUUID:79d1e95f-23e3-41be-ad82-004ae95efd05
VfModuleModelDescription:NULL
Artifacts UUID List:{
959922d7-3125-4196-a1da-7f9ba5342905
,
2928bb33-52d1-4f54-bcdb-756226b9cc23
,
b0969b7b-c3f1-4af6-8357-bcaf56cb3d43

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

isBase:true


}

2022-11-02T06:26:47.893Z|3442a908-a37e-4a67-8852-0a3caa07086f|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 2928bb33-52d1-4f54-bcdb-756226b9cc23 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-11-02T06:26:47.893Z|3442a908-a37e-4a67-8852-0a3caa07086f|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-11-02T06:26:47.893Z|3442a908-a37e-4a67-8852-0a3caa07086f|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-11-02T06:26:47.941Z|3442a908-a37e-4a67-8852-0a3caa07086f|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-11-02T06:26:47.941Z|3442a908-a37e-4a67-8852-0a3caa07086f|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2928bb33-52d1-4f54-bcdb-756226b9cc23 1164
2022-11-02T06:26:47.941Z|3442a908-a37e-4a67-8852-0a3caa07086f|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-11-02T06:26:47.942Z|3442a908-a37e-4a67-8852-0a3caa07086f|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-11-02T06:26:47.942Z|3442a908-a37e-4a67-8852-0a3caa07086f|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-02T06:26:47.942Z|3442a908-a37e-4a67-8852-0a3caa07086f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-02T06:26:47.944Z|3442a908-a37e-4a67-8852-0a3caa07086f|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-02T06:26:47.944Z|3442a908-a37e-4a67-8852-0a3caa07086f|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "3442a908-a37e-4a67-8852-0a3caa07086f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667370407941,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-11-02T06:26:48.044Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-02T06:26:48.045Z||pool-64-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-02T06:26:48.045Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as V5bESGozshoyR2iH) ...
2022-11-02T06:26:48.083Z||pool-64-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-02T06:26:48.083Z||pool-64-thread-1|||||INFO|500||cambria reply ok (39 ms):{"serverTimeMs":2,"count":1}
2022-11-02T06:26:48.947Z|3442a908-a37e-4a67-8852-0a3caa07086f|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: b0969b7b-c3f1-4af6-8357-bcaf56cb3d43 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-11-02T06:26:48.948Z|3442a908-a37e-4a67-8852-0a3caa07086f|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-11-02T06:26:48.948Z|3442a908-a37e-4a67-8852-0a3caa07086f|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-11-02T06:26:49.000Z|3442a908-a37e-4a67-8852-0a3caa07086f|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-11-02T06:26:49.001Z|3442a908-a37e-4a67-8852-0a3caa07086f|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env b0969b7b-c3f1-4af6-8357-bcaf56cb3d43 200
2022-11-02T06:26:49.002Z|3442a908-a37e-4a67-8852-0a3caa07086f|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-11-02T06:26:49.002Z|3442a908-a37e-4a67-8852-0a3caa07086f|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-11-02T06:26:49.002Z|3442a908-a37e-4a67-8852-0a3caa07086f|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-02T06:26:49.003Z|3442a908-a37e-4a67-8852-0a3caa07086f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-02T06:26:49.005Z|3442a908-a37e-4a67-8852-0a3caa07086f|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-02T06:26:49.005Z|3442a908-a37e-4a67-8852-0a3caa07086f|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "3442a908-a37e-4a67-8852-0a3caa07086f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667370409001,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-11-02T06:26:49.105Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-02T06:26:49.106Z||pool-65-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-02T06:26:49.106Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as V5bESGozshoyR2iH) ...
2022-11-02T06:26:49.118Z||pool-65-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-02T06:26:49.119Z||pool-65-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-11-02T06:26:50.006Z|3442a908-a37e-4a67-8852-0a3caa07086f|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: bd20907a-0d62-45e4-a26b-534ed33e98ac
2022-11-02T06:26:50.007Z|3442a908-a37e-4a67-8852-0a3caa07086f|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 5749ccc9-9d19-4ce2-934f-ca8d4abf1df5 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=?
2022-11-02T06:26:50.024Z|3442a908-a37e-4a67-8852-0a3caa07086f|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 heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-02T06:26:50.029Z|3442a908-a37e-4a67-8852-0a3caa07086f|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7322a3bc, org.onap.sdc.toscaparser.api.parameters.Input@3a04d854, org.onap.sdc.toscaparser.api.parameters.Input@3ea8b12d, org.onap.sdc.toscaparser.api.parameters.Input@5f37d3c0, org.onap.sdc.toscaparser.api.parameters.Input@39eeb4d9]
2022-11-02T06:26:50.031Z|3442a908-a37e-4a67-8852-0a3caa07086f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-02T06:26:50.031Z|3442a908-a37e-4a67-8852-0a3caa07086f|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-02T06:26:50.032Z|3442a908-a37e-4a67-8852-0a3caa07086f|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic 
2022-11-02T06:26:50.032Z|3442a908-a37e-4a67-8852-0a3caa07086f|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= 6f36e545-b669-4fed-9171-e7e2f51a9028
2022-11-02T06:26:50.032Z|3442a908-a37e-4a67-8852-0a3caa07086f|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 6f36e545-b669-4fed-9171-e7e2f51a9028 matches Tosca VF Customization UUID: 6f36e545-b669-4fed-9171-e7e2f51a9028
2022-11-02T06:26:50.033Z|3442a908-a37e-4a67-8852-0a3caa07086f|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: 6f36e545-b669-4fed-9171-e7e2f51a9028  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-11-02T06:26:50.036Z|3442a908-a37e-4a67-8852-0a3caa07086f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-02T06:26:50.036Z|3442a908-a37e-4a67-8852-0a3caa07086f|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-02T06:26:50.037Z|3442a908-a37e-4a67-8852-0a3caa07086f|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id 6f36e545-b669-4fed-9171-e7e2f51a9028: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-11-02T06:26:50.037Z|3442a908-a37e-4a67-8852-0a3caa07086f|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@3fa69054
2022-11-02T06:26:50.037Z|3442a908-a37e-4a67-8852-0a3caa07086f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-02T06:26:50.038Z|3442a908-a37e-4a67-8852-0a3caa07086f|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-11-02T06:26:50.038Z|3442a908-a37e-4a67-8852-0a3caa07086f|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : a0482483-79a2-4342-9ec6-e769e4886d18
2022-11-02T06:26:50.038Z|3442a908-a37e-4a67-8852-0a3caa07086f|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID a0482483-79a2-4342-9ec6-e769e4886d18
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-11-02T06:26:50.041Z|3442a908-a37e-4a67-8852-0a3caa07086f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-02T06:26:50.041Z|3442a908-a37e-4a67-8852-0a3caa07086f|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-11-02T06:26:50.041Z|3442a908-a37e-4a67-8852-0a3caa07086f|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-02T06:26:50.042Z|3442a908-a37e-4a67-8852-0a3caa07086f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-02T06:26:50.042Z|3442a908-a37e-4a67-8852-0a3caa07086f|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-11-02T06:26:50.042Z|3442a908-a37e-4a67-8852-0a3caa07086f|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-02T06:26:50.042Z|3442a908-a37e-4a67-8852-0a3caa07086f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-02T06:26:50.043Z|3442a908-a37e-4a67-8852-0a3caa07086f|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-11-02T06:26:50.043Z|3442a908-a37e-4a67-8852-0a3caa07086f|pool-2-thread-5|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2022-11-02T06:26:50.043Z|3442a908-a37e-4a67-8852-0a3caa07086f|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=9431c165-665c-43a5-b5ca-99cee0773177
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-11-02T06:26:50.046Z|3442a908-a37e-4a67-8852-0a3caa07086f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-02T06:26:50.046Z|3442a908-a37e-4a67-8852-0a3caa07086f|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-11-02T06:26:50.046Z|3442a908-a37e-4a67-8852-0a3caa07086f|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-02T06:26:50.047Z|3442a908-a37e-4a67-8852-0a3caa07086f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-02T06:26:50.047Z|3442a908-a37e-4a67-8852-0a3caa07086f|pool-2-thread-5|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-11-02T06:26:50.047Z|3442a908-a37e-4a67-8852-0a3caa07086f|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=6f36e545-b669-4fed-9171-e7e2f51a9028
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-02T06:26:50.049Z|3442a908-a37e-4a67-8852-0a3caa07086f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-02T06:26:50.049Z|3442a908-a37e-4a67-8852-0a3caa07086f|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-02T06:26:50.050Z|3442a908-a37e-4a67-8852-0a3caa07086f|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid bd20907a-0d62-45e4-a26b-534ed33e98ac: basic_cnf
2022-11-02T06:26:50.050Z|3442a908-a37e-4a67-8852-0a3caa07086f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-02T06:26:50.050Z|3442a908-a37e-4a67-8852-0a3caa07086f|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-02T06:26:50.051Z|3442a908-a37e-4a67-8852-0a3caa07086f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-02T06:26:50.051Z|3442a908-a37e-4a67-8852-0a3caa07086f|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-02T06:26:50.051Z|3442a908-a37e-4a67-8852-0a3caa07086f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-02T06:26:50.051Z|3442a908-a37e-4a67-8852-0a3caa07086f|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-02T06:26:50.052Z|3442a908-a37e-4a67-8852-0a3caa07086f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-02T06:26:50.052Z|3442a908-a37e-4a67-8852-0a3caa07086f|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-11-02T06:26:50.052Z|3442a908-a37e-4a67-8852-0a3caa07086f|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-02T06:26:50.052Z|3442a908-a37e-4a67-8852-0a3caa07086f|pool-2-thread-5|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-02T06:26:50.053Z|3442a908-a37e-4a67-8852-0a3caa07086f|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-11-02T06:26:50.133Z|3442a908-a37e-4a67-8852-0a3caa07086f|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf 5749ccc9-9d19-4ce2-934f-ca8d4abf1df5 1 ASDC deployResourceStructure
2022-11-02T06:26:50.134Z|3442a908-a37e-4a67-8852-0a3caa07086f|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-11-02T06:26:50.135Z|3442a908-a37e-4a67-8852-0a3caa07086f|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-11-02T06:26:50.135Z|3442a908-a37e-4a67-8852-0a3caa07086f|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-11-02T06:26:50.136Z|3442a908-a37e-4a67-8852-0a3caa07086f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-02T06:26:50.138Z|3442a908-a37e-4a67-8852-0a3caa07086f|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-02T06:26:50.138Z|3442a908-a37e-4a67-8852-0a3caa07086f|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "3442a908-a37e-4a67-8852-0a3caa07086f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667370410134,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-11-02T06:26:50.238Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-02T06:26:50.239Z||pool-66-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-02T06:26:50.239Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as V5bESGozshoyR2iH) ...
2022-11-02T06:26:50.255Z||pool-66-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-02T06:26:50.256Z||pool-66-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-11-02T06:26:51.139Z|3442a908-a37e-4a67-8852-0a3caa07086f|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-11-02T06:26:51.140Z|3442a908-a37e-4a67-8852-0a3caa07086f|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-11-02T06:26:51.140Z|3442a908-a37e-4a67-8852-0a3caa07086f|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-11-02T06:26:51.140Z|3442a908-a37e-4a67-8852-0a3caa07086f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-02T06:26:51.142Z|3442a908-a37e-4a67-8852-0a3caa07086f|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-02T06:26:51.142Z|3442a908-a37e-4a67-8852-0a3caa07086f|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "3442a908-a37e-4a67-8852-0a3caa07086f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667370411139,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-11-02T06:26:51.243Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-02T06:26:51.244Z||pool-67-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-02T06:26:51.244Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as V5bESGozshoyR2iH) ...
2022-11-02T06:26:51.258Z||pool-67-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-02T06:26:51.259Z||pool-67-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-11-02T06:26:52.144Z|3442a908-a37e-4a67-8852-0a3caa07086f|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-11-02T06:26:52.144Z|3442a908-a37e-4a67-8852-0a3caa07086f|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-11-02T06:26:52.145Z|3442a908-a37e-4a67-8852-0a3caa07086f|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-02T06:26:52.145Z|3442a908-a37e-4a67-8852-0a3caa07086f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-02T06:26:52.147Z|3442a908-a37e-4a67-8852-0a3caa07086f|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-02T06:26:52.148Z|3442a908-a37e-4a67-8852-0a3caa07086f|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "3442a908-a37e-4a67-8852-0a3caa07086f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667370412144,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-11-02T06:26:52.248Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-02T06:26:52.249Z||pool-68-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-02T06:26:52.249Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as V5bESGozshoyR2iH) ...
2022-11-02T06:26:52.262Z||pool-68-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-02T06:26:52.263Z||pool-68-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-11-02T06:26:53.149Z|3442a908-a37e-4a67-8852-0a3caa07086f|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-11-02T06:26:53.149Z|3442a908-a37e-4a67-8852-0a3caa07086f|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-11-02T06:26:53.150Z|3442a908-a37e-4a67-8852-0a3caa07086f|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-02T06:26:53.150Z|3442a908-a37e-4a67-8852-0a3caa07086f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-02T06:26:53.152Z|3442a908-a37e-4a67-8852-0a3caa07086f|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-02T06:26:53.152Z|3442a908-a37e-4a67-8852-0a3caa07086f|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "3442a908-a37e-4a67-8852-0a3caa07086f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667370413149,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2022-11-02T06:26:53.253Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-02T06:26:53.254Z||pool-69-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-02T06:26:53.254Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as V5bESGozshoyR2iH) ...
2022-11-02T06:26:53.266Z||pool-69-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-02T06:26:53.267Z||pool-69-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-11-02T06:26:54.153Z|3442a908-a37e-4a67-8852-0a3caa07086f|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-11-02T06:26:54.154Z|3442a908-a37e-4a67-8852-0a3caa07086f|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-11-02T06:26:54.154Z|3442a908-a37e-4a67-8852-0a3caa07086f|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-02T06:26:54.154Z|3442a908-a37e-4a67-8852-0a3caa07086f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-02T06:26:54.156Z|3442a908-a37e-4a67-8852-0a3caa07086f|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-02T06:26:54.156Z|3442a908-a37e-4a67-8852-0a3caa07086f|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "3442a908-a37e-4a67-8852-0a3caa07086f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667370414153,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2022-11-02T06:26:54.256Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-02T06:26:54.257Z||pool-70-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-02T06:26:54.257Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as V5bESGozshoyR2iH) ...
2022-11-02T06:26:54.271Z||pool-70-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-02T06:26:54.271Z||pool-70-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-11-02T06:26:55.157Z|3442a908-a37e-4a67-8852-0a3caa07086f|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-11-02T06:26:55.158Z|3442a908-a37e-4a67-8852-0a3caa07086f|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-11-02T06:26:55.158Z|3442a908-a37e-4a67-8852-0a3caa07086f|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-02T06:26:55.159Z|3442a908-a37e-4a67-8852-0a3caa07086f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-02T06:26:55.162Z|3442a908-a37e-4a67-8852-0a3caa07086f|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-02T06:26:55.162Z|3442a908-a37e-4a67-8852-0a3caa07086f|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "3442a908-a37e-4a67-8852-0a3caa07086f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667370415157,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-02T06:26:55.262Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-02T06:26:55.263Z||pool-71-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-02T06:26:55.263Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as V5bESGozshoyR2iH) ...
2022-11-02T06:26:55.277Z||pool-71-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-02T06:26:55.277Z||pool-71-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-11-02T06:26:56.164Z|3442a908-a37e-4a67-8852-0a3caa07086f|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3442a908-a37e-4a67-8852-0a3caa07086f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-02T06:26:56.174Z|3442a908-a37e-4a67-8852-0a3caa07086f|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3442a908-a37e-4a67-8852-0a3caa07086f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-02T06:26:56.176Z|3442a908-a37e-4a67-8852-0a3caa07086f|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-02T06:26:56.176Z|3442a908-a37e-4a67-8852-0a3caa07086f|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-11-02T06:26:56.176Z|3442a908-a37e-4a67-8852-0a3caa07086f|pool-2-thread-5|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-02T06:26:56.176Z|3442a908-a37e-4a67-8852-0a3caa07086f|pool-2-thread-5|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-02T06:27:00.717Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T06:27:00.718Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-02T06:27:00.718Z||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 V5bESGozshoyR2iH) ...
2022-11-02T06:27:00.765Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-02T06:27:00.765Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-02T06:27:00.766Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "541dbaa1-395b-4593-b5cd-a2142cfddfbb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667370239415,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-11-02T06:27:00.766Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-02T06:27:00.766Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-02T06:27:00.766Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "541dbaa1-395b-4593-b5cd-a2142cfddfbb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667370237424,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-02T06:27:00.767Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-02T06:27:00.767Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-02T06:27:00.767Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3442a908-a37e-4a67-8852-0a3caa07086f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667370240052,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-02T06:27:00.767Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-02T06:27:00.767Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-02T06:27:00.767Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "541dbaa1-395b-4593-b5cd-a2142cfddfbb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667370237424,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-02T06:27:00.767Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-02T06:27:00.767Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-02T06:27:00.767Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3442a908-a37e-4a67-8852-0a3caa07086f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667370241056,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-02T06:27:00.774Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 3442a908-a37e-4a67-8852-0a3caa07086f
2022-11-02T06:27:00.774Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3442a908-a37e-4a67-8852-0a3caa07086f and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-02T06:27:00.781Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-02T06:27:00.781Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "541dbaa1-395b-4593-b5cd-a2142cfddfbb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667370237424,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-11-02T06:27:00.781Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-02T06:27:00.781Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-02T06:27:00.781Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "541dbaa1-395b-4593-b5cd-a2142cfddfbb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667370227825,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-02T06:27:00.782Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-02T06:27:00.782Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-02T06:27:00.782Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "541dbaa1-395b-4593-b5cd-a2142cfddfbb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667370237424,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-02T06:27:00.782Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-02T06:27:00.782Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-02T06:27:00.782Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "541dbaa1-395b-4593-b5cd-a2142cfddfbb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667370227825,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-02T06:27:00.782Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-02T06:27:00.782Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-02T06:27:00.782Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "541dbaa1-395b-4593-b5cd-a2142cfddfbb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667370237424,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-02T06:27:00.782Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-02T06:27:00.782Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-02T06:27:00.782Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "541dbaa1-395b-4593-b5cd-a2142cfddfbb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667370227825,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-02T06:27:00.783Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-02T06:27:00.783Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-02T06:27:00.783Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "541dbaa1-395b-4593-b5cd-a2142cfddfbb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667370227825,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-02T06:27:00.783Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-02T06:27:00.783Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-02T06:27:00.783Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "541dbaa1-395b-4593-b5cd-a2142cfddfbb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667370227825,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-11-02T06:27:00.783Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-02T06:27:00.783Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-02T06:27:00.783Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "541dbaa1-395b-4593-b5cd-a2142cfddfbb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667370227825,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-02T06:27:00.783Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-02T06:27:00.783Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-02T06:27:00.784Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "541dbaa1-395b-4593-b5cd-a2142cfddfbb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667370227825,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-11-02T06:27:00.784Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-02T06:27:00.784Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-02T06:27:00.784Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "541dbaa1-395b-4593-b5cd-a2142cfddfbb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667370249170,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-02T06:27:00.784Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-02T06:27:00.784Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-02T06:27:00.784Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "541dbaa1-395b-4593-b5cd-a2142cfddfbb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667370251616,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-02T06:27:00.784Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-02T06:27:00.784Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-02T06:27:00.784Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "541dbaa1-395b-4593-b5cd-a2142cfddfbb",
  "consumerID": "aai-ml",
  "timestamp": 1667370252526,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-02T06:27:00.784Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-02T06:27:00.785Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-02T06:27:00.785Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "541dbaa1-395b-4593-b5cd-a2142cfddfbb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667370252623,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-02T06:27:00.788Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 541dbaa1-395b-4593-b5cd-a2142cfddfbb
2022-11-02T06:27:00.788Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 541dbaa1-395b-4593-b5cd-a2142cfddfbb and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-02T06:27:00.797Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-02T06:27:00.798Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "541dbaa1-395b-4593-b5cd-a2142cfddfbb",
  "consumerID": "aai-ml",
  "timestamp": 1667370252526,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-02T06:27:00.798Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-02T06:27:00.798Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-02T06:27:00.798Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "541dbaa1-395b-4593-b5cd-a2142cfddfbb",
  "consumerID": "aai-ml",
  "timestamp": 1667370252526,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-02T06:27:00.798Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-02T06:27:00.798Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-02T06:27:00.798Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "541dbaa1-395b-4593-b5cd-a2142cfddfbb",
  "consumerID": "aai-ml",
  "timestamp": 1667370252526,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-02T06:27:00.798Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-02T06:27:00.798Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-02T06:27:00.798Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "541dbaa1-395b-4593-b5cd-a2142cfddfbb",
  "consumerID": "aai-ml",
  "timestamp": 1667370252526,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-11-02T06:27:00.799Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-02T06:27:00.799Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-02T06:27:00.799Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "541dbaa1-395b-4593-b5cd-a2142cfddfbb",
  "consumerID": "aai-ml",
  "timestamp": 1667370252526,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-02T06:27:00.799Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-02T06:27:00.799Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-02T06:27:00.799Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "541dbaa1-395b-4593-b5cd-a2142cfddfbb",
  "consumerID": "aai-ml",
  "timestamp": 1667370252526,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-11-02T06:27:00.799Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-02T06:27:00.799Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-02T06:27:00.799Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "541dbaa1-395b-4593-b5cd-a2142cfddfbb",
  "consumerID": "aai-ml",
  "timestamp": 1667370260263,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-02T06:27:00.799Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-02T06:27:00.799Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-02T06:27:00.800Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "541dbaa1-395b-4593-b5cd-a2142cfddfbb",
  "consumerID": "aai-ml",
  "timestamp": 1667370267328,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-02T06:27:00.800Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-02T06:27:00.800Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-02T06:27:00.800Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "541dbaa1-395b-4593-b5cd-a2142cfddfbb",
  "consumerID": "aai-ml",
  "timestamp": 1667370268332,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-02T06:27:00.804Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 541dbaa1-395b-4593-b5cd-a2142cfddfbb
2022-11-02T06:27:00.804Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 541dbaa1-395b-4593-b5cd-a2142cfddfbb and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-02T06:27:00.813Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-02T06:27:00.814Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "605a736e-c120-4f5e-af48-c7d511e4697d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667370284782,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-02T06:27:00.814Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-02T06:27:00.814Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-02T06:27:00.814Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94e2f0b4-f7ec-47d6-9991-be2f2f79ac8e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667370285800,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYmkrdzldnfpieyztdlhh/1.0/resourceInstances/pnfd35ee08aac3a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-02T06:27:00.814Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-02T06:27:00.814Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-02T06:27:00.814Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94e2f0b4-f7ec-47d6-9991-be2f2f79ac8e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667370285800,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYmkrdzldnfpieyztdlhh/1.0/resourceInstances/pnfd35ee08aac3a0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-02T06:27:00.814Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-02T06:27:00.814Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-02T06:27:00.814Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94e2f0b4-f7ec-47d6-9991-be2f2f79ac8e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667370285800,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYmkrdzldnfpieyztdlhh/1.0/resourceInstances/pnfd35ee08aac3a0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-11-02T06:27:00.815Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-02T06:27:00.815Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-02T06:27:00.815Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94e2f0b4-f7ec-47d6-9991-be2f2f79ac8e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667370285800,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYmkrdzldnfpieyztdlhh/1.0/resourceInstances/pnfd35ee08aac3a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-02T06:27:00.815Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-02T06:27:00.815Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-02T06:27:00.815Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94e2f0b4-f7ec-47d6-9991-be2f2f79ac8e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667370285800,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYmkrdzldnfpieyztdlhh/1.0/resourceInstances/pnfd35ee08aac3a0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-02T06:27:00.815Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-02T06:27:00.815Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-02T06:27:00.815Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94e2f0b4-f7ec-47d6-9991-be2f2f79ac8e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667370285800,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYmkrdzldnfpieyztdlhh/1.0/resourceInstances/pnfd35ee08aac3a0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-02T06:27:00.815Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-02T06:27:00.816Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-02T06:27:00.816Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94e2f0b4-f7ec-47d6-9991-be2f2f79ac8e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667370285800,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYmkrdzldnfpieyztdlhh/1.0/artifacts/service-DemoPnfYmkrdzldnfpieyztdlhh-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-02T06:27:00.816Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-02T06:27:00.816Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-02T06:27:00.816Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94e2f0b4-f7ec-47d6-9991-be2f2f79ac8e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667370285800,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYmkrdzldnfpieyztdlhh/1.0/artifacts/service-DemoPnfYmkrdzldnfpieyztdlhh-csar.csar",
  "status": "NOTIFIED"
}
2022-11-02T06:27:00.816Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-02T06:27:00.816Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-02T06:27:00.816Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94e2f0b4-f7ec-47d6-9991-be2f2f79ac8e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667370298405,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYmkrdzldnfpieyztdlhh/1.0/artifacts/service-DemoPnfYmkrdzldnfpieyztdlhh-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-02T06:27:00.816Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-02T06:27:00.816Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-02T06:27:00.816Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94e2f0b4-f7ec-47d6-9991-be2f2f79ac8e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667370300493,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfYmkrdzldnfpieyztdlhh/1.0/artifacts/service-DemoPnfYmkrdzldnfpieyztdlhh-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-02T06:27:00.816Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-02T06:27:26.176Z|3442a908-a37e-4a67-8852-0a3caa07086f|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3442a908-a37e-4a67-8852-0a3caa07086f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-02T06:27:26.187Z|3442a908-a37e-4a67-8852-0a3caa07086f|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3442a908-a37e-4a67-8852-0a3caa07086f
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-02T06:27:26.190Z|3442a908-a37e-4a67-8852-0a3caa07086f|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-02T06:27:26.190Z|3442a908-a37e-4a67-8852-0a3caa07086f|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-11-02T06:27:26.190Z|3442a908-a37e-4a67-8852-0a3caa07086f|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-11-02T06:27:26.190Z|3442a908-a37e-4a67-8852-0a3caa07086f|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-11-02T06:27:26.190Z|3442a908-a37e-4a67-8852-0a3caa07086f|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-02T06:27:26.190Z|3442a908-a37e-4a67-8852-0a3caa07086f|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-02T06:27:26.190Z|3442a908-a37e-4a67-8852-0a3caa07086f|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-02T06:27:26.190Z|3442a908-a37e-4a67-8852-0a3caa07086f|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-02T06:27:26.191Z|3442a908-a37e-4a67-8852-0a3caa07086f|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-02T06:27:26.191Z|3442a908-a37e-4a67-8852-0a3caa07086f|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-11-02T06:27:26.195Z|3442a908-a37e-4a67-8852-0a3caa07086f|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-11-02T06:27:56.200Z|3442a908-a37e-4a67-8852-0a3caa07086f|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 3442a908-a37e-4a67-8852-0a3caa07086f and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-11-02T06:27:56.214Z|3442a908-a37e-4a67-8852-0a3caa07086f|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 3442a908-a37e-4a67-8852-0a3caa07086f and serviceModelVersionId: bd20907a-0d62-45e4-a26b-534ed33e98ac
2022-11-02T06:27:56.214Z|3442a908-a37e-4a67-8852-0a3caa07086f|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : c0b700fc-6556-4980-bc51-b8ff09d01fd4
2022-11-02T06:27:56.215Z|3442a908-a37e-4a67-8852-0a3caa07086f|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/c0b700fc-6556-4980-bc51-b8ff09d01fd4/model-vers/model-ver/bd20907a-0d62-45e4-a26b-534ed33e98ac?depth=0
2022-11-02T06:27:56.219Z|3442a908-a37e-4a67-8852-0a3caa07086f|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2022-11-02T06:27:56.268Z|3442a908-a37e-4a67-8852-0a3caa07086f|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/c0b700fc-6556-4980-bc51-b8ff09d01fd4/model-vers/model-ver/bd20907a-0d62-45e4-a26b-534ed33e98ac?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-11-02T06:27:56.270Z|3442a908-a37e-4a67-8852-0a3caa07086f|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c0b700fc-6556-4980-bc51-b8ff09d01fd4/model-vers/model-ver/bd20907a-0d62-45e4-a26b-534ed33e98ac?depth=0|INFO|500||Invoke
2022-11-02T06:27:56.293Z|3442a908-a37e-4a67-8852-0a3caa07086f|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c0b700fc-6556-4980-bc51-b8ff09d01fd4/model-vers/model-ver/bd20907a-0d62-45e4-a26b-534ed33e98ac?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-11-02T06:27:56.395Z|3442a908-a37e-4a67-8852-0a3caa07086f|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c0b700fc-6556-4980-bc51-b8ff09d01fd4/model-vers/model-ver/bd20907a-0d62-45e4-a26b-534ed33e98ac?depth=0|INFO|500||InvokeReturn
2022-11-02T06:27:56.396Z|3442a908-a37e-4a67-8852-0a3caa07086f|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/c0b700fc-6556-4980-bc51-b8ff09d01fd4/model-vers/model-ver/bd20907a-0d62-45e4-a26b-534ed33e98ac?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-221102-06:27:55:592-50370], vertex-id=[245936], Content-Length=[0], Date=[Wed, 02 Nov 2022 06:27:55 GMT], Content-Type=[application/json]}
2022-11-02T06:27:56.396Z|3442a908-a37e-4a67-8852-0a3caa07086f|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity.
2022-11-02T06:27:56.396Z|3442a908-a37e-4a67-8852-0a3caa07086f|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-11-02T06:27:56.396Z|3442a908-a37e-4a67-8852-0a3caa07086f|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-11-02T06:27:56.403Z|3442a908-a37e-4a67-8852-0a3caa07086f|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-11-02T06:27:56.403Z|3442a908-a37e-4a67-8852-0a3caa07086f|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 3442a908-a37e-4a67-8852-0a3caa07086f and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-11-02T06:27:56.404Z|3442a908-a37e-4a67-8852-0a3caa07086f|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-11-02T06:27:56.404Z|3442a908-a37e-4a67-8852-0a3caa07086f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-02T06:27:56.406Z|3442a908-a37e-4a67-8852-0a3caa07086f|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-02T06:27:56.406Z|3442a908-a37e-4a67-8852-0a3caa07086f|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "3442a908-a37e-4a67-8852-0a3caa07086f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667370476403,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-02T06:27:56.506Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-02T06:27:56.507Z||pool-72-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-02T06:27:56.507Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as V5bESGozshoyR2iH) ...
2022-11-02T06:27:56.522Z||pool-72-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-02T06:27:56.522Z||pool-72-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-11-02T06:27:57.417Z|3442a908-a37e-4a67-8852-0a3caa07086f|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-02T06:27:57.417Z|3442a908-a37e-4a67-8852-0a3caa07086f|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {"distributionID":"541dbaa1-395b-4593-b5cd-a2142cfddfbb","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"b84438c6-c3e3-4f08-ab91-a392fbcf4429","serviceDescription":"service","serviceInvariantUUID":"b8ed205d-baf3-49ef-8368-7a35d643bb69","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"28eb3e14-a8c4-406c-be08-bcbc867c9dab","resourceInvariantUUID":"f0906b5a-4331-4777-9d7b-c53340e0d7fe","resourceCustomizationUUID":"301e9803-7462-4a22-ae9c-248655e75504","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":"ZWE0ODQzYmU0MTc0ZWVmODE5YzY1OTdlZjYyMWNjZmE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"db6a7219-8495-4df5-bcc2-c8ad1416671c","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":"MGRhYjIxYTg0YTA1Y2VlZWY5OWMxYjRhNDQ0ZjBjZmM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"dab9373b-b4ba-4059-ae02-df1eb5aff495","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":"b1c941de-4694-4bf2-af31-3521baf1a69d","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":"b406543c-9e60-44b9-931c-4b5836805979","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":"a9a3157d-12a6-472c-a817-2f246b18fa55","artifactVersion":"2","generatedFromUUID":"b1c941de-4694-4bf2-af31-3521baf1a69d"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"OWNkMmI1NWI5NTM5Nzc4YTA3M2ZjOGFjOTgwNDM2MGQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"ff219ded-c2fb-4e31-bef3-f991d5e0ed71","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"NTBiZWI3Y2IzYWRhNDI1ZjkyM2NhNTlmMGY2NzRjZmU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"56835977-0ed0-4f2f-be14-7e1ad1fcee0a","artifactVersion":"1"}],"workloadContext":"Production"}
2022-11-02T06:27:57.418Z|3442a908-a37e-4a67-8852-0a3caa07086f|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-02T06:27:57.419Z|3442a908-a37e-4a67-8852-0a3caa07086f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-02T06:27:57.420Z|3442a908-a37e-4a67-8852-0a3caa07086f|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-02T06:27:57.421Z|3442a908-a37e-4a67-8852-0a3caa07086f|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "541dbaa1-395b-4593-b5cd-a2142cfddfbb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667370285800,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-02T06:27:57.521Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-02T06:27:57.522Z||pool-73-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-02T06:27:57.522Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as V5bESGozshoyR2iH) ...
2022-11-02T06:27:57.534Z||pool-73-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-02T06:27:57.534Z||pool-73-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-11-02T06:27:58.421Z|3442a908-a37e-4a67-8852-0a3caa07086f|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-02T06:27:58.422Z|3442a908-a37e-4a67-8852-0a3caa07086f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-02T06:27:58.424Z|3442a908-a37e-4a67-8852-0a3caa07086f|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-02T06:27:58.424Z|3442a908-a37e-4a67-8852-0a3caa07086f|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "541dbaa1-395b-4593-b5cd-a2142cfddfbb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667370285800,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-11-02T06:27:58.524Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-02T06:27:58.525Z||pool-74-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-02T06:27:58.525Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as V5bESGozshoyR2iH) ...
2022-11-02T06:27:58.538Z||pool-74-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-02T06:27:58.538Z||pool-74-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-11-02T06:27:59.424Z|3442a908-a37e-4a67-8852-0a3caa07086f|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-02T06:27:59.425Z|3442a908-a37e-4a67-8852-0a3caa07086f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-02T06:27:59.427Z|3442a908-a37e-4a67-8852-0a3caa07086f|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-02T06:27:59.427Z|3442a908-a37e-4a67-8852-0a3caa07086f|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "541dbaa1-395b-4593-b5cd-a2142cfddfbb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667370285800,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-11-02T06:27:59.527Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-02T06:27:59.529Z||pool-75-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-02T06:27:59.529Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as V5bESGozshoyR2iH) ...
2022-11-02T06:27:59.545Z||pool-75-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-02T06:27:59.546Z||pool-75-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-11-02T06:28:00.428Z|3442a908-a37e-4a67-8852-0a3caa07086f|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-02T06:28:00.428Z|3442a908-a37e-4a67-8852-0a3caa07086f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-02T06:28:00.430Z|3442a908-a37e-4a67-8852-0a3caa07086f|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-02T06:28:00.430Z|3442a908-a37e-4a67-8852-0a3caa07086f|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "541dbaa1-395b-4593-b5cd-a2142cfddfbb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667370285800,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-02T06:28:00.531Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-02T06:28:00.532Z||pool-76-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-02T06:28:00.532Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as V5bESGozshoyR2iH) ...
2022-11-02T06:28:00.545Z||pool-76-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-02T06:28:00.545Z||pool-76-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-11-02T06:28:00.717Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T06:28:00.718Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-02T06:28:00.718Z||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 V5bESGozshoyR2iH) ...
2022-11-02T06:28:00.756Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-02T06:28:00.757Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-02T06:28:00.758Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "94e2f0b4-f7ec-47d6-9991-be2f2f79ac8e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667370391812,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-02T06:28:00.759Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-02T06:28:00.759Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-02T06:28:00.759Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3442a908-a37e-4a67-8852-0a3caa07086f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667370285800,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-02T06:28:00.759Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-02T06:28:00.759Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-02T06:28:00.760Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3442a908-a37e-4a67-8852-0a3caa07086f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667370285800,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-11-02T06:28:00.760Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-02T06:28:00.760Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-02T06:28:00.760Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3442a908-a37e-4a67-8852-0a3caa07086f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667370285800,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-11-02T06:28:00.761Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-02T06:28:00.761Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-02T06:28:00.761Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3442a908-a37e-4a67-8852-0a3caa07086f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667370285800,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-11-02T06:28:00.761Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-02T06:28:00.761Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-02T06:28:00.762Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3442a908-a37e-4a67-8852-0a3caa07086f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667370285800,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-11-02T06:28:00.762Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-02T06:28:00.762Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-02T06:28:00.762Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3442a908-a37e-4a67-8852-0a3caa07086f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667370285800,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-02T06:28:00.763Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-02T06:28:00.763Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-02T06:28:00.763Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3442a908-a37e-4a67-8852-0a3caa07086f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667370285800,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-11-02T06:28:00.763Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-02T06:28:00.763Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-02T06:28:00.764Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3442a908-a37e-4a67-8852-0a3caa07086f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667370285800,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-02T06:28:00.764Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-02T06:28:00.764Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-02T06:28:00.764Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3442a908-a37e-4a67-8852-0a3caa07086f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667370285800,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-11-02T06:28:00.765Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-11-02T06:28:00.765Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-02T06:28:00.765Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3442a908-a37e-4a67-8852-0a3caa07086f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667370402026,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-02T06:28:00.765Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-02T06:28:00.765Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-02T06:28:00.765Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3442a908-a37e-4a67-8852-0a3caa07086f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667370404764,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2022-11-02T06:28:00.766Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-02T06:28:00.766Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-02T06:28:00.766Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3442a908-a37e-4a67-8852-0a3caa07086f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667370405825,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-11-02T06:28:00.766Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-02T06:28:00.767Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-02T06:28:00.767Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3442a908-a37e-4a67-8852-0a3caa07086f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667370406882,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-11-02T06:28:00.767Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-02T06:28:00.767Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-02T06:28:00.767Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3442a908-a37e-4a67-8852-0a3caa07086f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667370407941,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-11-02T06:28:00.768Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-02T06:28:00.768Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-02T06:28:00.768Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3442a908-a37e-4a67-8852-0a3caa07086f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667370409001,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-11-02T06:28:00.768Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-02T06:28:00.768Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-02T06:28:00.769Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3442a908-a37e-4a67-8852-0a3caa07086f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667370410134,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-11-02T06:28:00.769Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-02T06:28:00.769Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-02T06:28:00.769Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3442a908-a37e-4a67-8852-0a3caa07086f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667370411139,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-11-02T06:28:00.770Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-02T06:28:00.770Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-02T06:28:00.770Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3442a908-a37e-4a67-8852-0a3caa07086f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667370412144,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-11-02T06:28:00.770Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-02T06:28:00.770Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-02T06:28:00.770Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3442a908-a37e-4a67-8852-0a3caa07086f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667370413149,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2022-11-02T06:28:00.771Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-02T06:28:00.771Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-02T06:28:00.771Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3442a908-a37e-4a67-8852-0a3caa07086f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667370414153,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2022-11-02T06:28:00.771Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-02T06:28:00.772Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-11-02T06:28:00.772Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3442a908-a37e-4a67-8852-0a3caa07086f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667370415157,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-02T06:28:00.772Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-02T06:28:01.431Z|3442a908-a37e-4a67-8852-0a3caa07086f|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-02T06:28:01.432Z|3442a908-a37e-4a67-8852-0a3caa07086f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-02T06:28:01.434Z|3442a908-a37e-4a67-8852-0a3caa07086f|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-02T06:28:01.434Z|3442a908-a37e-4a67-8852-0a3caa07086f|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "541dbaa1-395b-4593-b5cd-a2142cfddfbb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667370285800,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-11-02T06:28:01.534Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-02T06:28:01.535Z||pool-77-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-02T06:28:01.535Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as V5bESGozshoyR2iH) ...
2022-11-02T06:28:01.549Z||pool-77-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-02T06:28:01.549Z||pool-77-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-11-02T06:28:02.434Z|3442a908-a37e-4a67-8852-0a3caa07086f|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-02T06:28:02.435Z|3442a908-a37e-4a67-8852-0a3caa07086f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-02T06:28:02.437Z|3442a908-a37e-4a67-8852-0a3caa07086f|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-02T06:28:02.437Z|3442a908-a37e-4a67-8852-0a3caa07086f|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "541dbaa1-395b-4593-b5cd-a2142cfddfbb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667370285800,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-02T06:28:02.537Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-02T06:28:02.538Z||pool-78-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-02T06:28:02.538Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as V5bESGozshoyR2iH) ...
2022-11-02T06:28:02.550Z||pool-78-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-02T06:28:02.550Z||pool-78-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-11-02T06:28:03.437Z|3442a908-a37e-4a67-8852-0a3caa07086f|pool-2-thread-5|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-02T06:28:03.438Z|3442a908-a37e-4a67-8852-0a3caa07086f|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-02T06:28:03.440Z|3442a908-a37e-4a67-8852-0a3caa07086f|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-02T06:28:03.440Z|3442a908-a37e-4a67-8852-0a3caa07086f|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "541dbaa1-395b-4593-b5cd-a2142cfddfbb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667370285800,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-11-02T06:28:03.540Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-02T06:28:03.541Z||pool-79-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-02T06:28:03.541Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as V5bESGozshoyR2iH) ...
2022-11-02T06:28:03.579Z||pool-79-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-02T06:28:03.580Z||pool-79-thread-1|||||INFO|500||cambria reply ok (40 ms):{"serverTimeMs":0,"count":1}
2022-11-02T06:28:04.441Z|3442a908-a37e-4a67-8852-0a3caa07086f|pool-2-thread-5|||||DEBUG|500||sending notification to client: {
  "distributionID": "541dbaa1-395b-4593-b5cd-a2142cfddfbb",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "b84438c6-c3e3-4f08-ab91-a392fbcf4429",
  "serviceDescription": "service",
  "serviceInvariantUUID": "b8ed205d-baf3-49ef-8368-7a35d643bb69",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "301e9803-7462-4a22-ae9c-248655e75504",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "28eb3e14-a8c4-406c-be08-bcbc867c9dab",
      "resourceInvariantUUID": "f0906b5a-4331-4777-9d7b-c53340e0d7fe",
      "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": "MGRhYjIxYTg0YTA1Y2VlZWY5OWMxYjRhNDQ0ZjBjZmM\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "dab9373b-b4ba-4059-ae02-df1eb5aff495",
          "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": "b1c941de-4694-4bf2-af31-3521baf1a69d",
          "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": "a9a3157d-12a6-472c-a817-2f246b18fa55",
            "generatedFromUUID": "b1c941de-4694-4bf2-af31-3521baf1a69d"
          },
          "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": "a9a3157d-12a6-472c-a817-2f246b18fa55",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "NTBiZWI3Y2IzYWRhNDI1ZjkyM2NhNTlmMGY2NzRjZmU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "56835977-0ed0-4f2f-be14-7e1ad1fcee0a"
    }
  ],
  "workloadContext": "Production"
}
2022-11-02T06:28:04.442Z|3442a908-a37e-4a67-8852-0a3caa07086f|pool-2-thread-5|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-11-02T06:28:04.442Z|3442a908-a37e-4a67-8852-0a3caa07086f|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 b84438c6-c3e3-4f08-ab91-a392fbcf4429 ASDC
2022-11-02T06:28:04.442Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||ASDC Notification:
DistributionID:541dbaa1-395b-4593-b5cd-a2142cfddfbb
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:b84438c6-c3e3-4f08-ab91-a392fbcf4429
ServiceInvariantUUID:b8ed205d-baf3-49ef-8368-7a35d643bb69
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:56835977-0ed0-4f2f-be14-7e1ad1fcee0a
ArtifactChecksum:NTBiZWI3Y2IzYWRhNDI1ZjkyM2NhNTlmMGY2NzRjZmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:301e9803-7462-4a22-ae9c-248655e75504
ResourceInvariantUUID:f0906b5a-4331-4777-9d7b-c53340e0d7fe
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:28eb3e14-a8c4-406c-be08-bcbc867c9dab
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:dab9373b-b4ba-4059-ae02-df1eb5aff495
ArtifactChecksum:MGRhYjIxYTg0YTA1Y2VlZWY5OWMxYjRhNDQ0ZjBjZmM=
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:b1c941de-4694-4bf2-af31-3521baf1a69d
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:a9a3157d-12a6-472c-a817-2f246b18fa55
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:a9a3157d-12a6-472c-a817-2f246b18fa55
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-11-02T06:28:04.443Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF b84438c6-c3e3-4f08-ab91-a392fbcf4429 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-11-02T06:28:04.476Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-02T06:28:04.476Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-11-02T06:28:04.476Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-11-02T06:28:04.477Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: 56835977-0ed0-4f2f-be14-7e1ad1fcee0a from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-11-02T06:28:04.477Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-11-02T06:28:04.477Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|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-11-02T06:28:04.610Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-11-02T06:28:04.613Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 56835977-0ed0-4f2f-be14-7e1ad1fcee0a 74809
2022-11-02T06:28:04.613Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|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-11-02T06:28:04.613Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|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-11-02T06:28:04.613Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-02T06:28:04.613Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-02T06:28:04.615Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-02T06:28:04.615Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "541dbaa1-395b-4593-b5cd-a2142cfddfbb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667370484613,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-02T06:28:04.715Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-02T06:28:04.717Z||pool-80-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-02T06:28:04.717Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as V5bESGozshoyR2iH) ...
2022-11-02T06:28:04.728Z||pool-80-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-02T06:28:04.728Z||pool-80-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-11-02T06:28:05.616Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-02T06:28:05.617Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||INFO|500||MSO config path is: /app
2022-11-02T06:28:05.617Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||INFO|500||Trying to write artifact UUID: 56835977-0ed0-4f2f-be14-7e1ad1fcee0a, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2022-11-02T06:28:05.617Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2022-11-02T06:28:05.618Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2022-11-02T06:28:05.618Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2022-11-02T06:28:05.738Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12004829753867157891/Definitions/service-BasicVm-template.yml
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "compute_ubuntu20_key_name" is not provided
Log warning: The required parameter "compute_ubuntu20_name" is not provided
Log warning: The required parameter "compute_ubuntu20_user_data_format" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_security_groups" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network" is not provided
Log warning: The required parameter "compute_ubuntu20_metadata" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
2022-11-02T06:28:06.930Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||CSAR conformance level is 11.0
2022-11-02T06:28:06.931Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-11-02T06:28:06.931Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-11-02T06:28:06.931Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-11-02T06:28:06.932Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|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-11-02T06:28:06.932Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|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-11-02T06:28:06.932Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances, sdnc_model_name, sdnc_model_version, sdnc_artifact_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-11-02T06:28:06.932Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-11-02T06:28:06.932Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|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-11-02T06:28:06.933Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|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-11-02T06:28:06.933Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|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-11-02T06:28:06.933Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||WARN|500||####################################################################################################
2022-11-02T06:28:06.934Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-02T06:28:06.934Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|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-11-02T06:28:06.934Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-11-02T06:28:06.934Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-11-02T06:28:06.935Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-02T06:28:06.935Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-02T06:28:06.935Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-02T06:28:06.935Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-11-02T06:28:06.936Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||Search for entities recursively
2022-11-02T06:28:06.936Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-02T06:28:06.936Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-02T06:28:06.936Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-02T06:28:06.936Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-02T06:28:06.937Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-11-02T06:28:06.937Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2022-11-02T06:28:06.937Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2022-11-02T06:28:06.938Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2022-11-02T06:28:06.938Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-11-02T06:28:06.938Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-11-02T06:28:06.938Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-02T06:28:06.938Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|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-11-02T06:28:06.939Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-02T06:28:06.939Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-11-02T06:28:06.939Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-02T06:28:06.939Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-02T06:28:06.940Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-11-02T06:28:06.940Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-02T06:28:06.940Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-02T06:28:06.940Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-11-02T06:28:06.940Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-02T06:28:06.941Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-02T06:28:06.941Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-11-02T06:28:06.941Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-11-02T06:28:06.941Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-11-02T06:28:06.941Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=e1bcabcb-4594-404f-b0ea-b321bc6e02ad
2022-11-02T06:28:06.942Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-02T06:28:06.942Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-02T06:28:06.942Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-02T06:28:06.942Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-02T06:28:06.943Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-02T06:28:06.943Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-02T06:28:06.943Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-02T06:28:06.943Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-02T06:28:06.943Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm
Description:service
Model UUID:b84438c6-c3e3-4f08-ab91-a392fbcf4429
Model Version:NULL
Model InvariantUuid:b8ed205d-baf3-49ef-8368-7a35d643bb69
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm
Model UUID:b6194716-16ba-4f41-b9c5-1d9348d8cf7e
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:f0906b5a-4331-4777-9d7b-c53340e0d7fe
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:301e9803-7462-4a22-ae9c-248655e75504
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:50544a50-def7-4df6-8481-294eb9e3cfb3
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:02c6c37e-5076-4e42-8279-37183f72bfc2
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:e1bcabcb-4594-404f-b0ea-b321bc6e02ad
ModelInvariantUuid:bba6086a-6d0b-4d1c-8ec3-612a4519fc37
ModelName:basic_vm-nodes.ubuntu20Cvfc
ModelUuid:13095b4f-8d5c-4092-b4a7-83f0cee9ffc7
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:b49107e5-60af-4157-b4ad-1cd1b3c5dc6c
ModelInvariantUuid:a2f31961-b021-4f85-8ef5-55050c789561
ModelName:BasicVm.compute.nodes.heat.ubuntu20
ModelUuid:aa1d0b7e-8a2c-4862-ac22-674806745f32
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-11-02T06:28:06.952Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||INFO|500||Processing Resource Type: VF, Model UUID: 28eb3e14-a8c4-406c-be08-bcbc867c9dab
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-02T06:28:06.956Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||INFO|500||basic_vm 0
2022-11-02T06:28:06.956Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 28eb3e14-a8c4-406c-be08-bcbc867c9dab
2022-11-02T06:28:06.956Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: dab9373b-b4ba-4059-ae02-df1eb5aff495 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-11-02T06:28:06.956Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-11-02T06:28:06.957Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|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-11-02T06:28:07.011Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-11-02T06:28:07.012Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|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 dab9373b-b4ba-4059-ae02-df1eb5aff495 787
2022-11-02T06:28:07.012Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|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-11-02T06:28:07.012Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|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-11-02T06:28:07.013Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-02T06:28:07.013Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-02T06:28:07.016Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-02T06:28:07.017Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "541dbaa1-395b-4593-b5cd-a2142cfddfbb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667370487012,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-11-02T06:28:07.117Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-02T06:28:07.118Z||pool-81-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-02T06:28:07.118Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as V5bESGozshoyR2iH) ...
2022-11-02T06:28:07.139Z||pool-81-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-02T06:28:07.140Z||pool-81-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-11-02T06:28:08.018Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "50544a50-def7-4df6-8481-294eb9e3cfb3",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "02c6c37e-5076-4e42-8279-37183f72bfc2",
    "vfModuleModelCustomizationUUID": "a3746242-0c06-48ff-8a9d-da3e47413e46",
    "isBase": true,
    "artifacts": [
      "b1c941de-4694-4bf2-af31-3521baf1a69d",
      "a9a3157d-12a6-472c-a817-2f246b18fa55"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu20",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-11-02T06:28:08.022Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:02c6c37e-5076-4e42-8279-37183f72bfc2
VfModuleModelInvariantUUID:50544a50-def7-4df6-8481-294eb9e3cfb3
VfModuleModelDescription:NULL
Artifacts UUID List:{
b1c941de-4694-4bf2-af31-3521baf1a69d
,
a9a3157d-12a6-472c-a817-2f246b18fa55

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

isBase:true


}

2022-11-02T06:28:08.025Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "50544a50-def7-4df6-8481-294eb9e3cfb3",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "02c6c37e-5076-4e42-8279-37183f72bfc2",
    "vfModuleModelCustomizationUUID": "a3746242-0c06-48ff-8a9d-da3e47413e46",
    "isBase": true,
    "artifacts": [
      "b1c941de-4694-4bf2-af31-3521baf1a69d",
      "a9a3157d-12a6-472c-a817-2f246b18fa55"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu20",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-11-02T06:28:08.026Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:02c6c37e-5076-4e42-8279-37183f72bfc2
VfModuleModelInvariantUUID:50544a50-def7-4df6-8481-294eb9e3cfb3
VfModuleModelDescription:NULL
Artifacts UUID List:{
b1c941de-4694-4bf2-af31-3521baf1a69d
,
a9a3157d-12a6-472c-a817-2f246b18fa55

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

isBase:true


}

2022-11-02T06:28:08.026Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: b1c941de-4694-4bf2-af31-3521baf1a69d from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-11-02T06:28:08.026Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-11-02T06:28:08.026Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|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-11-02T06:28:08.074Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-11-02T06:28:08.074Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml b1c941de-4694-4bf2-af31-3521baf1a69d 5033
2022-11-02T06:28:08.074Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|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-11-02T06:28:08.074Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|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-11-02T06:28:08.075Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-02T06:28:08.075Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-02T06:28:08.076Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-02T06:28:08.077Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "541dbaa1-395b-4593-b5cd-a2142cfddfbb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667370488074,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-11-02T06:28:08.177Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-02T06:28:08.178Z||pool-82-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-02T06:28:08.178Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as V5bESGozshoyR2iH) ...
2022-11-02T06:28:08.196Z||pool-82-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-02T06:28:08.196Z||pool-82-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-11-02T06:28:09.077Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||INFO|500||Trying to download the artifact UUID: a9a3157d-12a6-472c-a817-2f246b18fa55 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-11-02T06:28:09.078Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||INFO|500||DistributionClient - download
2022-11-02T06:28:09.078Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|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-11-02T06:28:09.135Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||GET Response Status 200
2022-11-02T06:28:09.136Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env a9a3157d-12a6-472c-a817-2f246b18fa55 903
2022-11-02T06:28:09.136Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|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-11-02T06:28:09.136Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|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-11-02T06:28:09.136Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-02T06:28:09.136Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-02T06:28:09.138Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-02T06:28:09.138Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "541dbaa1-395b-4593-b5cd-a2142cfddfbb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667370489136,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-11-02T06:28:09.238Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-02T06:28:09.239Z||pool-83-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-02T06:28:09.239Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as V5bESGozshoyR2iH) ...
2022-11-02T06:28:09.251Z||pool-83-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-02T06:28:09.252Z||pool-83-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-11-02T06:28:10.139Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||Preparing to deploy Service: b84438c6-c3e3-4f08-ab91-a392fbcf4429
2022-11-02T06:28:10.140Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 28eb3e14-a8c4-406c-be08-bcbc867c9dab ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-02T06:28:10.152Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@1b08496, org.onap.sdc.toscaparser.api.parameters.Input@4140e63f, org.onap.sdc.toscaparser.api.parameters.Input@4e4661cd, org.onap.sdc.toscaparser.api.parameters.Input@3750211b, org.onap.sdc.toscaparser.api.parameters.Input@32c18753]
2022-11-02T06:28:10.153Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-02T06:28:10.153Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-02T06:28:10.154Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||VF Category is: Generic 
2022-11-02T06:28:10.154Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||VFCustomizationUUID= 301e9803-7462-4a22-ae9c-248655e75504
2022-11-02T06:28:10.154Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 301e9803-7462-4a22-ae9c-248655e75504 matches Tosca VF Customization UUID: 301e9803-7462-4a22-ae9c-248655e75504
2022-11-02T06:28:10.154Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||vfCustomizationUUID: 301e9803-7462-4a22-ae9c-248655e75504  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-11-02T06:28:10.156Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-02T06:28:10.157Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-02T06:28:10.157Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||resource request for resource customization id 301e9803-7462-4a22-ae9c-248655e75504: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-11-02T06:28:10.157Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@3f2d11ba
2022-11-02T06:28:10.158Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-02T06:28:10.158Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|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-11-02T06:28:10.158Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : a3746242-0c06-48ff-8a9d-da3e47413e46
2022-11-02T06:28:10.158Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID a3746242-0c06-48ff-8a9d-da3e47413e46
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-11-02T06:28:10.160Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-02T06:28:10.161Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-11-02T06:28:10.161Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-02T06:28:10.161Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-02T06:28:10.161Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-11-02T06:28:10.162Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-02T06:28:10.162Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-02T06:28:10.162Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-11-02T06:28:10.162Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-11-02T06:28:10.163Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-11-02T06:28:10.163Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=e1bcabcb-4594-404f-b0ea-b321bc6e02ad
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-11-02T06:28:10.165Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-02T06:28:10.165Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-11-02T06:28:10.165Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-02T06:28:10.166Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-02T06:28:10.166Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-11-02T06:28:10.166Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=301e9803-7462-4a22-ae9c-248655e75504
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-02T06:28:10.168Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-02T06:28:10.169Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-02T06:28:10.169Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500|| resourceSeq for service uuid b84438c6-c3e3-4f08-ab91-a392fbcf4429: basic_vm
2022-11-02T06:28:10.169Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-02T06:28:10.170Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-02T06:28:10.170Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-02T06:28:10.170Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-02T06:28:10.170Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-02T06:28:10.170Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-02T06:28:10.171Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-02T06:28:10.171Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|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-11-02T06:28:10.171Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-02T06:28:10.171Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-02T06:28:10.172Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|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-11-02T06:28:10.239Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm 28eb3e14-a8c4-406c-be08-bcbc867c9dab 1 ASDC deployResourceStructure
2022-11-02T06:28:10.239Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|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-11-02T06:28:10.239Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|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-11-02T06:28:10.240Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-02T06:28:10.240Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-02T06:28:10.242Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-02T06:28:10.242Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "541dbaa1-395b-4593-b5cd-a2142cfddfbb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667370490239,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-11-02T06:28:10.342Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-02T06:28:10.343Z||pool-84-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-02T06:28:10.343Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as V5bESGozshoyR2iH) ...
2022-11-02T06:28:10.363Z||pool-84-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-02T06:28:10.363Z||pool-84-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-11-02T06:28:11.244Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|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-11-02T06:28:11.244Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|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-11-02T06:28:11.244Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-02T06:28:11.244Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-02T06:28:11.246Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-02T06:28:11.246Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "541dbaa1-395b-4593-b5cd-a2142cfddfbb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667370491243,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-11-02T06:28:11.347Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-02T06:28:11.348Z||pool-85-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-02T06:28:11.348Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as V5bESGozshoyR2iH) ...
2022-11-02T06:28:11.362Z||pool-85-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-02T06:28:11.362Z||pool-85-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-11-02T06:28:12.248Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|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-11-02T06:28:12.248Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|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-11-02T06:28:12.248Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-02T06:28:12.248Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-02T06:28:12.251Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-02T06:28:12.252Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "541dbaa1-395b-4593-b5cd-a2142cfddfbb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667370492247,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-11-02T06:28:12.350Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-11-02T06:28:12.351Z||pool-86-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-02T06:28:12.352Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as V5bESGozshoyR2iH) ...
2022-11-02T06:28:12.372Z||pool-86-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-02T06:28:12.372Z||pool-86-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
2022-11-02T06:28:13.252Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|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-11-02T06:28:13.253Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|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-11-02T06:28:13.253Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-02T06:28:13.254Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-02T06:28:13.255Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-02T06:28:13.256Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "541dbaa1-395b-4593-b5cd-a2142cfddfbb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667370493252,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-02T06:28:13.356Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-02T06:28:13.357Z||pool-87-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-02T06:28:13.357Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as V5bESGozshoyR2iH) ...
2022-11-02T06:28:13.378Z||pool-87-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-02T06:28:13.379Z||pool-87-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-11-02T06:28:14.257Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 541dbaa1-395b-4593-b5cd-a2142cfddfbb
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-02T06:28:14.269Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 541dbaa1-395b-4593-b5cd-a2142cfddfbb
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-02T06:28:14.272Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-02T06:28:14.272Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-11-02T06:28:14.273Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-11-02T06:28:14.273Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-11-02T06:28:14.273Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-02T06:28:14.273Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-02T06:28:14.273Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-02T06:28:14.273Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-02T06:28:14.273Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-02T06:28:14.273Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|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-11-02T06:28:14.282Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-11-02T06:28:44.283Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 541dbaa1-395b-4593-b5cd-a2142cfddfbb and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-11-02T06:28:44.289Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 541dbaa1-395b-4593-b5cd-a2142cfddfbb and serviceModelVersionId: b84438c6-c3e3-4f08-ab91-a392fbcf4429
2022-11-02T06:28:44.289Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : b8ed205d-baf3-49ef-8368-7a35d643bb69
2022-11-02T06:28:44.291Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/b8ed205d-baf3-49ef-8368-7a35d643bb69/model-vers/model-ver/b84438c6-c3e3-4f08-ab91-a392fbcf4429?depth=0
2022-11-02T06:28:44.297Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||INFO|500||RestClientSSL using default SSL context!
2022-11-02T06:28:44.349Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|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/b8ed205d-baf3-49ef-8368-7a35d643bb69/model-vers/model-ver/b84438c6-c3e3-4f08-ab91-a392fbcf4429?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-11-02T06:28:44.354Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8ed205d-baf3-49ef-8368-7a35d643bb69/model-vers/model-ver/b84438c6-c3e3-4f08-ab91-a392fbcf4429?depth=0|INFO|500||Invoke
2022-11-02T06:28:44.373Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8ed205d-baf3-49ef-8368-7a35d643bb69/model-vers/model-ver/b84438c6-c3e3-4f08-ab91-a392fbcf4429?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-11-02T06:28:44.472Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b8ed205d-baf3-49ef-8368-7a35d643bb69/model-vers/model-ver/b84438c6-c3e3-4f08-ab91-a392fbcf4429?depth=0|INFO|500||InvokeReturn
2022-11-02T06:28:44.472Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|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/b8ed205d-baf3-49ef-8368-7a35d643bb69/model-vers/model-ver/b84438c6-c3e3-4f08-ab91-a392fbcf4429?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-221102-06:28:43:671-58642], vertex-id=[188480], Content-Length=[0], Date=[Wed, 02 Nov 2022 06:28:43 GMT], Content-Type=[application/json]}
2022-11-02T06:28:44.473Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||Response was returned with an empty entity.
2022-11-02T06:28:44.473Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-11-02T06:28:44.474Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|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-11-02T06:28:44.478Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|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-11-02T06:28:44.478Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 541dbaa1-395b-4593-b5cd-a2142cfddfbb and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-11-02T06:28:44.479Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-11-02T06:28:44.479Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||INFO|500||DistributionClient - sendStatus
2022-11-02T06:28:44.481Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-02T06:28:44.481Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||try to send status {
  "distributionID": "541dbaa1-395b-4593-b5cd-a2142cfddfbb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667370524478,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-02T06:28:44.581Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-02T06:28:44.582Z||pool-88-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-02T06:28:44.582Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as V5bESGozshoyR2iH) ...
2022-11-02T06:28:44.597Z||pool-88-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-02T06:28:44.598Z||pool-88-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-11-02T06:28:45.495Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T06:28:45.496Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|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-11-02T06:28:45.496Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|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 V5bESGozshoyR2iH) ...
2022-11-02T06:28:55.838Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-02T06:28:55.839Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T06:28:55.839Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|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-11-02T06:28:55.839Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|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 V5bESGozshoyR2iH) ...
2022-11-02T06:29:00.717Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T06:29:00.718Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-02T06:29:00.718Z||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 V5bESGozshoyR2iH) ...
2022-11-02T06:29:00.745Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-02T06:29:00.745Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-02T06:29:00.745Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3442a908-a37e-4a67-8852-0a3caa07086f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667370476403,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-02T06:29:00.747Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-02T06:29:00.747Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-02T06:29:00.747Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "541dbaa1-395b-4593-b5cd-a2142cfddfbb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667370285800,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-02T06:29:00.748Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-02T06:29:00.748Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-02T06:29:00.748Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "541dbaa1-395b-4593-b5cd-a2142cfddfbb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667370285800,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-11-02T06:29:00.748Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-02T06:29:00.748Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-02T06:29:00.749Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "541dbaa1-395b-4593-b5cd-a2142cfddfbb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667370285800,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-11-02T06:29:00.749Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-02T06:29:00.749Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-11-02T06:29:00.749Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "541dbaa1-395b-4593-b5cd-a2142cfddfbb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667370285800,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-02T06:29:00.750Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-11-02T06:29:05.408Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-02T06:29:05.409Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T06:29:05.409Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-02T06:29:05.409Z||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 V5bESGozshoyR2iH) ...
2022-11-02T06:29:14.962Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-02T06:29:14.963Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T06:29:14.964Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-02T06:29:14.964Z||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 V5bESGozshoyR2iH) ...
2022-11-02T06:29:24.524Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-02T06:29:24.525Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T06:29:24.526Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-02T06:29:24.526Z||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 V5bESGozshoyR2iH) ...
2022-11-02T06:29:34.083Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-02T06:29:34.086Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T06:29:34.086Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-02T06:29:34.086Z||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 V5bESGozshoyR2iH) ...
2022-11-02T06:29:43.633Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-02T06:30:00.714Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T06:30:00.715Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-02T06:30:00.715Z||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 V5bESGozshoyR2iH) ...
2022-11-02T06:30:00.717Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T06:30:00.717Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-02T06:30:00.717Z||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 V5bESGozshoyR2iH) ...
2022-11-02T06:30:01.246Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-02T06:30:01.246Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-02T06:30:01.247Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "541dbaa1-395b-4593-b5cd-a2142cfddfbb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667370285800,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-11-02T06:30:01.248Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-02T06:30:01.248Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-02T06:30:01.248Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "541dbaa1-395b-4593-b5cd-a2142cfddfbb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667370285800,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-02T06:30:01.248Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-02T06:30:01.248Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-02T06:30:01.248Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "541dbaa1-395b-4593-b5cd-a2142cfddfbb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667370285800,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-11-02T06:30:01.248Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-02T06:30:01.249Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-02T06:30:01.249Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "541dbaa1-395b-4593-b5cd-a2142cfddfbb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667370484613,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-02T06:30:01.249Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-02T06:30:01.249Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-02T06:30:01.249Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "541dbaa1-395b-4593-b5cd-a2142cfddfbb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667370487012,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-11-02T06:30:01.249Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-02T06:30:01.249Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-02T06:30:01.250Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "541dbaa1-395b-4593-b5cd-a2142cfddfbb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667370488074,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-11-02T06:30:01.250Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-02T06:30:01.250Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-02T06:30:01.250Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "541dbaa1-395b-4593-b5cd-a2142cfddfbb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667370489136,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-11-02T06:30:01.250Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-02T06:30:01.250Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-02T06:30:01.250Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "541dbaa1-395b-4593-b5cd-a2142cfddfbb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667370490239,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-11-02T06:30:01.250Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-02T06:30:01.251Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-02T06:30:01.251Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "541dbaa1-395b-4593-b5cd-a2142cfddfbb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667370491243,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-11-02T06:30:01.251Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-02T06:30:01.251Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-02T06:30:01.251Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "541dbaa1-395b-4593-b5cd-a2142cfddfbb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667370492247,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-11-02T06:30:01.251Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-02T06:30:01.251Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-02T06:30:01.251Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "541dbaa1-395b-4593-b5cd-a2142cfddfbb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667370493252,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-02T06:30:01.251Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-02T06:30:01.252Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-02T06:30:01.252Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "541dbaa1-395b-4593-b5cd-a2142cfddfbb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667370524478,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-02T06:30:01.252Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-02T06:30:10.265Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-02T06:31:00.714Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T06:31:00.716Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-02T06:31:00.716Z||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 V5bESGozshoyR2iH) ...
2022-11-02T06:31:00.717Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T06:31:00.718Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-02T06:31:00.718Z||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 V5bESGozshoyR2iH) ...
2022-11-02T06:31:10.287Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-02T06:31:10.295Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-02T06:32:00.715Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T06:32:00.717Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T06:32:00.720Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-02T06:32:00.720Z||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 V5bESGozshoyR2iH) ...
2022-11-02T06:32:00.720Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-02T06:32:00.720Z||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 V5bESGozshoyR2iH) ...
2022-11-02T06:32:10.285Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-02T06:32:10.304Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-02T06:33:00.714Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T06:33:00.715Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-02T06:33:00.715Z||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 V5bESGozshoyR2iH) ...
2022-11-02T06:33:00.717Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T06:33:00.717Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-02T06:33:00.717Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|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 V5bESGozshoyR2iH) ...
2022-11-02T06:33:10.265Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-02T06:33:10.265Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-02T06:34:00.714Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T06:34:00.715Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-02T06:34:00.715Z||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 V5bESGozshoyR2iH) ...
2022-11-02T06:34:00.717Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T06:34:00.718Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-02T06:34:00.718Z||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 V5bESGozshoyR2iH) ...
2022-11-02T06:34:10.286Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-02T06:34:10.287Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-02T06:35:00.714Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T06:35:00.715Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-02T06:35:00.716Z||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 V5bESGozshoyR2iH) ...
2022-11-02T06:35:00.717Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T06:35:00.717Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-02T06:35:00.718Z||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 V5bESGozshoyR2iH) ...
2022-11-02T06:35:10.311Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-02T06:35:10.313Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-02T06:36:00.714Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T06:36:00.716Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-02T06:36:00.716Z||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 V5bESGozshoyR2iH) ...
2022-11-02T06:36:00.717Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T06:36:00.717Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-02T06:36:00.718Z||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 V5bESGozshoyR2iH) ...
2022-11-02T06:36:10.290Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-02T06:36:10.290Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-02T06:37:00.714Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T06:37:00.716Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-02T06:37:00.716Z||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 V5bESGozshoyR2iH) ...
2022-11-02T06:37:00.717Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T06:37:00.718Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-02T06:37:00.718Z||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 V5bESGozshoyR2iH) ...
2022-11-02T06:37:10.274Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-02T06:37:10.275Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-02T06:38:00.714Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T06:38:00.715Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-02T06:38:00.716Z||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 V5bESGozshoyR2iH) ...
2022-11-02T06:38:00.717Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T06:38:00.717Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-02T06:38:00.718Z||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 V5bESGozshoyR2iH) ...
2022-11-02T06:38:10.281Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-02T06:38:10.290Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-02T06:39:00.715Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T06:39:00.717Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T06:39:00.718Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-02T06:39:00.718Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-02T06:39:00.718Z||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 V5bESGozshoyR2iH) ...
2022-11-02T06:39:00.718Z||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 V5bESGozshoyR2iH) ...
2022-11-02T06:39:10.283Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-02T06:39:10.283Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-02T06:40:00.714Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T06:40:00.716Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-02T06:40:00.716Z||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 V5bESGozshoyR2iH) ...
2022-11-02T06:40:00.718Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T06:40:00.719Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-02T06:40:00.719Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|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 V5bESGozshoyR2iH) ...
2022-11-02T06:40:10.291Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-02T06:40:10.318Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-02T06:41:00.714Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T06:41:00.715Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-02T06:41:00.715Z||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 V5bESGozshoyR2iH) ...
2022-11-02T06:41:00.717Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T06:41:00.718Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-02T06:41:00.718Z||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 V5bESGozshoyR2iH) ...
2022-11-02T06:41:10.279Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-02T06:41:10.280Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-02T06:42:00.714Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T06:42:00.715Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-02T06:42:00.715Z||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 V5bESGozshoyR2iH) ...
2022-11-02T06:42:00.717Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T06:42:00.718Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-02T06:42:00.718Z||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 V5bESGozshoyR2iH) ...
2022-11-02T06:42:10.279Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-02T06:42:10.279Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-02T06:43:00.714Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T06:43:00.715Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-02T06:43:00.715Z||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 V5bESGozshoyR2iH) ...
2022-11-02T06:43:00.717Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T06:43:00.717Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-02T06:43:00.718Z||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 V5bESGozshoyR2iH) ...
2022-11-02T06:43:10.279Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-02T06:43:10.282Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-02T06:44:00.714Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T06:44:00.715Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-02T06:44:00.715Z||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 V5bESGozshoyR2iH) ...
2022-11-02T06:44:00.717Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T06:44:00.718Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-02T06:44:00.718Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|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 V5bESGozshoyR2iH) ...
2022-11-02T06:44:01.205Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-02T06:44:01.206Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-02T06:44:01.206Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4fee2d54-f365-46cd-9e6e-8f0c0d2058c7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667371427825,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-02T06:44:01.208Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-02T06:44:01.208Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-02T06:44:01.208Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4fee2d54-f365-46cd-9e6e-8f0c0d2058c7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667371426584,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-02T06:44:01.208Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-02T06:44:01.208Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-02T06:44:01.208Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4fee2d54-f365-46cd-9e6e-8f0c0d2058c7",
  "consumerID": "cds",
  "timestamp": 1667371431999,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-02T06:44:01.209Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-02T06:44:01.209Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-02T06:44:01.209Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4fee2d54-f365-46cd-9e6e-8f0c0d2058c7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667371427825,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-02T06:44:01.209Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-02T06:44:01.209Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-02T06:44:01.209Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4fee2d54-f365-46cd-9e6e-8f0c0d2058c7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667371426584,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-11-02T06:44:01.209Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-02T06:44:01.209Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-02T06:44:01.209Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4fee2d54-f365-46cd-9e6e-8f0c0d2058c7",
  "consumerID": "cds",
  "timestamp": 1667371431999,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-02T06:44:01.209Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-02T06:44:01.210Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-02T06:44:01.210Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4fee2d54-f365-46cd-9e6e-8f0c0d2058c7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667371427825,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-02T06:44:01.210Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-02T06:44:01.210Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-02T06:44:01.210Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4fee2d54-f365-46cd-9e6e-8f0c0d2058c7",
  "consumerID": "cds",
  "timestamp": 1667371431999,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-02T06:44:01.210Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-02T06:44:01.210Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-02T06:44:01.210Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4fee2d54-f365-46cd-9e6e-8f0c0d2058c7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667371426584,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-11-02T06:44:01.210Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-02T06:44:01.210Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-02T06:44:01.211Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4fee2d54-f365-46cd-9e6e-8f0c0d2058c7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667371427825,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-02T06:44:01.211Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-02T06:44:01.211Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-02T06:44:01.211Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4fee2d54-f365-46cd-9e6e-8f0c0d2058c7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667371426584,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-02T06:44:01.211Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-02T06:44:01.211Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-02T06:44:01.211Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4fee2d54-f365-46cd-9e6e-8f0c0d2058c7",
  "consumerID": "cds",
  "timestamp": 1667371431999,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-02T06:44:01.211Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-02T06:44:01.211Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-02T06:44:01.212Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4fee2d54-f365-46cd-9e6e-8f0c0d2058c7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667371427825,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-11-02T06:44:01.212Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-02T06:44:01.212Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-02T06:44:01.212Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4fee2d54-f365-46cd-9e6e-8f0c0d2058c7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667371426584,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-11-02T06:44:01.212Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-02T06:44:01.212Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-02T06:44:01.212Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4fee2d54-f365-46cd-9e6e-8f0c0d2058c7",
  "consumerID": "cds",
  "timestamp": 1667371431999,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-11-02T06:44:01.213Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-02T06:44:01.213Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-02T06:44:01.213Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4fee2d54-f365-46cd-9e6e-8f0c0d2058c7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667371427825,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-02T06:44:01.213Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-02T06:44:01.213Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-02T06:44:01.213Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4fee2d54-f365-46cd-9e6e-8f0c0d2058c7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667371426584,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-02T06:44:01.213Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-02T06:44:01.213Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-02T06:44:01.213Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4fee2d54-f365-46cd-9e6e-8f0c0d2058c7",
  "consumerID": "cds",
  "timestamp": 1667371431999,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-02T06:44:01.214Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-02T06:44:01.214Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-02T06:44:01.214Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4fee2d54-f365-46cd-9e6e-8f0c0d2058c7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667371437424,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-02T06:44:01.214Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-02T06:44:01.214Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-02T06:44:01.215Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4fee2d54-f365-46cd-9e6e-8f0c0d2058c7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667371427825,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-02T06:44:01.215Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-02T06:44:01.215Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-02T06:44:01.215Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4fee2d54-f365-46cd-9e6e-8f0c0d2058c7",
  "consumerID": "cds",
  "timestamp": 1667371431999,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-02T06:44:01.215Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-02T06:44:01.215Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-02T06:44:01.215Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4fee2d54-f365-46cd-9e6e-8f0c0d2058c7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667371426584,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-02T06:44:01.226Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-02T06:44:01.226Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-02T06:44:01.226Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4fee2d54-f365-46cd-9e6e-8f0c0d2058c7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667371437424,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-02T06:44:01.227Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-02T06:44:01.410Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-02T06:44:01.411Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-02T06:44:01.412Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"4fee2d54-f365-46cd-9e6e-8f0c0d2058c7","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"ec7f1921-4d3b-47c2-8462-e671660d5e3a","serviceDescription":"service","serviceInvariantUUID":"d65eed1d-fde7-4cc2-8109-91856386304f","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"306507d6-17ae-47fd-b690-e495169320b8","resourceInvariantUUID":"decc086e-1132-43e6-85c2-06fefca4d8cb","resourceCustomizationUUID":"79c36ee5-b56f-4739-9b5a-3e51cb0bd58b","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":"Y2Q1YjQxNjkxZGRhM2Y4NjU2ZTg2MjZlMDZhZWMzNjQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"82b28ae3-9506-4b72-ba41-34de506b417d","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":"MTVhZGIwMGRkZGVhNjQ2ZWQzYTcxZTk4NDcwNTQ4NjA\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"e05c2e05-2575-493a-b202-9c09aaee2ff8","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":"b08f1c9e-7663-4344-8f75-d9cccae896b0","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":"f5fe20cb-29fe-4b52-9a0a-2d8916c060e8","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":"f0102750-f475-46f0-81a9-65e1aae35eef","artifactVersion":"2","generatedFromUUID":"b08f1c9e-7663-4344-8f75-d9cccae896b0"},{"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":"ZTlmZmVkZmNhNTMzYjQxMDcyODc3Njg3MzIyYzU3N2I\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"7ecfa025-5079-443e-a59d-9cba8a5bd85e","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":"NTJlNThiOTAzOTVlNGEwNjgwYTM1NmEwZmZiOWEwMjg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"7b26d55a-1d5d-44fa-87b2-aaf9ceb6dbe3","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"ZGQ3YzhjNmYyODVlZTQzYmNkNGViY2IwYzE5MGU4Yzg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"73b2c596-2860-4632-bfd3-e643c5c07d29","artifactVersion":"1"}],"workloadContext":"Production"}
2022-11-02T06:44:01.415Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-02T06:44:01.416Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-02T06:44:01.421Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-02T06:44:01.421Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "4fee2d54-f365-46cd-9e6e-8f0c0d2058c7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667371440714,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-02T06:44:01.521Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-02T06:44:01.522Z||pool-89-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-02T06:44:01.522Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as V5bESGozshoyR2iH) ...
2022-11-02T06:44:01.543Z||pool-89-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-02T06:44:01.544Z||pool-89-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-11-02T06:44:02.423Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-02T06:44:02.426Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-02T06:44:02.428Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-02T06:44:02.428Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "4fee2d54-f365-46cd-9e6e-8f0c0d2058c7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667371440714,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-11-02T06:44:02.529Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-02T06:44:02.530Z||pool-90-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-02T06:44:02.530Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as V5bESGozshoyR2iH) ...
2022-11-02T06:44:02.542Z||pool-90-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-02T06:44:02.542Z||pool-90-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-11-02T06:44:03.429Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-02T06:44:03.430Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-02T06:44:03.433Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-02T06:44:03.433Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "4fee2d54-f365-46cd-9e6e-8f0c0d2058c7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667371440714,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-11-02T06:44:03.534Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-11-02T06:44:03.535Z||pool-91-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-02T06:44:03.535Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as V5bESGozshoyR2iH) ...
2022-11-02T06:44:03.548Z||pool-91-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-02T06:44:03.549Z||pool-91-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-11-02T06:44:04.434Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-02T06:44:04.435Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-02T06:44:04.437Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-02T06:44:04.438Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "4fee2d54-f365-46cd-9e6e-8f0c0d2058c7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667371440714,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-02T06:44:04.538Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-02T06:44:04.538Z||pool-92-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-02T06:44:04.539Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as V5bESGozshoyR2iH) ...
2022-11-02T06:44:04.551Z||pool-92-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-02T06:44:04.552Z||pool-92-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-11-02T06:44:05.438Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-02T06:44:05.439Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-02T06:44:05.442Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-02T06:44:05.442Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "4fee2d54-f365-46cd-9e6e-8f0c0d2058c7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667371440714,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-11-02T06:44:05.542Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-02T06:44:05.543Z||pool-93-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-02T06:44:05.543Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as V5bESGozshoyR2iH) ...
2022-11-02T06:44:05.563Z||pool-93-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-02T06:44:05.564Z||pool-93-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-11-02T06:44:06.442Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-02T06:44:06.443Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-02T06:44:06.445Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-02T06:44:06.445Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "4fee2d54-f365-46cd-9e6e-8f0c0d2058c7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667371440714,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-02T06:44:06.545Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-02T06:44:06.546Z||pool-94-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-02T06:44:06.546Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as V5bESGozshoyR2iH) ...
2022-11-02T06:44:06.560Z||pool-94-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-02T06:44:06.560Z||pool-94-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-11-02T06:44:07.446Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-02T06:44:07.446Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-02T06:44:07.448Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-02T06:44:07.449Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "4fee2d54-f365-46cd-9e6e-8f0c0d2058c7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667371440714,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-02T06:44:07.549Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-02T06:44:07.550Z||pool-95-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-02T06:44:07.550Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as V5bESGozshoyR2iH) ...
2022-11-02T06:44:07.566Z||pool-95-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-02T06:44:07.567Z||pool-95-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-11-02T06:44:08.449Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-02T06:44:08.450Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-02T06:44:08.452Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-02T06:44:08.452Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "4fee2d54-f365-46cd-9e6e-8f0c0d2058c7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667371440714,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-11-02T06:44:08.553Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-02T06:44:08.554Z||pool-96-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-02T06:44:08.554Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as V5bESGozshoyR2iH) ...
2022-11-02T06:44:08.567Z||pool-96-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-02T06:44:08.568Z||pool-96-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-11-02T06:44:09.453Z||pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "4fee2d54-f365-46cd-9e6e-8f0c0d2058c7",
  "serviceName": "basic_vm_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "ec7f1921-4d3b-47c2-8462-e671660d5e3a",
  "serviceDescription": "service",
  "serviceInvariantUUID": "d65eed1d-fde7-4cc2-8109-91856386304f",
  "resources": [
    {
      "resourceInstanceName": "basic_vm_macro 0",
      "resourceCustomizationUUID": "79c36ee5-b56f-4739-9b5a-3e51cb0bd58b",
      "resourceName": "basic_vm_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "306507d6-17ae-47fd-b690-e495169320b8",
      "resourceInvariantUUID": "decc086e-1132-43e6-85c2-06fefca4d8cb",
      "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": "MTVhZGIwMGRkZGVhNjQ2ZWQzYTcxZTk4NDcwNTQ4NjA\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "e05c2e05-2575-493a-b202-9c09aaee2ff8",
          "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": "b08f1c9e-7663-4344-8f75-d9cccae896b0",
          "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": "f0102750-f475-46f0-81a9-65e1aae35eef",
            "generatedFromUUID": "b08f1c9e-7663-4344-8f75-d9cccae896b0"
          },
          "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": "f0102750-f475-46f0-81a9-65e1aae35eef",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVmMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
      "artifactChecksum": "ZGQ3YzhjNmYyODVlZTQzYmNkNGViY2IwYzE5MGU4Yzg\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "73b2c596-2860-4632-bfd3-e643c5c07d29"
    }
  ],
  "workloadContext": "Production"
}
2022-11-02T06:44:09.454Z||pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-11-02T06:44:09.454Z||pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 ec7f1921-4d3b-47c2-8462-e671660d5e3a ASDC
2022-11-02T06:44:09.455Z|4fee2d54-f365-46cd-9e6e-8f0c0d2058c7|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:4fee2d54-f365-46cd-9e6e-8f0c0d2058c7
ServiceName:basic_vm_macro
ServiceVersion:1.0
ServiceUUID:ec7f1921-4d3b-47c2-8462-e671660d5e3a
ServiceInvariantUUID:d65eed1d-fde7-4cc2-8109-91856386304f
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:73b2c596-2860-4632-bfd3-e643c5c07d29
ArtifactChecksum:ZGQ3YzhjNmYyODVlZTQzYmNkNGViY2IwYzE5MGU4Yzg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm_macro 0
ResourceCustomizationUUID:79c36ee5-b56f-4739-9b5a-3e51cb0bd58b
ResourceInvariantUUID:decc086e-1132-43e6-85c2-06fefca4d8cb
ResourceName:basic_vm_macro
ResourceType:VF
ResourceUUID:306507d6-17ae-47fd-b690-e495169320b8
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:e05c2e05-2575-493a-b202-9c09aaee2ff8
ArtifactChecksum:MTVhZGIwMGRkZGVhNjQ2ZWQzYTcxZTk4NDcwNTQ4NjA=
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:b08f1c9e-7663-4344-8f75-d9cccae896b0
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:f0102750-f475-46f0-81a9-65e1aae35eef
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:f0102750-f475-46f0-81a9-65e1aae35eef
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-11-02T06:44:09.455Z|4fee2d54-f365-46cd-9e6e-8f0c0d2058c7|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ec7f1921-4d3b-47c2-8462-e671660d5e3a ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-02T06:44:09.496Z|4fee2d54-f365-46cd-9e6e-8f0c0d2058c7|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-02T06:44:09.498Z|4fee2d54-f365-46cd-9e6e-8f0c0d2058c7|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-11-02T06:44:09.498Z|4fee2d54-f365-46cd-9e6e-8f0c0d2058c7|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-11-02T06:44:09.498Z|4fee2d54-f365-46cd-9e6e-8f0c0d2058c7|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 73b2c596-2860-4632-bfd3-e643c5c07d29 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-11-02T06:44:09.498Z|4fee2d54-f365-46cd-9e6e-8f0c0d2058c7|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-11-02T06:44:09.499Z|4fee2d54-f365-46cd-9e6e-8f0c0d2058c7|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-11-02T06:44:09.568Z|4fee2d54-f365-46cd-9e6e-8f0c0d2058c7|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-11-02T06:44:09.572Z|4fee2d54-f365-46cd-9e6e-8f0c0d2058c7|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 73b2c596-2860-4632-bfd3-e643c5c07d29 82618
2022-11-02T06:44:09.573Z|4fee2d54-f365-46cd-9e6e-8f0c0d2058c7|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2022-11-02T06:44:09.573Z|4fee2d54-f365-46cd-9e6e-8f0c0d2058c7|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-11-02T06:44:09.573Z|4fee2d54-f365-46cd-9e6e-8f0c0d2058c7|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-02T06:44:09.573Z|4fee2d54-f365-46cd-9e6e-8f0c0d2058c7|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-02T06:44:09.576Z|4fee2d54-f365-46cd-9e6e-8f0c0d2058c7|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-02T06:44:09.576Z|4fee2d54-f365-46cd-9e6e-8f0c0d2058c7|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "4fee2d54-f365-46cd-9e6e-8f0c0d2058c7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667371449573,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-02T06:44:09.676Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-02T06:44:09.678Z||pool-97-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-02T06:44:09.678Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as V5bESGozshoyR2iH) ...
2022-11-02T06:44:09.711Z||pool-97-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-02T06:44:09.711Z||pool-97-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":1,"count":1}
2022-11-02T06:44:10.578Z|4fee2d54-f365-46cd-9e6e-8f0c0d2058c7|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-02T06:44:10.589Z|4fee2d54-f365-46cd-9e6e-8f0c0d2058c7|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-11-02T06:44:10.589Z|4fee2d54-f365-46cd-9e6e-8f0c0d2058c7|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 73b2c596-2860-4632-bfd3-e643c5c07d29, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-11-02T06:44:10.590Z|4fee2d54-f365-46cd-9e6e-8f0c0d2058c7|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar
2022-11-02T06:44:10.590Z|4fee2d54-f365-46cd-9e6e-8f0c0d2058c7|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-11-02T06:44:10.590Z|4fee2d54-f365-46cd-9e6e-8f0c0d2058c7|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-11-02T06:44:10.800Z|4fee2d54-f365-46cd-9e6e-8f0c0d2058c7|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9674807658296237281/Definitions/service-BasicVmMacro-template.yml
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_ip_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "compute_ubuntu20_key_name" is not provided
Log warning: The required parameter "compute_ubuntu20_name" is not provided
Log warning: The required parameter "compute_ubuntu20_user_data_format" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_security_groups" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network" is not provided
Log warning: The required parameter "compute_ubuntu20_metadata" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
2022-11-02T06:44:12.132Z|4fee2d54-f365-46cd-9e6e-8f0c0d2058c7|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2022-11-02T06:44:12.133Z|4fee2d54-f365-46cd-9e6e-8f0c0d2058c7|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-11-02T06:44:12.133Z|4fee2d54-f365-46cd-9e6e-8f0c0d2058c7|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-11-02T06:44:12.133Z|4fee2d54-f365-46cd-9e6e-8f0c0d2058c7|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-11-02T06:44:12.133Z|4fee2d54-f365-46cd-9e6e-8f0c0d2058c7|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-11-02T06:44:12.133Z|4fee2d54-f365-46cd-9e6e-8f0c0d2058c7|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-11-02T06:44:12.134Z|4fee2d54-f365-46cd-9e6e-8f0c0d2058c7|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-11-02T06:44:12.134Z|4fee2d54-f365-46cd-9e6e-8f0c0d2058c7|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-11-02T06:44:12.134Z|4fee2d54-f365-46cd-9e6e-8f0c0d2058c7|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-11-02T06:44:12.134Z|4fee2d54-f365-46cd-9e6e-8f0c0d2058c7|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-11-02T06:44:12.134Z|4fee2d54-f365-46cd-9e6e-8f0c0d2058c7|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm_macro 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-11-02T06:44:12.134Z|4fee2d54-f365-46cd-9e6e-8f0c0d2058c7|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-11-02T06:44:12.134Z|4fee2d54-f365-46cd-9e6e-8f0c0d2058c7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-02T06:44:12.134Z|4fee2d54-f365-46cd-9e6e-8f0c0d2058c7|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-02T06:44:12.135Z|4fee2d54-f365-46cd-9e6e-8f0c0d2058c7|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-11-02T06:44:12.135Z|4fee2d54-f365-46cd-9e6e-8f0c0d2058c7|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-11-02T06:44:12.135Z|4fee2d54-f365-46cd-9e6e-8f0c0d2058c7|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-02T06:44:12.136Z|4fee2d54-f365-46cd-9e6e-8f0c0d2058c7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-02T06:44:12.136Z|4fee2d54-f365-46cd-9e6e-8f0c0d2058c7|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-02T06:44:12.136Z|4fee2d54-f365-46cd-9e6e-8f0c0d2058c7|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-11-02T06:44:12.136Z|4fee2d54-f365-46cd-9e6e-8f0c0d2058c7|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-11-02T06:44:12.136Z|4fee2d54-f365-46cd-9e6e-8f0c0d2058c7|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-02T06:44:12.136Z|4fee2d54-f365-46cd-9e6e-8f0c0d2058c7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-02T06:44:12.136Z|4fee2d54-f365-46cd-9e6e-8f0c0d2058c7|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-02T06:44:12.137Z|4fee2d54-f365-46cd-9e6e-8f0c0d2058c7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-02T06:44:12.137Z|4fee2d54-f365-46cd-9e6e-8f0c0d2058c7|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-11-02T06:44:12.137Z|4fee2d54-f365-46cd-9e6e-8f0c0d2058c7|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2022-11-02T06:44:12.137Z|4fee2d54-f365-46cd-9e6e-8f0c0d2058c7|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2022-11-02T06:44:12.137Z|4fee2d54-f365-46cd-9e6e-8f0c0d2058c7|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2022-11-02T06:44:12.137Z|4fee2d54-f365-46cd-9e6e-8f0c0d2058c7|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-11-02T06:44:12.137Z|4fee2d54-f365-46cd-9e6e-8f0c0d2058c7|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-11-02T06:44:12.137Z|4fee2d54-f365-46cd-9e6e-8f0c0d2058c7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-02T06:44:12.138Z|4fee2d54-f365-46cd-9e6e-8f0c0d2058c7|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-11-02T06:44:12.138Z|4fee2d54-f365-46cd-9e6e-8f0c0d2058c7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-02T06:44:12.138Z|4fee2d54-f365-46cd-9e6e-8f0c0d2058c7|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-11-02T06:44:12.138Z|4fee2d54-f365-46cd-9e6e-8f0c0d2058c7|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-02T06:44:12.138Z|4fee2d54-f365-46cd-9e6e-8f0c0d2058c7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-02T06:44:12.138Z|4fee2d54-f365-46cd-9e6e-8f0c0d2058c7|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-11-02T06:44:12.138Z|4fee2d54-f365-46cd-9e6e-8f0c0d2058c7|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-02T06:44:12.139Z|4fee2d54-f365-46cd-9e6e-8f0c0d2058c7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-02T06:44:12.139Z|4fee2d54-f365-46cd-9e6e-8f0c0d2058c7|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-11-02T06:44:12.139Z|4fee2d54-f365-46cd-9e6e-8f0c0d2058c7|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-02T06:44:12.139Z|4fee2d54-f365-46cd-9e6e-8f0c0d2058c7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-02T06:44:12.139Z|4fee2d54-f365-46cd-9e6e-8f0c0d2058c7|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-11-02T06:44:12.139Z|4fee2d54-f365-46cd-9e6e-8f0c0d2058c7|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-11-02T06:44:12.140Z|4fee2d54-f365-46cd-9e6e-8f0c0d2058c7|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-11-02T06:44:12.140Z|4fee2d54-f365-46cd-9e6e-8f0c0d2058c7|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=71e39248-75a0-41cb-9a46-81069762b9c5
2022-11-02T06:44:12.140Z|4fee2d54-f365-46cd-9e6e-8f0c0d2058c7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-02T06:44:12.140Z|4fee2d54-f365-46cd-9e6e-8f0c0d2058c7|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-02T06:44:12.140Z|4fee2d54-f365-46cd-9e6e-8f0c0d2058c7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-02T06:44:12.140Z|4fee2d54-f365-46cd-9e6e-8f0c0d2058c7|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-02T06:44:12.140Z|4fee2d54-f365-46cd-9e6e-8f0c0d2058c7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-02T06:44:12.140Z|4fee2d54-f365-46cd-9e6e-8f0c0d2058c7|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-02T06:44:12.141Z|4fee2d54-f365-46cd-9e6e-8f0c0d2058c7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-02T06:44:12.141Z|4fee2d54-f365-46cd-9e6e-8f0c0d2058c7|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-02T06:44:12.141Z|4fee2d54-f365-46cd-9e6e-8f0c0d2058c7|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm_macro
Description:service
Model UUID:ec7f1921-4d3b-47c2-8462-e671660d5e3a
Model Version:NULL
Model InvariantUuid:d65eed1d-fde7-4cc2-8109-91856386304f
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm_macro
Model UUID:a3a786c9-0950-4ea7-94ab-3140758986b3
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:decc086e-1132-43e6-85c2-06fefca4d8cb
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:79c36ee5-b56f-4739-9b5a-3e51cb0bd58b
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:36c481ea-7c71-45ce-9d75-0cfe8ac4d701
ModelName:BasicVmMacro..base_ubuntu20..module-0
ModelUuid:20bd6acb-bd0d-409b-b627-96203eb5d0f3
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:71e39248-75a0-41cb-9a46-81069762b9c5
ModelInvariantUuid:c673514c-3fa8-423c-b9f0-4d8fc3c561a9
ModelName:basic_vm_macro-nodes.ubuntu20Cvfc
ModelUuid:87fca8e4-ea42-471a-8289-7a0afd811006
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:7d253127-f6f2-459d-b6ef-8d1ccade0308
ModelInvariantUuid:16693c40-aa2f-4fa0-acb0-435887a57bda
ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20
ModelUuid:070cd968-2269-40ae-87a5-8a97e7bfa488
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-11-02T06:44:12.148Z|4fee2d54-f365-46cd-9e6e-8f0c0d2058c7|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: 306507d6-17ae-47fd-b690-e495169320b8
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-02T06:44:12.152Z|4fee2d54-f365-46cd-9e6e-8f0c0d2058c7|pool-2-thread-9|||||INFO|500||basic_vm_macro 0
2022-11-02T06:44:12.152Z|4fee2d54-f365-46cd-9e6e-8f0c0d2058c7|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 306507d6-17ae-47fd-b690-e495169320b8
2022-11-02T06:44:12.152Z|4fee2d54-f365-46cd-9e6e-8f0c0d2058c7|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: e05c2e05-2575-493a-b202-9c09aaee2ff8 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-11-02T06:44:12.152Z|4fee2d54-f365-46cd-9e6e-8f0c0d2058c7|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-11-02T06:44:12.153Z|4fee2d54-f365-46cd-9e6e-8f0c0d2058c7|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-11-02T06:44:12.202Z|4fee2d54-f365-46cd-9e6e-8f0c0d2058c7|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-11-02T06:44:12.203Z|4fee2d54-f365-46cd-9e6e-8f0c0d2058c7|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json e05c2e05-2575-493a-b202-9c09aaee2ff8 792
2022-11-02T06:44:12.203Z|4fee2d54-f365-46cd-9e6e-8f0c0d2058c7|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification
2022-11-02T06:44:12.203Z|4fee2d54-f365-46cd-9e6e-8f0c0d2058c7|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-11-02T06:44:12.203Z|4fee2d54-f365-46cd-9e6e-8f0c0d2058c7|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-02T06:44:12.203Z|4fee2d54-f365-46cd-9e6e-8f0c0d2058c7|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-02T06:44:12.205Z|4fee2d54-f365-46cd-9e6e-8f0c0d2058c7|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-02T06:44:12.205Z|4fee2d54-f365-46cd-9e6e-8f0c0d2058c7|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "4fee2d54-f365-46cd-9e6e-8f0c0d2058c7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667371452203,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-11-02T06:44:12.306Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-02T06:44:12.307Z||pool-98-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-02T06:44:12.307Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as V5bESGozshoyR2iH) ...
2022-11-02T06:44:12.321Z||pool-98-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-02T06:44:12.321Z||pool-98-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-11-02T06:44:13.211Z|4fee2d54-f365-46cd-9e6e-8f0c0d2058c7|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "36c481ea-7c71-45ce-9d75-0cfe8ac4d701",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "20bd6acb-bd0d-409b-b627-96203eb5d0f3",
    "vfModuleModelCustomizationUUID": "c2554255-6cb6-4fbb-9e6c-f2fc37b89bec",
    "isBase": true,
    "artifacts": [
      "b08f1c9e-7663-4344-8f75-d9cccae896b0",
      "f0102750-f475-46f0-81a9-65e1aae35eef"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu20",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-11-02T06:44:13.216Z|4fee2d54-f365-46cd-9e6e-8f0c0d2058c7|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:20bd6acb-bd0d-409b-b627-96203eb5d0f3
VfModuleModelInvariantUUID:36c481ea-7c71-45ce-9d75-0cfe8ac4d701
VfModuleModelDescription:NULL
Artifacts UUID List:{
b08f1c9e-7663-4344-8f75-d9cccae896b0
,
f0102750-f475-46f0-81a9-65e1aae35eef

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

isBase:true


}

2022-11-02T06:44:13.218Z|4fee2d54-f365-46cd-9e6e-8f0c0d2058c7|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "36c481ea-7c71-45ce-9d75-0cfe8ac4d701",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "20bd6acb-bd0d-409b-b627-96203eb5d0f3",
    "vfModuleModelCustomizationUUID": "c2554255-6cb6-4fbb-9e6c-f2fc37b89bec",
    "isBase": true,
    "artifacts": [
      "b08f1c9e-7663-4344-8f75-d9cccae896b0",
      "f0102750-f475-46f0-81a9-65e1aae35eef"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu20",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-11-02T06:44:13.219Z|4fee2d54-f365-46cd-9e6e-8f0c0d2058c7|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:20bd6acb-bd0d-409b-b627-96203eb5d0f3
VfModuleModelInvariantUUID:36c481ea-7c71-45ce-9d75-0cfe8ac4d701
VfModuleModelDescription:NULL
Artifacts UUID List:{
b08f1c9e-7663-4344-8f75-d9cccae896b0
,
f0102750-f475-46f0-81a9-65e1aae35eef

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

isBase:true


}

2022-11-02T06:44:13.219Z|4fee2d54-f365-46cd-9e6e-8f0c0d2058c7|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: b08f1c9e-7663-4344-8f75-d9cccae896b0 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-11-02T06:44:13.219Z|4fee2d54-f365-46cd-9e6e-8f0c0d2058c7|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-11-02T06:44:13.220Z|4fee2d54-f365-46cd-9e6e-8f0c0d2058c7|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-11-02T06:44:13.260Z|4fee2d54-f365-46cd-9e6e-8f0c0d2058c7|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-11-02T06:44:13.261Z|4fee2d54-f365-46cd-9e6e-8f0c0d2058c7|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml b08f1c9e-7663-4344-8f75-d9cccae896b0 5033
2022-11-02T06:44:13.261Z|4fee2d54-f365-46cd-9e6e-8f0c0d2058c7|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2022-11-02T06:44:13.261Z|4fee2d54-f365-46cd-9e6e-8f0c0d2058c7|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-11-02T06:44:13.262Z|4fee2d54-f365-46cd-9e6e-8f0c0d2058c7|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-02T06:44:13.262Z|4fee2d54-f365-46cd-9e6e-8f0c0d2058c7|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-02T06:44:13.264Z|4fee2d54-f365-46cd-9e6e-8f0c0d2058c7|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-02T06:44:13.264Z|4fee2d54-f365-46cd-9e6e-8f0c0d2058c7|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "4fee2d54-f365-46cd-9e6e-8f0c0d2058c7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667371453261,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-11-02T06:44:13.364Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-02T06:44:13.365Z||pool-99-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-02T06:44:13.365Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as V5bESGozshoyR2iH) ...
2022-11-02T06:44:13.399Z||pool-99-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-02T06:44:13.400Z||pool-99-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":0,"count":1}
2022-11-02T06:44:14.265Z|4fee2d54-f365-46cd-9e6e-8f0c0d2058c7|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: f0102750-f475-46f0-81a9-65e1aae35eef from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-11-02T06:44:14.266Z|4fee2d54-f365-46cd-9e6e-8f0c0d2058c7|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-11-02T06:44:14.266Z|4fee2d54-f365-46cd-9e6e-8f0c0d2058c7|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-11-02T06:44:14.310Z|4fee2d54-f365-46cd-9e6e-8f0c0d2058c7|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-11-02T06:44:14.310Z|4fee2d54-f365-46cd-9e6e-8f0c0d2058c7|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env f0102750-f475-46f0-81a9-65e1aae35eef 903
2022-11-02T06:44:14.311Z|4fee2d54-f365-46cd-9e6e-8f0c0d2058c7|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2022-11-02T06:44:14.311Z|4fee2d54-f365-46cd-9e6e-8f0c0d2058c7|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-11-02T06:44:14.311Z|4fee2d54-f365-46cd-9e6e-8f0c0d2058c7|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-02T06:44:14.311Z|4fee2d54-f365-46cd-9e6e-8f0c0d2058c7|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-02T06:44:14.313Z|4fee2d54-f365-46cd-9e6e-8f0c0d2058c7|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-02T06:44:14.313Z|4fee2d54-f365-46cd-9e6e-8f0c0d2058c7|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "4fee2d54-f365-46cd-9e6e-8f0c0d2058c7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667371454311,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-11-02T06:44:14.413Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-02T06:44:14.414Z||pool-100-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-02T06:44:14.414Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as V5bESGozshoyR2iH) ...
2022-11-02T06:44:14.426Z||pool-100-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-02T06:44:14.426Z||pool-100-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-11-02T06:44:15.314Z|4fee2d54-f365-46cd-9e6e-8f0c0d2058c7|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: ec7f1921-4d3b-47c2-8462-e671660d5e3a
2022-11-02T06:44:15.315Z|4fee2d54-f365-46cd-9e6e-8f0c0d2058c7|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 306507d6-17ae-47fd-b690-e495169320b8 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-02T06:44:15.327Z|4fee2d54-f365-46cd-9e6e-8f0c0d2058c7|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@14313da5, org.onap.sdc.toscaparser.api.parameters.Input@5d9baddb, org.onap.sdc.toscaparser.api.parameters.Input@5ae7f8bd, org.onap.sdc.toscaparser.api.parameters.Input@388a4327, org.onap.sdc.toscaparser.api.parameters.Input@25cb8d86]
2022-11-02T06:44:15.328Z|4fee2d54-f365-46cd-9e6e-8f0c0d2058c7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-02T06:44:15.329Z|4fee2d54-f365-46cd-9e6e-8f0c0d2058c7|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-02T06:44:15.330Z|4fee2d54-f365-46cd-9e6e-8f0c0d2058c7|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic 
2022-11-02T06:44:15.330Z|4fee2d54-f365-46cd-9e6e-8f0c0d2058c7|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= 79c36ee5-b56f-4739-9b5a-3e51cb0bd58b
2022-11-02T06:44:15.330Z|4fee2d54-f365-46cd-9e6e-8f0c0d2058c7|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 79c36ee5-b56f-4739-9b5a-3e51cb0bd58b matches Tosca VF Customization UUID: 79c36ee5-b56f-4739-9b5a-3e51cb0bd58b
2022-11-02T06:44:15.331Z|4fee2d54-f365-46cd-9e6e-8f0c0d2058c7|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: 79c36ee5-b56f-4739-9b5a-3e51cb0bd58b  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-11-02T06:44:15.333Z|4fee2d54-f365-46cd-9e6e-8f0c0d2058c7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-02T06:44:15.333Z|4fee2d54-f365-46cd-9e6e-8f0c0d2058c7|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-02T06:44:15.334Z|4fee2d54-f365-46cd-9e6e-8f0c0d2058c7|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id 79c36ee5-b56f-4739-9b5a-3e51cb0bd58b: {\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"availability_zone_max_count\":\"1\",\"sdnc_model_version\":\"1.0.0\",\"sdnc_artifact_name\":\"vnf\",\"sdnc_model_name\":\"ubuntu20\"}
2022-11-02T06:44:15.334Z|4fee2d54-f365-46cd-9e6e-8f0c0d2058c7|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@2a00cfc8
2022-11-02T06:44:15.334Z|4fee2d54-f365-46cd-9e6e-8f0c0d2058c7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-02T06:44:15.334Z|4fee2d54-f365-46cd-9e6e-8f0c0d2058c7|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-11-02T06:44:15.334Z|4fee2d54-f365-46cd-9e6e-8f0c0d2058c7|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : c2554255-6cb6-4fbb-9e6c-f2fc37b89bec
2022-11-02T06:44:15.335Z|4fee2d54-f365-46cd-9e6e-8f0c0d2058c7|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID c2554255-6cb6-4fbb-9e6c-f2fc37b89bec
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-11-02T06:44:15.337Z|4fee2d54-f365-46cd-9e6e-8f0c0d2058c7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-02T06:44:15.337Z|4fee2d54-f365-46cd-9e6e-8f0c0d2058c7|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-11-02T06:44:15.338Z|4fee2d54-f365-46cd-9e6e-8f0c0d2058c7|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-02T06:44:15.338Z|4fee2d54-f365-46cd-9e6e-8f0c0d2058c7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-02T06:44:15.338Z|4fee2d54-f365-46cd-9e6e-8f0c0d2058c7|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-11-02T06:44:15.338Z|4fee2d54-f365-46cd-9e6e-8f0c0d2058c7|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-02T06:44:15.339Z|4fee2d54-f365-46cd-9e6e-8f0c0d2058c7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-02T06:44:15.339Z|4fee2d54-f365-46cd-9e6e-8f0c0d2058c7|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-11-02T06:44:15.339Z|4fee2d54-f365-46cd-9e6e-8f0c0d2058c7|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-11-02T06:44:15.340Z|4fee2d54-f365-46cd-9e6e-8f0c0d2058c7|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-11-02T06:44:15.340Z|4fee2d54-f365-46cd-9e6e-8f0c0d2058c7|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=71e39248-75a0-41cb-9a46-81069762b9c5
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-11-02T06:44:15.342Z|4fee2d54-f365-46cd-9e6e-8f0c0d2058c7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-02T06:44:15.342Z|4fee2d54-f365-46cd-9e6e-8f0c0d2058c7|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-11-02T06:44:15.342Z|4fee2d54-f365-46cd-9e6e-8f0c0d2058c7|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-02T06:44:15.342Z|4fee2d54-f365-46cd-9e6e-8f0c0d2058c7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-02T06:44:15.343Z|4fee2d54-f365-46cd-9e6e-8f0c0d2058c7|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-11-02T06:44:15.343Z|4fee2d54-f365-46cd-9e6e-8f0c0d2058c7|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=79c36ee5-b56f-4739-9b5a-3e51cb0bd58b
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-02T06:44:15.345Z|4fee2d54-f365-46cd-9e6e-8f0c0d2058c7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-02T06:44:15.345Z|4fee2d54-f365-46cd-9e6e-8f0c0d2058c7|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-02T06:44:15.345Z|4fee2d54-f365-46cd-9e6e-8f0c0d2058c7|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid ec7f1921-4d3b-47c2-8462-e671660d5e3a: basic_vm_macro
2022-11-02T06:44:15.346Z|4fee2d54-f365-46cd-9e6e-8f0c0d2058c7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-02T06:44:15.346Z|4fee2d54-f365-46cd-9e6e-8f0c0d2058c7|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-02T06:44:15.347Z|4fee2d54-f365-46cd-9e6e-8f0c0d2058c7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-02T06:44:15.347Z|4fee2d54-f365-46cd-9e6e-8f0c0d2058c7|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-02T06:44:15.348Z|4fee2d54-f365-46cd-9e6e-8f0c0d2058c7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-02T06:44:15.348Z|4fee2d54-f365-46cd-9e6e-8f0c0d2058c7|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-02T06:44:15.349Z|4fee2d54-f365-46cd-9e6e-8f0c0d2058c7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-02T06:44:15.349Z|4fee2d54-f365-46cd-9e6e-8f0c0d2058c7|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-02T06:44:15.349Z|4fee2d54-f365-46cd-9e6e-8f0c0d2058c7|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-02T06:44:15.350Z|4fee2d54-f365-46cd-9e6e-8f0c0d2058c7|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-02T06:44:15.350Z|4fee2d54-f365-46cd-9e6e-8f0c0d2058c7|pool-2-thread-9|||||INFO|500||Saving Service: basic_vm_macro 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-02T06:44:15.438Z|4fee2d54-f365-46cd-9e6e-8f0c0d2058c7|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro 306507d6-17ae-47fd-b690-e495169320b8 1 ASDC deployResourceStructure
2022-11-02T06:44:15.438Z|4fee2d54-f365-46cd-9e6e-8f0c0d2058c7|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification
2022-11-02T06:44:15.439Z|4fee2d54-f365-46cd-9e6e-8f0c0d2058c7|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-11-02T06:44:15.439Z|4fee2d54-f365-46cd-9e6e-8f0c0d2058c7|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-02T06:44:15.439Z|4fee2d54-f365-46cd-9e6e-8f0c0d2058c7|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-02T06:44:15.441Z|4fee2d54-f365-46cd-9e6e-8f0c0d2058c7|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-02T06:44:15.441Z|4fee2d54-f365-46cd-9e6e-8f0c0d2058c7|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "4fee2d54-f365-46cd-9e6e-8f0c0d2058c7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667371455438,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-11-02T06:44:15.542Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-02T06:44:15.544Z||pool-101-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-02T06:44:15.545Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as V5bESGozshoyR2iH) ...
2022-11-02T06:44:15.558Z||pool-101-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-02T06:44:15.558Z||pool-101-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-11-02T06:44:16.444Z|4fee2d54-f365-46cd-9e6e-8f0c0d2058c7|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2022-11-02T06:44:16.445Z|4fee2d54-f365-46cd-9e6e-8f0c0d2058c7|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-11-02T06:44:16.445Z|4fee2d54-f365-46cd-9e6e-8f0c0d2058c7|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-02T06:44:16.446Z|4fee2d54-f365-46cd-9e6e-8f0c0d2058c7|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-02T06:44:16.448Z|4fee2d54-f365-46cd-9e6e-8f0c0d2058c7|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-02T06:44:16.448Z|4fee2d54-f365-46cd-9e6e-8f0c0d2058c7|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "4fee2d54-f365-46cd-9e6e-8f0c0d2058c7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667371456444,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-11-02T06:44:16.548Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-02T06:44:16.549Z||pool-102-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-02T06:44:16.549Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as V5bESGozshoyR2iH) ...
2022-11-02T06:44:16.566Z||pool-102-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-02T06:44:16.566Z||pool-102-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-11-02T06:44:17.450Z|4fee2d54-f365-46cd-9e6e-8f0c0d2058c7|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2022-11-02T06:44:17.451Z|4fee2d54-f365-46cd-9e6e-8f0c0d2058c7|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-11-02T06:44:17.451Z|4fee2d54-f365-46cd-9e6e-8f0c0d2058c7|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-02T06:44:17.451Z|4fee2d54-f365-46cd-9e6e-8f0c0d2058c7|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-02T06:44:17.459Z|4fee2d54-f365-46cd-9e6e-8f0c0d2058c7|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-02T06:44:17.459Z|4fee2d54-f365-46cd-9e6e-8f0c0d2058c7|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "4fee2d54-f365-46cd-9e6e-8f0c0d2058c7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667371457450,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-11-02T06:44:17.554Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms
2022-11-02T06:44:17.555Z||pool-103-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-02T06:44:17.555Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as V5bESGozshoyR2iH) ...
2022-11-02T06:44:17.569Z||pool-103-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-02T06:44:17.569Z||pool-103-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-11-02T06:44:18.459Z|4fee2d54-f365-46cd-9e6e-8f0c0d2058c7|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2022-11-02T06:44:18.460Z|4fee2d54-f365-46cd-9e6e-8f0c0d2058c7|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-11-02T06:44:18.461Z|4fee2d54-f365-46cd-9e6e-8f0c0d2058c7|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-02T06:44:18.461Z|4fee2d54-f365-46cd-9e6e-8f0c0d2058c7|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-02T06:44:18.463Z|4fee2d54-f365-46cd-9e6e-8f0c0d2058c7|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-02T06:44:18.463Z|4fee2d54-f365-46cd-9e6e-8f0c0d2058c7|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "4fee2d54-f365-46cd-9e6e-8f0c0d2058c7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667371458459,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-02T06:44:18.564Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-02T06:44:18.565Z||pool-104-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-02T06:44:18.565Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as V5bESGozshoyR2iH) ...
2022-11-02T06:44:18.582Z||pool-104-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-02T06:44:18.582Z||pool-104-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-11-02T06:44:19.464Z|4fee2d54-f365-46cd-9e6e-8f0c0d2058c7|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4fee2d54-f365-46cd-9e6e-8f0c0d2058c7
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-02T06:44:19.477Z|4fee2d54-f365-46cd-9e6e-8f0c0d2058c7|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4fee2d54-f365-46cd-9e6e-8f0c0d2058c7
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-02T06:44:19.479Z|4fee2d54-f365-46cd-9e6e-8f0c0d2058c7|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-02T06:44:19.479Z|4fee2d54-f365-46cd-9e6e-8f0c0d2058c7|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-02T06:44:19.479Z|4fee2d54-f365-46cd-9e6e-8f0c0d2058c7|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-02T06:44:49.479Z|4fee2d54-f365-46cd-9e6e-8f0c0d2058c7|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4fee2d54-f365-46cd-9e6e-8f0c0d2058c7
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-02T06:44:49.489Z|4fee2d54-f365-46cd-9e6e-8f0c0d2058c7|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4fee2d54-f365-46cd-9e6e-8f0c0d2058c7
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-02T06:44:49.491Z|4fee2d54-f365-46cd-9e6e-8f0c0d2058c7|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-02T06:44:49.492Z|4fee2d54-f365-46cd-9e6e-8f0c0d2058c7|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-02T06:44:49.492Z|4fee2d54-f365-46cd-9e6e-8f0c0d2058c7|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-02T06:45:00.717Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T06:45:00.718Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-02T06:45:00.719Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|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 V5bESGozshoyR2iH) ...
2022-11-02T06:45:00.752Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-02T06:45:00.753Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-02T06:45:00.753Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4fee2d54-f365-46cd-9e6e-8f0c0d2058c7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667371427825,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-11-02T06:45:00.754Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-02T06:45:19.493Z|4fee2d54-f365-46cd-9e6e-8f0c0d2058c7|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4fee2d54-f365-46cd-9e6e-8f0c0d2058c7
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-02T06:45:19.515Z|4fee2d54-f365-46cd-9e6e-8f0c0d2058c7|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4fee2d54-f365-46cd-9e6e-8f0c0d2058c7
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-02T06:45:19.517Z|4fee2d54-f365-46cd-9e6e-8f0c0d2058c7|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-02T06:45:19.517Z|4fee2d54-f365-46cd-9e6e-8f0c0d2058c7|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-02T06:45:19.518Z|4fee2d54-f365-46cd-9e6e-8f0c0d2058c7|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-02T06:45:49.518Z|4fee2d54-f365-46cd-9e6e-8f0c0d2058c7|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4fee2d54-f365-46cd-9e6e-8f0c0d2058c7
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-02T06:45:49.530Z|4fee2d54-f365-46cd-9e6e-8f0c0d2058c7|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4fee2d54-f365-46cd-9e6e-8f0c0d2058c7
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-02T06:45:49.532Z|4fee2d54-f365-46cd-9e6e-8f0c0d2058c7|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-02T06:45:49.532Z|4fee2d54-f365-46cd-9e6e-8f0c0d2058c7|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-02T06:45:49.532Z|4fee2d54-f365-46cd-9e6e-8f0c0d2058c7|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-02T06:46:00.717Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T06:46:00.719Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-02T06:46:00.719Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|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 V5bESGozshoyR2iH) ...
2022-11-02T06:46:00.763Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-02T06:46:00.764Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-02T06:46:00.764Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4fee2d54-f365-46cd-9e6e-8f0c0d2058c7",
  "consumerID": "cds",
  "timestamp": 1667371431999,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-11-02T06:46:00.765Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-02T06:46:19.533Z|4fee2d54-f365-46cd-9e6e-8f0c0d2058c7|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4fee2d54-f365-46cd-9e6e-8f0c0d2058c7
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-02T06:46:19.549Z|4fee2d54-f365-46cd-9e6e-8f0c0d2058c7|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4fee2d54-f365-46cd-9e6e-8f0c0d2058c7
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-02T06:46:19.551Z|4fee2d54-f365-46cd-9e6e-8f0c0d2058c7|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-02T06:46:19.552Z|4fee2d54-f365-46cd-9e6e-8f0c0d2058c7|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-02T06:46:19.552Z|4fee2d54-f365-46cd-9e6e-8f0c0d2058c7|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-02T06:46:49.553Z|4fee2d54-f365-46cd-9e6e-8f0c0d2058c7|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4fee2d54-f365-46cd-9e6e-8f0c0d2058c7
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-02T06:46:49.563Z|4fee2d54-f365-46cd-9e6e-8f0c0d2058c7|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4fee2d54-f365-46cd-9e6e-8f0c0d2058c7
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-02T06:46:49.565Z|4fee2d54-f365-46cd-9e6e-8f0c0d2058c7|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-02T06:46:49.573Z|4fee2d54-f365-46cd-9e6e-8f0c0d2058c7|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-02T06:46:49.573Z|4fee2d54-f365-46cd-9e6e-8f0c0d2058c7|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-02T06:47:00.717Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T06:47:00.718Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-02T06:47:00.718Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|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 V5bESGozshoyR2iH) ...
2022-11-02T06:47:00.741Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-02T06:47:00.764Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-02T06:47:00.764Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4fee2d54-f365-46cd-9e6e-8f0c0d2058c7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667371426584,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-11-02T06:47:00.765Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-02T06:47:00.765Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-02T06:47:00.765Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4fee2d54-f365-46cd-9e6e-8f0c0d2058c7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667371437424,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-02T06:47:00.765Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-02T06:47:00.765Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-02T06:47:00.765Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4fee2d54-f365-46cd-9e6e-8f0c0d2058c7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667371440714,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-02T06:47:00.766Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-02T06:47:00.766Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-02T06:47:00.766Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4fee2d54-f365-46cd-9e6e-8f0c0d2058c7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667371437424,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-02T06:47:00.766Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-02T06:47:00.766Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-02T06:47:00.766Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4fee2d54-f365-46cd-9e6e-8f0c0d2058c7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667371440711,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-02T06:47:00.766Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-02T06:47:00.766Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-02T06:47:00.767Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4fee2d54-f365-46cd-9e6e-8f0c0d2058c7",
  "consumerID": "cds",
  "timestamp": 1667371440821,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-02T06:47:00.767Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-02T06:47:00.767Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-02T06:47:00.767Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4fee2d54-f365-46cd-9e6e-8f0c0d2058c7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667371440814,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-11-02T06:47:00.767Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-02T06:47:00.767Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-02T06:47:00.767Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4fee2d54-f365-46cd-9e6e-8f0c0d2058c7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667371440714,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-11-02T06:47:00.767Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-02T06:47:00.768Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-02T06:47:00.768Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4fee2d54-f365-46cd-9e6e-8f0c0d2058c7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667371437424,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-11-02T06:47:00.768Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-02T06:47:00.768Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-02T06:47:00.768Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4fee2d54-f365-46cd-9e6e-8f0c0d2058c7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667371441891,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-11-02T06:47:00.768Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-02T06:47:00.768Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-02T06:47:00.768Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4fee2d54-f365-46cd-9e6e-8f0c0d2058c7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667371440714,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-11-02T06:47:00.769Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-02T06:47:00.769Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-02T06:47:00.769Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4fee2d54-f365-46cd-9e6e-8f0c0d2058c7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667371437424,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-02T06:47:00.769Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-02T06:47:00.769Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-02T06:47:00.769Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4fee2d54-f365-46cd-9e6e-8f0c0d2058c7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667371442942,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-11-02T06:47:00.769Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-02T06:47:00.769Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-02T06:47:00.769Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4fee2d54-f365-46cd-9e6e-8f0c0d2058c7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667371440714,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-02T06:47:00.770Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-02T06:47:00.770Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-02T06:47:00.770Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4fee2d54-f365-46cd-9e6e-8f0c0d2058c7",
  "consumerID": "cds",
  "timestamp": 1667371443267,
  "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-11-02T06:47:00.777Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 4fee2d54-f365-46cd-9e6e-8f0c0d2058c7
2022-11-02T06:47:00.777Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4fee2d54-f365-46cd-9e6e-8f0c0d2058c7 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-02T06:47:00.792Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-02T06:47:00.792Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4fee2d54-f365-46cd-9e6e-8f0c0d2058c7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667371443324,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-02T06:47:00.793Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-02T06:47:00.793Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-02T06:47:00.793Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4fee2d54-f365-46cd-9e6e-8f0c0d2058c7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667371437424,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-02T06:47:00.793Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-02T06:47:00.793Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-02T06:47:00.793Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4fee2d54-f365-46cd-9e6e-8f0c0d2058c7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667371443968,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-02T06:47:00.800Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 4fee2d54-f365-46cd-9e6e-8f0c0d2058c7
2022-11-02T06:47:00.800Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4fee2d54-f365-46cd-9e6e-8f0c0d2058c7 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-02T06:47:00.817Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-02T06:47:00.817Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4fee2d54-f365-46cd-9e6e-8f0c0d2058c7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667371440714,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-11-02T06:47:00.817Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-02T06:47:00.817Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-02T06:47:00.817Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4fee2d54-f365-46cd-9e6e-8f0c0d2058c7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667371444328,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-02T06:47:00.823Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 4fee2d54-f365-46cd-9e6e-8f0c0d2058c7
2022-11-02T06:47:00.823Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4fee2d54-f365-46cd-9e6e-8f0c0d2058c7 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-02T06:47:00.845Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-02T06:47:00.845Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4fee2d54-f365-46cd-9e6e-8f0c0d2058c7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667371437424,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-02T06:47:00.846Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-02T06:47:00.846Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-02T06:47:00.846Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4fee2d54-f365-46cd-9e6e-8f0c0d2058c7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667371444972,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-11-02T06:47:00.846Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-02T06:47:00.846Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-02T06:47:00.846Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4fee2d54-f365-46cd-9e6e-8f0c0d2058c7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667371440714,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-02T06:47:00.846Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-02T06:47:00.847Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-02T06:47:00.847Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4fee2d54-f365-46cd-9e6e-8f0c0d2058c7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667371440714,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-02T06:47:00.847Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-02T06:47:00.847Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-02T06:47:00.847Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4fee2d54-f365-46cd-9e6e-8f0c0d2058c7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667371440714,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-11-02T06:47:00.847Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-02T06:47:00.847Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-02T06:47:00.847Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4fee2d54-f365-46cd-9e6e-8f0c0d2058c7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667371449573,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-02T06:47:00.848Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-02T06:47:00.848Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-02T06:47:00.848Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4fee2d54-f365-46cd-9e6e-8f0c0d2058c7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667371452203,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-11-02T06:47:00.848Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-02T06:47:00.848Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-02T06:47:00.848Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08678444-9241-4921-9a4a-9255ae8f4577",
  "consumerID": "cds",
  "timestamp": 1667371446999,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-02T06:47:00.848Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-02T06:47:00.849Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-02T06:47:00.849Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08678444-9241-4921-9a4a-9255ae8f4577",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667371446584,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-02T06:47:00.849Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-02T06:47:00.849Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-02T06:47:00.849Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4fee2d54-f365-46cd-9e6e-8f0c0d2058c7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667371453261,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-11-02T06:47:00.849Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-02T06:47:00.849Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-02T06:47:00.849Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4fee2d54-f365-46cd-9e6e-8f0c0d2058c7",
  "consumerID": "aai-ml",
  "timestamp": 1667371452527,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-02T06:47:00.849Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-02T06:47:00.850Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-02T06:47:00.850Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08678444-9241-4921-9a4a-9255ae8f4577",
  "consumerID": "cds",
  "timestamp": 1667371446999,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-02T06:47:00.850Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-02T06:47:00.850Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-02T06:47:00.850Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08678444-9241-4921-9a4a-9255ae8f4577",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667371446584,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-11-02T06:47:00.850Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-02T06:47:00.850Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-02T06:47:00.850Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4fee2d54-f365-46cd-9e6e-8f0c0d2058c7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667371454311,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-11-02T06:47:00.850Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-02T06:47:00.851Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-02T06:47:00.851Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4fee2d54-f365-46cd-9e6e-8f0c0d2058c7",
  "consumerID": "aai-ml",
  "timestamp": 1667371452527,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-02T06:47:00.851Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-02T06:47:00.851Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-02T06:47:00.851Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08678444-9241-4921-9a4a-9255ae8f4577",
  "consumerID": "cds",
  "timestamp": 1667371446999,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-02T06:47:00.851Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-02T06:47:00.851Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-02T06:47:00.851Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08678444-9241-4921-9a4a-9255ae8f4577",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667371446584,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-11-02T06:47:00.851Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-02T06:47:00.851Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-02T06:47:00.852Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4fee2d54-f365-46cd-9e6e-8f0c0d2058c7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667371455438,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-11-02T06:47:00.852Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-02T06:47:00.852Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-02T06:47:00.852Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4fee2d54-f365-46cd-9e6e-8f0c0d2058c7",
  "consumerID": "aai-ml",
  "timestamp": 1667371452527,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-02T06:47:00.852Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-02T06:47:00.852Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-02T06:47:00.852Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08678444-9241-4921-9a4a-9255ae8f4577",
  "consumerID": "cds",
  "timestamp": 1667371446999,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-02T06:47:00.852Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-02T06:47:00.852Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-02T06:47:00.852Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08678444-9241-4921-9a4a-9255ae8f4577",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667371446584,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-02T06:47:00.853Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-02T06:47:00.853Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-02T06:47:00.853Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4fee2d54-f365-46cd-9e6e-8f0c0d2058c7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667371456444,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-11-02T06:47:00.853Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-02T06:47:00.853Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-02T06:47:00.853Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4fee2d54-f365-46cd-9e6e-8f0c0d2058c7",
  "consumerID": "aai-ml",
  "timestamp": 1667371452527,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-02T06:47:00.853Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-02T06:47:00.853Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-02T06:47:00.853Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08678444-9241-4921-9a4a-9255ae8f4577",
  "consumerID": "cds",
  "timestamp": 1667371446999,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-11-02T06:47:00.854Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-02T06:47:00.854Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-02T06:47:00.854Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08678444-9241-4921-9a4a-9255ae8f4577",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667371446584,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-11-02T06:47:00.854Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-02T06:47:00.854Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-02T06:47:00.855Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4fee2d54-f365-46cd-9e6e-8f0c0d2058c7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667371457450,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-11-02T06:47:00.855Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-02T06:47:00.855Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-02T06:47:00.855Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4fee2d54-f365-46cd-9e6e-8f0c0d2058c7",
  "consumerID": "aai-ml",
  "timestamp": 1667371452527,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-11-02T06:47:00.855Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-02T06:47:00.855Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-02T06:47:00.855Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08678444-9241-4921-9a4a-9255ae8f4577",
  "consumerID": "cds",
  "timestamp": 1667371446999,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-11-02T06:47:00.856Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-02T06:47:00.856Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-02T06:47:00.856Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08678444-9241-4921-9a4a-9255ae8f4577",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667371446584,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-11-02T06:47:00.856Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-02T06:47:00.856Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-02T06:47:00.856Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4fee2d54-f365-46cd-9e6e-8f0c0d2058c7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667371458459,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-02T06:47:00.857Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-02T06:47:00.857Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-02T06:47:00.857Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4fee2d54-f365-46cd-9e6e-8f0c0d2058c7",
  "consumerID": "aai-ml",
  "timestamp": 1667371452527,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-02T06:47:00.857Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-02T06:47:00.857Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-02T06:47:00.857Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08678444-9241-4921-9a4a-9255ae8f4577",
  "consumerID": "cds",
  "timestamp": 1667371446999,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-11-02T06:47:00.857Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-02T06:47:00.857Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-02T06:47:00.858Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08678444-9241-4921-9a4a-9255ae8f4577",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667371446584,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-11-02T06:47:00.858Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-02T06:47:00.858Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-02T06:47:00.858Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08678444-9241-4921-9a4a-9255ae8f4577",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667371457424,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-02T06:47:00.858Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-02T06:47:00.858Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-02T06:47:00.859Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4fee2d54-f365-46cd-9e6e-8f0c0d2058c7",
  "consumerID": "aai-ml",
  "timestamp": 1667371452527,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-02T06:47:00.859Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-02T06:47:00.859Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-02T06:47:00.859Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08678444-9241-4921-9a4a-9255ae8f4577",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667371457824,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-02T06:47:00.859Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-02T06:47:00.859Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-02T06:47:00.859Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08678444-9241-4921-9a4a-9255ae8f4577",
  "consumerID": "cds",
  "timestamp": 1667371446999,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-02T06:47:00.860Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-02T06:47:00.860Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-02T06:47:00.860Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08678444-9241-4921-9a4a-9255ae8f4577",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667371446584,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-02T06:47:00.860Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-02T06:47:00.860Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-02T06:47:00.860Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08678444-9241-4921-9a4a-9255ae8f4577",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667371457424,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-02T06:47:00.860Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-02T06:47:00.861Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-02T06:47:00.861Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4fee2d54-f365-46cd-9e6e-8f0c0d2058c7",
  "consumerID": "aai-ml",
  "timestamp": 1667371452527,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-11-02T06:47:00.861Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-02T06:47:00.861Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-02T06:47:00.861Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08678444-9241-4921-9a4a-9255ae8f4577",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667371457824,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-02T06:47:00.861Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-02T06:47:00.862Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-02T06:47:00.862Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08678444-9241-4921-9a4a-9255ae8f4577",
  "consumerID": "cds",
  "timestamp": 1667371446999,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-02T06:47:00.862Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-02T06:47:00.862Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-02T06:47:00.862Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08678444-9241-4921-9a4a-9255ae8f4577",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667371446584,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-02T06:47:00.862Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-02T06:47:00.862Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-02T06:47:00.863Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08678444-9241-4921-9a4a-9255ae8f4577",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667371457424,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-02T06:47:00.863Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-02T06:47:00.863Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-02T06:47:00.863Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4fee2d54-f365-46cd-9e6e-8f0c0d2058c7",
  "consumerID": "aai-ml",
  "timestamp": 1667371461280,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-02T06:47:00.864Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-02T06:47:00.864Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-02T06:47:00.864Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08678444-9241-4921-9a4a-9255ae8f4577",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667371457824,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-02T06:47:00.864Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-02T06:47:00.864Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-02T06:47:00.864Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08678444-9241-4921-9a4a-9255ae8f4577",
  "consumerID": "cds",
  "timestamp": 1667371446999,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-11-02T06:47:00.864Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-02T06:47:00.864Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-02T06:47:00.864Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08678444-9241-4921-9a4a-9255ae8f4577",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667371446584,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-11-02T06:47:00.865Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-02T06:47:00.865Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-02T06:47:00.865Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08678444-9241-4921-9a4a-9255ae8f4577",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667371457424,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-02T06:47:00.865Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-02T06:47:00.865Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-02T06:47:00.865Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08678444-9241-4921-9a4a-9255ae8f4577",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667371457824,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-02T06:47:00.865Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-02T06:47:00.865Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-02T06:47:00.865Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08678444-9241-4921-9a4a-9255ae8f4577",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667371457424,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-11-02T06:47:00.866Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-02T06:47:00.866Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-02T06:47:00.866Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08678444-9241-4921-9a4a-9255ae8f4577",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667371461825,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-11-02T06:47:00.866Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-02T06:47:00.866Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-02T06:47:00.866Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08678444-9241-4921-9a4a-9255ae8f4577",
  "consumerID": "cds",
  "timestamp": 1667371461840,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-02T06:47:00.866Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-02T06:47:00.866Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-02T06:47:00.866Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08678444-9241-4921-9a4a-9255ae8f4577",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667371457824,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-11-02T06:47:00.867Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-02T06:47:00.867Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-02T06:47:00.867Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08678444-9241-4921-9a4a-9255ae8f4577",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667371457424,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-11-02T06:47:00.867Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-02T06:47:00.867Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-02T06:47:00.867Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08678444-9241-4921-9a4a-9255ae8f4577",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667371462884,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-11-02T06:47:00.867Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-02T06:47:00.868Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-02T06:47:00.868Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08678444-9241-4921-9a4a-9255ae8f4577",
  "consumerID": "cds",
  "timestamp": 1667371463229,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-02T06:47:00.885Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 08678444-9241-4921-9a4a-9255ae8f4577
2022-11-02T06:47:00.885Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 08678444-9241-4921-9a4a-9255ae8f4577 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-02T06:47:00.897Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-02T06:47:00.898Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08678444-9241-4921-9a4a-9255ae8f4577",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667371457824,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-11-02T06:47:00.898Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-02T06:47:00.898Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-02T06:47:00.898Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08678444-9241-4921-9a4a-9255ae8f4577",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667371457424,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-11-02T06:47:00.899Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-02T06:47:00.899Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-02T06:47:00.899Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08678444-9241-4921-9a4a-9255ae8f4577",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667371463932,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-11-02T06:47:00.899Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-02T06:47:00.900Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-02T06:47:00.900Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08678444-9241-4921-9a4a-9255ae8f4577",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667371457824,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-11-02T06:47:00.900Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-02T06:47:00.900Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-02T06:47:00.900Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08678444-9241-4921-9a4a-9255ae8f4577",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667371457424,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-02T06:47:00.900Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-02T06:47:00.900Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-02T06:47:00.900Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08678444-9241-4921-9a4a-9255ae8f4577",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667371464983,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-11-02T06:47:00.901Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-02T06:47:00.901Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-02T06:47:00.901Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08678444-9241-4921-9a4a-9255ae8f4577",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667371457824,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-02T06:47:00.901Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-02T06:47:00.902Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-02T06:47:00.902Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08678444-9241-4921-9a4a-9255ae8f4577",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667371457424,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-02T06:47:00.902Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-02T06:47:00.902Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-02T06:47:00.902Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08678444-9241-4921-9a4a-9255ae8f4577",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667371466045,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-02T06:47:00.908Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 08678444-9241-4921-9a4a-9255ae8f4577
2022-11-02T06:47:00.908Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 08678444-9241-4921-9a4a-9255ae8f4577 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-02T06:47:00.919Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-02T06:47:00.919Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08678444-9241-4921-9a4a-9255ae8f4577",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667371457824,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-02T06:47:00.920Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-02T06:47:00.920Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-02T06:47:00.920Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08678444-9241-4921-9a4a-9255ae8f4577",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667371457424,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-02T06:47:00.920Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-02T06:47:00.920Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-02T06:47:00.920Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08678444-9241-4921-9a4a-9255ae8f4577",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667371467049,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-11-02T06:47:00.921Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-02T06:47:00.921Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-02T06:47:00.921Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08678444-9241-4921-9a4a-9255ae8f4577",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667371457824,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-11-02T06:47:00.921Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-02T06:47:00.921Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-02T06:47:00.921Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4fee2d54-f365-46cd-9e6e-8f0c0d2058c7",
  "consumerID": "aai-ml",
  "timestamp": 1667371468712,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-02T06:47:00.921Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-02T06:47:00.921Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-02T06:47:00.921Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08678444-9241-4921-9a4a-9255ae8f4577",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667371468593,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-02T06:47:00.922Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-02T06:47:00.922Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-02T06:47:00.922Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4fee2d54-f365-46cd-9e6e-8f0c0d2058c7",
  "consumerID": "aai-ml",
  "timestamp": 1667371469716,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-02T06:47:00.926Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 4fee2d54-f365-46cd-9e6e-8f0c0d2058c7
2022-11-02T06:47:00.926Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4fee2d54-f365-46cd-9e6e-8f0c0d2058c7 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-02T06:47:00.932Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-02T06:47:00.933Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08678444-9241-4921-9a4a-9255ae8f4577",
  "consumerID": "aai-ml",
  "timestamp": 1667371452527,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-02T06:47:00.933Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-02T06:47:00.933Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-02T06:47:00.933Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08678444-9241-4921-9a4a-9255ae8f4577",
  "consumerID": "aai-ml",
  "timestamp": 1667371452527,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-02T06:47:00.933Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-02T06:47:00.933Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-02T06:47:00.933Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08678444-9241-4921-9a4a-9255ae8f4577",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667371470927,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-02T06:47:00.933Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-02T06:47:00.933Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-02T06:47:00.934Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08678444-9241-4921-9a4a-9255ae8f4577",
  "consumerID": "aai-ml",
  "timestamp": 1667371452527,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-02T06:47:00.934Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-02T06:47:00.934Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-02T06:47:00.934Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08678444-9241-4921-9a4a-9255ae8f4577",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667371471932,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-02T06:47:00.938Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 08678444-9241-4921-9a4a-9255ae8f4577
2022-11-02T06:47:00.938Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 08678444-9241-4921-9a4a-9255ae8f4577 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-02T06:47:00.950Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-02T06:47:00.950Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08678444-9241-4921-9a4a-9255ae8f4577",
  "consumerID": "aai-ml",
  "timestamp": 1667371452527,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-02T06:47:00.950Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-02T06:47:00.950Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-02T06:47:00.950Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08678444-9241-4921-9a4a-9255ae8f4577",
  "consumerID": "aai-ml",
  "timestamp": 1667371452527,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-11-02T06:47:00.950Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-02T06:47:00.950Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-02T06:47:00.950Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08678444-9241-4921-9a4a-9255ae8f4577",
  "consumerID": "aai-ml",
  "timestamp": 1667371452527,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-11-02T06:47:00.951Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-02T06:47:00.951Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-02T06:47:00.951Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08678444-9241-4921-9a4a-9255ae8f4577",
  "consumerID": "aai-ml",
  "timestamp": 1667371452527,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-11-02T06:47:00.951Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-02T06:47:00.951Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-02T06:47:00.951Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08678444-9241-4921-9a4a-9255ae8f4577",
  "consumerID": "aai-ml",
  "timestamp": 1667371452527,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-02T06:47:00.951Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-02T06:47:00.951Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-02T06:47:00.951Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08678444-9241-4921-9a4a-9255ae8f4577",
  "consumerID": "aai-ml",
  "timestamp": 1667371452527,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-02T06:47:00.952Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-02T06:47:00.952Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-02T06:47:00.952Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08678444-9241-4921-9a4a-9255ae8f4577",
  "consumerID": "aai-ml",
  "timestamp": 1667371452527,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-11-02T06:47:00.952Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-02T06:47:00.952Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-02T06:47:00.952Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08678444-9241-4921-9a4a-9255ae8f4577",
  "consumerID": "aai-ml",
  "timestamp": 1667371480815,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-02T06:47:00.952Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-02T06:47:00.952Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-02T06:47:00.952Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0673b360-ad63-4d04-85d5-d23d0ccb47ad",
  "consumerID": "cds",
  "timestamp": 1667371476998,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-02T06:47:00.952Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-02T06:47:00.953Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-02T06:47:00.953Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0673b360-ad63-4d04-85d5-d23d0ccb47ad",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667371477424,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-02T06:47:00.953Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-02T06:47:00.953Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-02T06:47:00.953Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0673b360-ad63-4d04-85d5-d23d0ccb47ad",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667371477424,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-02T06:47:00.953Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-02T06:47:00.953Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-02T06:47:00.953Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0673b360-ad63-4d04-85d5-d23d0ccb47ad",
  "consumerID": "cds",
  "timestamp": 1667371476998,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-02T06:47:00.953Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-02T06:47:00.954Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-02T06:47:00.954Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0673b360-ad63-4d04-85d5-d23d0ccb47ad",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667371486586,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-02T06:47:00.954Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-02T06:47:00.954Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-02T06:47:00.954Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08678444-9241-4921-9a4a-9255ae8f4577",
  "consumerID": "aai-ml",
  "timestamp": 1667371488186,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-02T06:47:00.954Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-02T06:47:00.954Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-02T06:47:00.955Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0673b360-ad63-4d04-85d5-d23d0ccb47ad",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667371477424,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-11-02T06:47:00.955Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-02T06:47:00.955Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-02T06:47:00.955Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0673b360-ad63-4d04-85d5-d23d0ccb47ad",
  "consumerID": "cds",
  "timestamp": 1667371476998,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-11-02T06:47:00.955Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-02T06:47:00.955Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-02T06:47:00.955Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0673b360-ad63-4d04-85d5-d23d0ccb47ad",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667371486586,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-02T06:47:00.955Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-02T06:47:00.956Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-02T06:47:00.956Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08678444-9241-4921-9a4a-9255ae8f4577",
  "consumerID": "aai-ml",
  "timestamp": 1667371489190,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-02T06:47:00.960Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 08678444-9241-4921-9a4a-9255ae8f4577
2022-11-02T06:47:00.960Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 08678444-9241-4921-9a4a-9255ae8f4577 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-02T06:47:00.968Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-02T06:47:00.968Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0673b360-ad63-4d04-85d5-d23d0ccb47ad",
  "consumerID": "cds",
  "timestamp": 1667371476998,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-02T06:47:00.968Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-02T06:47:00.968Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-02T06:47:00.968Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0673b360-ad63-4d04-85d5-d23d0ccb47ad",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667371477424,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-02T06:47:00.969Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-02T06:47:00.969Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-02T06:47:00.969Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0673b360-ad63-4d04-85d5-d23d0ccb47ad",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667371487824,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-02T06:47:00.969Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-02T06:47:00.969Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-02T06:47:00.969Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0673b360-ad63-4d04-85d5-d23d0ccb47ad",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667371486586,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-11-02T06:47:00.969Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-02T06:47:00.970Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-02T06:47:00.970Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0673b360-ad63-4d04-85d5-d23d0ccb47ad",
  "consumerID": "cds",
  "timestamp": 1667371476998,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-02T06:47:00.970Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-02T06:47:00.970Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-02T06:47:00.970Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0673b360-ad63-4d04-85d5-d23d0ccb47ad",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667371477424,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-02T06:47:00.970Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-02T06:47:00.970Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-02T06:47:00.970Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0673b360-ad63-4d04-85d5-d23d0ccb47ad",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667371487824,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-02T06:47:00.971Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-02T06:47:00.971Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-02T06:47:00.971Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0673b360-ad63-4d04-85d5-d23d0ccb47ad",
  "consumerID": "aai-ml",
  "timestamp": 1667371490193,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-02T06:47:00.971Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-02T06:47:00.971Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-02T06:47:00.971Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0673b360-ad63-4d04-85d5-d23d0ccb47ad",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667371486586,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-02T06:47:00.971Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-02T06:47:00.972Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-02T06:47:00.972Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0673b360-ad63-4d04-85d5-d23d0ccb47ad",
  "consumerID": "cds",
  "timestamp": 1667371476998,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-02T06:47:00.972Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-02T06:47:00.972Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-02T06:47:00.972Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0673b360-ad63-4d04-85d5-d23d0ccb47ad",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667371477424,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-02T06:47:00.972Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-02T06:47:00.972Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-02T06:47:00.972Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0673b360-ad63-4d04-85d5-d23d0ccb47ad",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667371487824,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-11-02T06:47:00.973Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-02T06:47:00.973Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-02T06:47:00.973Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0673b360-ad63-4d04-85d5-d23d0ccb47ad",
  "consumerID": "aai-ml",
  "timestamp": 1667371490193,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-02T06:47:00.973Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-02T06:47:00.973Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-02T06:47:00.973Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0673b360-ad63-4d04-85d5-d23d0ccb47ad",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667371486586,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-02T06:47:00.973Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-02T06:47:00.973Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-02T06:47:00.974Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0673b360-ad63-4d04-85d5-d23d0ccb47ad",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667371477424,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-11-02T06:47:00.974Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-02T06:47:00.974Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-02T06:47:00.974Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0673b360-ad63-4d04-85d5-d23d0ccb47ad",
  "consumerID": "cds",
  "timestamp": 1667371476998,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-02T06:47:00.974Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-02T06:47:00.974Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-02T06:47:00.974Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0673b360-ad63-4d04-85d5-d23d0ccb47ad",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667371487824,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-02T06:47:00.974Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-02T06:47:00.974Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-02T06:47:00.975Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0673b360-ad63-4d04-85d5-d23d0ccb47ad",
  "consumerID": "aai-ml",
  "timestamp": 1667371490193,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-11-02T06:47:00.975Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-02T06:47:00.975Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-02T06:47:00.975Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0673b360-ad63-4d04-85d5-d23d0ccb47ad",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667371486586,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-02T06:47:00.975Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-02T06:47:00.975Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-02T06:47:00.975Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0673b360-ad63-4d04-85d5-d23d0ccb47ad",
  "consumerID": "cds",
  "timestamp": 1667371476998,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-02T06:47:00.975Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-02T06:47:00.975Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-02T06:47:00.976Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0673b360-ad63-4d04-85d5-d23d0ccb47ad",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667371477424,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-02T06:47:00.976Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-02T06:47:00.976Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-02T06:47:00.976Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0673b360-ad63-4d04-85d5-d23d0ccb47ad",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667371487824,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-02T06:47:00.976Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-02T06:47:00.976Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-02T06:47:00.976Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0673b360-ad63-4d04-85d5-d23d0ccb47ad",
  "consumerID": "aai-ml",
  "timestamp": 1667371490193,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-02T06:47:00.977Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-02T06:47:00.977Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-02T06:47:00.977Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0673b360-ad63-4d04-85d5-d23d0ccb47ad",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667371486586,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-02T06:47:00.977Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-02T06:47:00.977Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-02T06:47:00.977Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0673b360-ad63-4d04-85d5-d23d0ccb47ad",
  "consumerID": "cds",
  "timestamp": 1667371476998,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-11-02T06:47:00.977Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-02T06:47:00.977Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-02T06:47:00.978Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0673b360-ad63-4d04-85d5-d23d0ccb47ad",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667371477424,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-02T06:47:00.978Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-02T06:47:00.978Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-02T06:47:00.978Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0673b360-ad63-4d04-85d5-d23d0ccb47ad",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667371487824,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-02T06:47:00.978Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-02T06:47:00.978Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-02T06:47:00.978Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0673b360-ad63-4d04-85d5-d23d0ccb47ad",
  "consumerID": "aai-ml",
  "timestamp": 1667371490193,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-02T06:47:00.978Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-02T06:47:00.979Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-02T06:47:00.979Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0673b360-ad63-4d04-85d5-d23d0ccb47ad",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667371486586,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-02T06:47:00.979Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-02T06:47:00.979Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-02T06:47:00.979Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0673b360-ad63-4d04-85d5-d23d0ccb47ad",
  "consumerID": "cds",
  "timestamp": 1667371494424,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-02T06:47:00.979Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-02T06:47:00.979Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-02T06:47:00.979Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0673b360-ad63-4d04-85d5-d23d0ccb47ad",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667371494793,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-11-02T06:47:00.979Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-02T06:47:00.980Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-02T06:47:00.980Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0673b360-ad63-4d04-85d5-d23d0ccb47ad",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667371487824,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-02T06:47:00.980Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-02T06:47:00.980Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-02T06:47:00.980Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0673b360-ad63-4d04-85d5-d23d0ccb47ad",
  "consumerID": "aai-ml",
  "timestamp": 1667371490193,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-02T06:47:00.980Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-02T06:47:00.980Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-02T06:47:00.980Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0673b360-ad63-4d04-85d5-d23d0ccb47ad",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1667371486586,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-11-02T06:47:00.981Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-02T06:47:00.981Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-02T06:47:00.981Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0673b360-ad63-4d04-85d5-d23d0ccb47ad",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667371495845,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-11-02T06:47:00.981Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-02T06:47:00.981Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-02T06:47:00.981Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0673b360-ad63-4d04-85d5-d23d0ccb47ad",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667371487824,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-02T06:47:00.981Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-02T06:47:00.981Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-02T06:47:00.982Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0673b360-ad63-4d04-85d5-d23d0ccb47ad",
  "consumerID": "cds",
  "timestamp": 1667371495711,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-02T06:47:00.993Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 0673b360-ad63-4d04-85d5-d23d0ccb47ad
2022-11-02T06:47:00.994Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0673b360-ad63-4d04-85d5-d23d0ccb47ad and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-02T06:47:01.006Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-02T06:47:01.006Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0673b360-ad63-4d04-85d5-d23d0ccb47ad",
  "consumerID": "aai-ml",
  "timestamp": 1667371490193,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-02T06:47:01.006Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-02T06:47:01.006Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-02T06:47:01.006Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0673b360-ad63-4d04-85d5-d23d0ccb47ad",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1667371496849,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": ""
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-02T06:47:01.011Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 0673b360-ad63-4d04-85d5-d23d0ccb47ad
2022-11-02T06:47:01.011Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0673b360-ad63-4d04-85d5-d23d0ccb47ad and ComponentName 
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-02T06:47:01.019Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-02T06:47:01.019Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0673b360-ad63-4d04-85d5-d23d0ccb47ad",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667371487824,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-11-02T06:47:01.019Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-02T06:47:01.019Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-02T06:47:01.019Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0673b360-ad63-4d04-85d5-d23d0ccb47ad",
  "consumerID": "aai-ml",
  "timestamp": 1667371490193,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-02T06:47:01.019Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-02T06:47:01.020Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-02T06:47:01.020Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0673b360-ad63-4d04-85d5-d23d0ccb47ad",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667371497554,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-02T06:47:01.020Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-02T06:47:01.020Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-02T06:47:01.020Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0673b360-ad63-4d04-85d5-d23d0ccb47ad",
  "consumerID": "aai-ml",
  "timestamp": 1667371490193,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-11-02T06:47:01.020Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-02T06:47:01.020Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-02T06:47:01.020Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0673b360-ad63-4d04-85d5-d23d0ccb47ad",
  "consumerID": "aai-ml",
  "timestamp": 1667371499933,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-02T06:47:01.020Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-02T06:47:19.574Z|4fee2d54-f365-46cd-9e6e-8f0c0d2058c7|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4fee2d54-f365-46cd-9e6e-8f0c0d2058c7
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-02T06:47:19.584Z|4fee2d54-f365-46cd-9e6e-8f0c0d2058c7|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4fee2d54-f365-46cd-9e6e-8f0c0d2058c7
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-02T06:47:19.587Z|4fee2d54-f365-46cd-9e6e-8f0c0d2058c7|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-02T06:47:19.587Z|4fee2d54-f365-46cd-9e6e-8f0c0d2058c7|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-11-02T06:47:19.587Z|4fee2d54-f365-46cd-9e6e-8f0c0d2058c7|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-11-02T06:47:19.588Z|4fee2d54-f365-46cd-9e6e-8f0c0d2058c7|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-11-02T06:47:19.588Z|4fee2d54-f365-46cd-9e6e-8f0c0d2058c7|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-02T06:47:19.588Z|4fee2d54-f365-46cd-9e6e-8f0c0d2058c7|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-02T06:47:19.589Z|4fee2d54-f365-46cd-9e6e-8f0c0d2058c7|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-02T06:47:19.589Z|4fee2d54-f365-46cd-9e6e-8f0c0d2058c7|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-02T06:47:19.589Z|4fee2d54-f365-46cd-9e6e-8f0c0d2058c7|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-02T06:47:19.589Z|4fee2d54-f365-46cd-9e6e-8f0c0d2058c7|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-02T06:47:19.594Z|4fee2d54-f365-46cd-9e6e-8f0c0d2058c7|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-11-02T06:47:49.594Z|4fee2d54-f365-46cd-9e6e-8f0c0d2058c7|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 4fee2d54-f365-46cd-9e6e-8f0c0d2058c7 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-11-02T06:47:49.601Z|4fee2d54-f365-46cd-9e6e-8f0c0d2058c7|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 4fee2d54-f365-46cd-9e6e-8f0c0d2058c7 and serviceModelVersionId: ec7f1921-4d3b-47c2-8462-e671660d5e3a
2022-11-02T06:47:49.602Z|4fee2d54-f365-46cd-9e6e-8f0c0d2058c7|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : d65eed1d-fde7-4cc2-8109-91856386304f
2022-11-02T06:47:49.604Z|4fee2d54-f365-46cd-9e6e-8f0c0d2058c7|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/d65eed1d-fde7-4cc2-8109-91856386304f/model-vers/model-ver/ec7f1921-4d3b-47c2-8462-e671660d5e3a?depth=0
2022-11-02T06:47:49.621Z|4fee2d54-f365-46cd-9e6e-8f0c0d2058c7|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2022-11-02T06:47:49.705Z|4fee2d54-f365-46cd-9e6e-8f0c0d2058c7|pool-2-thread-9|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d65eed1d-fde7-4cc2-8109-91856386304f/model-vers/model-ver/ec7f1921-4d3b-47c2-8462-e671660d5e3a?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-11-02T06:47:49.707Z|4fee2d54-f365-46cd-9e6e-8f0c0d2058c7|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d65eed1d-fde7-4cc2-8109-91856386304f/model-vers/model-ver/ec7f1921-4d3b-47c2-8462-e671660d5e3a?depth=0|INFO|500||Invoke
2022-11-02T06:47:49.736Z|4fee2d54-f365-46cd-9e6e-8f0c0d2058c7|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d65eed1d-fde7-4cc2-8109-91856386304f/model-vers/model-ver/ec7f1921-4d3b-47c2-8462-e671660d5e3a?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-11-02T06:47:49.845Z|4fee2d54-f365-46cd-9e6e-8f0c0d2058c7|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d65eed1d-fde7-4cc2-8109-91856386304f/model-vers/model-ver/ec7f1921-4d3b-47c2-8462-e671660d5e3a?depth=0|INFO|500||InvokeReturn
2022-11-02T06:47:49.846Z|4fee2d54-f365-46cd-9e6e-8f0c0d2058c7|pool-2-thread-9|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d65eed1d-fde7-4cc2-8109-91856386304f/model-vers/model-ver/ec7f1921-4d3b-47c2-8462-e671660d5e3a?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-221102-06:47:48:938-72302], vertex-id=[204864], Content-Length=[0], Date=[Wed, 02 Nov 2022 06:47:48 GMT], Content-Type=[application/json]}
2022-11-02T06:47:49.847Z|4fee2d54-f365-46cd-9e6e-8f0c0d2058c7|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity.
2022-11-02T06:47:49.847Z|4fee2d54-f365-46cd-9e6e-8f0c0d2058c7|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-11-02T06:47:49.847Z|4fee2d54-f365-46cd-9e6e-8f0c0d2058c7|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-02T06:47:49.852Z|4fee2d54-f365-46cd-9e6e-8f0c0d2058c7|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-11-02T06:47:49.852Z|4fee2d54-f365-46cd-9e6e-8f0c0d2058c7|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 4fee2d54-f365-46cd-9e6e-8f0c0d2058c7 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-11-02T06:47:49.853Z|4fee2d54-f365-46cd-9e6e-8f0c0d2058c7|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-11-02T06:47:49.853Z|4fee2d54-f365-46cd-9e6e-8f0c0d2058c7|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-02T06:47:49.856Z|4fee2d54-f365-46cd-9e6e-8f0c0d2058c7|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-02T06:47:49.856Z|4fee2d54-f365-46cd-9e6e-8f0c0d2058c7|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "4fee2d54-f365-46cd-9e6e-8f0c0d2058c7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667371669853,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-02T06:47:49.956Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-02T06:47:49.956Z||pool-105-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-02T06:47:49.957Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as V5bESGozshoyR2iH) ...
2022-11-02T06:47:49.972Z||pool-105-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-02T06:47:49.973Z||pool-105-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-11-02T06:47:50.877Z|4fee2d54-f365-46cd-9e6e-8f0c0d2058c7|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T06:47:50.878Z|4fee2d54-f365-46cd-9e6e-8f0c0d2058c7|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-02T06:47:50.878Z|4fee2d54-f365-46cd-9e6e-8f0c0d2058c7|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 V5bESGozshoyR2iH) ...
2022-11-02T06:47:55.360Z|4fee2d54-f365-46cd-9e6e-8f0c0d2058c7|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-02T06:47:55.361Z|4fee2d54-f365-46cd-9e6e-8f0c0d2058c7|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-02T06:47:55.361Z|4fee2d54-f365-46cd-9e6e-8f0c0d2058c7|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"08678444-9241-4921-9a4a-9255ae8f4577","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"716c6282-d455-40e9-b168-36da3e731ce4","serviceDescription":"service","serviceInvariantUUID":"18845be8-3889-4c69-8f93-6d10a892cb45","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"0c67a48c-a92e-4f91-8f43-fa69305a187c","resourceInvariantUUID":"c58632e6-7435-4ee4-987f-fe42c6069250","resourceCustomizationUUID":"544d38ae-02a2-4771-87c2-66f2783eef29","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml","artifactChecksum":"MzI4N2MyN2NiYWJhZmRhZWE3ZjFmNTYwODQyZTc0ZmY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"5f62b43f-1cf3-4158-8571-69b5c74c93a1","artifactVersion":"1"},{"artifactName":"basic_cnf_macro0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json","artifactChecksum":"YTQ1OWIwNjM1YzZmY2FkMjdlZDBhNzliOWM0OTJiNGE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"aaa1d5f2-a6a8-4612-afc1-09cac20c9cf2","artifactVersion":"1"},{"artifactName":"base_template_dummy_ignore.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml","artifactChecksum":"ZjI3NTdkZWViNTEzY2NhZjg4MmQ3OTcxZjcyMmNmNDY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"834637f9-6428-44e5-82e2-396b05c9c2b6","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml","artifactChecksum":"Njk1MTM1MjJiZTllY2UyN2I2MWE2NzA1NzAzZWM5YjY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"27717a3d-2de2-4e26-a981-10a91a68c8b9","artifactVersion":"1"},{"artifactName":"helm_apache.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env","artifactChecksum":"MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"5c1e1812-e9f7-4033-90f0-af8a5d6ee30d","artifactVersion":"2","generatedFromUUID":"7a6de978-3211-4e84-ad65-2ae0f43cc100"},{"artifactName":"base_template_dummy_ignore.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env","artifactChecksum":"MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"281c7e4a-685d-4172-8739-fa10bf8aecb7","artifactVersion":"2","generatedFromUUID":"834637f9-6428-44e5-82e2-396b05c9c2b6"},{"artifactName":"helm_apache.tgz","artifactType":"HELM","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz","artifactChecksum":"Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"7a6de978-3211-4e84-ad65-2ae0f43cc100","artifactVersion":"1"},{"artifactName":"basic_cnf_cba_enriched.zip","artifactType":"CONTROLLER_BLUEPRINT_ARCHIVE","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip","artifactChecksum":"OWEzNmRmZDA4MGYyNGFkYTE2M2M0ZmVhMjNhZDVjNmM\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"2dad9e7a-66b5-4430-9a68-30763c1a8d18","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnfMacro-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml","artifactChecksum":"ZmY3Y2MyMGNmYjAyM2E4MWQ5NzQ4ZjU4ZDY2OWNjMGU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"f0dee452-dad6-4a62-b086-e43782aef3f7","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"MmVjZDM2ZWMxM2Y0NGUyOTA5ODlhZmI2NGZjYTFiNWY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"f7af60f7-ed1a-4e2e-916d-f52d1ab3ca31","artifactVersion":"1"}],"workloadContext":"Production"}
2022-11-02T06:47:55.364Z|4fee2d54-f365-46cd-9e6e-8f0c0d2058c7|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-02T06:47:55.364Z|4fee2d54-f365-46cd-9e6e-8f0c0d2058c7|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-02T06:47:55.366Z|4fee2d54-f365-46cd-9e6e-8f0c0d2058c7|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-02T06:47:55.366Z|4fee2d54-f365-46cd-9e6e-8f0c0d2058c7|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "08678444-9241-4921-9a4a-9255ae8f4577",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667371670877,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-02T06:47:55.466Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-02T06:47:55.467Z||pool-106-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-02T06:47:55.468Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as V5bESGozshoyR2iH) ...
2022-11-02T06:47:55.479Z||pool-106-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-02T06:47:55.480Z||pool-106-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-11-02T06:47:56.367Z|4fee2d54-f365-46cd-9e6e-8f0c0d2058c7|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-02T06:47:56.368Z|4fee2d54-f365-46cd-9e6e-8f0c0d2058c7|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-02T06:47:56.370Z|4fee2d54-f365-46cd-9e6e-8f0c0d2058c7|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-02T06:47:56.370Z|4fee2d54-f365-46cd-9e6e-8f0c0d2058c7|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "08678444-9241-4921-9a4a-9255ae8f4577",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667371670877,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-11-02T06:47:56.470Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-02T06:47:56.472Z||pool-107-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-02T06:47:56.472Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as V5bESGozshoyR2iH) ...
2022-11-02T06:47:56.483Z||pool-107-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-02T06:47:56.483Z||pool-107-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-11-02T06:47:57.371Z|4fee2d54-f365-46cd-9e6e-8f0c0d2058c7|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-02T06:47:57.372Z|4fee2d54-f365-46cd-9e6e-8f0c0d2058c7|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-02T06:47:57.374Z|4fee2d54-f365-46cd-9e6e-8f0c0d2058c7|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-02T06:47:57.374Z|4fee2d54-f365-46cd-9e6e-8f0c0d2058c7|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "08678444-9241-4921-9a4a-9255ae8f4577",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667371670877,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-11-02T06:47:57.475Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-11-02T06:47:57.476Z||pool-108-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-02T06:47:57.476Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as V5bESGozshoyR2iH) ...
2022-11-02T06:47:57.491Z||pool-108-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-02T06:47:57.492Z||pool-108-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-11-02T06:47:58.375Z|4fee2d54-f365-46cd-9e6e-8f0c0d2058c7|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-02T06:47:58.376Z|4fee2d54-f365-46cd-9e6e-8f0c0d2058c7|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-02T06:47:58.378Z|4fee2d54-f365-46cd-9e6e-8f0c0d2058c7|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-02T06:47:58.378Z|4fee2d54-f365-46cd-9e6e-8f0c0d2058c7|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "08678444-9241-4921-9a4a-9255ae8f4577",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667371670877,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-02T06:47:58.478Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-02T06:47:58.479Z||pool-109-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-02T06:47:58.479Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as V5bESGozshoyR2iH) ...
2022-11-02T06:47:58.492Z||pool-109-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-02T06:47:58.492Z||pool-109-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-11-02T06:47:59.379Z|4fee2d54-f365-46cd-9e6e-8f0c0d2058c7|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-02T06:47:59.379Z|4fee2d54-f365-46cd-9e6e-8f0c0d2058c7|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-02T06:47:59.381Z|4fee2d54-f365-46cd-9e6e-8f0c0d2058c7|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-02T06:47:59.381Z|4fee2d54-f365-46cd-9e6e-8f0c0d2058c7|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "08678444-9241-4921-9a4a-9255ae8f4577",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667371670877,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-11-02T06:47:59.482Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-11-02T06:47:59.483Z||pool-110-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-02T06:47:59.483Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as V5bESGozshoyR2iH) ...
2022-11-02T06:47:59.495Z||pool-110-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-02T06:47:59.496Z||pool-110-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-11-02T06:48:00.382Z|4fee2d54-f365-46cd-9e6e-8f0c0d2058c7|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-02T06:48:00.383Z|4fee2d54-f365-46cd-9e6e-8f0c0d2058c7|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-02T06:48:00.385Z|4fee2d54-f365-46cd-9e6e-8f0c0d2058c7|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-02T06:48:00.385Z|4fee2d54-f365-46cd-9e6e-8f0c0d2058c7|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "08678444-9241-4921-9a4a-9255ae8f4577",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667371670877,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-11-02T06:48:00.485Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-02T06:48:00.486Z||pool-111-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-02T06:48:00.486Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as V5bESGozshoyR2iH) ...
2022-11-02T06:48:00.500Z||pool-111-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-02T06:48:00.500Z||pool-111-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-11-02T06:48:00.717Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T06:48:00.718Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-02T06:48:00.718Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|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 V5bESGozshoyR2iH) ...
2022-11-02T06:48:00.744Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-02T06:48:00.745Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-02T06:48:00.745Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0673b360-ad63-4d04-85d5-d23d0ccb47ad",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667371499468,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-02T06:48:00.745Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-02T06:48:00.746Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-02T06:48:00.746Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0673b360-ad63-4d04-85d5-d23d0ccb47ad",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1667371500473,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-02T06:48:00.752Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 0673b360-ad63-4d04-85d5-d23d0ccb47ad
2022-11-02T06:48:00.752Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0673b360-ad63-4d04-85d5-d23d0ccb47ad and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-02T06:48:00.760Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-02T06:48:00.760Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0673b360-ad63-4d04-85d5-d23d0ccb47ad",
  "consumerID": "aai-ml",
  "timestamp": 1667371505130,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-02T06:48:00.760Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-02T06:48:00.760Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-02T06:48:00.760Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0673b360-ad63-4d04-85d5-d23d0ccb47ad",
  "consumerID": "aai-ml",
  "timestamp": 1667371506133,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-02T06:48:00.764Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 0673b360-ad63-4d04-85d5-d23d0ccb47ad
2022-11-02T06:48:00.764Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0673b360-ad63-4d04-85d5-d23d0ccb47ad and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-02T06:48:01.386Z|4fee2d54-f365-46cd-9e6e-8f0c0d2058c7|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-02T06:48:01.387Z|4fee2d54-f365-46cd-9e6e-8f0c0d2058c7|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-02T06:48:01.389Z|4fee2d54-f365-46cd-9e6e-8f0c0d2058c7|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-02T06:48:01.390Z|4fee2d54-f365-46cd-9e6e-8f0c0d2058c7|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "08678444-9241-4921-9a4a-9255ae8f4577",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667371670877,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-11-02T06:48:01.490Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-02T06:48:01.492Z||pool-112-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-02T06:48:01.492Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as V5bESGozshoyR2iH) ...
2022-11-02T06:48:01.505Z||pool-112-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-02T06:48:01.506Z||pool-112-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-11-02T06:48:02.390Z|4fee2d54-f365-46cd-9e6e-8f0c0d2058c7|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-02T06:48:02.391Z|4fee2d54-f365-46cd-9e6e-8f0c0d2058c7|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-02T06:48:02.394Z|4fee2d54-f365-46cd-9e6e-8f0c0d2058c7|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-02T06:48:02.394Z|4fee2d54-f365-46cd-9e6e-8f0c0d2058c7|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "08678444-9241-4921-9a4a-9255ae8f4577",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667371670877,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-02T06:48:02.494Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-02T06:48:02.496Z||pool-113-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-02T06:48:02.496Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as V5bESGozshoyR2iH) ...
2022-11-02T06:48:02.512Z||pool-113-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-02T06:48:02.513Z||pool-113-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-11-02T06:48:03.395Z|4fee2d54-f365-46cd-9e6e-8f0c0d2058c7|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-02T06:48:03.396Z|4fee2d54-f365-46cd-9e6e-8f0c0d2058c7|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-02T06:48:03.398Z|4fee2d54-f365-46cd-9e6e-8f0c0d2058c7|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-02T06:48:03.399Z|4fee2d54-f365-46cd-9e6e-8f0c0d2058c7|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "08678444-9241-4921-9a4a-9255ae8f4577",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667371670877,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-02T06:48:03.498Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-02T06:48:03.500Z||pool-114-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-02T06:48:03.500Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as V5bESGozshoyR2iH) ...
2022-11-02T06:48:03.512Z||pool-114-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-02T06:48:03.512Z||pool-114-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-11-02T06:48:04.399Z|4fee2d54-f365-46cd-9e6e-8f0c0d2058c7|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-02T06:48:04.400Z|4fee2d54-f365-46cd-9e6e-8f0c0d2058c7|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-02T06:48:04.403Z|4fee2d54-f365-46cd-9e6e-8f0c0d2058c7|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-02T06:48:04.403Z|4fee2d54-f365-46cd-9e6e-8f0c0d2058c7|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "08678444-9241-4921-9a4a-9255ae8f4577",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667371670877,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-11-02T06:48:04.503Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-02T06:48:04.504Z||pool-115-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-02T06:48:04.504Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as V5bESGozshoyR2iH) ...
2022-11-02T06:48:04.517Z||pool-115-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-02T06:48:04.517Z||pool-115-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-11-02T06:48:05.404Z|4fee2d54-f365-46cd-9e6e-8f0c0d2058c7|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "08678444-9241-4921-9a4a-9255ae8f4577",
  "serviceName": "basic_cnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "716c6282-d455-40e9-b168-36da3e731ce4",
  "serviceDescription": "service",
  "serviceInvariantUUID": "18845be8-3889-4c69-8f93-6d10a892cb45",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf_macro 0",
      "resourceCustomizationUUID": "544d38ae-02a2-4771-87c2-66f2783eef29",
      "resourceName": "basic_cnf_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "0c67a48c-a92e-4f91-8f43-fa69305a187c",
      "resourceInvariantUUID": "c58632e6-7435-4ee4-987f-fe42c6069250",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_cnf_macro0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
          "artifactChecksum": "YTQ1OWIwNjM1YzZmY2FkMjdlZDBhNzliOWM0OTJiNGE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "aaa1d5f2-a6a8-4612-afc1-09cac20c9cf2",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_template_dummy_ignore.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
          "artifactChecksum": "ZjI3NTdkZWViNTEzY2NhZjg4MmQ3OTcxZjcyMmNmNDY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "834637f9-6428-44e5-82e2-396b05c9c2b6",
          "generatedArtifact": {
            "artifactName": "base_template_dummy_ignore.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
            "artifactChecksum": "MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "281c7e4a-685d-4172-8739-fa10bf8aecb7",
            "generatedFromUUID": "834637f9-6428-44e5-82e2-396b05c9c2b6"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "helm_apache.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
          "artifactChecksum": "MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "5c1e1812-e9f7-4033-90f0-af8a5d6ee30d",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_template_dummy_ignore.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
          "artifactChecksum": "MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "281c7e4a-685d-4172-8739-fa10bf8aecb7",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "helm_apache.tgz",
          "artifactType": "HELM",
          "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
          "artifactChecksum": "Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "7a6de978-3211-4e84-ad65-2ae0f43cc100",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnfMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
      "artifactChecksum": "MmVjZDM2ZWMxM2Y0NGUyOTA5ODlhZmI2NGZjYTFiNWY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "f7af60f7-ed1a-4e2e-916d-f52d1ab3ca31"
    }
  ],
  "workloadContext": "Production"
}
2022-11-02T06:48:05.405Z|4fee2d54-f365-46cd-9e6e-8f0c0d2058c7|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-11-02T06:48:05.405Z|4fee2d54-f365-46cd-9e6e-8f0c0d2058c7|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 716c6282-d455-40e9-b168-36da3e731ce4 ASDC
2022-11-02T06:48:05.405Z|08678444-9241-4921-9a4a-9255ae8f4577|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:08678444-9241-4921-9a4a-9255ae8f4577
ServiceName:basic_cnf_macro
ServiceVersion:1.0
ServiceUUID:716c6282-d455-40e9-b168-36da3e731ce4
ServiceInvariantUUID:18845be8-3889-4c69-8f93-6d10a892cb45
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicCnfMacro-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
ArtifactUUID:f7af60f7-ed1a-4e2e-916d-f52d1ab3ca31
ArtifactChecksum:MmVjZDM2ZWMxM2Y0NGUyOTA5ODlhZmI2NGZjYTFiNWY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf_macro 0
ResourceCustomizationUUID:544d38ae-02a2-4771-87c2-66f2783eef29
ResourceInvariantUUID:c58632e6-7435-4ee4-987f-fe42c6069250
ResourceName:basic_cnf_macro
ResourceType:VF
ResourceUUID:0c67a48c-a92e-4f91-8f43-fa69305a187c
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_cnf_macro0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
ArtifactUUID:aaa1d5f2-a6a8-4612-afc1-09cac20c9cf2
ArtifactChecksum:YTQ1OWIwNjM1YzZmY2FkMjdlZDBhNzliOWM0OTJiNGE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_template_dummy_ignore.yaml
ArtifactVersion:1
ArtifactType:HEAT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
ArtifactUUID:834637f9-6428-44e5-82e2-396b05c9c2b6
ArtifactChecksum:ZjI3NTdkZWViNTEzY2NhZjg4MmQ3OTcxZjcyMmNmNDY=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_template_dummy_ignore.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
ArtifactUUID:281c7e4a-685d-4172-8739-fa10bf8aecb7
ArtifactChecksum:MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:helm_apache.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
ArtifactUUID:5c1e1812-e9f7-4033-90f0-af8a5d6ee30d
ArtifactChecksum:MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_template_dummy_ignore.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
ArtifactUUID:281c7e4a-685d-4172-8739-fa10bf8aecb7
ArtifactChecksum:MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:helm_apache.tgz
ArtifactVersion:1
ArtifactType:HELM
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
ArtifactUUID:7a6de978-3211-4e84-ad65-2ae0f43cc100
ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-11-02T06:48:05.406Z|08678444-9241-4921-9a4a-9255ae8f4577|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 716c6282-d455-40e9-b168-36da3e731ce4 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-11-02T06:48:05.448Z|08678444-9241-4921-9a4a-9255ae8f4577|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-02T06:48:05.449Z|08678444-9241-4921-9a4a-9255ae8f4577|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-11-02T06:48:05.449Z|08678444-9241-4921-9a4a-9255ae8f4577|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-11-02T06:48:05.450Z|08678444-9241-4921-9a4a-9255ae8f4577|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: f7af60f7-ed1a-4e2e-916d-f52d1ab3ca31 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-11-02T06:48:05.450Z|08678444-9241-4921-9a4a-9255ae8f4577|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-11-02T06:48:05.450Z|08678444-9241-4921-9a4a-9255ae8f4577|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-11-02T06:48:05.601Z|08678444-9241-4921-9a4a-9255ae8f4577|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-11-02T06:48:05.608Z|08678444-9241-4921-9a4a-9255ae8f4577|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar f7af60f7-ed1a-4e2e-916d-f52d1ab3ca31 162992
2022-11-02T06:48:05.609Z|08678444-9241-4921-9a4a-9255ae8f4577|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2022-11-02T06:48:05.609Z|08678444-9241-4921-9a4a-9255ae8f4577|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-11-02T06:48:05.609Z|08678444-9241-4921-9a4a-9255ae8f4577|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-02T06:48:05.610Z|08678444-9241-4921-9a4a-9255ae8f4577|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-02T06:48:05.612Z|08678444-9241-4921-9a4a-9255ae8f4577|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-02T06:48:05.612Z|08678444-9241-4921-9a4a-9255ae8f4577|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "08678444-9241-4921-9a4a-9255ae8f4577",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667371685609,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-02T06:48:05.712Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-02T06:48:05.713Z||pool-116-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-02T06:48:05.713Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as V5bESGozshoyR2iH) ...
2022-11-02T06:48:05.730Z||pool-116-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-02T06:48:05.730Z||pool-116-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-11-02T06:48:06.613Z|08678444-9241-4921-9a4a-9255ae8f4577|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-02T06:48:06.614Z|08678444-9241-4921-9a4a-9255ae8f4577|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-11-02T06:48:06.615Z|08678444-9241-4921-9a4a-9255ae8f4577|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: f7af60f7-ed1a-4e2e-916d-f52d1ab3ca31, URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar to file: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-11-02T06:48:06.615Z|08678444-9241-4921-9a4a-9255ae8f4577|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnfMacro-csar.csar
2022-11-02T06:48:06.616Z|08678444-9241-4921-9a4a-9255ae8f4577|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-11-02T06:48:06.616Z|08678444-9241-4921-9a4a-9255ae8f4577|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-11-02T06:48:06.798Z|08678444-9241-4921-9a4a-9255ae8f4577|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3062259882821608266/Definitions/service-BasicCnfMacro-template.yml
Log warning: The required parameter "compute_dummy_base_name" is not provided
2022-11-02T06:48:08.102Z|08678444-9241-4921-9a4a-9255ae8f4577|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2022-11-02T06:48:08.120Z|08678444-9241-4921-9a4a-9255ae8f4577|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-11-02T06:48:08.120Z|08678444-9241-4921-9a4a-9255ae8f4577|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-11-02T06:48:08.120Z|08678444-9241-4921-9a4a-9255ae8f4577|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2022-11-02T06:48:08.120Z|08678444-9241-4921-9a4a-9255ae8f4577|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-11-02T06:48:08.120Z|08678444-9241-4921-9a4a-9255ae8f4577|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf_macro 0" are missing field(s): [nf_function, nf_role, nf_naming_code, nf_type, min_instances, max_instances]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-11-02T06:48:08.120Z|08678444-9241-4921-9a4a-9255ae8f4577|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-11-02T06:48:08.121Z|08678444-9241-4921-9a4a-9255ae8f4577|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-11-02T06:48:08.121Z|08678444-9241-4921-9a4a-9255ae8f4577|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-11-02T06:48:08.121Z|08678444-9241-4921-9a4a-9255ae8f4577|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-02T06:48:08.121Z|08678444-9241-4921-9a4a-9255ae8f4577|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-02T06:48:08.121Z|08678444-9241-4921-9a4a-9255ae8f4577|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-11-02T06:48:08.122Z|08678444-9241-4921-9a4a-9255ae8f4577|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-11-02T06:48:08.122Z|08678444-9241-4921-9a4a-9255ae8f4577|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-02T06:48:08.122Z|08678444-9241-4921-9a4a-9255ae8f4577|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-02T06:48:08.122Z|08678444-9241-4921-9a4a-9255ae8f4577|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-02T06:48:08.122Z|08678444-9241-4921-9a4a-9255ae8f4577|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-11-02T06:48:08.122Z|08678444-9241-4921-9a4a-9255ae8f4577|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-11-02T06:48:08.122Z|08678444-9241-4921-9a4a-9255ae8f4577|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-02T06:48:08.123Z|08678444-9241-4921-9a4a-9255ae8f4577|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-02T06:48:08.123Z|08678444-9241-4921-9a4a-9255ae8f4577|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-02T06:48:08.123Z|08678444-9241-4921-9a4a-9255ae8f4577|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-02T06:48:08.123Z|08678444-9241-4921-9a4a-9255ae8f4577|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2022-11-02T06:48:08.123Z|08678444-9241-4921-9a4a-9255ae8f4577|pool-2-thread-9|||||DEBUG|500||Node template abstract_dummy_base is not matching search criteria
2022-11-02T06:48:08.123Z|08678444-9241-4921-9a4a-9255ae8f4577|pool-2-thread-9|||||DEBUG|500||Node template dummy_base is not matching search criteria
2022-11-02T06:48:08.123Z|08678444-9241-4921-9a4a-9255ae8f4577|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-11-02T06:48:08.124Z|08678444-9241-4921-9a4a-9255ae8f4577|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-02T06:48:08.124Z|08678444-9241-4921-9a4a-9255ae8f4577|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-11-02T06:48:08.124Z|08678444-9241-4921-9a4a-9255ae8f4577|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-02T06:48:08.124Z|08678444-9241-4921-9a4a-9255ae8f4577|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-11-02T06:48:08.124Z|08678444-9241-4921-9a4a-9255ae8f4577|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-02T06:48:08.124Z|08678444-9241-4921-9a4a-9255ae8f4577|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-02T06:48:08.125Z|08678444-9241-4921-9a4a-9255ae8f4577|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-11-02T06:48:08.125Z|08678444-9241-4921-9a4a-9255ae8f4577|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-02T06:48:08.125Z|08678444-9241-4921-9a4a-9255ae8f4577|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-02T06:48:08.125Z|08678444-9241-4921-9a4a-9255ae8f4577|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-11-02T06:48:08.125Z|08678444-9241-4921-9a4a-9255ae8f4577|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-02T06:48:08.125Z|08678444-9241-4921-9a4a-9255ae8f4577|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-02T06:48:08.125Z|08678444-9241-4921-9a4a-9255ae8f4577|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-11-02T06:48:08.126Z|08678444-9241-4921-9a4a-9255ae8f4577|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-02T06:48:08.126Z|08678444-9241-4921-9a4a-9255ae8f4577|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-02T06:48:08.126Z|08678444-9241-4921-9a4a-9255ae8f4577|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2022-11-02T06:48:08.126Z|08678444-9241-4921-9a4a-9255ae8f4577|pool-2-thread-9|||||DEBUG|500||Node template abstract_dummy_base is matching search criteria
2022-11-02T06:48:08.126Z|08678444-9241-4921-9a4a-9255ae8f4577|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_dummy_base] matching following query criteria: sdcType=CVFC, customizationUUID=9897ccc2-6b47-4661-b84d-5c958d17d3b5
2022-11-02T06:48:08.126Z|08678444-9241-4921-9a4a-9255ae8f4577|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-02T06:48:08.126Z|08678444-9241-4921-9a4a-9255ae8f4577|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-02T06:48:08.127Z|08678444-9241-4921-9a4a-9255ae8f4577|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-02T06:48:08.127Z|08678444-9241-4921-9a4a-9255ae8f4577|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-02T06:48:08.127Z|08678444-9241-4921-9a4a-9255ae8f4577|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-02T06:48:08.127Z|08678444-9241-4921-9a4a-9255ae8f4577|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-02T06:48:08.127Z|08678444-9241-4921-9a4a-9255ae8f4577|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-02T06:48:08.127Z|08678444-9241-4921-9a4a-9255ae8f4577|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-02T06:48:08.127Z|08678444-9241-4921-9a4a-9255ae8f4577|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf_macro
Description:service
Model UUID:716c6282-d455-40e9-b168-36da3e731ce4
Model Version:NULL
Model InvariantUuid:18845be8-3889-4c69-8f93-6d10a892cb45
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf_macro
Model UUID:a50797cb-2463-474e-8120-8780c0edb7f3
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:c58632e6-7435-4ee4-987f-fe42c6069250
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:544d38ae-02a2-4771-87c2-66f2783eef29
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:3936547b-fbd3-4497-afc5-df8cf08c65ec
ModelName:BasicCnfMacro..helm_apache..module-1
ModelUuid:58e70744-b858-404a-83f7-2643c3032bb0
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


VF Module Properties:
ModelInvariantUuid:648546fb-d80c-4ad0-8dd5-4a961fb4ae7b
ModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
ModelUuid:d6408972-08f1-40ec-9628-1c0cec5e4597
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:9897ccc2-6b47-4661-b84d-5c958d17d3b5
ModelInvariantUuid:a2cfe76b-65d9-44b0-9436-fdcd7ed27ac3
ModelName:basic_cnf_macro-nodes.dummy_baseCvfc
ModelUuid:75f14d98-243f-4bbb-b0b9-f627496b56f1
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy_base


VNFC Properties:
ModelCustomizationUuid:2801a696-c160-43ec-a55d-98443ab650f7
ModelInvariantUuid:04586839-ed41-4c38-a56b-d11a1ef31feb
ModelName:BasicCnfMacro.compute.nodes.heat.dummy_base
ModelUuid:db3dca30-8d16-4945-af59-369c1ed9d6d3
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-11-02T06:48:08.134Z|08678444-9241-4921-9a4a-9255ae8f4577|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: 0c67a48c-a92e-4f91-8f43-fa69305a187c
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-02T06:48:08.137Z|08678444-9241-4921-9a4a-9255ae8f4577|pool-2-thread-9|||||INFO|500||basic_cnf_macro 0
2022-11-02T06:48:08.137Z|08678444-9241-4921-9a4a-9255ae8f4577|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 0c67a48c-a92e-4f91-8f43-fa69305a187c
2022-11-02T06:48:08.137Z|08678444-9241-4921-9a4a-9255ae8f4577|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: aaa1d5f2-a6a8-4612-afc1-09cac20c9cf2 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2022-11-02T06:48:08.137Z|08678444-9241-4921-9a4a-9255ae8f4577|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-11-02T06:48:08.138Z|08678444-9241-4921-9a4a-9255ae8f4577|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2022-11-02T06:48:08.201Z|08678444-9241-4921-9a4a-9255ae8f4577|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-11-02T06:48:08.202Z|08678444-9241-4921-9a4a-9255ae8f4577|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json aaa1d5f2-a6a8-4612-afc1-09cac20c9cf2 1565
2022-11-02T06:48:08.202Z|08678444-9241-4921-9a4a-9255ae8f4577|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json ASDC sendASDCNotification
2022-11-02T06:48:08.202Z|08678444-9241-4921-9a4a-9255ae8f4577|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2022-11-02T06:48:08.202Z|08678444-9241-4921-9a4a-9255ae8f4577|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-02T06:48:08.203Z|08678444-9241-4921-9a4a-9255ae8f4577|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-02T06:48:08.205Z|08678444-9241-4921-9a4a-9255ae8f4577|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-02T06:48:08.205Z|08678444-9241-4921-9a4a-9255ae8f4577|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "08678444-9241-4921-9a4a-9255ae8f4577",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667371688202,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-11-02T06:48:08.305Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-02T06:48:08.306Z||pool-117-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-02T06:48:08.306Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as V5bESGozshoyR2iH) ...
2022-11-02T06:48:08.330Z||pool-117-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-02T06:48:08.330Z||pool-117-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-11-02T06:48:09.206Z|08678444-9241-4921-9a4a-9255ae8f4577|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0",
    "vfModuleModelInvariantUUID": "648546fb-d80c-4ad0-8dd5-4a961fb4ae7b",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "d6408972-08f1-40ec-9628-1c0cec5e4597",
    "vfModuleModelCustomizationUUID": "b9e8b14f-3239-4008-9c85-aa91fdaa44ac",
    "isBase": true,
    "artifacts": [
      "834637f9-6428-44e5-82e2-396b05c9c2b6",
      "281c7e4a-685d-4172-8739-fa10bf8aecb7"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_template_dummy_ignore",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  },
  {
    "vfModuleModelName": "BasicCnfMacro..helm_apache..module-1",
    "vfModuleModelInvariantUUID": "3936547b-fbd3-4497-afc5-df8cf08c65ec",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "58e70744-b858-404a-83f7-2643c3032bb0",
    "vfModuleModelCustomizationUUID": "36cec2f4-7bae-4d03-b426-202b1a22b06d",
    "isBase": false,
    "artifacts": [
      "7a6de978-3211-4e84-ad65-2ae0f43cc100"
    ],
    "properties": {
      "min_vf_module_instances": "0",
      "vf_module_label": "helm_apache",
      "max_vf_module_instances": "",
      "vfc_list": "",
      "vf_module_type": "Expansion",
      "vf_module_description": "",
      "initial_count": "0",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-11-02T06:48:09.210Z|08678444-9241-4921-9a4a-9255ae8f4577|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
VfModuleModelVersion:1
VfModuleModelUUID:d6408972-08f1-40ec-9628-1c0cec5e4597
VfModuleModelInvariantUUID:648546fb-d80c-4ad0-8dd5-4a961fb4ae7b
VfModuleModelDescription:NULL
Artifacts UUID List:{
834637f9-6428-44e5-82e2-396b05c9c2b6
,
281c7e4a-685d-4172-8739-fa10bf8aecb7

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

isBase:true

,
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..helm_apache..module-1
VfModuleModelVersion:1
VfModuleModelUUID:58e70744-b858-404a-83f7-2643c3032bb0
VfModuleModelInvariantUUID:3936547b-fbd3-4497-afc5-df8cf08c65ec
VfModuleModelDescription:NULL
Artifacts UUID List:{
7a6de978-3211-4e84-ad65-2ae0f43cc100

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

isBase:false


}

2022-11-02T06:48:09.212Z|08678444-9241-4921-9a4a-9255ae8f4577|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0",
    "vfModuleModelInvariantUUID": "648546fb-d80c-4ad0-8dd5-4a961fb4ae7b",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "d6408972-08f1-40ec-9628-1c0cec5e4597",
    "vfModuleModelCustomizationUUID": "b9e8b14f-3239-4008-9c85-aa91fdaa44ac",
    "isBase": true,
    "artifacts": [
      "834637f9-6428-44e5-82e2-396b05c9c2b6",
      "281c7e4a-685d-4172-8739-fa10bf8aecb7"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_template_dummy_ignore",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  },
  {
    "vfModuleModelName": "BasicCnfMacro..helm_apache..module-1",
    "vfModuleModelInvariantUUID": "3936547b-fbd3-4497-afc5-df8cf08c65ec",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "58e70744-b858-404a-83f7-2643c3032bb0",
    "vfModuleModelCustomizationUUID": "36cec2f4-7bae-4d03-b426-202b1a22b06d",
    "isBase": false,
    "artifacts": [
      "7a6de978-3211-4e84-ad65-2ae0f43cc100"
    ],
    "properties": {
      "min_vf_module_instances": "0",
      "vf_module_label": "helm_apache",
      "max_vf_module_instances": "",
      "vfc_list": "",
      "vf_module_type": "Expansion",
      "vf_module_description": "",
      "initial_count": "0",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-11-02T06:48:09.213Z|08678444-9241-4921-9a4a-9255ae8f4577|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
VfModuleModelVersion:1
VfModuleModelUUID:d6408972-08f1-40ec-9628-1c0cec5e4597
VfModuleModelInvariantUUID:648546fb-d80c-4ad0-8dd5-4a961fb4ae7b
VfModuleModelDescription:NULL
Artifacts UUID List:{
834637f9-6428-44e5-82e2-396b05c9c2b6
,
281c7e4a-685d-4172-8739-fa10bf8aecb7

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

isBase:true

,
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..helm_apache..module-1
VfModuleModelVersion:1
VfModuleModelUUID:58e70744-b858-404a-83f7-2643c3032bb0
VfModuleModelInvariantUUID:3936547b-fbd3-4497-afc5-df8cf08c65ec
VfModuleModelDescription:NULL
Artifacts UUID List:{
7a6de978-3211-4e84-ad65-2ae0f43cc100

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

isBase:false


}

2022-11-02T06:48:09.213Z|08678444-9241-4921-9a4a-9255ae8f4577|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 834637f9-6428-44e5-82e2-396b05c9c2b6 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2022-11-02T06:48:09.213Z|08678444-9241-4921-9a4a-9255ae8f4577|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-11-02T06:48:09.213Z|08678444-9241-4921-9a4a-9255ae8f4577|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2022-11-02T06:48:09.261Z|08678444-9241-4921-9a4a-9255ae8f4577|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-11-02T06:48:09.261Z|08678444-9241-4921-9a4a-9255ae8f4577|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 834637f9-6428-44e5-82e2-396b05c9c2b6 914
2022-11-02T06:48:09.262Z|08678444-9241-4921-9a4a-9255ae8f4577|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml ASDC sendASDCNotification
2022-11-02T06:48:09.262Z|08678444-9241-4921-9a4a-9255ae8f4577|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2022-11-02T06:48:09.262Z|08678444-9241-4921-9a4a-9255ae8f4577|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-02T06:48:09.262Z|08678444-9241-4921-9a4a-9255ae8f4577|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-02T06:48:09.264Z|08678444-9241-4921-9a4a-9255ae8f4577|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-02T06:48:09.264Z|08678444-9241-4921-9a4a-9255ae8f4577|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "08678444-9241-4921-9a4a-9255ae8f4577",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667371689262,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-11-02T06:48:09.364Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-02T06:48:09.365Z||pool-118-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-02T06:48:09.365Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as V5bESGozshoyR2iH) ...
2022-11-02T06:48:09.378Z||pool-118-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-02T06:48:09.379Z||pool-118-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-11-02T06:48:10.265Z|08678444-9241-4921-9a4a-9255ae8f4577|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 5c1e1812-e9f7-4033-90f0-af8a5d6ee30d from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
2022-11-02T06:48:10.265Z|08678444-9241-4921-9a4a-9255ae8f4577|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-11-02T06:48:10.265Z|08678444-9241-4921-9a4a-9255ae8f4577|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
2022-11-02T06:48:10.315Z|08678444-9241-4921-9a4a-9255ae8f4577|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-11-02T06:48:10.315Z|08678444-9241-4921-9a4a-9255ae8f4577|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 5c1e1812-e9f7-4033-90f0-af8a5d6ee30d 12
2022-11-02T06:48:10.316Z|08678444-9241-4921-9a4a-9255ae8f4577|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env ASDC sendASDCNotification
2022-11-02T06:48:10.316Z|08678444-9241-4921-9a4a-9255ae8f4577|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
2022-11-02T06:48:10.316Z|08678444-9241-4921-9a4a-9255ae8f4577|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-02T06:48:10.316Z|08678444-9241-4921-9a4a-9255ae8f4577|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-02T06:48:10.318Z|08678444-9241-4921-9a4a-9255ae8f4577|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-02T06:48:10.318Z|08678444-9241-4921-9a4a-9255ae8f4577|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "08678444-9241-4921-9a4a-9255ae8f4577",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667371690315,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DOWNLOAD_OK"
}
2022-11-02T06:48:10.419Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-11-02T06:48:10.420Z||pool-119-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-02T06:48:10.421Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as V5bESGozshoyR2iH) ...
2022-11-02T06:48:10.438Z||pool-119-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-02T06:48:10.438Z||pool-119-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-11-02T06:48:11.319Z|08678444-9241-4921-9a4a-9255ae8f4577|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 281c7e4a-685d-4172-8739-fa10bf8aecb7 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2022-11-02T06:48:11.319Z|08678444-9241-4921-9a4a-9255ae8f4577|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-11-02T06:48:11.320Z|08678444-9241-4921-9a4a-9255ae8f4577|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2022-11-02T06:48:11.371Z|08678444-9241-4921-9a4a-9255ae8f4577|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-11-02T06:48:11.371Z|08678444-9241-4921-9a4a-9255ae8f4577|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 281c7e4a-685d-4172-8739-fa10bf8aecb7 96
2022-11-02T06:48:11.371Z|08678444-9241-4921-9a4a-9255ae8f4577|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env ASDC sendASDCNotification
2022-11-02T06:48:11.371Z|08678444-9241-4921-9a4a-9255ae8f4577|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2022-11-02T06:48:11.372Z|08678444-9241-4921-9a4a-9255ae8f4577|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-02T06:48:11.372Z|08678444-9241-4921-9a4a-9255ae8f4577|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-02T06:48:11.373Z|08678444-9241-4921-9a4a-9255ae8f4577|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-02T06:48:11.374Z|08678444-9241-4921-9a4a-9255ae8f4577|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "08678444-9241-4921-9a4a-9255ae8f4577",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667371691371,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-11-02T06:48:11.474Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-02T06:48:11.475Z||pool-120-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-02T06:48:11.475Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as V5bESGozshoyR2iH) ...
2022-11-02T06:48:11.493Z||pool-120-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-02T06:48:11.493Z||pool-120-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-11-02T06:48:12.374Z|08678444-9241-4921-9a4a-9255ae8f4577|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 7a6de978-3211-4e84-ad65-2ae0f43cc100 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
2022-11-02T06:48:12.375Z|08678444-9241-4921-9a4a-9255ae8f4577|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-11-02T06:48:12.375Z|08678444-9241-4921-9a4a-9255ae8f4577|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
2022-11-02T06:48:12.429Z|08678444-9241-4921-9a4a-9255ae8f4577|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-11-02T06:48:12.430Z|08678444-9241-4921-9a4a-9255ae8f4577|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 7a6de978-3211-4e84-ad65-2ae0f43cc100 20206
2022-11-02T06:48:12.430Z|08678444-9241-4921-9a4a-9255ae8f4577|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz ASDC sendASDCNotification
2022-11-02T06:48:12.430Z|08678444-9241-4921-9a4a-9255ae8f4577|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
2022-11-02T06:48:12.431Z|08678444-9241-4921-9a4a-9255ae8f4577|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-02T06:48:12.431Z|08678444-9241-4921-9a4a-9255ae8f4577|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-02T06:48:12.432Z|08678444-9241-4921-9a4a-9255ae8f4577|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-02T06:48:12.433Z|08678444-9241-4921-9a4a-9255ae8f4577|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "08678444-9241-4921-9a4a-9255ae8f4577",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667371692430,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-11-02T06:48:12.533Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-02T06:48:12.534Z||pool-121-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-02T06:48:12.534Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as V5bESGozshoyR2iH) ...
2022-11-02T06:48:12.549Z||pool-121-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-02T06:48:12.549Z||pool-121-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-11-02T06:48:13.437Z|08678444-9241-4921-9a4a-9255ae8f4577|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 716c6282-d455-40e9-b168-36da3e731ce4
2022-11-02T06:48:13.437Z|08678444-9241-4921-9a4a-9255ae8f4577|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf_macro 0 0c67a48c-a92e-4f91-8f43-fa69305a187c ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-02T06:48:13.446Z|08678444-9241-4921-9a4a-9255ae8f4577|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@20bb2eb9, org.onap.sdc.toscaparser.api.parameters.Input@64029da2, org.onap.sdc.toscaparser.api.parameters.Input@7da6f4a7, org.onap.sdc.toscaparser.api.parameters.Input@a9045d4, org.onap.sdc.toscaparser.api.parameters.Input@73a77cd9]
2022-11-02T06:48:13.448Z|08678444-9241-4921-9a4a-9255ae8f4577|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-02T06:48:13.448Z|08678444-9241-4921-9a4a-9255ae8f4577|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-02T06:48:13.448Z|08678444-9241-4921-9a4a-9255ae8f4577|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic 
2022-11-02T06:48:13.448Z|08678444-9241-4921-9a4a-9255ae8f4577|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= 544d38ae-02a2-4771-87c2-66f2783eef29
2022-11-02T06:48:13.448Z|08678444-9241-4921-9a4a-9255ae8f4577|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 544d38ae-02a2-4771-87c2-66f2783eef29 matches Tosca VF Customization UUID: 544d38ae-02a2-4771-87c2-66f2783eef29
2022-11-02T06:48:13.449Z|08678444-9241-4921-9a4a-9255ae8f4577|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: 544d38ae-02a2-4771-87c2-66f2783eef29  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-11-02T06:48:13.451Z|08678444-9241-4921-9a4a-9255ae8f4577|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-02T06:48:13.451Z|08678444-9241-4921-9a4a-9255ae8f4577|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-02T06:48:13.452Z|08678444-9241-4921-9a4a-9255ae8f4577|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id 544d38ae-02a2-4771-87c2-66f2783eef29: {\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"availability_zone_max_count\":\"1\",\"sdnc_model_version\":\"1.0.0\",\"sdnc_artifact_name\":\"vnf\",\"sdnc_model_name\":\"APACHE\"}
2022-11-02T06:48:13.452Z|08678444-9241-4921-9a4a-9255ae8f4577|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@41c79d81
2022-11-02T06:48:13.452Z|08678444-9241-4921-9a4a-9255ae8f4577|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-02T06:48:13.452Z|08678444-9241-4921-9a4a-9255ae8f4577|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-11-02T06:48:13.452Z|08678444-9241-4921-9a4a-9255ae8f4577|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 36cec2f4-7bae-4d03-b426-202b1a22b06d
2022-11-02T06:48:13.453Z|08678444-9241-4921-9a4a-9255ae8f4577|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 36cec2f4-7bae-4d03-b426-202b1a22b06d
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-11-02T06:48:13.454Z|08678444-9241-4921-9a4a-9255ae8f4577|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-02T06:48:13.455Z|08678444-9241-4921-9a4a-9255ae8f4577|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-11-02T06:48:13.455Z|08678444-9241-4921-9a4a-9255ae8f4577|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-02T06:48:13.455Z|08678444-9241-4921-9a4a-9255ae8f4577|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-02T06:48:13.455Z|08678444-9241-4921-9a4a-9255ae8f4577|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-11-02T06:48:13.455Z|08678444-9241-4921-9a4a-9255ae8f4577|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-02T06:48:13.456Z|08678444-9241-4921-9a4a-9255ae8f4577|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-02T06:48:13.456Z|08678444-9241-4921-9a4a-9255ae8f4577|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-11-02T06:48:13.456Z|08678444-9241-4921-9a4a-9255ae8f4577|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=544d38ae-02a2-4771-87c2-66f2783eef29
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-02T06:48:13.457Z|08678444-9241-4921-9a4a-9255ae8f4577|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-02T06:48:13.457Z|08678444-9241-4921-9a4a-9255ae8f4577|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-02T06:48:13.458Z|08678444-9241-4921-9a4a-9255ae8f4577|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 716c6282-d455-40e9-b168-36da3e731ce4: basic_cnf_macro
2022-11-02T06:48:13.458Z|08678444-9241-4921-9a4a-9255ae8f4577|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-02T06:48:13.458Z|08678444-9241-4921-9a4a-9255ae8f4577|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-02T06:48:13.458Z|08678444-9241-4921-9a4a-9255ae8f4577|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-02T06:48:13.458Z|08678444-9241-4921-9a4a-9255ae8f4577|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-02T06:48:13.458Z|08678444-9241-4921-9a4a-9255ae8f4577|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-02T06:48:13.458Z|08678444-9241-4921-9a4a-9255ae8f4577|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-02T06:48:13.459Z|08678444-9241-4921-9a4a-9255ae8f4577|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-02T06:48:13.459Z|08678444-9241-4921-9a4a-9255ae8f4577|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-02T06:48:13.459Z|08678444-9241-4921-9a4a-9255ae8f4577|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-02T06:48:13.459Z|08678444-9241-4921-9a4a-9255ae8f4577|pool-2-thread-9|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-02T06:48:13.459Z|08678444-9241-4921-9a4a-9255ae8f4577|pool-2-thread-9|||||INFO|500||Saving Service: basic_cnf_macro 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-02T06:48:13.492Z|08678444-9241-4921-9a4a-9255ae8f4577|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf_macro 0c67a48c-a92e-4f91-8f43-fa69305a187c 2 ASDC deployResourceStructure
2022-11-02T06:48:13.492Z|08678444-9241-4921-9a4a-9255ae8f4577|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json ASDC sendASDCNotification
2022-11-02T06:48:13.492Z|08678444-9241-4921-9a4a-9255ae8f4577|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2022-11-02T06:48:13.492Z|08678444-9241-4921-9a4a-9255ae8f4577|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-02T06:48:13.492Z|08678444-9241-4921-9a4a-9255ae8f4577|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-02T06:48:13.495Z|08678444-9241-4921-9a4a-9255ae8f4577|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-02T06:48:13.495Z|08678444-9241-4921-9a4a-9255ae8f4577|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "08678444-9241-4921-9a4a-9255ae8f4577",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667371693492,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-11-02T06:48:13.595Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-02T06:48:13.595Z||pool-122-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-02T06:48:13.596Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as V5bESGozshoyR2iH) ...
2022-11-02T06:48:13.608Z||pool-122-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-02T06:48:13.609Z||pool-122-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-11-02T06:48:14.496Z|08678444-9241-4921-9a4a-9255ae8f4577|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml ASDC sendASDCNotification
2022-11-02T06:48:14.497Z|08678444-9241-4921-9a4a-9255ae8f4577|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2022-11-02T06:48:14.497Z|08678444-9241-4921-9a4a-9255ae8f4577|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-02T06:48:14.497Z|08678444-9241-4921-9a4a-9255ae8f4577|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-02T06:48:14.499Z|08678444-9241-4921-9a4a-9255ae8f4577|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-02T06:48:14.499Z|08678444-9241-4921-9a4a-9255ae8f4577|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "08678444-9241-4921-9a4a-9255ae8f4577",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667371694496,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DEPLOY_OK"
}
2022-11-02T06:48:14.599Z||pool-123-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-02T06:48:14.600Z||pool-123-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-02T06:48:14.600Z||pool-123-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as V5bESGozshoyR2iH) ...
2022-11-02T06:48:14.613Z||pool-123-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-02T06:48:14.614Z||pool-123-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-11-02T06:48:15.500Z|08678444-9241-4921-9a4a-9255ae8f4577|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env ASDC sendASDCNotification
2022-11-02T06:48:15.500Z|08678444-9241-4921-9a4a-9255ae8f4577|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env(The artifact has not been used by the modules defined in the resource)
2022-11-02T06:48:15.500Z|08678444-9241-4921-9a4a-9255ae8f4577|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-11-02T06:48:15.500Z|08678444-9241-4921-9a4a-9255ae8f4577|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-02T06:48:15.502Z|08678444-9241-4921-9a4a-9255ae8f4577|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-02T06:48:15.502Z|08678444-9241-4921-9a4a-9255ae8f4577|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "08678444-9241-4921-9a4a-9255ae8f4577",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667371695500,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-11-02T06:48:15.603Z||pool-124-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-11-02T06:48:15.604Z||pool-124-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-02T06:48:15.604Z||pool-124-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as V5bESGozshoyR2iH) ...
2022-11-02T06:48:15.626Z||pool-124-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-02T06:48:15.626Z||pool-124-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-11-02T06:48:16.503Z|08678444-9241-4921-9a4a-9255ae8f4577|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env ASDC sendASDCNotification
2022-11-02T06:48:16.504Z|08678444-9241-4921-9a4a-9255ae8f4577|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2022-11-02T06:48:16.504Z|08678444-9241-4921-9a4a-9255ae8f4577|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-02T06:48:16.504Z|08678444-9241-4921-9a4a-9255ae8f4577|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-02T06:48:16.506Z|08678444-9241-4921-9a4a-9255ae8f4577|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-02T06:48:16.506Z|08678444-9241-4921-9a4a-9255ae8f4577|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "08678444-9241-4921-9a4a-9255ae8f4577",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667371696503,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DEPLOY_OK"
}
2022-11-02T06:48:16.606Z||pool-125-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-02T06:48:16.607Z||pool-125-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-02T06:48:16.608Z||pool-125-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as V5bESGozshoyR2iH) ...
2022-11-02T06:48:16.620Z||pool-125-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-02T06:48:16.621Z||pool-125-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-11-02T06:48:17.507Z|08678444-9241-4921-9a4a-9255ae8f4577|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz ASDC sendASDCNotification
2022-11-02T06:48:17.508Z|08678444-9241-4921-9a4a-9255ae8f4577|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz(The artifact has not been used by the modules defined in the resource)
2022-11-02T06:48:17.508Z|08678444-9241-4921-9a4a-9255ae8f4577|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-11-02T06:48:17.508Z|08678444-9241-4921-9a4a-9255ae8f4577|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-02T06:48:17.511Z|08678444-9241-4921-9a4a-9255ae8f4577|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-02T06:48:17.511Z|08678444-9241-4921-9a4a-9255ae8f4577|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "08678444-9241-4921-9a4a-9255ae8f4577",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667371697507,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-11-02T06:48:17.612Z||pool-126-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-02T06:48:17.613Z||pool-126-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-02T06:48:17.613Z||pool-126-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as V5bESGozshoyR2iH) ...
2022-11-02T06:48:17.663Z||pool-126-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-02T06:48:17.664Z||pool-126-thread-1|||||INFO|500||cambria reply ok (52 ms):{"serverTimeMs":0,"count":1}
2022-11-02T06:48:18.513Z|08678444-9241-4921-9a4a-9255ae8f4577|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2022-11-02T06:48:18.513Z|08678444-9241-4921-9a4a-9255ae8f4577|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-11-02T06:48:18.513Z|08678444-9241-4921-9a4a-9255ae8f4577|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-02T06:48:18.514Z|08678444-9241-4921-9a4a-9255ae8f4577|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-02T06:48:18.516Z|08678444-9241-4921-9a4a-9255ae8f4577|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-02T06:48:18.517Z|08678444-9241-4921-9a4a-9255ae8f4577|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "08678444-9241-4921-9a4a-9255ae8f4577",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667371698513,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-02T06:48:18.617Z||pool-127-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-02T06:48:18.621Z||pool-127-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-02T06:48:18.621Z||pool-127-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as V5bESGozshoyR2iH) ...
2022-11-02T06:48:18.646Z||pool-127-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-02T06:48:18.647Z||pool-127-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":1,"count":1}
2022-11-02T06:48:19.518Z|08678444-9241-4921-9a4a-9255ae8f4577|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 08678444-9241-4921-9a4a-9255ae8f4577
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-02T06:48:19.529Z|08678444-9241-4921-9a4a-9255ae8f4577|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 08678444-9241-4921-9a4a-9255ae8f4577
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-02T06:48:19.532Z|08678444-9241-4921-9a4a-9255ae8f4577|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-02T06:48:19.532Z|08678444-9241-4921-9a4a-9255ae8f4577|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-11-02T06:48:19.532Z|08678444-9241-4921-9a4a-9255ae8f4577|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-11-02T06:48:19.532Z|08678444-9241-4921-9a4a-9255ae8f4577|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-11-02T06:48:19.532Z|08678444-9241-4921-9a4a-9255ae8f4577|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-02T06:48:19.532Z|08678444-9241-4921-9a4a-9255ae8f4577|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-02T06:48:19.532Z|08678444-9241-4921-9a4a-9255ae8f4577|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-02T06:48:19.532Z|08678444-9241-4921-9a4a-9255ae8f4577|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-02T06:48:19.532Z|08678444-9241-4921-9a4a-9255ae8f4577|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-02T06:48:19.532Z|08678444-9241-4921-9a4a-9255ae8f4577|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-02T06:48:19.538Z|08678444-9241-4921-9a4a-9255ae8f4577|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-11-02T06:48:49.539Z|08678444-9241-4921-9a4a-9255ae8f4577|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 08678444-9241-4921-9a4a-9255ae8f4577 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-11-02T06:48:49.547Z|08678444-9241-4921-9a4a-9255ae8f4577|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 08678444-9241-4921-9a4a-9255ae8f4577 and serviceModelVersionId: 716c6282-d455-40e9-b168-36da3e731ce4
2022-11-02T06:48:49.547Z|08678444-9241-4921-9a4a-9255ae8f4577|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 18845be8-3889-4c69-8f93-6d10a892cb45
2022-11-02T06:48:49.549Z|08678444-9241-4921-9a4a-9255ae8f4577|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/18845be8-3889-4c69-8f93-6d10a892cb45/model-vers/model-ver/716c6282-d455-40e9-b168-36da3e731ce4?depth=0
2022-11-02T06:48:49.554Z|08678444-9241-4921-9a4a-9255ae8f4577|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2022-11-02T06:48:49.610Z|08678444-9241-4921-9a4a-9255ae8f4577|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18845be8-3889-4c69-8f93-6d10a892cb45/model-vers/model-ver/716c6282-d455-40e9-b168-36da3e731ce4?depth=0|INFO|500||Invoke
2022-11-02T06:48:49.611Z|08678444-9241-4921-9a4a-9255ae8f4577|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18845be8-3889-4c69-8f93-6d10a892cb45/model-vers/model-ver/716c6282-d455-40e9-b168-36da3e731ce4?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18845be8-3889-4c69-8f93-6d10a892cb45/model-vers/model-ver/716c6282-d455-40e9-b168-36da3e731ce4?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[08678444-9241-4921-9a4a-9255ae8f4577], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[1981fb34-1868-4e3a-a728-8b977b792281], X-ECOMP-RequestID=[08678444-9241-4921-9a4a-9255ae8f4577], X-TransactionId=[], X-ONAP-RequestID=[08678444-9241-4921-9a4a-9255ae8f4577], Content-Type=[application/merge-patch+json]}
2022-11-02T06:48:49.632Z|08678444-9241-4921-9a4a-9255ae8f4577|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18845be8-3889-4c69-8f93-6d10a892cb45/model-vers/model-ver/716c6282-d455-40e9-b168-36da3e731ce4?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-11-02T06:48:49.739Z|08678444-9241-4921-9a4a-9255ae8f4577|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18845be8-3889-4c69-8f93-6d10a892cb45/model-vers/model-ver/716c6282-d455-40e9-b168-36da3e731ce4?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/18845be8-3889-4c69-8f93-6d10a892cb45/model-vers/model-ver/716c6282-d455-40e9-b168-36da3e731ce4?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-221102-06:48:48:824-77729], vertex-id=[311448], Content-Length=[0], Date=[Wed, 02 Nov 2022 06:48:48 GMT], Content-Type=[application/json]}
2022-11-02T06:48:49.740Z|08678444-9241-4921-9a4a-9255ae8f4577|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18845be8-3889-4c69-8f93-6d10a892cb45/model-vers/model-ver/716c6282-d455-40e9-b168-36da3e731ce4?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-11-02T06:48:49.740Z|08678444-9241-4921-9a4a-9255ae8f4577|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/18845be8-3889-4c69-8f93-6d10a892cb45/model-vers/model-ver/716c6282-d455-40e9-b168-36da3e731ce4?depth=0|INFO|500||InvokeReturn
2022-11-02T06:48:49.741Z|08678444-9241-4921-9a4a-9255ae8f4577|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-11-02T06:48:49.741Z|08678444-9241-4921-9a4a-9255ae8f4577|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-02T06:48:49.745Z|08678444-9241-4921-9a4a-9255ae8f4577|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-11-02T06:48:49.745Z|08678444-9241-4921-9a4a-9255ae8f4577|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 08678444-9241-4921-9a4a-9255ae8f4577 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-11-02T06:48:49.746Z|08678444-9241-4921-9a4a-9255ae8f4577|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-11-02T06:48:49.746Z|08678444-9241-4921-9a4a-9255ae8f4577|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-02T06:48:49.748Z|08678444-9241-4921-9a4a-9255ae8f4577|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-02T06:48:49.748Z|08678444-9241-4921-9a4a-9255ae8f4577|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "08678444-9241-4921-9a4a-9255ae8f4577",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667371729745,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-02T06:48:49.848Z||pool-128-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-02T06:48:49.850Z||pool-128-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-02T06:48:49.851Z||pool-128-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as V5bESGozshoyR2iH) ...
2022-11-02T06:48:49.867Z||pool-128-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-02T06:48:49.868Z||pool-128-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-11-02T06:48:50.761Z|08678444-9241-4921-9a4a-9255ae8f4577|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-02T06:48:50.762Z|08678444-9241-4921-9a4a-9255ae8f4577|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"0673b360-ad63-4d04-85d5-d23d0ccb47ad","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"9906ab73-d958-46e1-b233-9d05c925f880","serviceDescription":"service","serviceInvariantUUID":"3501f774-3083-4d95-853d-dc5bc8c997aa","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"19ce0b4a-5374-494c-9c88-7ae49001f57c","resourceInvariantUUID":"e84742f8-5533-43fc-a9d4-26cf1d6d563f","resourceCustomizationUUID":"f7598c92-cfb8-4363-b88a-a9a9577c48c7","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":"NDNkNjE2YWY3NmY4NTIxNDE5OTFlZDE5NmYzMDU3NmU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"62b5e012-eda5-4e87-9e88-c702dcb745a0","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":"3b9584f0-7e13-41bc-bffa-2040af0ebc67","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":"8cf789f8-d41d-49ac-90b3-29bac6101897","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":"MTg0ZjY5YmQ4NzkxM2IxYTg4MjI5MzhhMjM0OGFhZTk\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"b74b7989-7ceb-4eb7-b588-225e8e6411aa","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":"85524eb8-a809-40b7-bcf8-f5a4d317e4e5","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":"b6924d1e-9f88-4341-b441-b78c56f4026a","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":"1a51921c-0054-49c5-affb-37e1bb5f05b2","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":"YTE1NmE2Y2MwNGQ3NGQxYjE4MDBmZTkwMWU3NjNkMzk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"a59d818a-3ddd-4f5d-bd64-93690340d248","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"ZTdmMDg5MDc1NWJhNmMxODc0ZDMwY2QyYWNkZjdhNjI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"3d7e6bca-f97a-4dd5-98c0-10e37bed075c","artifactVersion":"1"}],"workloadContext":"Production"}
2022-11-02T06:48:50.762Z|08678444-9241-4921-9a4a-9255ae8f4577|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-02T06:48:50.762Z|08678444-9241-4921-9a4a-9255ae8f4577|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-02T06:48:50.764Z|08678444-9241-4921-9a4a-9255ae8f4577|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-02T06:48:50.764Z|08678444-9241-4921-9a4a-9255ae8f4577|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "0673b360-ad63-4d04-85d5-d23d0ccb47ad",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667371670877,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-02T06:48:50.864Z||pool-129-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-02T06:48:50.865Z||pool-129-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-02T06:48:50.865Z||pool-129-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as V5bESGozshoyR2iH) ...
2022-11-02T06:48:50.881Z||pool-129-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-02T06:48:50.882Z||pool-129-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-11-02T06:48:51.765Z|08678444-9241-4921-9a4a-9255ae8f4577|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-02T06:48:51.766Z|08678444-9241-4921-9a4a-9255ae8f4577|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-02T06:48:51.768Z|08678444-9241-4921-9a4a-9255ae8f4577|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-02T06:48:51.768Z|08678444-9241-4921-9a4a-9255ae8f4577|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "0673b360-ad63-4d04-85d5-d23d0ccb47ad",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667371670877,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-02T06:48:51.868Z||pool-130-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-02T06:48:51.869Z||pool-130-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-02T06:48:51.870Z||pool-130-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as V5bESGozshoyR2iH) ...
2022-11-02T06:48:51.885Z||pool-130-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-02T06:48:51.886Z||pool-130-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-11-02T06:48:52.769Z|08678444-9241-4921-9a4a-9255ae8f4577|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-02T06:48:52.769Z|08678444-9241-4921-9a4a-9255ae8f4577|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-02T06:48:52.771Z|08678444-9241-4921-9a4a-9255ae8f4577|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-02T06:48:52.771Z|08678444-9241-4921-9a4a-9255ae8f4577|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "0673b360-ad63-4d04-85d5-d23d0ccb47ad",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667371670877,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-11-02T06:48:52.871Z||pool-131-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-02T06:48:52.872Z||pool-131-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-02T06:48:52.872Z||pool-131-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as V5bESGozshoyR2iH) ...
2022-11-02T06:48:52.897Z||pool-131-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-02T06:48:52.897Z||pool-131-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":1,"count":1}
2022-11-02T06:48:53.771Z|08678444-9241-4921-9a4a-9255ae8f4577|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-02T06:48:53.772Z|08678444-9241-4921-9a4a-9255ae8f4577|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-02T06:48:53.774Z|08678444-9241-4921-9a4a-9255ae8f4577|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-02T06:48:53.774Z|08678444-9241-4921-9a4a-9255ae8f4577|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "0673b360-ad63-4d04-85d5-d23d0ccb47ad",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667371670877,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-02T06:48:53.874Z||pool-132-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-02T06:48:53.876Z||pool-132-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-02T06:48:53.876Z||pool-132-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as V5bESGozshoyR2iH) ...
2022-11-02T06:48:53.892Z||pool-132-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-02T06:48:53.892Z||pool-132-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-11-02T06:48:54.775Z|08678444-9241-4921-9a4a-9255ae8f4577|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-02T06:48:54.776Z|08678444-9241-4921-9a4a-9255ae8f4577|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-02T06:48:54.778Z|08678444-9241-4921-9a4a-9255ae8f4577|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-02T06:48:54.778Z|08678444-9241-4921-9a4a-9255ae8f4577|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "0673b360-ad63-4d04-85d5-d23d0ccb47ad",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667371670877,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-02T06:48:54.878Z||pool-133-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-02T06:48:54.879Z||pool-133-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-02T06:48:54.880Z||pool-133-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as V5bESGozshoyR2iH) ...
2022-11-02T06:48:54.901Z||pool-133-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-02T06:48:54.901Z||pool-133-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-11-02T06:48:55.778Z|08678444-9241-4921-9a4a-9255ae8f4577|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-02T06:48:55.779Z|08678444-9241-4921-9a4a-9255ae8f4577|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-02T06:48:55.781Z|08678444-9241-4921-9a4a-9255ae8f4577|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-02T06:48:55.781Z|08678444-9241-4921-9a4a-9255ae8f4577|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "0673b360-ad63-4d04-85d5-d23d0ccb47ad",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667371670877,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-02T06:48:55.881Z||pool-134-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-02T06:48:55.882Z||pool-134-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-02T06:48:55.882Z||pool-134-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as V5bESGozshoyR2iH) ...
2022-11-02T06:48:55.895Z||pool-134-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-02T06:48:55.895Z||pool-134-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-11-02T06:48:56.781Z|08678444-9241-4921-9a4a-9255ae8f4577|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-02T06:48:56.782Z|08678444-9241-4921-9a4a-9255ae8f4577|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-02T06:48:56.784Z|08678444-9241-4921-9a4a-9255ae8f4577|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-02T06:48:56.784Z|08678444-9241-4921-9a4a-9255ae8f4577|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "0673b360-ad63-4d04-85d5-d23d0ccb47ad",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667371670877,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-02T06:48:56.884Z||pool-135-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-02T06:48:56.885Z||pool-135-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-02T06:48:56.885Z||pool-135-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as V5bESGozshoyR2iH) ...
2022-11-02T06:48:56.934Z||pool-135-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-02T06:48:56.934Z||pool-135-thread-1|||||INFO|500||cambria reply ok (50 ms):{"serverTimeMs":0,"count":1}
2022-11-02T06:48:57.784Z|08678444-9241-4921-9a4a-9255ae8f4577|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-02T06:48:57.785Z|08678444-9241-4921-9a4a-9255ae8f4577|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-02T06:48:57.788Z|08678444-9241-4921-9a4a-9255ae8f4577|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-02T06:48:57.788Z|08678444-9241-4921-9a4a-9255ae8f4577|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "0673b360-ad63-4d04-85d5-d23d0ccb47ad",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667371670877,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-02T06:48:57.887Z||pool-136-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-02T06:48:57.888Z||pool-136-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-02T06:48:57.888Z||pool-136-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as V5bESGozshoyR2iH) ...
2022-11-02T06:48:57.914Z||pool-136-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-02T06:48:57.914Z||pool-136-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-11-02T06:48:58.789Z|08678444-9241-4921-9a4a-9255ae8f4577|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-02T06:48:58.789Z|08678444-9241-4921-9a4a-9255ae8f4577|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-02T06:48:58.791Z|08678444-9241-4921-9a4a-9255ae8f4577|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-02T06:48:58.791Z|08678444-9241-4921-9a4a-9255ae8f4577|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "0673b360-ad63-4d04-85d5-d23d0ccb47ad",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667371670877,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-11-02T06:48:58.891Z||pool-137-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-02T06:48:58.892Z||pool-137-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-02T06:48:58.892Z||pool-137-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as V5bESGozshoyR2iH) ...
2022-11-02T06:48:58.906Z||pool-137-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-02T06:48:58.907Z||pool-137-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-11-02T06:48:59.792Z|08678444-9241-4921-9a4a-9255ae8f4577|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "0673b360-ad63-4d04-85d5-d23d0ccb47ad",
  "serviceName": "test_pnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "9906ab73-d958-46e1-b233-9d05c925f880",
  "serviceDescription": "service",
  "serviceInvariantUUID": "3501f774-3083-4d95-853d-dc5bc8c997aa",
  "resources": [
    {
      "resourceInstanceName": "test-pnf 0",
      "resourceCustomizationUUID": "f7598c92-cfb8-4363-b88a-a9a9577c48c7",
      "resourceName": "test-pnf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "19ce0b4a-5374-494c-9c88-7ae49001f57c",
      "resourceInvariantUUID": "e84742f8-5533-43fc-a9d4-26cf1d6d563f",
      "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": "ZTdmMDg5MDc1NWJhNmMxODc0ZDMwY2QyYWNkZjdhNjI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "3d7e6bca-f97a-4dd5-98c0-10e37bed075c"
    }
  ],
  "workloadContext": "Production"
}
2022-11-02T06:48:59.793Z|08678444-9241-4921-9a4a-9255ae8f4577|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-11-02T06:48:59.793Z|08678444-9241-4921-9a4a-9255ae8f4577|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 9906ab73-d958-46e1-b233-9d05c925f880 ASDC
2022-11-02T06:48:59.794Z|0673b360-ad63-4d04-85d5-d23d0ccb47ad|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:0673b360-ad63-4d04-85d5-d23d0ccb47ad
ServiceName:test_pnf_macro
ServiceVersion:1.0
ServiceUUID:9906ab73-d958-46e1-b233-9d05c925f880
ServiceInvariantUUID:3501f774-3083-4d95-853d-dc5bc8c997aa
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:3d7e6bca-f97a-4dd5-98c0-10e37bed075c
ArtifactChecksum:ZTdmMDg5MDc1NWJhNmMxODc0ZDMwY2QyYWNkZjdhNjI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:test-pnf 0
ResourceCustomizationUUID:f7598c92-cfb8-4363-b88a-a9a9577c48c7
ResourceInvariantUUID:e84742f8-5533-43fc-a9d4-26cf1d6d563f
ResourceName:test-pnf
ResourceType:PNF
ResourceUUID:19ce0b4a-5374-494c-9c88-7ae49001f57c
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-11-02T06:48:59.794Z|0673b360-ad63-4d04-85d5-d23d0ccb47ad|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 9906ab73-d958-46e1-b233-9d05c925f880 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-11-02T06:48:59.818Z|0673b360-ad63-4d04-85d5-d23d0ccb47ad|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-02T06:48:59.819Z|0673b360-ad63-4d04-85d5-d23d0ccb47ad|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-11-02T06:48:59.819Z|0673b360-ad63-4d04-85d5-d23d0ccb47ad|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-11-02T06:48:59.820Z|0673b360-ad63-4d04-85d5-d23d0ccb47ad|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 3d7e6bca-f97a-4dd5-98c0-10e37bed075c from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-11-02T06:48:59.820Z|0673b360-ad63-4d04-85d5-d23d0ccb47ad|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-11-02T06:48:59.820Z|0673b360-ad63-4d04-85d5-d23d0ccb47ad|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-11-02T06:48:59.976Z|0673b360-ad63-4d04-85d5-d23d0ccb47ad|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-11-02T06:48:59.981Z|0673b360-ad63-4d04-85d5-d23d0ccb47ad|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 3d7e6bca-f97a-4dd5-98c0-10e37bed075c 110868
2022-11-02T06:48:59.981Z|0673b360-ad63-4d04-85d5-d23d0ccb47ad|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2022-11-02T06:48:59.981Z|0673b360-ad63-4d04-85d5-d23d0ccb47ad|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-11-02T06:48:59.982Z|0673b360-ad63-4d04-85d5-d23d0ccb47ad|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-02T06:48:59.982Z|0673b360-ad63-4d04-85d5-d23d0ccb47ad|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-02T06:48:59.983Z|0673b360-ad63-4d04-85d5-d23d0ccb47ad|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-02T06:48:59.983Z|0673b360-ad63-4d04-85d5-d23d0ccb47ad|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "0673b360-ad63-4d04-85d5-d23d0ccb47ad",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667371739981,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-02T06:49:00.084Z||pool-138-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-11-02T06:49:00.085Z||pool-138-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-02T06:49:00.085Z||pool-138-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as V5bESGozshoyR2iH) ...
2022-11-02T06:49:00.100Z||pool-138-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-02T06:49:00.100Z||pool-138-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-11-02T06:49:00.717Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T06:49:00.718Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-02T06:49:00.718Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|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 V5bESGozshoyR2iH) ...
2022-11-02T06:49:00.755Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-02T06:49:00.756Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-02T06:49:00.756Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4fee2d54-f365-46cd-9e6e-8f0c0d2058c7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667371669853,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-02T06:49:00.756Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-02T06:49:00.756Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-02T06:49:00.757Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08678444-9241-4921-9a4a-9255ae8f4577",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667371670877,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-02T06:49:00.757Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-02T06:49:00.757Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-02T06:49:00.757Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08678444-9241-4921-9a4a-9255ae8f4577",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667371670877,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-11-02T06:49:00.757Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-02T06:49:00.757Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-02T06:49:00.757Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08678444-9241-4921-9a4a-9255ae8f4577",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667371670877,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-11-02T06:49:00.757Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-02T06:49:00.757Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-02T06:49:00.757Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08678444-9241-4921-9a4a-9255ae8f4577",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667371670877,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-02T06:49:00.757Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-02T06:49:00.757Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-02T06:49:00.757Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08678444-9241-4921-9a4a-9255ae8f4577",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667371670877,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-11-02T06:49:00.758Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-02T06:49:00.758Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||received message from topic
2022-11-02T06:49:00.758Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08678444-9241-4921-9a4a-9255ae8f4577",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667371670877,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-11-02T06:49:00.758Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-11-02T06:49:00.984Z|0673b360-ad63-4d04-85d5-d23d0ccb47ad|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-02T06:49:00.985Z|0673b360-ad63-4d04-85d5-d23d0ccb47ad|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-11-02T06:49:00.986Z|0673b360-ad63-4d04-85d5-d23d0ccb47ad|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 3d7e6bca-f97a-4dd5-98c0-10e37bed075c, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-11-02T06:49:00.986Z|0673b360-ad63-4d04-85d5-d23d0ccb47ad|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar
2022-11-02T06:49:00.987Z|0673b360-ad63-4d04-85d5-d23d0ccb47ad|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-11-02T06:49:00.987Z|0673b360-ad63-4d04-85d5-d23d0ccb47ad|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-11-02T06:49:01.094Z|0673b360-ad63-4d04-85d5-d23d0ccb47ad|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10784717941336638684/Definitions/service-TestPnfMacro-template.yml
2022-11-02T06:49:01.862Z|0673b360-ad63-4d04-85d5-d23d0ccb47ad|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2022-11-02T06:49:01.862Z|0673b360-ad63-4d04-85d5-d23d0ccb47ad|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-11-02T06:49:01.862Z|0673b360-ad63-4d04-85d5-d23d0ccb47ad|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-11-02T06:49:01.862Z|0673b360-ad63-4d04-85d5-d23d0ccb47ad|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-11-02T06:49:01.862Z|0673b360-ad63-4d04-85d5-d23d0ccb47ad|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-11-02T06:49:01.862Z|0673b360-ad63-4d04-85d5-d23d0ccb47ad|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-11-02T06:49:01.862Z|0673b360-ad63-4d04-85d5-d23d0ccb47ad|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "test-pnf 0" are missing field(s): [nf_function, sdnc_model_version, software_versions, sdnc_artifact_name, nf_role, default_software_version, nf_type, sdnc_model_name]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-11-02T06:49:01.863Z|0673b360-ad63-4d04-85d5-d23d0ccb47ad|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-11-02T06:49:01.863Z|0673b360-ad63-4d04-85d5-d23d0ccb47ad|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-11-02T06:49:01.863Z|0673b360-ad63-4d04-85d5-d23d0ccb47ad|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-11-02T06:49:01.863Z|0673b360-ad63-4d04-85d5-d23d0ccb47ad|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-11-02T06:49:01.863Z|0673b360-ad63-4d04-85d5-d23d0ccb47ad|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-11-02T06:49:01.863Z|0673b360-ad63-4d04-85d5-d23d0ccb47ad|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-02T06:49:01.863Z|0673b360-ad63-4d04-85d5-d23d0ccb47ad|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-02T06:49:01.863Z|0673b360-ad63-4d04-85d5-d23d0ccb47ad|pool-2-thread-9|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2022-11-02T06:49:01.864Z|0673b360-ad63-4d04-85d5-d23d0ccb47ad|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-11-02T06:49:01.864Z|0673b360-ad63-4d04-85d5-d23d0ccb47ad|pool-2-thread-9|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-02T06:49:01.864Z|0673b360-ad63-4d04-85d5-d23d0ccb47ad|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-02T06:49:01.864Z|0673b360-ad63-4d04-85d5-d23d0ccb47ad|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-02T06:49:01.864Z|0673b360-ad63-4d04-85d5-d23d0ccb47ad|pool-2-thread-9|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2022-11-02T06:49:01.865Z|0673b360-ad63-4d04-85d5-d23d0ccb47ad|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-11-02T06:49:01.865Z|0673b360-ad63-4d04-85d5-d23d0ccb47ad|pool-2-thread-9|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-02T06:49:01.865Z|0673b360-ad63-4d04-85d5-d23d0ccb47ad|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-02T06:49:01.865Z|0673b360-ad63-4d04-85d5-d23d0ccb47ad|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-02T06:49:01.865Z|0673b360-ad63-4d04-85d5-d23d0ccb47ad|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-02T06:49:01.865Z|0673b360-ad63-4d04-85d5-d23d0ccb47ad|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-02T06:49:01.865Z|0673b360-ad63-4d04-85d5-d23d0ccb47ad|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-02T06:49:01.865Z|0673b360-ad63-4d04-85d5-d23d0ccb47ad|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-02T06:49:01.866Z|0673b360-ad63-4d04-85d5-d23d0ccb47ad|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-02T06:49:01.866Z|0673b360-ad63-4d04-85d5-d23d0ccb47ad|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-02T06:49:01.866Z|0673b360-ad63-4d04-85d5-d23d0ccb47ad|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-02T06:49:01.866Z|0673b360-ad63-4d04-85d5-d23d0ccb47ad|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-02T06:49:01.866Z|0673b360-ad63-4d04-85d5-d23d0ccb47ad|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:test_pnf_macro
Description:service
Model UUID:9906ab73-d958-46e1-b233-9d05c925f880
Model Version:NULL
Model InvariantUuid:3501f774-3083-4d95-853d-dc5bc8c997aa
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-11-02T06:49:01.873Z|0673b360-ad63-4d04-85d5-d23d0ccb47ad|pool-2-thread-9|||||INFO|500||Processing Resource Type: PNF, Model UUID: 19ce0b4a-5374-494c-9c88-7ae49001f57c
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-02T06:49:01.876Z|0673b360-ad63-4d04-85d5-d23d0ccb47ad|pool-2-thread-9|||||INFO|500||test-pnf 0
2022-11-02T06:49:01.876Z|0673b360-ad63-4d04-85d5-d23d0ccb47ad|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 19ce0b4a-5374-494c-9c88-7ae49001f57c
2022-11-02T06:49:01.876Z|0673b360-ad63-4d04-85d5-d23d0ccb47ad|pool-2-thread-9|||||DEBUG|500||No resources found for Service: 9906ab73-d958-46e1-b233-9d05c925f880
2022-11-02T06:49:01.876Z|0673b360-ad63-4d04-85d5-d23d0ccb47ad|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 9906ab73-d958-46e1-b233-9d05c925f880
2022-11-02T06:49:01.876Z|0673b360-ad63-4d04-85d5-d23d0ccb47ad|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 19ce0b4a-5374-494c-9c88-7ae49001f57c ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-02T06:49:01.880Z|0673b360-ad63-4d04-85d5-d23d0ccb47ad|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5aa58fb1, org.onap.sdc.toscaparser.api.parameters.Input@43cf7cae, org.onap.sdc.toscaparser.api.parameters.Input@4138df6c, org.onap.sdc.toscaparser.api.parameters.Input@60a90d67, org.onap.sdc.toscaparser.api.parameters.Input@1607dec4]
2022-11-02T06:49:01.880Z|0673b360-ad63-4d04-85d5-d23d0ccb47ad|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-02T06:49:01.880Z|0673b360-ad63-4d04-85d5-d23d0ccb47ad|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-02T06:49:01.880Z|0673b360-ad63-4d04-85d5-d23d0ccb47ad|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 9906ab73-d958-46e1-b233-9d05c925f880: test-pnf
2022-11-02T06:49:01.881Z|0673b360-ad63-4d04-85d5-d23d0ccb47ad|pool-2-thread-9|||||INFO|500||Processing PNF resource: 19ce0b4a-5374-494c-9c88-7ae49001f57c
2022-11-02T06:49:01.881Z|0673b360-ad63-4d04-85d5-d23d0ccb47ad|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-02T06:49:01.881Z|0673b360-ad63-4d04-85d5-d23d0ccb47ad|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-02T06:49:01.881Z|0673b360-ad63-4d04-85d5-d23d0ccb47ad|pool-2-thread-9|||||INFO|500||Resource customization UUID: f7598c92-cfb8-4363-b88a-a9a9577c48c7 is the same as notified resource customizationUUID: f7598c92-cfb8-4363-b88a-a9a9577c48c7
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2022-11-02T06:49:01.909Z|0673b360-ad63-4d04-85d5-d23d0ccb47ad|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf 19ce0b4a-5374-494c-9c88-7ae49001f57c 0 ASDC deployResourceStructure
2022-11-02T06:49:01.910Z|0673b360-ad63-4d04-85d5-d23d0ccb47ad|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2022-11-02T06:49:01.910Z|0673b360-ad63-4d04-85d5-d23d0ccb47ad|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-11-02T06:49:01.910Z|0673b360-ad63-4d04-85d5-d23d0ccb47ad|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-02T06:49:01.910Z|0673b360-ad63-4d04-85d5-d23d0ccb47ad|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-02T06:49:01.912Z|0673b360-ad63-4d04-85d5-d23d0ccb47ad|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-02T06:49:01.912Z|0673b360-ad63-4d04-85d5-d23d0ccb47ad|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "0673b360-ad63-4d04-85d5-d23d0ccb47ad",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667371741910,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-02T06:49:02.012Z||pool-139-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-02T06:49:02.013Z||pool-139-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-02T06:49:02.013Z||pool-139-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as V5bESGozshoyR2iH) ...
2022-11-02T06:49:02.028Z||pool-139-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-02T06:49:02.029Z||pool-139-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-11-02T06:49:02.913Z|0673b360-ad63-4d04-85d5-d23d0ccb47ad|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0673b360-ad63-4d04-85d5-d23d0ccb47ad
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-02T06:49:02.922Z|0673b360-ad63-4d04-85d5-d23d0ccb47ad|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0673b360-ad63-4d04-85d5-d23d0ccb47ad
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-11-02T06:49:02.925Z|0673b360-ad63-4d04-85d5-d23d0ccb47ad|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-02T06:49:02.925Z|0673b360-ad63-4d04-85d5-d23d0ccb47ad|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-11-02T06:49:02.925Z|0673b360-ad63-4d04-85d5-d23d0ccb47ad|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-11-02T06:49:02.926Z|0673b360-ad63-4d04-85d5-d23d0ccb47ad|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-11-02T06:49:02.926Z|0673b360-ad63-4d04-85d5-d23d0ccb47ad|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-02T06:49:02.926Z|0673b360-ad63-4d04-85d5-d23d0ccb47ad|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-02T06:49:02.926Z|0673b360-ad63-4d04-85d5-d23d0ccb47ad|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-02T06:49:02.926Z|0673b360-ad63-4d04-85d5-d23d0ccb47ad|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-02T06:49:02.926Z|0673b360-ad63-4d04-85d5-d23d0ccb47ad|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-02T06:49:02.927Z|0673b360-ad63-4d04-85d5-d23d0ccb47ad|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-02T06:49:02.931Z|0673b360-ad63-4d04-85d5-d23d0ccb47ad|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-11-02T06:49:32.931Z|0673b360-ad63-4d04-85d5-d23d0ccb47ad|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 0673b360-ad63-4d04-85d5-d23d0ccb47ad and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-11-02T06:49:32.937Z|0673b360-ad63-4d04-85d5-d23d0ccb47ad|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 0673b360-ad63-4d04-85d5-d23d0ccb47ad and serviceModelVersionId: 9906ab73-d958-46e1-b233-9d05c925f880
2022-11-02T06:49:32.937Z|0673b360-ad63-4d04-85d5-d23d0ccb47ad|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 3501f774-3083-4d95-853d-dc5bc8c997aa
2022-11-02T06:49:32.938Z|0673b360-ad63-4d04-85d5-d23d0ccb47ad|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/3501f774-3083-4d95-853d-dc5bc8c997aa/model-vers/model-ver/9906ab73-d958-46e1-b233-9d05c925f880?depth=0
2022-11-02T06:49:32.941Z|0673b360-ad63-4d04-85d5-d23d0ccb47ad|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2022-11-02T06:49:32.986Z|0673b360-ad63-4d04-85d5-d23d0ccb47ad|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3501f774-3083-4d95-853d-dc5bc8c997aa/model-vers/model-ver/9906ab73-d958-46e1-b233-9d05c925f880?depth=0|INFO|500||Invoke
2022-11-02T06:49:32.987Z|0673b360-ad63-4d04-85d5-d23d0ccb47ad|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3501f774-3083-4d95-853d-dc5bc8c997aa/model-vers/model-ver/9906ab73-d958-46e1-b233-9d05c925f880?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3501f774-3083-4d95-853d-dc5bc8c997aa/model-vers/model-ver/9906ab73-d958-46e1-b233-9d05c925f880?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[0673b360-ad63-4d04-85d5-d23d0ccb47ad], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[07c349c7-e4f0-44d0-b840-d0180a02a2aa], X-ECOMP-RequestID=[0673b360-ad63-4d04-85d5-d23d0ccb47ad], X-TransactionId=[], X-ONAP-RequestID=[0673b360-ad63-4d04-85d5-d23d0ccb47ad], Content-Type=[application/merge-patch+json]}
2022-11-02T06:49:33.005Z|0673b360-ad63-4d04-85d5-d23d0ccb47ad|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3501f774-3083-4d95-853d-dc5bc8c997aa/model-vers/model-ver/9906ab73-d958-46e1-b233-9d05c925f880?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-11-02T06:49:33.093Z|0673b360-ad63-4d04-85d5-d23d0ccb47ad|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3501f774-3083-4d95-853d-dc5bc8c997aa/model-vers/model-ver/9906ab73-d958-46e1-b233-9d05c925f880?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/3501f774-3083-4d95-853d-dc5bc8c997aa/model-vers/model-ver/9906ab73-d958-46e1-b233-9d05c925f880?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-221102-06:49:32:193-16509], vertex-id=[241784], Content-Length=[0], Date=[Wed, 02 Nov 2022 06:49:32 GMT], Content-Type=[application/json]}
2022-11-02T06:49:33.093Z|0673b360-ad63-4d04-85d5-d23d0ccb47ad|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3501f774-3083-4d95-853d-dc5bc8c997aa/model-vers/model-ver/9906ab73-d958-46e1-b233-9d05c925f880?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-11-02T06:49:33.094Z|0673b360-ad63-4d04-85d5-d23d0ccb47ad|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3501f774-3083-4d95-853d-dc5bc8c997aa/model-vers/model-ver/9906ab73-d958-46e1-b233-9d05c925f880?depth=0|INFO|500||InvokeReturn
2022-11-02T06:49:33.094Z|0673b360-ad63-4d04-85d5-d23d0ccb47ad|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-11-02T06:49:33.094Z|0673b360-ad63-4d04-85d5-d23d0ccb47ad|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-02T06:49:33.100Z|0673b360-ad63-4d04-85d5-d23d0ccb47ad|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-11-02T06:49:33.100Z|0673b360-ad63-4d04-85d5-d23d0ccb47ad|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 0673b360-ad63-4d04-85d5-d23d0ccb47ad and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-11-02T06:49:33.100Z|0673b360-ad63-4d04-85d5-d23d0ccb47ad|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-11-02T06:49:33.100Z|0673b360-ad63-4d04-85d5-d23d0ccb47ad|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-02T06:49:33.102Z|0673b360-ad63-4d04-85d5-d23d0ccb47ad|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-02T06:49:33.102Z|0673b360-ad63-4d04-85d5-d23d0ccb47ad|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "0673b360-ad63-4d04-85d5-d23d0ccb47ad",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667371773100,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-02T06:49:33.202Z||pool-140-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-02T06:49:33.203Z||pool-140-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-02T06:49:33.203Z||pool-140-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as V5bESGozshoyR2iH) ...
2022-11-02T06:49:33.221Z||pool-140-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-02T06:49:33.221Z||pool-140-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-11-02T06:49:34.147Z|0673b360-ad63-4d04-85d5-d23d0ccb47ad|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T06:49:34.147Z|0673b360-ad63-4d04-85d5-d23d0ccb47ad|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-02T06:49:34.147Z|0673b360-ad63-4d04-85d5-d23d0ccb47ad|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 V5bESGozshoyR2iH) ...
2022-11-02T06:49:43.749Z|0673b360-ad63-4d04-85d5-d23d0ccb47ad|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-02T06:49:43.750Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T06:49:43.751Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-02T06:49:43.751Z||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 V5bESGozshoyR2iH) ...
2022-11-02T06:49:53.341Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-02T06:49:53.341Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T06:49:53.342Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-02T06:49:53.342Z||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 V5bESGozshoyR2iH) ...
2022-11-02T06:50:00.717Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T06:50:00.718Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-02T06:50:00.718Z||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 V5bESGozshoyR2iH) ...
2022-11-02T06:50:00.744Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-02T06:50:00.745Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-02T06:50:00.745Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08678444-9241-4921-9a4a-9255ae8f4577",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667371670877,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-11-02T06:50:00.746Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-02T06:50:00.746Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-02T06:50:00.747Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08678444-9241-4921-9a4a-9255ae8f4577",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667371670877,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-02T06:50:00.747Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-02T06:50:00.747Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-02T06:50:00.747Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08678444-9241-4921-9a4a-9255ae8f4577",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667371670877,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-02T06:50:00.747Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-02T06:50:00.748Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-02T06:50:00.748Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08678444-9241-4921-9a4a-9255ae8f4577",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667371670877,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-11-02T06:50:00.748Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-02T06:50:00.748Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-02T06:50:00.748Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08678444-9241-4921-9a4a-9255ae8f4577",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667371685609,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-02T06:50:00.748Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-02T06:50:00.749Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-02T06:50:00.749Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08678444-9241-4921-9a4a-9255ae8f4577",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667371688202,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-11-02T06:50:00.749Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-02T06:50:00.749Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-02T06:50:00.749Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08678444-9241-4921-9a4a-9255ae8f4577",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667371689262,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-11-02T06:50:00.750Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-02T06:50:00.750Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-02T06:50:00.750Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08678444-9241-4921-9a4a-9255ae8f4577",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667371690315,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DOWNLOAD_OK"
}
2022-11-02T06:50:00.750Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-02T06:50:00.750Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-02T06:50:00.750Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08678444-9241-4921-9a4a-9255ae8f4577",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667371691371,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-11-02T06:50:00.750Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-02T06:50:00.751Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-02T06:50:00.751Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08678444-9241-4921-9a4a-9255ae8f4577",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667371692430,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-11-02T06:50:00.751Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-02T06:50:00.751Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-02T06:50:00.751Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08678444-9241-4921-9a4a-9255ae8f4577",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667371693492,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-11-02T06:50:00.752Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-02T06:50:00.752Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-02T06:50:00.752Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08678444-9241-4921-9a4a-9255ae8f4577",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667371694496,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DEPLOY_OK"
}
2022-11-02T06:50:00.752Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-02T06:50:00.752Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-02T06:50:00.752Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08678444-9241-4921-9a4a-9255ae8f4577",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667371695500,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-11-02T06:50:00.753Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-02T06:50:00.753Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-02T06:50:00.753Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08678444-9241-4921-9a4a-9255ae8f4577",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667371696503,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DEPLOY_OK"
}
2022-11-02T06:50:00.754Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-02T06:50:00.754Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-02T06:50:00.755Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08678444-9241-4921-9a4a-9255ae8f4577",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667371697507,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-11-02T06:50:00.755Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-02T06:50:00.756Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-02T06:50:00.756Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08678444-9241-4921-9a4a-9255ae8f4577",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667371698513,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-02T06:50:00.757Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-02T06:50:00.757Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-02T06:50:00.757Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "08678444-9241-4921-9a4a-9255ae8f4577",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667371729745,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-02T06:50:00.758Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-02T06:50:00.758Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-02T06:50:00.758Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0673b360-ad63-4d04-85d5-d23d0ccb47ad",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667371670877,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-02T06:50:00.758Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-02T06:50:00.759Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-02T06:50:00.759Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0673b360-ad63-4d04-85d5-d23d0ccb47ad",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667371670877,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-02T06:50:00.759Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-02T06:50:00.759Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-02T06:50:00.760Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0673b360-ad63-4d04-85d5-d23d0ccb47ad",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667371670877,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-11-02T06:50:00.760Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-02T06:50:00.760Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-02T06:50:00.760Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0673b360-ad63-4d04-85d5-d23d0ccb47ad",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667371670877,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-02T06:50:00.761Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-02T06:50:00.761Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-02T06:50:00.761Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0673b360-ad63-4d04-85d5-d23d0ccb47ad",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667371670877,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-02T06:50:00.761Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-02T06:50:00.761Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-02T06:50:00.762Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0673b360-ad63-4d04-85d5-d23d0ccb47ad",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667371670877,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-02T06:50:00.762Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-02T06:50:00.762Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-02T06:50:00.762Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0673b360-ad63-4d04-85d5-d23d0ccb47ad",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667371670877,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-02T06:50:00.763Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-02T06:50:00.763Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-02T06:50:00.763Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0673b360-ad63-4d04-85d5-d23d0ccb47ad",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667371670877,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-02T06:50:00.763Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-02T06:50:00.763Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-02T06:50:00.764Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0673b360-ad63-4d04-85d5-d23d0ccb47ad",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667371670877,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-11-02T06:50:00.764Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-02T06:50:00.764Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-02T06:50:00.764Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0673b360-ad63-4d04-85d5-d23d0ccb47ad",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667371739981,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-02T06:50:00.765Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-02T06:50:02.900Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-02T06:50:02.901Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T06:50:02.901Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-02T06:50:02.901Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as V5bESGozshoyR2iH) ...
2022-11-02T06:50:12.451Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-02T06:50:12.452Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T06:50:12.453Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-02T06:50:12.453Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as V5bESGozshoyR2iH) ...
2022-11-02T06:50:22.012Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-02T06:51:00.714Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T06:51:00.715Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-02T06:51:00.716Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as V5bESGozshoyR2iH) ...
2022-11-02T06:51:00.717Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T06:51:00.718Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-02T06:51:00.718Z||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 V5bESGozshoyR2iH) ...
2022-11-02T06:51:01.259Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-02T06:51:01.260Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-02T06:51:01.260Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0673b360-ad63-4d04-85d5-d23d0ccb47ad",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667371741910,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-02T06:51:01.261Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-02T06:51:01.261Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-02T06:51:01.261Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0673b360-ad63-4d04-85d5-d23d0ccb47ad",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1667371773100,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-02T06:51:01.262Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-02T06:51:10.277Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-02T06:52:00.715Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T06:52:00.717Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T06:52:00.718Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-02T06:52:00.718Z||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 V5bESGozshoyR2iH) ...
2022-11-02T06:52:00.718Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-02T06:52:00.718Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as V5bESGozshoyR2iH) ...
2022-11-02T06:52:10.279Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-02T06:52:10.285Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-02T06:53:00.714Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T06:53:00.715Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-02T06:53:00.715Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as V5bESGozshoyR2iH) ...
2022-11-02T06:53:00.717Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T06:53:00.718Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-02T06:53:00.718Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|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 V5bESGozshoyR2iH) ...
2022-11-02T06:53:10.277Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-02T06:53:10.277Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-02T06:54:00.714Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T06:54:00.715Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-02T06:54:00.715Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as V5bESGozshoyR2iH) ...
2022-11-02T06:54:00.717Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T06:54:00.717Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-02T06:54:00.717Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|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 V5bESGozshoyR2iH) ...
2022-11-02T06:54:10.276Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-02T06:54:10.289Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-02T06:55:00.714Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T06:55:00.715Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-02T06:55:00.715Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as V5bESGozshoyR2iH) ...
2022-11-02T06:55:00.717Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T06:55:00.717Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-02T06:55:00.717Z||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 V5bESGozshoyR2iH) ...
2022-11-02T06:55:10.291Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-02T06:55:10.301Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-02T06:56:00.714Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T06:56:00.715Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-02T06:56:00.715Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as V5bESGozshoyR2iH) ...
2022-11-02T06:56:00.717Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T06:56:00.717Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-02T06:56:00.717Z||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 V5bESGozshoyR2iH) ...
2022-11-02T06:56:10.307Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-02T06:56:10.308Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-02T06:57:00.714Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T06:57:00.715Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-02T06:57:00.715Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as V5bESGozshoyR2iH) ...
2022-11-02T06:57:00.717Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T06:57:00.717Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-02T06:57:00.718Z||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 V5bESGozshoyR2iH) ...
2022-11-02T06:57:10.286Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-02T06:57:10.289Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-02T06:58:00.714Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T06:58:00.716Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-02T06:58:00.716Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as V5bESGozshoyR2iH) ...
2022-11-02T06:58:00.717Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T06:58:00.717Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-02T06:58:00.718Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|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 V5bESGozshoyR2iH) ...
2022-11-02T06:58:10.280Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-02T06:58:10.280Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-02T06:59:00.714Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T06:59:00.716Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-02T06:59:00.716Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as V5bESGozshoyR2iH) ...
2022-11-02T06:59:00.718Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T06:59:00.719Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-02T06:59:00.719Z||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 V5bESGozshoyR2iH) ...
2022-11-02T06:59:10.278Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-02T06:59:10.278Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-02T07:00:00.714Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T07:00:00.717Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-02T07:00:00.717Z||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 V5bESGozshoyR2iH) ...
2022-11-02T07:00:00.717Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T07:00:00.718Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-02T07:00:00.718Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|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 V5bESGozshoyR2iH) ...
2022-11-02T07:00:10.298Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-02T07:00:10.309Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-02T07:01:00.714Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T07:01:00.715Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-02T07:01:00.715Z||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 V5bESGozshoyR2iH) ...
2022-11-02T07:01:00.717Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T07:01:00.718Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-02T07:01:00.718Z||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 V5bESGozshoyR2iH) ...
2022-11-02T07:01:10.287Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-02T07:01:10.295Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-02T07:02:00.714Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T07:02:00.715Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-02T07:02:00.715Z||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 V5bESGozshoyR2iH) ...
2022-11-02T07:02:00.717Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T07:02:00.717Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-02T07:02:00.717Z||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 V5bESGozshoyR2iH) ...
2022-11-02T07:02:10.280Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-02T07:02:10.317Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-02T07:03:00.714Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T07:03:00.715Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-02T07:03:00.715Z||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 V5bESGozshoyR2iH) ...
2022-11-02T07:03:00.717Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T07:03:00.717Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-02T07:03:00.718Z||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 V5bESGozshoyR2iH) ...
2022-11-02T07:03:10.289Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-02T07:03:10.289Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-02T07:04:00.714Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T07:04:00.715Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-02T07:04:00.715Z||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 V5bESGozshoyR2iH) ...
2022-11-02T07:04:00.717Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T07:04:00.717Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-02T07:04:00.718Z||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 V5bESGozshoyR2iH) ...
2022-11-02T07:04:10.270Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-02T07:04:10.272Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-02T07:05:00.714Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T07:05:00.715Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-02T07:05:00.716Z||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 V5bESGozshoyR2iH) ...
2022-11-02T07:05:00.717Z|0673b360-ad63-4d04-85d5-d23d0ccb47ad|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T07:05:00.717Z|0673b360-ad63-4d04-85d5-d23d0ccb47ad|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-02T07:05:00.717Z|0673b360-ad63-4d04-85d5-d23d0ccb47ad|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 V5bESGozshoyR2iH) ...
2022-11-02T07:05:10.262Z|0673b360-ad63-4d04-85d5-d23d0ccb47ad|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-02T07:05:10.271Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-02T07:06:00.714Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T07:06:00.715Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-02T07:06:00.715Z||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 V5bESGozshoyR2iH) ...
2022-11-02T07:06:00.717Z|0673b360-ad63-4d04-85d5-d23d0ccb47ad|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T07:06:00.717Z|0673b360-ad63-4d04-85d5-d23d0ccb47ad|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-02T07:06:00.717Z|0673b360-ad63-4d04-85d5-d23d0ccb47ad|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 V5bESGozshoyR2iH) ...
2022-11-02T07:06:10.276Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-02T07:06:10.276Z|0673b360-ad63-4d04-85d5-d23d0ccb47ad|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-02T07:07:00.715Z|0673b360-ad63-4d04-85d5-d23d0ccb47ad|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T07:07:00.717Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T07:07:00.718Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-02T07:07:00.718Z|0673b360-ad63-4d04-85d5-d23d0ccb47ad|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-02T07:07:00.718Z|0673b360-ad63-4d04-85d5-d23d0ccb47ad|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 V5bESGozshoyR2iH) ...
2022-11-02T07:07:00.718Z||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 V5bESGozshoyR2iH) ...
2022-11-02T07:07:10.278Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-02T07:07:10.279Z|0673b360-ad63-4d04-85d5-d23d0ccb47ad|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-02T07:08:00.714Z|0673b360-ad63-4d04-85d5-d23d0ccb47ad|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T07:08:00.715Z|0673b360-ad63-4d04-85d5-d23d0ccb47ad|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-02T07:08:00.715Z|0673b360-ad63-4d04-85d5-d23d0ccb47ad|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 V5bESGozshoyR2iH) ...
2022-11-02T07:08:00.717Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T07:08:00.718Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-02T07:08:00.718Z||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 V5bESGozshoyR2iH) ...
2022-11-02T07:08:10.273Z|0673b360-ad63-4d04-85d5-d23d0ccb47ad|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-02T07:08:10.276Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-02T07:09:00.714Z|0673b360-ad63-4d04-85d5-d23d0ccb47ad|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T07:09:00.715Z|0673b360-ad63-4d04-85d5-d23d0ccb47ad|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-02T07:09:00.715Z|0673b360-ad63-4d04-85d5-d23d0ccb47ad|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 V5bESGozshoyR2iH) ...
2022-11-02T07:09:00.717Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T07:09:00.717Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-02T07:09:00.717Z||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 V5bESGozshoyR2iH) ...
2022-11-02T07:09:10.273Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-02T07:09:10.274Z|0673b360-ad63-4d04-85d5-d23d0ccb47ad|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-02T07:10:00.714Z|0673b360-ad63-4d04-85d5-d23d0ccb47ad|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T07:10:00.715Z|0673b360-ad63-4d04-85d5-d23d0ccb47ad|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-02T07:10:00.715Z|0673b360-ad63-4d04-85d5-d23d0ccb47ad|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 V5bESGozshoyR2iH) ...
2022-11-02T07:10:00.717Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T07:10:00.717Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-02T07:10:00.717Z||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 V5bESGozshoyR2iH) ...
2022-11-02T07:10:10.318Z|0673b360-ad63-4d04-85d5-d23d0ccb47ad|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-02T07:10:10.318Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-02T07:11:00.714Z|0673b360-ad63-4d04-85d5-d23d0ccb47ad|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T07:11:00.715Z|0673b360-ad63-4d04-85d5-d23d0ccb47ad|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-02T07:11:00.715Z|0673b360-ad63-4d04-85d5-d23d0ccb47ad|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 V5bESGozshoyR2iH) ...
2022-11-02T07:11:00.717Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T07:11:00.717Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-02T07:11:00.717Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|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 V5bESGozshoyR2iH) ...
2022-11-02T07:11:10.279Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-02T07:11:10.280Z|0673b360-ad63-4d04-85d5-d23d0ccb47ad|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-02T07:12:00.714Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T07:12:00.715Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-02T07:12:00.715Z||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 V5bESGozshoyR2iH) ...
2022-11-02T07:12:00.717Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T07:12:00.717Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-02T07:12:00.718Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|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 V5bESGozshoyR2iH) ...
2022-11-02T07:12:10.293Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-02T07:12:10.293Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-02T07:13:00.714Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T07:13:00.715Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|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-11-02T07:13:00.715Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|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 V5bESGozshoyR2iH) ...
2022-11-02T07:13:00.717Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T07:13:00.718Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-02T07:13:00.718Z||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 V5bESGozshoyR2iH) ...
2022-11-02T07:13:10.272Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-02T07:13:10.272Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-02T07:14:00.714Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T07:14:00.715Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|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-11-02T07:14:00.715Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|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 V5bESGozshoyR2iH) ...
2022-11-02T07:14:00.717Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T07:14:00.717Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-02T07:14:00.717Z||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 V5bESGozshoyR2iH) ...
2022-11-02T07:14:10.266Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-02T07:14:10.267Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-02T07:15:00.714Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T07:15:00.717Z|0673b360-ad63-4d04-85d5-d23d0ccb47ad|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T07:15:00.717Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-02T07:15:00.717Z||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 V5bESGozshoyR2iH) ...
2022-11-02T07:15:00.717Z|0673b360-ad63-4d04-85d5-d23d0ccb47ad|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-02T07:15:00.717Z|0673b360-ad63-4d04-85d5-d23d0ccb47ad|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 V5bESGozshoyR2iH) ...
2022-11-02T07:15:10.283Z|0673b360-ad63-4d04-85d5-d23d0ccb47ad|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-02T07:15:10.288Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-02T07:16:00.714Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T07:16:00.715Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-02T07:16:00.715Z||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 V5bESGozshoyR2iH) ...
2022-11-02T07:16:00.717Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T07:16:00.717Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-02T07:16:00.717Z||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 V5bESGozshoyR2iH) ...
2022-11-02T07:16:10.315Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-02T07:16:10.315Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-02T07:17:00.714Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T07:17:00.715Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-02T07:17:00.715Z||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 V5bESGozshoyR2iH) ...
2022-11-02T07:17:00.717Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T07:17:00.717Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-02T07:17:00.717Z||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 V5bESGozshoyR2iH) ...
2022-11-02T07:17:10.266Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-02T07:17:10.271Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-02T07:18:00.714Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T07:18:00.715Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-02T07:18:00.715Z||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 V5bESGozshoyR2iH) ...
2022-11-02T07:18:00.717Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T07:18:00.718Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-02T07:18:00.718Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|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 V5bESGozshoyR2iH) ...
2022-11-02T07:18:10.263Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-02T07:18:10.290Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-02T07:19:00.714Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T07:19:00.715Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-02T07:19:00.715Z||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 V5bESGozshoyR2iH) ...
2022-11-02T07:19:00.717Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T07:19:00.717Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-02T07:19:00.717Z||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 V5bESGozshoyR2iH) ...
2022-11-02T07:19:10.263Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-02T07:19:10.264Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-02T07:20:00.714Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T07:20:00.715Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-02T07:20:00.715Z||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 V5bESGozshoyR2iH) ...
2022-11-02T07:20:00.717Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T07:20:00.717Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-02T07:20:00.717Z||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 V5bESGozshoyR2iH) ...
2022-11-02T07:20:10.271Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-02T07:20:10.271Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-02T07:21:00.714Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T07:21:00.715Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-02T07:21:00.716Z||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 V5bESGozshoyR2iH) ...
2022-11-02T07:21:00.717Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T07:21:00.718Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-02T07:21:00.718Z||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 V5bESGozshoyR2iH) ...
2022-11-02T07:21:10.270Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-02T07:21:10.287Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-02T07:22:00.714Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T07:22:00.715Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-02T07:22:00.715Z||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 V5bESGozshoyR2iH) ...
2022-11-02T07:22:00.717Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T07:22:00.717Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-02T07:22:00.717Z||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 V5bESGozshoyR2iH) ...
2022-11-02T07:22:10.267Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-02T07:22:10.268Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-02T07:23:00.714Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T07:23:00.716Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-02T07:23:00.716Z||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 V5bESGozshoyR2iH) ...
2022-11-02T07:23:00.717Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T07:23:00.717Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-02T07:23:00.717Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|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 V5bESGozshoyR2iH) ...
2022-11-02T07:23:10.273Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-02T07:23:10.276Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-02T07:24:00.714Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T07:24:00.715Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-02T07:24:00.715Z||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 V5bESGozshoyR2iH) ...
2022-11-02T07:24:00.717Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T07:24:00.717Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-02T07:24:00.717Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|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 V5bESGozshoyR2iH) ...
2022-11-02T07:24:10.267Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-02T07:24:10.267Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-02T07:25:00.714Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T07:25:00.715Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|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-11-02T07:25:00.715Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|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 V5bESGozshoyR2iH) ...
2022-11-02T07:25:00.717Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T07:25:00.717Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-02T07:25:00.717Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|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 V5bESGozshoyR2iH) ...
2022-11-02T07:25:10.271Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-02T07:25:10.272Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-02T07:26:00.714Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T07:26:00.715Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|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-11-02T07:26:00.715Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|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 V5bESGozshoyR2iH) ...
2022-11-02T07:26:00.717Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T07:26:00.718Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-02T07:26:00.718Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|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 V5bESGozshoyR2iH) ...
2022-11-02T07:26:10.275Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-02T07:26:10.277Z|4ebef748-c4cf-49e1-acb6-d845c9ffb432|pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-02T07:27:00.714Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T07:27:00.716Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|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-11-02T07:27:00.716Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|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 V5bESGozshoyR2iH) ...
2022-11-02T07:27:00.717Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T07:27:00.717Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-02T07:27:00.717Z||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 V5bESGozshoyR2iH) ...
2022-11-02T07:27:10.274Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-02T07:27:10.276Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-02T07:28:00.714Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T07:28:00.715Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|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-11-02T07:28:00.715Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|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 V5bESGozshoyR2iH) ...
2022-11-02T07:28:00.717Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T07:28:00.718Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-02T07:28:00.718Z||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 V5bESGozshoyR2iH) ...
2022-11-02T07:28:10.287Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-02T07:28:10.290Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-02T07:29:00.714Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T07:29:00.715Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|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-11-02T07:29:00.715Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|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 V5bESGozshoyR2iH) ...
2022-11-02T07:29:00.717Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T07:29:00.717Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-02T07:29:00.717Z||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 V5bESGozshoyR2iH) ...
2022-11-02T07:29:10.267Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-02T07:29:10.268Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-02T07:30:00.714Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T07:30:00.715Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|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-11-02T07:30:00.715Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|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 V5bESGozshoyR2iH) ...
2022-11-02T07:30:00.717Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T07:30:00.717Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-02T07:30:00.718Z||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 V5bESGozshoyR2iH) ...
2022-11-02T07:30:10.265Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-02T07:30:10.265Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-02T07:31:00.715Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T07:31:00.717Z|0673b360-ad63-4d04-85d5-d23d0ccb47ad|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-02T07:31:00.718Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|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-11-02T07:31:00.718Z|0673b360-ad63-4d04-85d5-d23d0ccb47ad|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-11-02T07:31:00.718Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|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 V5bESGozshoyR2iH) ...
2022-11-02T07:31:00.719Z|0673b360-ad63-4d04-85d5-d23d0ccb47ad|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 V5bESGozshoyR2iH) ...
2022-11-02T07:31:10.277Z|0673b360-ad63-4d04-85d5-d23d0ccb47ad|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-02T07:31:10.278Z|541dbaa1-395b-4593-b5cd-a2142cfddfbb|pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK