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-21T09:56:48.849Z||main|||||INFO|500||The following profiles are active: basic
2022-11-21T09:57:00.635Z||main|||||INFO|500||Starting service [Tomcat]
2022-11-21T09:57:00.636Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-11-21T09:57:00.755Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-11-21T09:57:05.017Z||main|||||INFO|500||catdb-pool - Starting...
2022-11-21T09:57:05.438Z||main|||||INFO|500||catdb-pool - Start completed.
2022-11-21T09:57:05.906Z||main|||||INFO|500||reqdb-pool - Starting...
2022-11-21T09:57:05.915Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-11-21T09:57:06.032Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-11-21T09:57:06.227Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-11-21T09:57:06.898Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-11-21T09:57:08.997Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-11-21T09:57:11.361Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-11-21T09:57:11.425Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-11-21T09:57:12.381Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-11-21T09:57:12.625Z||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-21T09:57:13.809Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-11-21T09:57:14.865Z||main|||||DEBUG|500||SDC ActivitySpec endpoint:  http://sdc-wfd-be:8080
2022-11-21T09:57:14.883Z||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$$d1dad29b.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-21T09:57:14.884Z||main|||||WARN|500||The sdc end point is not alive
2022-11-21T09:57:18.058Z||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-21T09:57:21.044Z||main|||||WARN|500||---
2022-11-21T09:57:21.045Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-11-21T09:57:21.045Z||main|||||WARN|500||---
2022-11-21T09:57:21.495Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-11-21T09:57:26.927Z||main|||||INFO|500||Started Application in 41.176 seconds (JVM running for 43.263)
2022-11-21T09:57:26.953Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-11-21T09:57:26.957Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-11-21T09:57:26.975Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-11-21T09:57:27.001Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-11-21T09:57:27.054Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 90a4009e-7e84-4c24-a2c8-a3478d67b1aa url= /sdc/v1/artifactTypes
2022-11-21T09:57:27.055Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-11-21T09:57:27.358Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-11-21T09:57:27.387Z||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-21T09:57:27.409Z||scheduling-1|||||DEBUG|500||create keys
2022-11-21T09:57:27.418Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-11-21T09:57:27.481Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-21T09:57:27.499Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 9cac6868-36ff-44f4-bef9-6de6f322cfdc url= /sdc/v1/registerForDistribution
2022-11-21T09:57:27.609Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 9cac6868-36ff-44f4-bef9-6de6f322cfdc url= /sdc/v1/registerForDistribution
2022-11-21T09:57:27.609Z||scheduling-1|||||INFO|500||start DistributionClient
2022-11-21T09:57:27.666Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-21T09:57:27.672Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-11-21T09:57:27.668Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-21T09:57:27.689Z||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-21T09:57:27.690Z||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 GmHQtEo58V8hNAS8) ...
2022-11-21T09:57:27.692Z||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-21T09:57:27.692Z||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 GmHQtEo58V8hNAS8) ...
2022-11-21T09:57:38.037Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-21T09:57:38.068Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-21T09:58:27.660Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-21T09:58:27.662Z||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-21T09:58:27.662Z||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 GmHQtEo58V8hNAS8) ...
2022-11-21T09:58:27.665Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-21T09:58:27.665Z||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-21T09:58:27.665Z||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 GmHQtEo58V8hNAS8) ...
2022-11-21T09:58:37.229Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-21T09:58:37.233Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-21T09:59:27.660Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-21T09:59:27.664Z||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-21T09:59:27.664Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-21T09:59:27.664Z||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 GmHQtEo58V8hNAS8) ...
2022-11-21T09:59:27.665Z||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-21T09:59:27.665Z||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 GmHQtEo58V8hNAS8) ...
2022-11-21T09:59:37.217Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-21T09:59:37.218Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-21T10:00:27.660Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-21T10:00:27.661Z||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-21T10:00:27.661Z||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 GmHQtEo58V8hNAS8) ...
2022-11-21T10:00:27.663Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-21T10:00:27.664Z||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-21T10:00:27.665Z||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 GmHQtEo58V8hNAS8) ...
2022-11-21T10:00:37.213Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-21T10:00:37.213Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-21T10:01:27.660Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-21T10:01:27.661Z||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-21T10:01:27.661Z||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 GmHQtEo58V8hNAS8) ...
2022-11-21T10:01:27.664Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-21T10:01:27.666Z||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-21T10:01:27.666Z||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 GmHQtEo58V8hNAS8) ...
2022-11-21T10:01:37.235Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-21T10:01:37.239Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-21T10:02:27.660Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-21T10:02:27.661Z||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-21T10:02:27.661Z||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 GmHQtEo58V8hNAS8) ...
2022-11-21T10:02:27.663Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-21T10:02:27.664Z||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-21T10:02:27.665Z||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 GmHQtEo58V8hNAS8) ...
2022-11-21T10:02:37.233Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-21T10:02:37.235Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-21T10:03:27.660Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-21T10:03:27.661Z||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-21T10:03:27.661Z||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 GmHQtEo58V8hNAS8) ...
2022-11-21T10:03:27.663Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-21T10:03:27.664Z||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-21T10:03:27.665Z||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 GmHQtEo58V8hNAS8) ...
2022-11-21T10:03:37.205Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-21T10:03:37.249Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-21T10:04:27.660Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-21T10:04:27.662Z||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-21T10:04:27.662Z||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 GmHQtEo58V8hNAS8) ...
2022-11-21T10:04:27.664Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-21T10:04:27.666Z||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-21T10:04:27.666Z||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 GmHQtEo58V8hNAS8) ...
2022-11-21T10:04:37.245Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-21T10:04:37.251Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-21T10:05:27.660Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-21T10:05:27.661Z||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-21T10:05:27.662Z||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 GmHQtEo58V8hNAS8) ...
2022-11-21T10:05:27.663Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-21T10:05:27.664Z||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-21T10:05:27.664Z||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 GmHQtEo58V8hNAS8) ...
2022-11-21T10:05:37.246Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-21T10:05:37.246Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-21T10:06:27.660Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-21T10:06:27.662Z||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-21T10:06:27.663Z||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 GmHQtEo58V8hNAS8) ...
2022-11-21T10:06:27.664Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-21T10:06:27.664Z||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-21T10:06:27.664Z||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 GmHQtEo58V8hNAS8) ...
2022-11-21T10:06:37.207Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-21T10:06:37.239Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-21T10:07:15.808Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-11-21T10:07:27.660Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-21T10:07:27.661Z||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-21T10:07:27.662Z||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 GmHQtEo58V8hNAS8) ...
2022-11-21T10:07:27.663Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-21T10:07:27.664Z||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-21T10:07:27.664Z||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 GmHQtEo58V8hNAS8) ...
2022-11-21T10:07:37.215Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-21T10:07:37.215Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-21T10:08:27.660Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-21T10:08:27.661Z||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-21T10:08:27.661Z||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 GmHQtEo58V8hNAS8) ...
2022-11-21T10:08:27.663Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-21T10:08:27.664Z||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-21T10:08:27.664Z||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 GmHQtEo58V8hNAS8) ...
2022-11-21T10:08:37.241Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-21T10:08:37.245Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-21T10:09:27.660Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-21T10:09:27.661Z||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-21T10:09:27.661Z||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 GmHQtEo58V8hNAS8) ...
2022-11-21T10:09:27.664Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-21T10:09:27.664Z||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-21T10:09:27.664Z||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 GmHQtEo58V8hNAS8) ...
2022-11-21T10:09:37.207Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-21T10:09:37.212Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-21T10:10:27.660Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-21T10:10:27.661Z||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-21T10:10:27.661Z||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 GmHQtEo58V8hNAS8) ...
2022-11-21T10:10:27.663Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-21T10:10:27.664Z||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-21T10:10:27.664Z||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 GmHQtEo58V8hNAS8) ...
2022-11-21T10:10:37.229Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-21T10:10:37.229Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-21T10:11:27.660Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-21T10:11:27.661Z||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-21T10:11:27.661Z||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 GmHQtEo58V8hNAS8) ...
2022-11-21T10:11:27.666Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-21T10:11:27.666Z||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-21T10:11:27.667Z||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 GmHQtEo58V8hNAS8) ...
2022-11-21T10:11:37.228Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-21T10:11:37.237Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-21T10:12:27.660Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-21T10:12:27.661Z||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-21T10:12:27.661Z||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 GmHQtEo58V8hNAS8) ...
2022-11-21T10:12:27.663Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-21T10:12:27.664Z||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-21T10:12:27.664Z||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 GmHQtEo58V8hNAS8) ...
2022-11-21T10:12:37.223Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-21T10:12:37.223Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-21T10:13:27.660Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-21T10:13:27.661Z||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-21T10:13:27.661Z||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 GmHQtEo58V8hNAS8) ...
2022-11-21T10:13:27.663Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-21T10:13:27.664Z||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-21T10:13:27.664Z||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 GmHQtEo58V8hNAS8) ...
2022-11-21T10:13:37.218Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-21T10:13:37.218Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-21T10:14:27.660Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-21T10:14:27.661Z||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-21T10:14:27.662Z||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 GmHQtEo58V8hNAS8) ...
2022-11-21T10:14:27.664Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-21T10:14:27.664Z||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-21T10:14:27.665Z||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 GmHQtEo58V8hNAS8) ...
2022-11-21T10:14:37.242Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-21T10:14:37.242Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-21T10:15:27.663Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-21T10:15:27.663Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-21T10:15:27.664Z||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-21T10:15:27.664Z||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-21T10:15:27.665Z||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 GmHQtEo58V8hNAS8) ...
2022-11-21T10:15:27.665Z||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 GmHQtEo58V8hNAS8) ...
2022-11-21T10:15:37.235Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-21T10:15:37.238Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-21T10:16:27.660Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-21T10:16:27.661Z||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-21T10:16:27.661Z||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 GmHQtEo58V8hNAS8) ...
2022-11-21T10:16:27.664Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-21T10:16:27.665Z||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-21T10:16:27.665Z||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 GmHQtEo58V8hNAS8) ...
2022-11-21T10:16:37.244Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-21T10:16:37.245Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-21T10:17:27.660Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-21T10:17:27.661Z||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-21T10:17:27.661Z||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 GmHQtEo58V8hNAS8) ...
2022-11-21T10:17:27.663Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-21T10:17:27.664Z||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-21T10:17:27.665Z||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 GmHQtEo58V8hNAS8) ...
2022-11-21T10:17:37.238Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-21T10:17:37.239Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-21T10:18:27.660Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-21T10:18:27.661Z||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-21T10:18:27.661Z||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 GmHQtEo58V8hNAS8) ...
2022-11-21T10:18:27.663Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-21T10:18:27.664Z||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-21T10:18:27.664Z||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 GmHQtEo58V8hNAS8) ...
2022-11-21T10:18:37.207Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-21T10:18:37.210Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-21T10:19:27.660Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-21T10:19:27.661Z||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-21T10:19:27.661Z||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 GmHQtEo58V8hNAS8) ...
2022-11-21T10:19:27.663Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-21T10:19:27.664Z||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-21T10:19:27.664Z||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 GmHQtEo58V8hNAS8) ...
2022-11-21T10:19:37.226Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-21T10:19:37.227Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-21T10:20:27.660Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-21T10:20:27.661Z||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-21T10:20:27.661Z||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 GmHQtEo58V8hNAS8) ...
2022-11-21T10:20:27.663Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-21T10:20:27.665Z||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-21T10:20:27.665Z||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 GmHQtEo58V8hNAS8) ...
2022-11-21T10:20:37.204Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-21T10:20:37.210Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-21T10:21:27.660Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-21T10:21:27.661Z||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-21T10:21:27.661Z||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 GmHQtEo58V8hNAS8) ...
2022-11-21T10:21:27.663Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-21T10:21:27.664Z||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-21T10:21:27.665Z||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 GmHQtEo58V8hNAS8) ...
2022-11-21T10:21:37.229Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-21T10:21:37.231Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-21T10:22:27.660Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-21T10:22:27.661Z||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-21T10:22:27.661Z||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 GmHQtEo58V8hNAS8) ...
2022-11-21T10:22:27.663Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-21T10:22:27.664Z||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-21T10:22:27.664Z||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 GmHQtEo58V8hNAS8) ...
2022-11-21T10:22:37.221Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-21T10:22:37.222Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-21T10:23:27.660Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-21T10:23:27.662Z||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-21T10:23:27.662Z||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 GmHQtEo58V8hNAS8) ...
2022-11-21T10:23:27.663Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-21T10:23:27.664Z||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-21T10:23:27.665Z||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 GmHQtEo58V8hNAS8) ...
2022-11-21T10:23:37.228Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-21T10:23:37.233Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-21T10:24:27.660Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-21T10:24:27.661Z||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-21T10:24:27.661Z||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 GmHQtEo58V8hNAS8) ...
2022-11-21T10:24:27.663Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-21T10:24:27.664Z||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-21T10:24:27.665Z||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 GmHQtEo58V8hNAS8) ...
2022-11-21T10:24:37.244Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-21T10:24:37.245Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-21T10:25:27.660Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-21T10:25:27.661Z||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-21T10:25:27.661Z||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 GmHQtEo58V8hNAS8) ...
2022-11-21T10:25:27.663Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-21T10:25:27.664Z||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-21T10:25:27.664Z||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 GmHQtEo58V8hNAS8) ...
2022-11-21T10:25:37.208Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-21T10:25:37.208Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-21T10:26:27.660Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-21T10:26:27.661Z||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-21T10:26:27.661Z||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 GmHQtEo58V8hNAS8) ...
2022-11-21T10:26:27.663Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-21T10:26:27.664Z||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-21T10:26:27.664Z||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 GmHQtEo58V8hNAS8) ...
2022-11-21T10:26:37.233Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-21T10:26:37.235Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-21T10:27:27.660Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-21T10:27:27.661Z||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-21T10:27:27.661Z||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 GmHQtEo58V8hNAS8) ...
2022-11-21T10:27:27.663Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-21T10:27:27.664Z||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-21T10:27:27.664Z||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 GmHQtEo58V8hNAS8) ...
2022-11-21T10:27:37.209Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-21T10:27:37.227Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-21T10:28:27.660Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-21T10:28:27.661Z||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-21T10:28:27.661Z||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 GmHQtEo58V8hNAS8) ...
2022-11-21T10:28:27.664Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-21T10:28:27.665Z||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-21T10:28:27.665Z||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 GmHQtEo58V8hNAS8) ...
2022-11-21T10:28:37.218Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-21T10:28:37.218Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-21T10:29:27.660Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-21T10:29:27.661Z||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-21T10:29:27.661Z||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 GmHQtEo58V8hNAS8) ...
2022-11-21T10:29:27.663Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-21T10:29:27.664Z||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-21T10:29:27.664Z||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 GmHQtEo58V8hNAS8) ...
2022-11-21T10:29:37.209Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-21T10:29:37.239Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-21T10:30:27.660Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-21T10:30:27.661Z||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-21T10:30:27.661Z||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 GmHQtEo58V8hNAS8) ...
2022-11-21T10:30:27.663Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-21T10:30:27.664Z||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-21T10:30:27.664Z||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 GmHQtEo58V8hNAS8) ...
2022-11-21T10:30:37.232Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-21T10:30:37.237Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-21T10:31:27.660Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-21T10:31:27.661Z||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-21T10:31:27.661Z||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 GmHQtEo58V8hNAS8) ...
2022-11-21T10:31:27.663Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-21T10:31:27.664Z||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-21T10:31:27.664Z||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 GmHQtEo58V8hNAS8) ...
2022-11-21T10:31:37.217Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-21T10:31:37.220Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-21T10:32:27.660Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-21T10:32:27.662Z||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-21T10:32:27.662Z||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 GmHQtEo58V8hNAS8) ...
2022-11-21T10:32:27.663Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-21T10:32:27.664Z||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-21T10:32:27.664Z||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 GmHQtEo58V8hNAS8) ...
2022-11-21T10:32:37.207Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-21T10:32:37.207Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-21T10:33:27.660Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-21T10:33:27.661Z||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-21T10:33:27.661Z||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 GmHQtEo58V8hNAS8) ...
2022-11-21T10:33:27.663Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-21T10:33:27.664Z||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-21T10:33:27.664Z||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 GmHQtEo58V8hNAS8) ...
2022-11-21T10:33:37.208Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-21T10:33:37.241Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-21T10:34:27.660Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-21T10:34:27.661Z||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-21T10:34:27.661Z||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 GmHQtEo58V8hNAS8) ...
2022-11-21T10:34:27.663Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-21T10:34:27.664Z||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-21T10:34:27.664Z||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 GmHQtEo58V8hNAS8) ...
2022-11-21T10:34:37.235Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-21T10:34:37.235Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-21T10:35:27.660Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-21T10:35:27.661Z||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-21T10:35:27.661Z||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 GmHQtEo58V8hNAS8) ...
2022-11-21T10:35:27.663Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-21T10:35:27.664Z||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-21T10:35:27.664Z||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 GmHQtEo58V8hNAS8) ...
2022-11-21T10:35:37.270Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-21T10:35:37.270Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-21T10:36:27.660Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-21T10:36:27.661Z||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-21T10:36:27.661Z||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 GmHQtEo58V8hNAS8) ...
2022-11-21T10:36:27.664Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-21T10:36:27.664Z||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-21T10:36:27.664Z||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 GmHQtEo58V8hNAS8) ...
2022-11-21T10:36:37.218Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-21T10:36:37.222Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-21T10:37:27.660Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-21T10:37:27.661Z||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-21T10:37:27.661Z||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 GmHQtEo58V8hNAS8) ...
2022-11-21T10:37:27.663Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-21T10:37:27.664Z||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-21T10:37:27.664Z||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 GmHQtEo58V8hNAS8) ...
2022-11-21T10:37:37.238Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-21T10:37:37.238Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-21T10:38:27.660Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-21T10:38:27.662Z||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-21T10:38:27.662Z||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 GmHQtEo58V8hNAS8) ...
2022-11-21T10:38:27.663Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-21T10:38:27.664Z||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-21T10:38:27.664Z||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 GmHQtEo58V8hNAS8) ...
2022-11-21T10:38:37.209Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-21T10:38:37.210Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-21T10:39:27.660Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-21T10:39:27.661Z||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-21T10:39:27.661Z||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 GmHQtEo58V8hNAS8) ...
2022-11-21T10:39:27.663Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-21T10:39:27.664Z||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-21T10:39:27.664Z||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 GmHQtEo58V8hNAS8) ...
2022-11-21T10:39:37.270Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-21T10:39:37.273Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-21T10:40:27.660Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-21T10:40:27.663Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-21T10:40:27.664Z||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-21T10:40:27.664Z||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-21T10:40:27.664Z||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 GmHQtEo58V8hNAS8) ...
2022-11-21T10:40:27.664Z||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 GmHQtEo58V8hNAS8) ...
2022-11-21T10:40:37.237Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-21T10:40:37.237Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-21T10:41:27.660Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-21T10:41:27.661Z||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-21T10:41:27.661Z||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 GmHQtEo58V8hNAS8) ...
2022-11-21T10:41:27.663Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-21T10:41:27.664Z||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-21T10:41:27.664Z||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 GmHQtEo58V8hNAS8) ...
2022-11-21T10:41:37.209Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-21T10:41:37.216Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-21T10:42:27.660Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-21T10:42:27.661Z||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-21T10:42:27.661Z||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 GmHQtEo58V8hNAS8) ...
2022-11-21T10:42:27.663Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-21T10:42:27.664Z||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-21T10:42:27.665Z||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 GmHQtEo58V8hNAS8) ...
2022-11-21T10:42:37.213Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-21T10:42:37.213Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-21T10:43:27.660Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-21T10:43:27.661Z||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-21T10:43:27.661Z||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 GmHQtEo58V8hNAS8) ...
2022-11-21T10:43:27.663Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-21T10:43:27.664Z||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-21T10:43:27.664Z||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 GmHQtEo58V8hNAS8) ...
2022-11-21T10:43:37.210Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-21T10:43:37.210Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-21T10:44:27.660Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-21T10:44:27.661Z||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-21T10:44:27.661Z||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 GmHQtEo58V8hNAS8) ...
2022-11-21T10:44:27.663Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-21T10:44:27.664Z||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-21T10:44:27.664Z||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 GmHQtEo58V8hNAS8) ...
2022-11-21T10:44:37.229Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-21T10:44:37.234Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-21T10:45:27.660Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-21T10:45:27.661Z||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-21T10:45:27.661Z||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 GmHQtEo58V8hNAS8) ...
2022-11-21T10:45:27.664Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-21T10:45:27.664Z||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-21T10:45:27.664Z||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 GmHQtEo58V8hNAS8) ...
2022-11-21T10:45:34.983Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-21T10:45:34.985Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-21T10:45:34.985Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"609f848c-5c9e-41ac-8867-30c892ffd65d","serviceName":"vFW 2022-11-21 10-44-47","serviceVersion":"1.0","serviceUUID":"81dea532-743b-4aa3-8c13-82551079bd4a","serviceDescription":"catalog service description","serviceInvariantUUID":"a2df761c-378f-47ef-9022-684e5a08c457","resources":[{"resourceInstanceName":"vFW 2bc1cf02-e17d 0","resourceName":"vFW 2bc1cf02-e17d","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"576702ab-0daf-46fc-93ee-1a10aa6f46ad","resourceInvariantUUID":"f322ddd1-ed22-4d31-b43f-a58f6ed3e133","resourceCustomizationUUID":"c37b4bfc-32a2-4b3e-94c2-c5edfd7a7ebe","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20221121104447/1.0/resourceInstances/vfw2bc1cf02e17d0/artifacts/vf-license-model.xml","artifactChecksum":"ZGU5NTk4Mjk1NzQ2M2Y4MjRkOWExNGZkOTU0ZTJiNDY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"4c2b1b31-9004-48b6-a28b-f657e0dacdd9","artifactVersion":"1"},{"artifactName":"vfw2bc1cf02e17d0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20221121104447/1.0/resourceInstances/vfw2bc1cf02e17d0/artifacts/vfw2bc1cf02e17d0_modules.json","artifactChecksum":"Y2ZmNzRiZWUxYTEyZTAyYzhmZmM3NDg0YWNhZmYzZGM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"908a46e1-3fb5-4cf4-b199-0a4f52244780","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20221121104447/1.0/resourceInstances/vfw2bc1cf02e17d0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"8189e3f2-6575-4936-87bd-2acd5a9629ef","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20221121104447/1.0/resourceInstances/vfw2bc1cf02e17d0/artifacts/vendor-license-model.xml","artifactChecksum":"NDdhNWM5YTMyMDg5NWJiMzliMTU5ZGM0ZDQwOGRjYzA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"40754893-7340-48c7-9039-556388e7c40c","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20221121104447/1.0/resourceInstances/vfw2bc1cf02e17d0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"cd9052d4-bcd0-49d7-bfa6-07360dbc36b4","artifactVersion":"2","generatedFromUUID":"8189e3f2-6575-4936-87bd-2acd5a9629ef"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20221121104447-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20221121104447/1.0/artifacts/service-Vfw20221121104447-template.yml","artifactChecksum":"NDRhOWNkZDViNWRkZjA0NzBjYmI0NDk3NGMzYWJjZDk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"294354d4-5415-4ea3-8fab-fb01bb6bee8c","artifactVersion":"1"},{"artifactName":"service-Vfw20221121104447-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20221121104447/1.0/artifacts/service-Vfw20221121104447-csar.csar","artifactChecksum":"YjQxYjgwNTkwNTJmZjViMzg4YTQ1ZDBhZjEzN2Q3YjM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"a73f0198-0a19-4844-a7c6-24737cecdd80","artifactVersion":"1"}],"workloadContext":"Production"}
2022-11-21T10:45:34.999Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-21T10:45:35.006Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-21T10:45:35.019Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-21T10:45:35.019Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "609f848c-5c9e-41ac-8867-30c892ffd65d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669027527660,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221121104447/1.0/resourceInstances/vfw2bc1cf02e17d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-21T10:45:35.119Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 94 ms
2022-11-21T10:45:35.124Z||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-21T10:45:35.124Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GmHQtEo58V8hNAS8) ...
2022-11-21T10:45:35.144Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-21T10:45:35.145Z||pool-3-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":7,"count":1}
2022-11-21T10:45:35.262Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-21T10:45:35.263Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-21T10:45:35.263Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "609f848c-5c9e-41ac-8867-30c892ffd65d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669027528157,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221121104447/1.0/resourceInstances/vfw2bc1cf02e17d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-21T10:45:35.287Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-21T10:45:35.287Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-21T10:45:35.287Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "609f848c-5c9e-41ac-8867-30c892ffd65d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669027527660,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221121104447/1.0/resourceInstances/vfw2bc1cf02e17d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-21T10:45:35.287Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-21T10:45:35.288Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-21T10:45:35.288Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "609f848c-5c9e-41ac-8867-30c892ffd65d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669027531907,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221121104447/1.0/resourceInstances/vfw2bc1cf02e17d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-21T10:45:35.288Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-21T10:45:36.027Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-21T10:45:36.027Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-21T10:45:36.029Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-21T10:45:36.029Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "609f848c-5c9e-41ac-8867-30c892ffd65d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669027527660,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221121104447/1.0/resourceInstances/vfw2bc1cf02e17d0/artifacts/vfw2bc1cf02e17d0_modules.json",
  "status": "NOTIFIED"
}
2022-11-21T10:45:36.130Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-21T10:45:36.131Z||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-21T10:45:36.131Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GmHQtEo58V8hNAS8) ...
2022-11-21T10:45:36.144Z||pool-4-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-21T10:45:36.144Z||pool-4-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-11-21T10:45:37.030Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-21T10:45:37.032Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-21T10:45:37.034Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-21T10:45:37.034Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "609f848c-5c9e-41ac-8867-30c892ffd65d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669027527660,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221121104447/1.0/resourceInstances/vfw2bc1cf02e17d0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-11-21T10:45:37.134Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-21T10:45:37.136Z||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-21T10:45:37.136Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GmHQtEo58V8hNAS8) ...
2022-11-21T10:45:37.154Z||pool-5-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-21T10:45:37.154Z||pool-5-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-11-21T10:45:38.035Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-21T10:45:38.036Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-21T10:45:38.038Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-21T10:45:38.038Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "609f848c-5c9e-41ac-8867-30c892ffd65d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669027527660,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221121104447/1.0/resourceInstances/vfw2bc1cf02e17d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-21T10:45:38.138Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-21T10:45:38.139Z||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-21T10:45:38.139Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GmHQtEo58V8hNAS8) ...
2022-11-21T10:45:38.152Z||pool-6-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-21T10:45:38.155Z||pool-6-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-11-21T10:45:39.038Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-21T10:45:39.040Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-21T10:45:39.042Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-21T10:45:39.042Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "609f848c-5c9e-41ac-8867-30c892ffd65d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669027527660,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221121104447/1.0/resourceInstances/vfw2bc1cf02e17d0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-11-21T10:45:39.143Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-21T10:45:39.144Z||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-21T10:45:39.145Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GmHQtEo58V8hNAS8) ...
2022-11-21T10:45:39.155Z||pool-7-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-21T10:45:39.156Z||pool-7-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-11-21T10:45:40.043Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-21T10:45:40.043Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-21T10:45:40.045Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-21T10:45:40.046Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "609f848c-5c9e-41ac-8867-30c892ffd65d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669027527660,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221121104447/1.0/artifacts/service-Vfw20221121104447-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-21T10:45:40.146Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-21T10:45:40.147Z||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-21T10:45:40.147Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GmHQtEo58V8hNAS8) ...
2022-11-21T10:45:40.157Z||pool-8-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-21T10:45:40.158Z||pool-8-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-11-21T10:45:41.047Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-21T10:45:41.047Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-21T10:45:41.049Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-21T10:45:41.050Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "609f848c-5c9e-41ac-8867-30c892ffd65d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669027527660,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221121104447/1.0/artifacts/service-Vfw20221121104447-csar.csar",
  "status": "NOTIFIED"
}
2022-11-21T10:45:41.150Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-21T10:45:41.151Z||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-21T10:45:41.151Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GmHQtEo58V8hNAS8) ...
2022-11-21T10:45:41.163Z||pool-9-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-21T10:45:41.164Z||pool-9-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-11-21T10:45:42.052Z||pool-2-thread-4|||||DEBUG|500||sending notification to client: {
  "distributionID": "609f848c-5c9e-41ac-8867-30c892ffd65d",
  "serviceName": "vFW 2022-11-21 10-44-47",
  "serviceVersion": "1.0",
  "serviceUUID": "81dea532-743b-4aa3-8c13-82551079bd4a",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "a2df761c-378f-47ef-9022-684e5a08c457",
  "resources": [
    {
      "resourceInstanceName": "vFW 2bc1cf02-e17d 0",
      "resourceCustomizationUUID": "c37b4bfc-32a2-4b3e-94c2-c5edfd7a7ebe",
      "resourceName": "vFW 2bc1cf02-e17d",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "576702ab-0daf-46fc-93ee-1a10aa6f46ad",
      "resourceInvariantUUID": "f322ddd1-ed22-4d31-b43f-a58f6ed3e133",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw2bc1cf02e17d0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20221121104447/1.0/resourceInstances/vfw2bc1cf02e17d0/artifacts/vfw2bc1cf02e17d0_modules.json",
          "artifactChecksum": "Y2ZmNzRiZWUxYTEyZTAyYzhmZmM3NDg0YWNhZmYzZGM\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "908a46e1-3fb5-4cf4-b199-0a4f52244780",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20221121104447/1.0/resourceInstances/vfw2bc1cf02e17d0/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "8189e3f2-6575-4936-87bd-2acd5a9629ef",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20221121104447/1.0/resourceInstances/vfw2bc1cf02e17d0/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "cd9052d4-bcd0-49d7-bfa6-07360dbc36b4",
            "generatedFromUUID": "8189e3f2-6575-4936-87bd-2acd5a9629ef"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20221121104447/1.0/resourceInstances/vfw2bc1cf02e17d0/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "cd9052d4-bcd0-49d7-bfa6-07360dbc36b4",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20221121104447-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20221121104447/1.0/artifacts/service-Vfw20221121104447-csar.csar",
      "artifactChecksum": "YjQxYjgwNTkwNTJmZjViMzg4YTQ1ZDBhZjEzN2Q3YjM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "a73f0198-0a19-4844-a7c6-24737cecdd80"
    }
  ],
  "workloadContext": "Production"
}
2022-11-21T10:45:42.055Z||pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-11-21T10:45:42.056Z||pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 81dea532-743b-4aa3-8c13-82551079bd4a ASDC
2022-11-21T10:45:42.192Z|609f848c-5c9e-41ac-8867-30c892ffd65d|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:609f848c-5c9e-41ac-8867-30c892ffd65d
ServiceName:vFW 2022-11-21 10-44-47
ServiceVersion:1.0
ServiceUUID:81dea532-743b-4aa3-8c13-82551079bd4a
ServiceInvariantUUID:a2df761c-378f-47ef-9022-684e5a08c457
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20221121104447-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20221121104447/1.0/artifacts/service-Vfw20221121104447-csar.csar
ArtifactUUID:a73f0198-0a19-4844-a7c6-24737cecdd80
ArtifactChecksum:YjQxYjgwNTkwNTJmZjViMzg4YTQ1ZDBhZjEzN2Q3YjM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 2bc1cf02-e17d 0
ResourceCustomizationUUID:c37b4bfc-32a2-4b3e-94c2-c5edfd7a7ebe
ResourceInvariantUUID:f322ddd1-ed22-4d31-b43f-a58f6ed3e133
ResourceName:vFW 2bc1cf02-e17d
ResourceType:VF
ResourceUUID:576702ab-0daf-46fc-93ee-1a10aa6f46ad
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw2bc1cf02e17d0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20221121104447/1.0/resourceInstances/vfw2bc1cf02e17d0/artifacts/vfw2bc1cf02e17d0_modules.json
ArtifactUUID:908a46e1-3fb5-4cf4-b199-0a4f52244780
ArtifactChecksum:Y2ZmNzRiZWUxYTEyZTAyYzhmZmM3NDg0YWNhZmYzZGM=
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/Vfw20221121104447/1.0/resourceInstances/vfw2bc1cf02e17d0/artifacts/base_vfw.yaml
ArtifactUUID:8189e3f2-6575-4936-87bd-2acd5a9629ef
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/Vfw20221121104447/1.0/resourceInstances/vfw2bc1cf02e17d0/artifacts/base_vfw.env
ArtifactUUID:cd9052d4-bcd0-49d7-bfa6-07360dbc36b4
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/Vfw20221121104447/1.0/resourceInstances/vfw2bc1cf02e17d0/artifacts/base_vfw.env
ArtifactUUID:cd9052d4-bcd0-49d7-bfa6-07360dbc36b4
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-11-21T10:45:42.194Z|609f848c-5c9e-41ac-8867-30c892ffd65d|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 81dea532-743b-4aa3-8c13-82551079bd4a 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-21T10:45:42.460Z|609f848c-5c9e-41ac-8867-30c892ffd65d|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-21T10:45:42.461Z|609f848c-5c9e-41ac-8867-30c892ffd65d|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-11-21T10:45:42.462Z|609f848c-5c9e-41ac-8867-30c892ffd65d|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-11-21T10:45:42.463Z|609f848c-5c9e-41ac-8867-30c892ffd65d|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: a73f0198-0a19-4844-a7c6-24737cecdd80 from URL: /sdc/v1/catalog/services/Vfw20221121104447/1.0/artifacts/service-Vfw20221121104447-csar.csar
2022-11-21T10:45:42.463Z|609f848c-5c9e-41ac-8867-30c892ffd65d|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-11-21T10:45:42.464Z|609f848c-5c9e-41ac-8867-30c892ffd65d|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221121104447/1.0/artifacts/service-Vfw20221121104447-csar.csar
2022-11-21T10:45:42.580Z|609f848c-5c9e-41ac-8867-30c892ffd65d|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-11-21T10:45:42.597Z|609f848c-5c9e-41ac-8867-30c892ffd65d|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221121104447/1.0/artifacts/service-Vfw20221121104447-csar.csar a73f0198-0a19-4844-a7c6-24737cecdd80 100721
2022-11-21T10:45:42.599Z|609f848c-5c9e-41ac-8867-30c892ffd65d|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221121104447/1.0/artifacts/service-Vfw20221121104447-csar.csar ASDC sendASDCNotification
2022-11-21T10:45:42.599Z|609f848c-5c9e-41ac-8867-30c892ffd65d|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221121104447/1.0/artifacts/service-Vfw20221121104447-csar.csar
2022-11-21T10:45:42.600Z|609f848c-5c9e-41ac-8867-30c892ffd65d|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-21T10:45:42.601Z|609f848c-5c9e-41ac-8867-30c892ffd65d|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-21T10:45:42.603Z|609f848c-5c9e-41ac-8867-30c892ffd65d|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-21T10:45:42.604Z|609f848c-5c9e-41ac-8867-30c892ffd65d|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "609f848c-5c9e-41ac-8867-30c892ffd65d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669027542597,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221121104447/1.0/artifacts/service-Vfw20221121104447-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-21T10:45:42.704Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-21T10:45:42.705Z||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-21T10:45:42.705Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GmHQtEo58V8hNAS8) ...
2022-11-21T10:45:42.717Z||pool-10-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-21T10:45:42.718Z||pool-10-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-11-21T10:45:43.604Z|609f848c-5c9e-41ac-8867-30c892ffd65d|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-21T10:45:43.605Z|609f848c-5c9e-41ac-8867-30c892ffd65d|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-11-21T10:45:43.606Z|609f848c-5c9e-41ac-8867-30c892ffd65d|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: a73f0198-0a19-4844-a7c6-24737cecdd80, URL: /sdc/v1/catalog/services/Vfw20221121104447/1.0/artifacts/service-Vfw20221121104447-csar.csar to file: /app/ASDC/1/service-Vfw20221121104447-csar.csar
2022-11-21T10:45:43.606Z|609f848c-5c9e-41ac-8867-30c892ffd65d|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20221121104447-csar.csar
2022-11-21T10:45:43.723Z|609f848c-5c9e-41ac-8867-30c892ffd65d|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20221121104447-csar.csar
2022-11-21T10:45:43.724Z|609f848c-5c9e-41ac-8867-30c892ffd65d|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20221121104447-csar.csar
2022-11-21T10:45:44.529Z|609f848c-5c9e-41ac-8867-30c892ffd65d|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6218884273393349567/Definitions/service-Vfw20221121104447-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-21T10:45:47.443Z|609f848c-5c9e-41ac-8867-30c892ffd65d|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2022-11-21T10:45:47.448Z|609f848c-5c9e-41ac-8867-30c892ffd65d|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-11-21T10:45:47.448Z|609f848c-5c9e-41ac-8867-30c892ffd65d|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20221121104447-csar.csar
2022-11-21T10:45:47.448Z|609f848c-5c9e-41ac-8867-30c892ffd65d|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 11 Parsing Warnings occurred...
2022-11-21T10:45:47.448Z|609f848c-5c9e-41ac-8867-30c892ffd65d|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 2bc1cf02-e17d 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-Vfw20221121104447-csar.csar
2022-11-21T10:45:47.449Z|609f848c-5c9e-41ac-8867-30c892ffd65d|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20221121104447-csar.csar
2022-11-21T10:45:47.449Z|609f848c-5c9e-41ac-8867-30c892ffd65d|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20221121104447-csar.csar
2022-11-21T10:45:47.449Z|609f848c-5c9e-41ac-8867-30c892ffd65d|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20221121104447-csar.csar
2022-11-21T10:45:47.449Z|609f848c-5c9e-41ac-8867-30c892ffd65d|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20221121104447-csar.csar
2022-11-21T10:45:47.449Z|609f848c-5c9e-41ac-8867-30c892ffd65d|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20221121104447-csar.csar
2022-11-21T10:45:47.449Z|609f848c-5c9e-41ac-8867-30c892ffd65d|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-Vfw20221121104447-csar.csar
2022-11-21T10:45:47.450Z|609f848c-5c9e-41ac-8867-30c892ffd65d|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20221121104447-csar.csar
2022-11-21T10:45:47.450Z|609f848c-5c9e-41ac-8867-30c892ffd65d|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221121104447-csar.csar
2022-11-21T10:45:47.450Z|609f848c-5c9e-41ac-8867-30c892ffd65d|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221121104447-csar.csar
2022-11-21T10:45:47.450Z|609f848c-5c9e-41ac-8867-30c892ffd65d|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221121104447-csar.csar
2022-11-21T10:45:47.450Z|609f848c-5c9e-41ac-8867-30c892ffd65d|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-11-21T10:45:47.457Z|609f848c-5c9e-41ac-8867-30c892ffd65d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-21T10:45:47.458Z|609f848c-5c9e-41ac-8867-30c892ffd65d|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-11-21 10-44-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-21T10:45:47.462Z|609f848c-5c9e-41ac-8867-30c892ffd65d|pool-2-thread-4|||||DEBUG|500||Node template vFW 2bc1cf02-e17d 0 is matching search criteria
2022-11-21T10:45:47.463Z|609f848c-5c9e-41ac-8867-30c892ffd65d|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-11-21T10:45:47.464Z|609f848c-5c9e-41ac-8867-30c892ffd65d|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 2bc1cf02-e17d 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-21T10:45:47.466Z|609f848c-5c9e-41ac-8867-30c892ffd65d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-21T10:45:47.467Z|609f848c-5c9e-41ac-8867-30c892ffd65d|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-11-21 10-44-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-21T10:45:47.467Z|609f848c-5c9e-41ac-8867-30c892ffd65d|pool-2-thread-4|||||DEBUG|500||Node template vFW 2bc1cf02-e17d 0 is matching search criteria
2022-11-21T10:45:47.468Z|609f848c-5c9e-41ac-8867-30c892ffd65d|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-11-21T10:45:47.468Z|609f848c-5c9e-41ac-8867-30c892ffd65d|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 2bc1cf02-e17d 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-21T10:45:47.469Z|609f848c-5c9e-41ac-8867-30c892ffd65d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-21T10:45:47.469Z|609f848c-5c9e-41ac-8867-30c892ffd65d|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-11-21 10-44-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-21T10:45:47.473Z|609f848c-5c9e-41ac-8867-30c892ffd65d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-21T10:45:47.474Z|609f848c-5c9e-41ac-8867-30c892ffd65d|pool-2-thread-4|||||DEBUG|500||Node template vFW 2bc1cf02-e17d 0 is not matching search criteria
2022-11-21T10:45:47.474Z|609f848c-5c9e-41ac-8867-30c892ffd65d|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-21T10:45:47.474Z|609f848c-5c9e-41ac-8867-30c892ffd65d|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-11-21T10:45:47.474Z|609f848c-5c9e-41ac-8867-30c892ffd65d|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-11-21T10:45:47.475Z|609f848c-5c9e-41ac-8867-30c892ffd65d|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-11-21T10:45:47.475Z|609f848c-5c9e-41ac-8867-30c892ffd65d|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2022-11-21T10:45:47.475Z|609f848c-5c9e-41ac-8867-30c892ffd65d|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-11-21T10:45:47.475Z|609f848c-5c9e-41ac-8867-30c892ffd65d|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-21T10:45:47.476Z|609f848c-5c9e-41ac-8867-30c892ffd65d|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-11-21T10:45:47.476Z|609f848c-5c9e-41ac-8867-30c892ffd65d|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2022-11-21T10:45:47.476Z|609f848c-5c9e-41ac-8867-30c892ffd65d|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-11-21T10:45:47.476Z|609f848c-5c9e-41ac-8867-30c892ffd65d|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-11-21T10:45:47.476Z|609f848c-5c9e-41ac-8867-30c892ffd65d|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-11-21T10:45:47.477Z|609f848c-5c9e-41ac-8867-30c892ffd65d|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-11-21T10:45:47.477Z|609f848c-5c9e-41ac-8867-30c892ffd65d|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2022-11-21T10:45:47.477Z|609f848c-5c9e-41ac-8867-30c892ffd65d|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-11-21T10:45:47.477Z|609f848c-5c9e-41ac-8867-30c892ffd65d|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-11-21T10:45:47.477Z|609f848c-5c9e-41ac-8867-30c892ffd65d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-21T10:45:47.478Z|609f848c-5c9e-41ac-8867-30c892ffd65d|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-11-21 10-44-47 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-11-21T10:45:47.479Z|609f848c-5c9e-41ac-8867-30c892ffd65d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-21T10:45:47.479Z|609f848c-5c9e-41ac-8867-30c892ffd65d|pool-2-thread-4|||||DEBUG|500||Node template vFW 2bc1cf02-e17d 0 is matching search criteria
2022-11-21T10:45:47.479Z|609f848c-5c9e-41ac-8867-30c892ffd65d|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 2bc1cf02-e17d 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-21T10:45:47.480Z|609f848c-5c9e-41ac-8867-30c892ffd65d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-21T10:45:47.480Z|609f848c-5c9e-41ac-8867-30c892ffd65d|pool-2-thread-4|||||DEBUG|500||Node template vFW 2bc1cf02-e17d 0 is matching search criteria
2022-11-21T10:45:47.480Z|609f848c-5c9e-41ac-8867-30c892ffd65d|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 2bc1cf02-e17d 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-21T10:45:47.481Z|609f848c-5c9e-41ac-8867-30c892ffd65d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-21T10:45:47.481Z|609f848c-5c9e-41ac-8867-30c892ffd65d|pool-2-thread-4|||||DEBUG|500||Node template vFW 2bc1cf02-e17d 0 is matching search criteria
2022-11-21T10:45:47.481Z|609f848c-5c9e-41ac-8867-30c892ffd65d|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 2bc1cf02-e17d 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-21T10:45:47.481Z|609f848c-5c9e-41ac-8867-30c892ffd65d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-21T10:45:47.482Z|609f848c-5c9e-41ac-8867-30c892ffd65d|pool-2-thread-4|||||DEBUG|500||Node template vFW 2bc1cf02-e17d 0 is not matching search criteria
2022-11-21T10:45:47.482Z|609f848c-5c9e-41ac-8867-30c892ffd65d|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-21T10:45:47.482Z|609f848c-5c9e-41ac-8867-30c892ffd65d|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-11-21T10:45:47.482Z|609f848c-5c9e-41ac-8867-30c892ffd65d|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-21T10:45:47.482Z|609f848c-5c9e-41ac-8867-30c892ffd65d|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-11-21T10:45:47.483Z|609f848c-5c9e-41ac-8867-30c892ffd65d|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2022-11-21T10:45:47.483Z|609f848c-5c9e-41ac-8867-30c892ffd65d|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-11-21T10:45:47.483Z|609f848c-5c9e-41ac-8867-30c892ffd65d|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-11-21T10:45:47.483Z|609f848c-5c9e-41ac-8867-30c892ffd65d|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-11-21T10:45:47.484Z|609f848c-5c9e-41ac-8867-30c892ffd65d|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-11-21T10:45:47.484Z|609f848c-5c9e-41ac-8867-30c892ffd65d|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2022-11-21T10:45:47.484Z|609f848c-5c9e-41ac-8867-30c892ffd65d|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-11-21T10:45:47.485Z|609f848c-5c9e-41ac-8867-30c892ffd65d|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=6285a051-9035-4a4c-ae13-300e958cb75d
2022-11-21T10:45:47.485Z|609f848c-5c9e-41ac-8867-30c892ffd65d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-21T10:45:47.485Z|609f848c-5c9e-41ac-8867-30c892ffd65d|pool-2-thread-4|||||DEBUG|500||Node template vFW 2bc1cf02-e17d 0 is not matching search criteria
2022-11-21T10:45:47.485Z|609f848c-5c9e-41ac-8867-30c892ffd65d|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-21T10:45:47.486Z|609f848c-5c9e-41ac-8867-30c892ffd65d|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-11-21T10:45:47.486Z|609f848c-5c9e-41ac-8867-30c892ffd65d|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-11-21T10:45:47.486Z|609f848c-5c9e-41ac-8867-30c892ffd65d|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-11-21T10:45:47.486Z|609f848c-5c9e-41ac-8867-30c892ffd65d|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2022-11-21T10:45:47.487Z|609f848c-5c9e-41ac-8867-30c892ffd65d|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-11-21T10:45:47.487Z|609f848c-5c9e-41ac-8867-30c892ffd65d|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-21T10:45:47.487Z|609f848c-5c9e-41ac-8867-30c892ffd65d|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-11-21T10:45:47.487Z|609f848c-5c9e-41ac-8867-30c892ffd65d|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-11-21T10:45:47.488Z|609f848c-5c9e-41ac-8867-30c892ffd65d|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-11-21T10:45:47.488Z|609f848c-5c9e-41ac-8867-30c892ffd65d|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2022-11-21T10:45:47.488Z|609f848c-5c9e-41ac-8867-30c892ffd65d|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-11-21T10:45:47.488Z|609f848c-5c9e-41ac-8867-30c892ffd65d|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=9295f320-b333-48b3-81f7-e0620522748f
2022-11-21T10:45:47.489Z|609f848c-5c9e-41ac-8867-30c892ffd65d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-21T10:45:47.489Z|609f848c-5c9e-41ac-8867-30c892ffd65d|pool-2-thread-4|||||DEBUG|500||Node template vFW 2bc1cf02-e17d 0 is not matching search criteria
2022-11-21T10:45:47.489Z|609f848c-5c9e-41ac-8867-30c892ffd65d|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-21T10:45:47.489Z|609f848c-5c9e-41ac-8867-30c892ffd65d|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-11-21T10:45:47.489Z|609f848c-5c9e-41ac-8867-30c892ffd65d|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-11-21T10:45:47.490Z|609f848c-5c9e-41ac-8867-30c892ffd65d|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-11-21T10:45:47.490Z|609f848c-5c9e-41ac-8867-30c892ffd65d|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2022-11-21T10:45:47.490Z|609f848c-5c9e-41ac-8867-30c892ffd65d|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-11-21T10:45:47.490Z|609f848c-5c9e-41ac-8867-30c892ffd65d|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-21T10:45:47.490Z|609f848c-5c9e-41ac-8867-30c892ffd65d|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-11-21T10:45:47.491Z|609f848c-5c9e-41ac-8867-30c892ffd65d|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2022-11-21T10:45:47.491Z|609f848c-5c9e-41ac-8867-30c892ffd65d|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-11-21T10:45:47.491Z|609f848c-5c9e-41ac-8867-30c892ffd65d|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-11-21T10:45:47.491Z|609f848c-5c9e-41ac-8867-30c892ffd65d|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-11-21T10:45:47.492Z|609f848c-5c9e-41ac-8867-30c892ffd65d|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=f8256e9b-d4ee-444f-9b3d-0dfd11c70d77
2022-11-21T10:45:47.492Z|609f848c-5c9e-41ac-8867-30c892ffd65d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-21T10:45:47.492Z|609f848c-5c9e-41ac-8867-30c892ffd65d|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-11-21 10-44-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-21T10:45:47.492Z|609f848c-5c9e-41ac-8867-30c892ffd65d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-21T10:45:47.492Z|609f848c-5c9e-41ac-8867-30c892ffd65d|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-11-21 10-44-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-21T10:45:47.493Z|609f848c-5c9e-41ac-8867-30c892ffd65d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-21T10:45:47.493Z|609f848c-5c9e-41ac-8867-30c892ffd65d|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-11-21 10-44-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-21T10:45:47.493Z|609f848c-5c9e-41ac-8867-30c892ffd65d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-21T10:45:47.493Z|609f848c-5c9e-41ac-8867-30c892ffd65d|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-11-21 10-44-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-21T10:45:47.494Z|609f848c-5c9e-41ac-8867-30c892ffd65d|pool-2-thread-4|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2022-11-21 10-44-47
Description:catalog service description
Model UUID:81dea532-743b-4aa3-8c13-82551079bd4a
Model Version:NULL
Model InvariantUuid:a2df761c-378f-47ef-9022-684e5a08c457
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 2bc1cf02-e17d
Model UUID:9ed9cedd-a926-454e-b46f-96386aa05e1f
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:f322ddd1-ed22-4d31-b43f-a58f6ed3e133
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:c37b4bfc-32a2-4b3e-94c2-c5edfd7a7ebe
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:f6fa9993-3866-46ed-9231-6485c9b2b272
ModelName:Vfw2bc1cf02E17d..base_vfw..module-0
ModelUuid:78c7a9bc-d2fe-4ff9-8c6a-0fc8f56ddcbf
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:6285a051-9035-4a4c-ae13-300e958cb75d
ModelInvariantUuid:ff80c505-581f-4981-a8f4-c71fed12153f
ModelName:vFW 2bc1cf02-e17d-nodes.vfwCvfc
ModelUuid:e62f42e5-a2eb-4384-b5cf-7a26c7b40ff8
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:c958fd2c-15c3-4e70-9758-be48f945a6e6
ModelInvariantUuid:be63863a-f2e4-40c4-b5bc-57646bb8a4fb
ModelName:Vfw2bc1cf02E17d.compute.nodes.heat.vfw
ModelUuid:946dc30a-ac54-48af-badc-c6462466a568
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:9295f320-b333-48b3-81f7-e0620522748f
ModelInvariantUuid:18fad929-7ecd-41b2-96b7-19071b1192a3
ModelName:vFW 2bc1cf02-e17d-nodes.vsnCvfc
ModelUuid:d6994761-4d75-4f48-9636-37a6017cf778
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:ef9ac1ec-abdf-4851-b8d9-3637b209e834
ModelInvariantUuid:371a8f7c-30a5-47d3-8177-c77da129e7a0
ModelName:Vfw2bc1cf02E17d.compute.nodes.heat.vsn
ModelUuid:649c2e83-b753-4580-89dc-dd01c1f3fd4f
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:f8256e9b-d4ee-444f-9b3d-0dfd11c70d77
ModelInvariantUuid:476b8149-09c3-4277-99dd-d94645fc2f4b
ModelName:vFW 2bc1cf02-e17d-nodes.vpgCvfc
ModelUuid:fa2d2409-69d2-4def-bb11-708b4f12b200
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:63ce7753-a8b2-4d64-a8b4-406e579e482c
ModelInvariantUuid:d4283d70-0386-43ea-852e-5cda88fdd751
ModelName:Vfw2bc1cf02E17d.compute.nodes.heat.vpg
ModelUuid:965f435c-984a-4229-8b29-c6243fe3b289
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-21T10:45:47.521Z|609f848c-5c9e-41ac-8867-30c892ffd65d|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: 576702ab-0daf-46fc-93ee-1a10aa6f46ad
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-21T10:45:47.644Z|609f848c-5c9e-41ac-8867-30c892ffd65d|pool-2-thread-4|||||INFO|500||vFW 2bc1cf02-e17d 0
2022-11-21T10:45:47.650Z|609f848c-5c9e-41ac-8867-30c892ffd65d|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 576702ab-0daf-46fc-93ee-1a10aa6f46ad
2022-11-21T10:45:47.650Z|609f848c-5c9e-41ac-8867-30c892ffd65d|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 908a46e1-3fb5-4cf4-b199-0a4f52244780 from URL: /sdc/v1/catalog/services/Vfw20221121104447/1.0/resourceInstances/vfw2bc1cf02e17d0/artifacts/vfw2bc1cf02e17d0_modules.json
2022-11-21T10:45:47.650Z|609f848c-5c9e-41ac-8867-30c892ffd65d|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-11-21T10:45:47.651Z|609f848c-5c9e-41ac-8867-30c892ffd65d|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221121104447/1.0/resourceInstances/vfw2bc1cf02e17d0/artifacts/vfw2bc1cf02e17d0_modules.json
2022-11-21T10:45:47.721Z|609f848c-5c9e-41ac-8867-30c892ffd65d|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-11-21T10:45:47.722Z|609f848c-5c9e-41ac-8867-30c892ffd65d|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221121104447/1.0/resourceInstances/vfw2bc1cf02e17d0/artifacts/vfw2bc1cf02e17d0_modules.json 908a46e1-3fb5-4cf4-b199-0a4f52244780 785
2022-11-21T10:45:47.722Z|609f848c-5c9e-41ac-8867-30c892ffd65d|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221121104447/1.0/resourceInstances/vfw2bc1cf02e17d0/artifacts/vfw2bc1cf02e17d0_modules.json ASDC sendASDCNotification
2022-11-21T10:45:47.722Z|609f848c-5c9e-41ac-8867-30c892ffd65d|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221121104447/1.0/resourceInstances/vfw2bc1cf02e17d0/artifacts/vfw2bc1cf02e17d0_modules.json
2022-11-21T10:45:47.722Z|609f848c-5c9e-41ac-8867-30c892ffd65d|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-21T10:45:47.722Z|609f848c-5c9e-41ac-8867-30c892ffd65d|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-21T10:45:47.725Z|609f848c-5c9e-41ac-8867-30c892ffd65d|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-21T10:45:47.725Z|609f848c-5c9e-41ac-8867-30c892ffd65d|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "609f848c-5c9e-41ac-8867-30c892ffd65d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669027547722,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221121104447/1.0/resourceInstances/vfw2bc1cf02e17d0/artifacts/vfw2bc1cf02e17d0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-11-21T10:45:47.826Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-21T10:45:47.827Z||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-21T10:45:47.827Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GmHQtEo58V8hNAS8) ...
2022-11-21T10:45:47.841Z||pool-11-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-21T10:45:47.842Z||pool-11-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-11-21T10:45:48.727Z|609f848c-5c9e-41ac-8867-30c892ffd65d|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw2bc1cf02E17d..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "f6fa9993-3866-46ed-9231-6485c9b2b272",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "78c7a9bc-d2fe-4ff9-8c6a-0fc8f56ddcbf",
    "vfModuleModelCustomizationUUID": "5831ada4-c39e-4579-9bf9-b2b0e79e4c2b",
    "isBase": true,
    "artifacts": [
      "8189e3f2-6575-4936-87bd-2acd5a9629ef",
      "cd9052d4-bcd0-49d7-bfa6-07360dbc36b4"
    ],
    "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-21T10:45:48.745Z|609f848c-5c9e-41ac-8867-30c892ffd65d|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw2bc1cf02E17d..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:78c7a9bc-d2fe-4ff9-8c6a-0fc8f56ddcbf
VfModuleModelInvariantUUID:f6fa9993-3866-46ed-9231-6485c9b2b272
VfModuleModelDescription:NULL
Artifacts UUID List:{
8189e3f2-6575-4936-87bd-2acd5a9629ef
,
cd9052d4-bcd0-49d7-bfa6-07360dbc36b4

}
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-21T10:45:48.750Z|609f848c-5c9e-41ac-8867-30c892ffd65d|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw2bc1cf02E17d..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "f6fa9993-3866-46ed-9231-6485c9b2b272",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "78c7a9bc-d2fe-4ff9-8c6a-0fc8f56ddcbf",
    "vfModuleModelCustomizationUUID": "5831ada4-c39e-4579-9bf9-b2b0e79e4c2b",
    "isBase": true,
    "artifacts": [
      "8189e3f2-6575-4936-87bd-2acd5a9629ef",
      "cd9052d4-bcd0-49d7-bfa6-07360dbc36b4"
    ],
    "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-21T10:45:48.750Z|609f848c-5c9e-41ac-8867-30c892ffd65d|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw2bc1cf02E17d..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:78c7a9bc-d2fe-4ff9-8c6a-0fc8f56ddcbf
VfModuleModelInvariantUUID:f6fa9993-3866-46ed-9231-6485c9b2b272
VfModuleModelDescription:NULL
Artifacts UUID List:{
8189e3f2-6575-4936-87bd-2acd5a9629ef
,
cd9052d4-bcd0-49d7-bfa6-07360dbc36b4

}
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-21T10:45:48.750Z|609f848c-5c9e-41ac-8867-30c892ffd65d|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 8189e3f2-6575-4936-87bd-2acd5a9629ef from URL: /sdc/v1/catalog/services/Vfw20221121104447/1.0/resourceInstances/vfw2bc1cf02e17d0/artifacts/base_vfw.yaml
2022-11-21T10:45:48.750Z|609f848c-5c9e-41ac-8867-30c892ffd65d|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-11-21T10:45:48.751Z|609f848c-5c9e-41ac-8867-30c892ffd65d|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221121104447/1.0/resourceInstances/vfw2bc1cf02e17d0/artifacts/base_vfw.yaml
2022-11-21T10:45:48.823Z|609f848c-5c9e-41ac-8867-30c892ffd65d|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-11-21T10:45:48.824Z|609f848c-5c9e-41ac-8867-30c892ffd65d|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221121104447/1.0/resourceInstances/vfw2bc1cf02e17d0/artifacts/base_vfw.yaml 8189e3f2-6575-4936-87bd-2acd5a9629ef 20368
2022-11-21T10:45:48.825Z|609f848c-5c9e-41ac-8867-30c892ffd65d|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221121104447/1.0/resourceInstances/vfw2bc1cf02e17d0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-11-21T10:45:48.825Z|609f848c-5c9e-41ac-8867-30c892ffd65d|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221121104447/1.0/resourceInstances/vfw2bc1cf02e17d0/artifacts/base_vfw.yaml
2022-11-21T10:45:48.825Z|609f848c-5c9e-41ac-8867-30c892ffd65d|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-21T10:45:48.825Z|609f848c-5c9e-41ac-8867-30c892ffd65d|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-21T10:45:48.827Z|609f848c-5c9e-41ac-8867-30c892ffd65d|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-21T10:45:48.827Z|609f848c-5c9e-41ac-8867-30c892ffd65d|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "609f848c-5c9e-41ac-8867-30c892ffd65d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669027548825,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221121104447/1.0/resourceInstances/vfw2bc1cf02e17d0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-11-21T10:45:48.927Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-21T10:45:48.929Z||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-21T10:45:48.929Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GmHQtEo58V8hNAS8) ...
2022-11-21T10:45:48.940Z||pool-12-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-21T10:45:48.940Z||pool-12-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-11-21T10:45:49.828Z|609f848c-5c9e-41ac-8867-30c892ffd65d|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: cd9052d4-bcd0-49d7-bfa6-07360dbc36b4 from URL: /sdc/v1/catalog/services/Vfw20221121104447/1.0/resourceInstances/vfw2bc1cf02e17d0/artifacts/base_vfw.env
2022-11-21T10:45:49.829Z|609f848c-5c9e-41ac-8867-30c892ffd65d|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-11-21T10:45:49.829Z|609f848c-5c9e-41ac-8867-30c892ffd65d|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221121104447/1.0/resourceInstances/vfw2bc1cf02e17d0/artifacts/base_vfw.env
2022-11-21T10:45:49.891Z|609f848c-5c9e-41ac-8867-30c892ffd65d|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-11-21T10:45:49.892Z|609f848c-5c9e-41ac-8867-30c892ffd65d|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221121104447/1.0/resourceInstances/vfw2bc1cf02e17d0/artifacts/base_vfw.env cd9052d4-bcd0-49d7-bfa6-07360dbc36b4 2098
2022-11-21T10:45:49.892Z|609f848c-5c9e-41ac-8867-30c892ffd65d|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221121104447/1.0/resourceInstances/vfw2bc1cf02e17d0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-11-21T10:45:49.893Z|609f848c-5c9e-41ac-8867-30c892ffd65d|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221121104447/1.0/resourceInstances/vfw2bc1cf02e17d0/artifacts/base_vfw.env
2022-11-21T10:45:49.893Z|609f848c-5c9e-41ac-8867-30c892ffd65d|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-21T10:45:49.893Z|609f848c-5c9e-41ac-8867-30c892ffd65d|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-21T10:45:49.897Z|609f848c-5c9e-41ac-8867-30c892ffd65d|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-21T10:45:49.897Z|609f848c-5c9e-41ac-8867-30c892ffd65d|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "609f848c-5c9e-41ac-8867-30c892ffd65d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669027549892,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221121104447/1.0/resourceInstances/vfw2bc1cf02e17d0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-11-21T10:45:49.997Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-21T10:45:49.998Z||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-21T10:45:49.998Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GmHQtEo58V8hNAS8) ...
2022-11-21T10:45:50.014Z||pool-13-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-21T10:45:50.014Z||pool-13-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-11-21T10:45:50.898Z|609f848c-5c9e-41ac-8867-30c892ffd65d|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: 81dea532-743b-4aa3-8c13-82551079bd4a
2022-11-21T10:45:50.898Z|609f848c-5c9e-41ac-8867-30c892ffd65d|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 2bc1cf02-e17d 0 576702ab-0daf-46fc-93ee-1a10aa6f46ad 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-21T10:45:50.939Z|609f848c-5c9e-41ac-8867-30c892ffd65d|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2f440390, org.onap.sdc.toscaparser.api.parameters.Input@1fd4e32c, org.onap.sdc.toscaparser.api.parameters.Input@3df2e671, org.onap.sdc.toscaparser.api.parameters.Input@45b57abd, org.onap.sdc.toscaparser.api.parameters.Input@4a62b918]
2022-11-21T10:45:50.944Z|609f848c-5c9e-41ac-8867-30c892ffd65d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-21T10:45:50.944Z|609f848c-5c9e-41ac-8867-30c892ffd65d|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-11-21 10-44-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-21T10:45:50.944Z|609f848c-5c9e-41ac-8867-30c892ffd65d|pool-2-thread-4|||||DEBUG|500||VF Category is: Generic 
2022-11-21T10:45:50.944Z|609f848c-5c9e-41ac-8867-30c892ffd65d|pool-2-thread-4|||||DEBUG|500||VFCustomizationUUID= c37b4bfc-32a2-4b3e-94c2-c5edfd7a7ebe
2022-11-21T10:45:50.945Z|609f848c-5c9e-41ac-8867-30c892ffd65d|pool-2-thread-4|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: c37b4bfc-32a2-4b3e-94c2-c5edfd7a7ebe matches Tosca VF Customization UUID: c37b4bfc-32a2-4b3e-94c2-c5edfd7a7ebe
2022-11-21T10:45:50.945Z|609f848c-5c9e-41ac-8867-30c892ffd65d|pool-2-thread-4|||||DEBUG|500||vfCustomizationUUID: c37b4bfc-32a2-4b3e-94c2-c5edfd7a7ebe  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-21T10:45:50.952Z|609f848c-5c9e-41ac-8867-30c892ffd65d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-21T10:45:50.952Z|609f848c-5c9e-41ac-8867-30c892ffd65d|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-11-21 10-44-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-21T10:45:50.953Z|609f848c-5c9e-41ac-8867-30c892ffd65d|pool-2-thread-4|||||DEBUG|500||resource request for resource customization id c37b4bfc-32a2-4b3e-94c2-c5edfd7a7ebe: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-11-21T10:45:50.953Z|609f848c-5c9e-41ac-8867-30c892ffd65d|pool-2-thread-4|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@4150274a
2022-11-21T10:45:50.954Z|609f848c-5c9e-41ac-8867-30c892ffd65d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-21T10:45:50.954Z|609f848c-5c9e-41ac-8867-30c892ffd65d|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-11-21 10-44-47 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-11-21T10:45:50.954Z|609f848c-5c9e-41ac-8867-30c892ffd65d|pool-2-thread-4|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 5831ada4-c39e-4579-9bf9-b2b0e79e4c2b
2022-11-21T10:45:50.955Z|609f848c-5c9e-41ac-8867-30c892ffd65d|pool-2-thread-4|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 5831ada4-c39e-4579-9bf9-b2b0e79e4c2b
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-21T10:45:50.962Z|609f848c-5c9e-41ac-8867-30c892ffd65d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-21T10:45:50.962Z|609f848c-5c9e-41ac-8867-30c892ffd65d|pool-2-thread-4|||||DEBUG|500||Node template vFW 2bc1cf02-e17d 0 is matching search criteria
2022-11-21T10:45:50.963Z|609f848c-5c9e-41ac-8867-30c892ffd65d|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 2bc1cf02-e17d 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-21T10:45:50.964Z|609f848c-5c9e-41ac-8867-30c892ffd65d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-21T10:45:50.964Z|609f848c-5c9e-41ac-8867-30c892ffd65d|pool-2-thread-4|||||DEBUG|500||Node template vFW 2bc1cf02-e17d 0 is matching search criteria
2022-11-21T10:45:50.964Z|609f848c-5c9e-41ac-8867-30c892ffd65d|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 2bc1cf02-e17d 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-21T10:45:50.964Z|609f848c-5c9e-41ac-8867-30c892ffd65d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-21T10:45:50.964Z|609f848c-5c9e-41ac-8867-30c892ffd65d|pool-2-thread-4|||||DEBUG|500||Node template vFW 2bc1cf02-e17d 0 is not matching search criteria
2022-11-21T10:45:50.965Z|609f848c-5c9e-41ac-8867-30c892ffd65d|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-21T10:45:50.965Z|609f848c-5c9e-41ac-8867-30c892ffd65d|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-11-21T10:45:50.965Z|609f848c-5c9e-41ac-8867-30c892ffd65d|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-21T10:45:50.965Z|609f848c-5c9e-41ac-8867-30c892ffd65d|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-11-21T10:45:50.965Z|609f848c-5c9e-41ac-8867-30c892ffd65d|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2022-11-21T10:45:50.966Z|609f848c-5c9e-41ac-8867-30c892ffd65d|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-11-21T10:45:50.966Z|609f848c-5c9e-41ac-8867-30c892ffd65d|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-11-21T10:45:50.966Z|609f848c-5c9e-41ac-8867-30c892ffd65d|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-11-21T10:45:50.966Z|609f848c-5c9e-41ac-8867-30c892ffd65d|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-11-21T10:45:50.966Z|609f848c-5c9e-41ac-8867-30c892ffd65d|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2022-11-21T10:45:50.966Z|609f848c-5c9e-41ac-8867-30c892ffd65d|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-11-21T10:45:50.967Z|609f848c-5c9e-41ac-8867-30c892ffd65d|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=6285a051-9035-4a4c-ae13-300e958cb75d
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-21T10:45:50.977Z|609f848c-5c9e-41ac-8867-30c892ffd65d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-21T10:45:50.977Z|609f848c-5c9e-41ac-8867-30c892ffd65d|pool-2-thread-4|||||DEBUG|500||Node template vFW 2bc1cf02-e17d 0 is matching search criteria
2022-11-21T10:45:50.977Z|609f848c-5c9e-41ac-8867-30c892ffd65d|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 2bc1cf02-e17d 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-21T10:45:50.977Z|609f848c-5c9e-41ac-8867-30c892ffd65d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-21T10:45:50.978Z|609f848c-5c9e-41ac-8867-30c892ffd65d|pool-2-thread-4|||||DEBUG|500||Node template vFW 2bc1cf02-e17d 0 is not matching search criteria
2022-11-21T10:45:50.978Z|609f848c-5c9e-41ac-8867-30c892ffd65d|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-21T10:45:50.978Z|609f848c-5c9e-41ac-8867-30c892ffd65d|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-11-21T10:45:50.978Z|609f848c-5c9e-41ac-8867-30c892ffd65d|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-11-21T10:45:50.978Z|609f848c-5c9e-41ac-8867-30c892ffd65d|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-11-21T10:45:50.978Z|609f848c-5c9e-41ac-8867-30c892ffd65d|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2022-11-21T10:45:50.979Z|609f848c-5c9e-41ac-8867-30c892ffd65d|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-11-21T10:45:50.979Z|609f848c-5c9e-41ac-8867-30c892ffd65d|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-21T10:45:50.979Z|609f848c-5c9e-41ac-8867-30c892ffd65d|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-11-21T10:45:50.979Z|609f848c-5c9e-41ac-8867-30c892ffd65d|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-11-21T10:45:50.979Z|609f848c-5c9e-41ac-8867-30c892ffd65d|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-11-21T10:45:50.980Z|609f848c-5c9e-41ac-8867-30c892ffd65d|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2022-11-21T10:45:50.980Z|609f848c-5c9e-41ac-8867-30c892ffd65d|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-11-21T10:45:50.980Z|609f848c-5c9e-41ac-8867-30c892ffd65d|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=9295f320-b333-48b3-81f7-e0620522748f
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-21T10:45:50.982Z|609f848c-5c9e-41ac-8867-30c892ffd65d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-21T10:45:50.982Z|609f848c-5c9e-41ac-8867-30c892ffd65d|pool-2-thread-4|||||DEBUG|500||Node template vFW 2bc1cf02-e17d 0 is matching search criteria
2022-11-21T10:45:50.983Z|609f848c-5c9e-41ac-8867-30c892ffd65d|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 2bc1cf02-e17d 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-21T10:45:50.985Z|609f848c-5c9e-41ac-8867-30c892ffd65d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-21T10:45:50.985Z|609f848c-5c9e-41ac-8867-30c892ffd65d|pool-2-thread-4|||||DEBUG|500||Node template vFW 2bc1cf02-e17d 0 is not matching search criteria
2022-11-21T10:45:50.985Z|609f848c-5c9e-41ac-8867-30c892ffd65d|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-11-21T10:45:50.986Z|609f848c-5c9e-41ac-8867-30c892ffd65d|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-11-21T10:45:50.986Z|609f848c-5c9e-41ac-8867-30c892ffd65d|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-11-21T10:45:50.986Z|609f848c-5c9e-41ac-8867-30c892ffd65d|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-11-21T10:45:50.986Z|609f848c-5c9e-41ac-8867-30c892ffd65d|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2022-11-21T10:45:50.986Z|609f848c-5c9e-41ac-8867-30c892ffd65d|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-11-21T10:45:50.987Z|609f848c-5c9e-41ac-8867-30c892ffd65d|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-11-21T10:45:50.987Z|609f848c-5c9e-41ac-8867-30c892ffd65d|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-11-21T10:45:50.987Z|609f848c-5c9e-41ac-8867-30c892ffd65d|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2022-11-21T10:45:50.987Z|609f848c-5c9e-41ac-8867-30c892ffd65d|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-11-21T10:45:50.987Z|609f848c-5c9e-41ac-8867-30c892ffd65d|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-11-21T10:45:50.988Z|609f848c-5c9e-41ac-8867-30c892ffd65d|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-11-21T10:45:50.988Z|609f848c-5c9e-41ac-8867-30c892ffd65d|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=f8256e9b-d4ee-444f-9b3d-0dfd11c70d77
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-21T10:45:50.989Z|609f848c-5c9e-41ac-8867-30c892ffd65d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-21T10:45:50.990Z|609f848c-5c9e-41ac-8867-30c892ffd65d|pool-2-thread-4|||||DEBUG|500||Node template vFW 2bc1cf02-e17d 0 is matching search criteria
2022-11-21T10:45:50.990Z|609f848c-5c9e-41ac-8867-30c892ffd65d|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 2bc1cf02-e17d 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-21T10:45:50.990Z|609f848c-5c9e-41ac-8867-30c892ffd65d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-21T10:45:50.990Z|609f848c-5c9e-41ac-8867-30c892ffd65d|pool-2-thread-4|||||DEBUG|500||Node template vFW 2bc1cf02-e17d 0 is matching search criteria
2022-11-21T10:45:50.990Z|609f848c-5c9e-41ac-8867-30c892ffd65d|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 2bc1cf02-e17d 0] matching following query criteria: sdcType=VF, customizationUUID=c37b4bfc-32a2-4b3e-94c2-c5edfd7a7ebe
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-21T10:45:50.992Z|609f848c-5c9e-41ac-8867-30c892ffd65d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-21T10:45:50.992Z|609f848c-5c9e-41ac-8867-30c892ffd65d|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-11-21 10-44-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-21T10:45:50.993Z|609f848c-5c9e-41ac-8867-30c892ffd65d|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid 81dea532-743b-4aa3-8c13-82551079bd4a: vFW 2bc1cf02-e17d
2022-11-21T10:45:50.993Z|609f848c-5c9e-41ac-8867-30c892ffd65d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-21T10:45:50.993Z|609f848c-5c9e-41ac-8867-30c892ffd65d|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-11-21 10-44-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-21T10:45:50.994Z|609f848c-5c9e-41ac-8867-30c892ffd65d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-21T10:45:50.994Z|609f848c-5c9e-41ac-8867-30c892ffd65d|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-11-21 10-44-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-21T10:45:50.994Z|609f848c-5c9e-41ac-8867-30c892ffd65d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-21T10:45:50.994Z|609f848c-5c9e-41ac-8867-30c892ffd65d|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-11-21 10-44-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-21T10:45:50.994Z|609f848c-5c9e-41ac-8867-30c892ffd65d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-21T10:45:50.995Z|609f848c-5c9e-41ac-8867-30c892ffd65d|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-11-21 10-44-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-21T10:45:50.995Z|609f848c-5c9e-41ac-8867-30c892ffd65d|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-21T10:45:50.995Z|609f848c-5c9e-41ac-8867-30c892ffd65d|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-11-21 10-44-47 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-21T10:45:50.995Z|609f848c-5c9e-41ac-8867-30c892ffd65d|pool-2-thread-4|||||INFO|500||Saving Service: vFW 2022-11-21 10-44-47 
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-21T10:45:51.252Z|609f848c-5c9e-41ac-8867-30c892ffd65d|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 2bc1cf02-e17d 576702ab-0daf-46fc-93ee-1a10aa6f46ad 1 ASDC deployResourceStructure
2022-11-21T10:45:51.253Z|609f848c-5c9e-41ac-8867-30c892ffd65d|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221121104447/1.0/resourceInstances/vfw2bc1cf02e17d0/artifacts/vfw2bc1cf02e17d0_modules.json ASDC sendASDCNotification
2022-11-21T10:45:51.253Z|609f848c-5c9e-41ac-8867-30c892ffd65d|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221121104447/1.0/resourceInstances/vfw2bc1cf02e17d0/artifacts/vfw2bc1cf02e17d0_modules.json
2022-11-21T10:45:51.253Z|609f848c-5c9e-41ac-8867-30c892ffd65d|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-21T10:45:51.254Z|609f848c-5c9e-41ac-8867-30c892ffd65d|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-21T10:45:51.256Z|609f848c-5c9e-41ac-8867-30c892ffd65d|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-21T10:45:51.256Z|609f848c-5c9e-41ac-8867-30c892ffd65d|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "609f848c-5c9e-41ac-8867-30c892ffd65d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669027551253,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221121104447/1.0/resourceInstances/vfw2bc1cf02e17d0/artifacts/vfw2bc1cf02e17d0_modules.json",
  "status": "DEPLOY_OK"
}
2022-11-21T10:45:51.356Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-21T10:45:51.357Z||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-21T10:45:51.357Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GmHQtEo58V8hNAS8) ...
2022-11-21T10:45:51.368Z||pool-14-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-21T10:45:51.368Z||pool-14-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-11-21T10:45:52.257Z|609f848c-5c9e-41ac-8867-30c892ffd65d|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221121104447/1.0/resourceInstances/vfw2bc1cf02e17d0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-11-21T10:45:52.259Z|609f848c-5c9e-41ac-8867-30c892ffd65d|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221121104447/1.0/resourceInstances/vfw2bc1cf02e17d0/artifacts/base_vfw.yaml
2022-11-21T10:45:52.259Z|609f848c-5c9e-41ac-8867-30c892ffd65d|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-21T10:45:52.259Z|609f848c-5c9e-41ac-8867-30c892ffd65d|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-21T10:45:52.261Z|609f848c-5c9e-41ac-8867-30c892ffd65d|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-21T10:45:52.261Z|609f848c-5c9e-41ac-8867-30c892ffd65d|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "609f848c-5c9e-41ac-8867-30c892ffd65d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669027552257,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221121104447/1.0/resourceInstances/vfw2bc1cf02e17d0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-11-21T10:45:52.361Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-21T10:45:52.362Z||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-21T10:45:52.363Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GmHQtEo58V8hNAS8) ...
2022-11-21T10:45:52.375Z||pool-15-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-21T10:45:52.375Z||pool-15-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-11-21T10:45:53.262Z|609f848c-5c9e-41ac-8867-30c892ffd65d|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221121104447/1.0/resourceInstances/vfw2bc1cf02e17d0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-11-21T10:45:53.263Z|609f848c-5c9e-41ac-8867-30c892ffd65d|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221121104447/1.0/resourceInstances/vfw2bc1cf02e17d0/artifacts/base_vfw.env
2022-11-21T10:45:53.263Z|609f848c-5c9e-41ac-8867-30c892ffd65d|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-21T10:45:53.263Z|609f848c-5c9e-41ac-8867-30c892ffd65d|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-21T10:45:53.265Z|609f848c-5c9e-41ac-8867-30c892ffd65d|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-21T10:45:53.265Z|609f848c-5c9e-41ac-8867-30c892ffd65d|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "609f848c-5c9e-41ac-8867-30c892ffd65d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669027553262,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221121104447/1.0/resourceInstances/vfw2bc1cf02e17d0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-11-21T10:45:53.365Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-21T10:45:53.366Z||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-21T10:45:53.367Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GmHQtEo58V8hNAS8) ...
2022-11-21T10:45:53.383Z||pool-16-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-21T10:45:53.383Z||pool-16-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-11-21T10:45:54.266Z|609f848c-5c9e-41ac-8867-30c892ffd65d|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221121104447/1.0/artifacts/service-Vfw20221121104447-csar.csar ASDC sendASDCNotification
2022-11-21T10:45:54.267Z|609f848c-5c9e-41ac-8867-30c892ffd65d|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221121104447/1.0/artifacts/service-Vfw20221121104447-csar.csar
2022-11-21T10:45:54.267Z|609f848c-5c9e-41ac-8867-30c892ffd65d|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-21T10:45:54.268Z|609f848c-5c9e-41ac-8867-30c892ffd65d|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-21T10:45:54.270Z|609f848c-5c9e-41ac-8867-30c892ffd65d|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-21T10:45:54.270Z|609f848c-5c9e-41ac-8867-30c892ffd65d|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "609f848c-5c9e-41ac-8867-30c892ffd65d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669027554266,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221121104447/1.0/artifacts/service-Vfw20221121104447-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-21T10:45:54.370Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-21T10:45:54.372Z||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-21T10:45:54.372Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GmHQtEo58V8hNAS8) ...
2022-11-21T10:45:54.383Z||pool-17-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-21T10:45:54.384Z||pool-17-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-11-21T10:45:55.272Z|609f848c-5c9e-41ac-8867-30c892ffd65d|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 609f848c-5c9e-41ac-8867-30c892ffd65d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-21T10:45:55.305Z|609f848c-5c9e-41ac-8867-30c892ffd65d|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 609f848c-5c9e-41ac-8867-30c892ffd65d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-21T10:45:55.308Z|609f848c-5c9e-41ac-8867-30c892ffd65d|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-21T10:45:55.308Z|609f848c-5c9e-41ac-8867-30c892ffd65d|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-21T10:45:55.308Z|609f848c-5c9e-41ac-8867-30c892ffd65d|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-21T10:46:25.309Z|609f848c-5c9e-41ac-8867-30c892ffd65d|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 609f848c-5c9e-41ac-8867-30c892ffd65d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-21T10:46:25.330Z|609f848c-5c9e-41ac-8867-30c892ffd65d|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 609f848c-5c9e-41ac-8867-30c892ffd65d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-21T10:46:25.333Z|609f848c-5c9e-41ac-8867-30c892ffd65d|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-21T10:46:25.333Z|609f848c-5c9e-41ac-8867-30c892ffd65d|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-21T10:46:25.333Z|609f848c-5c9e-41ac-8867-30c892ffd65d|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-21T10:46:27.664Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-21T10:46:27.665Z||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-21T10:46:27.665Z||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 GmHQtEo58V8hNAS8) ...
2022-11-21T10:46:27.698Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-21T10:46:27.698Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-21T10:46:27.699Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "609f848c-5c9e-41ac-8867-30c892ffd65d",
  "consumerID": "cds",
  "timestamp": 1669027526103,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221121104447/1.0/resourceInstances/vfw2bc1cf02e17d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-21T10:46:27.700Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-21T10:46:55.334Z|609f848c-5c9e-41ac-8867-30c892ffd65d|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 609f848c-5c9e-41ac-8867-30c892ffd65d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-21T10:46:55.345Z|609f848c-5c9e-41ac-8867-30c892ffd65d|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 609f848c-5c9e-41ac-8867-30c892ffd65d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-21T10:46:55.348Z|609f848c-5c9e-41ac-8867-30c892ffd65d|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-21T10:46:55.348Z|609f848c-5c9e-41ac-8867-30c892ffd65d|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-21T10:46:55.348Z|609f848c-5c9e-41ac-8867-30c892ffd65d|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-21T10:47:25.348Z|609f848c-5c9e-41ac-8867-30c892ffd65d|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 609f848c-5c9e-41ac-8867-30c892ffd65d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-21T10:47:25.360Z|609f848c-5c9e-41ac-8867-30c892ffd65d|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 609f848c-5c9e-41ac-8867-30c892ffd65d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-21T10:47:25.362Z|609f848c-5c9e-41ac-8867-30c892ffd65d|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-21T10:47:25.362Z|609f848c-5c9e-41ac-8867-30c892ffd65d|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-21T10:47:25.362Z|609f848c-5c9e-41ac-8867-30c892ffd65d|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-21T10:47:27.663Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-21T10:47:27.664Z||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-21T10:47:27.665Z||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 GmHQtEo58V8hNAS8) ...
2022-11-21T10:47:27.690Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-21T10:47:27.695Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-21T10:47:27.695Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "609f848c-5c9e-41ac-8867-30c892ffd65d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669027528157,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221121104447/1.0/resourceInstances/vfw2bc1cf02e17d0/artifacts/vfw2bc1cf02e17d0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-21T10:47:27.696Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-21T10:47:27.697Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-21T10:47:27.697Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "609f848c-5c9e-41ac-8867-30c892ffd65d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669027527660,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221121104447/1.0/resourceInstances/vfw2bc1cf02e17d0/artifacts/vfw2bc1cf02e17d0_modules.json",
  "status": "NOTIFIED"
}
2022-11-21T10:47:27.697Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-21T10:47:27.697Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-21T10:47:27.697Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "609f848c-5c9e-41ac-8867-30c892ffd65d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669027531907,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221121104447/1.0/resourceInstances/vfw2bc1cf02e17d0/artifacts/vfw2bc1cf02e17d0_modules.json",
  "status": "NOTIFIED"
}
2022-11-21T10:47:27.697Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-21T10:47:27.697Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-21T10:47:27.698Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "609f848c-5c9e-41ac-8867-30c892ffd65d",
  "consumerID": "cds",
  "timestamp": 1669027526103,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221121104447/1.0/resourceInstances/vfw2bc1cf02e17d0/artifacts/vfw2bc1cf02e17d0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-21T10:47:27.698Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-21T10:47:27.698Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-21T10:47:27.698Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "609f848c-5c9e-41ac-8867-30c892ffd65d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669027528157,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221121104447/1.0/resourceInstances/vfw2bc1cf02e17d0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-21T10:47:27.698Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-21T10:47:27.698Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-21T10:47:27.698Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "609f848c-5c9e-41ac-8867-30c892ffd65d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669027527660,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221121104447/1.0/resourceInstances/vfw2bc1cf02e17d0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-11-21T10:47:27.698Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-21T10:47:27.699Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-21T10:47:27.699Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "609f848c-5c9e-41ac-8867-30c892ffd65d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669027531907,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221121104447/1.0/resourceInstances/vfw2bc1cf02e17d0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-11-21T10:47:27.699Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-21T10:47:27.699Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-21T10:47:27.699Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "609f848c-5c9e-41ac-8867-30c892ffd65d",
  "consumerID": "cds",
  "timestamp": 1669027526103,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221121104447/1.0/resourceInstances/vfw2bc1cf02e17d0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-21T10:47:27.699Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-21T10:47:27.699Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-21T10:47:27.700Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "609f848c-5c9e-41ac-8867-30c892ffd65d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669027528157,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221121104447/1.0/resourceInstances/vfw2bc1cf02e17d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-21T10:47:27.700Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-21T10:47:27.700Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-21T10:47:27.700Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "609f848c-5c9e-41ac-8867-30c892ffd65d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669027531907,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221121104447/1.0/resourceInstances/vfw2bc1cf02e17d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-21T10:47:27.701Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-21T10:47:27.701Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-21T10:47:27.701Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "609f848c-5c9e-41ac-8867-30c892ffd65d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669027527660,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221121104447/1.0/resourceInstances/vfw2bc1cf02e17d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-21T10:47:27.701Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-21T10:47:27.702Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-21T10:47:27.702Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "609f848c-5c9e-41ac-8867-30c892ffd65d",
  "consumerID": "cds",
  "timestamp": 1669027526103,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221121104447/1.0/resourceInstances/vfw2bc1cf02e17d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-21T10:47:27.703Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-21T10:47:27.703Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-21T10:47:27.703Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "609f848c-5c9e-41ac-8867-30c892ffd65d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669027528157,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221121104447/1.0/resourceInstances/vfw2bc1cf02e17d0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-11-21T10:47:27.704Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-21T10:47:27.704Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-21T10:47:27.704Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "609f848c-5c9e-41ac-8867-30c892ffd65d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669027531907,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221121104447/1.0/resourceInstances/vfw2bc1cf02e17d0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-11-21T10:47:27.705Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-21T10:47:27.705Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-21T10:47:27.705Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "609f848c-5c9e-41ac-8867-30c892ffd65d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669027527660,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221121104447/1.0/resourceInstances/vfw2bc1cf02e17d0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-11-21T10:47:27.705Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-21T10:47:27.705Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-21T10:47:27.705Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "609f848c-5c9e-41ac-8867-30c892ffd65d",
  "consumerID": "cds",
  "timestamp": 1669027526103,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221121104447/1.0/resourceInstances/vfw2bc1cf02e17d0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-11-21T10:47:27.706Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-21T10:47:27.706Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-21T10:47:27.706Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "609f848c-5c9e-41ac-8867-30c892ffd65d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669027528157,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221121104447/1.0/artifacts/service-Vfw20221121104447-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-21T10:47:27.706Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-21T10:47:27.706Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-21T10:47:27.706Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "609f848c-5c9e-41ac-8867-30c892ffd65d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669027531907,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221121104447/1.0/artifacts/service-Vfw20221121104447-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-21T10:47:27.707Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-21T10:47:27.707Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-21T10:47:27.707Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "609f848c-5c9e-41ac-8867-30c892ffd65d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669027527660,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221121104447/1.0/artifacts/service-Vfw20221121104447-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-21T10:47:27.707Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-21T10:47:27.707Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-21T10:47:27.707Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "609f848c-5c9e-41ac-8867-30c892ffd65d",
  "consumerID": "cds",
  "timestamp": 1669027526103,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221121104447/1.0/artifacts/service-Vfw20221121104447-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-21T10:47:27.707Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-21T10:47:27.708Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-21T10:47:27.708Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "609f848c-5c9e-41ac-8867-30c892ffd65d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669027528157,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221121104447/1.0/artifacts/service-Vfw20221121104447-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-21T10:47:27.708Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-21T10:47:27.708Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-21T10:47:27.708Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "609f848c-5c9e-41ac-8867-30c892ffd65d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669027531907,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221121104447/1.0/artifacts/service-Vfw20221121104447-csar.csar",
  "status": "NOTIFIED"
}
2022-11-21T10:47:27.708Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-21T10:47:27.709Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-21T10:47:27.709Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "609f848c-5c9e-41ac-8867-30c892ffd65d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669027527660,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221121104447/1.0/artifacts/service-Vfw20221121104447-csar.csar",
  "status": "NOTIFIED"
}
2022-11-21T10:47:27.709Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-21T10:47:27.709Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-21T10:47:27.709Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "609f848c-5c9e-41ac-8867-30c892ffd65d",
  "consumerID": "cds",
  "timestamp": 1669027526103,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221121104447/1.0/artifacts/service-Vfw20221121104447-csar.csar",
  "status": "NOTIFIED"
}
2022-11-21T10:47:27.709Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-21T10:47:27.709Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-21T10:47:27.709Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "609f848c-5c9e-41ac-8867-30c892ffd65d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669027542308,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221121104447/1.0/resourceInstances/vfw2bc1cf02e17d0/artifacts/vfw2bc1cf02e17d0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-11-21T10:47:27.710Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-21T10:47:27.710Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-21T10:47:27.710Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "609f848c-5c9e-41ac-8867-30c892ffd65d",
  "consumerID": "cds",
  "timestamp": 1669027541609,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221121104447/1.0/artifacts/service-Vfw20221121104447-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-21T10:47:27.710Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-21T10:47:27.710Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-21T10:47:27.710Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "609f848c-5c9e-41ac-8867-30c892ffd65d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669027542597,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221121104447/1.0/artifacts/service-Vfw20221121104447-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-21T10:47:27.711Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-21T10:47:27.711Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-21T10:47:27.711Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "609f848c-5c9e-41ac-8867-30c892ffd65d",
  "consumerID": "cds",
  "timestamp": 1669027542627,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221121104447/1.0/artifacts/service-Vfw20221121104447-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-21T10:47:27.721Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 609f848c-5c9e-41ac-8867-30c892ffd65d
2022-11-21T10:47:27.721Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 609f848c-5c9e-41ac-8867-30c892ffd65d 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-21T10:47:27.734Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-21T10:47:27.734Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "609f848c-5c9e-41ac-8867-30c892ffd65d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669027543400,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221121104447/1.0/resourceInstances/vfw2bc1cf02e17d0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-11-21T10:47:27.734Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-21T10:47:27.734Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-21T10:47:27.735Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "609f848c-5c9e-41ac-8867-30c892ffd65d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669027544499,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221121104447/1.0/resourceInstances/vfw2bc1cf02e17d0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-11-21T10:47:27.735Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-21T10:47:27.735Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-21T10:47:27.735Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "609f848c-5c9e-41ac-8867-30c892ffd65d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669027545573,
  "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-21T10:47:27.741Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 609f848c-5c9e-41ac-8867-30c892ffd65d
2022-11-21T10:47:27.741Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 609f848c-5c9e-41ac-8867-30c892ffd65d 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-21T10:47:27.750Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-21T10:47:27.750Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "609f848c-5c9e-41ac-8867-30c892ffd65d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669027546577,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221121104447/1.0/resourceInstances/vfw2bc1cf02e17d0/artifacts/vfw2bc1cf02e17d0_modules.json",
  "status": "DEPLOY_OK"
}
2022-11-21T10:47:27.750Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-21T10:47:27.750Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-21T10:47:27.750Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "609f848c-5c9e-41ac-8867-30c892ffd65d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669027546456,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221121104447/1.0/resourceInstances/vfw2bc1cf02e17d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-21T10:47:27.751Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-21T10:47:27.751Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-21T10:47:27.751Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "609f848c-5c9e-41ac-8867-30c892ffd65d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669027547722,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221121104447/1.0/resourceInstances/vfw2bc1cf02e17d0/artifacts/vfw2bc1cf02e17d0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-11-21T10:47:27.751Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-21T10:47:27.752Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-21T10:47:27.752Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "609f848c-5c9e-41ac-8867-30c892ffd65d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669027546456,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221121104447/1.0/resourceInstances/vfw2bc1cf02e17d0/artifacts/vfw2bc1cf02e17d0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-21T10:47:27.752Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-21T10:47:27.752Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-21T10:47:27.752Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "609f848c-5c9e-41ac-8867-30c892ffd65d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669027548825,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221121104447/1.0/resourceInstances/vfw2bc1cf02e17d0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-11-21T10:47:27.753Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-21T10:47:27.753Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-21T10:47:27.753Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "609f848c-5c9e-41ac-8867-30c892ffd65d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669027546456,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221121104447/1.0/resourceInstances/vfw2bc1cf02e17d0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-21T10:47:27.753Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-21T10:47:27.754Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-21T10:47:27.754Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "609f848c-5c9e-41ac-8867-30c892ffd65d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669027549892,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221121104447/1.0/resourceInstances/vfw2bc1cf02e17d0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-11-21T10:47:27.754Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-21T10:47:27.754Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-21T10:47:27.754Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "609f848c-5c9e-41ac-8867-30c892ffd65d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669027546456,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221121104447/1.0/resourceInstances/vfw2bc1cf02e17d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-21T10:47:27.755Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-21T10:47:27.755Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-21T10:47:27.755Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "609f848c-5c9e-41ac-8867-30c892ffd65d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669027546456,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221121104447/1.0/resourceInstances/vfw2bc1cf02e17d0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-11-21T10:47:27.755Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-21T10:47:27.755Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-21T10:47:27.756Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "609f848c-5c9e-41ac-8867-30c892ffd65d",
  "consumerID": "aai-ml",
  "timestamp": 1669027550365,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221121104447/1.0/resourceInstances/vfw2bc1cf02e17d0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-21T10:47:27.756Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-21T10:47:27.756Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-21T10:47:27.756Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "609f848c-5c9e-41ac-8867-30c892ffd65d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669027551253,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221121104447/1.0/resourceInstances/vfw2bc1cf02e17d0/artifacts/vfw2bc1cf02e17d0_modules.json",
  "status": "DEPLOY_OK"
}
2022-11-21T10:47:27.757Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-21T10:47:27.757Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-21T10:47:27.757Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "609f848c-5c9e-41ac-8867-30c892ffd65d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669027546456,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221121104447/1.0/artifacts/service-Vfw20221121104447-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-21T10:47:27.757Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-21T10:47:27.757Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-21T10:47:27.758Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "609f848c-5c9e-41ac-8867-30c892ffd65d",
  "consumerID": "aai-ml",
  "timestamp": 1669027550365,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221121104447/1.0/resourceInstances/vfw2bc1cf02e17d0/artifacts/vfw2bc1cf02e17d0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-21T10:47:27.758Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-21T10:47:27.758Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-21T10:47:27.758Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "609f848c-5c9e-41ac-8867-30c892ffd65d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669027552257,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221121104447/1.0/resourceInstances/vfw2bc1cf02e17d0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-11-21T10:47:27.758Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-21T10:47:27.759Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-21T10:47:27.759Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "609f848c-5c9e-41ac-8867-30c892ffd65d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669027546456,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221121104447/1.0/artifacts/service-Vfw20221121104447-csar.csar",
  "status": "NOTIFIED"
}
2022-11-21T10:47:27.759Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-21T10:47:27.759Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-21T10:47:27.759Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "609f848c-5c9e-41ac-8867-30c892ffd65d",
  "consumerID": "aai-ml",
  "timestamp": 1669027550365,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221121104447/1.0/resourceInstances/vfw2bc1cf02e17d0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-21T10:47:27.760Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-21T10:47:27.760Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-21T10:47:27.760Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "609f848c-5c9e-41ac-8867-30c892ffd65d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669027553262,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221121104447/1.0/resourceInstances/vfw2bc1cf02e17d0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-11-21T10:47:27.760Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-21T10:47:27.760Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-21T10:47:27.760Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "609f848c-5c9e-41ac-8867-30c892ffd65d",
  "consumerID": "aai-ml",
  "timestamp": 1669027550365,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221121104447/1.0/resourceInstances/vfw2bc1cf02e17d0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-21T10:47:27.761Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-21T10:47:27.761Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-21T10:47:27.761Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "609f848c-5c9e-41ac-8867-30c892ffd65d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669027554266,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221121104447/1.0/artifacts/service-Vfw20221121104447-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-21T10:47:27.761Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-21T10:47:27.761Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-21T10:47:27.762Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "609f848c-5c9e-41ac-8867-30c892ffd65d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669027554401,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221121104447/1.0/artifacts/service-Vfw20221121104447-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-21T10:47:27.762Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-21T10:47:27.763Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-21T10:47:27.764Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "609f848c-5c9e-41ac-8867-30c892ffd65d",
  "consumerID": "aai-ml",
  "timestamp": 1669027550365,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221121104447/1.0/resourceInstances/vfw2bc1cf02e17d0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-11-21T10:47:27.764Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-21T10:47:27.764Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-21T10:47:27.765Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "609f848c-5c9e-41ac-8867-30c892ffd65d",
  "consumerID": "aai-ml",
  "timestamp": 1669027550365,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221121104447/1.0/artifacts/service-Vfw20221121104447-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-21T10:47:27.765Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-21T10:47:27.765Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-21T10:47:27.765Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "609f848c-5c9e-41ac-8867-30c892ffd65d",
  "consumerID": "aai-ml",
  "timestamp": 1669027550365,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221121104447/1.0/artifacts/service-Vfw20221121104447-csar.csar",
  "status": "NOTIFIED"
}
2022-11-21T10:47:27.766Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-21T10:47:27.766Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-21T10:47:27.766Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "609f848c-5c9e-41ac-8867-30c892ffd65d",
  "consumerID": "aai-ml",
  "timestamp": 1669027558229,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221121104447/1.0/artifacts/service-Vfw20221121104447-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-21T10:47:27.766Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-21T10:47:27.767Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-21T10:47:27.767Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "609f848c-5c9e-41ac-8867-30c892ffd65d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669027559940,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221121104447/1.0/artifacts/service-Vfw20221121104447-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-21T10:47:27.767Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-21T10:47:27.767Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-21T10:47:27.768Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bfc7393-3b0f-45c8-858f-b6e3cd17d1ad",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669027551907,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIeolsd/1.0/resourceInstances/basic_onboard_ieolsd0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-21T10:47:27.768Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-21T10:47:27.768Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-21T10:47:27.768Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bfc7393-3b0f-45c8-858f-b6e3cd17d1ad",
  "consumerID": "cds",
  "timestamp": 1669027556106,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIeolsd/1.0/resourceInstances/basic_onboard_ieolsd0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-21T10:47:27.769Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-21T10:47:27.769Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-21T10:47:27.769Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "609f848c-5c9e-41ac-8867-30c892ffd65d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669027560945,
  "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-21T10:47:27.775Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 609f848c-5c9e-41ac-8867-30c892ffd65d
2022-11-21T10:47:27.775Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 609f848c-5c9e-41ac-8867-30c892ffd65d 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-21T10:47:27.784Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-21T10:47:27.784Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bfc7393-3b0f-45c8-858f-b6e3cd17d1ad",
  "consumerID": "cds",
  "timestamp": 1669027556106,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIeolsd/1.0/resourceInstances/basic_onboard_ieolsd0/artifacts/basic_onboard_ieolsd0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-21T10:47:27.785Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-21T10:47:27.785Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-21T10:47:27.785Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bfc7393-3b0f-45c8-858f-b6e3cd17d1ad",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669027551907,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIeolsd/1.0/resourceInstances/basic_onboard_ieolsd0/artifacts/basic_onboard_ieolsd0_modules.json",
  "status": "NOTIFIED"
}
2022-11-21T10:47:27.785Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-21T10:47:27.785Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-21T10:47:27.785Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bfc7393-3b0f-45c8-858f-b6e3cd17d1ad",
  "consumerID": "cds",
  "timestamp": 1669027556106,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIeolsd/1.0/resourceInstances/basic_onboard_ieolsd0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-21T10:47:27.785Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-21T10:47:27.786Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-21T10:47:27.786Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bfc7393-3b0f-45c8-858f-b6e3cd17d1ad",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669027551907,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIeolsd/1.0/resourceInstances/basic_onboard_ieolsd0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-11-21T10:47:27.786Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-21T10:47:27.786Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-21T10:47:27.786Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bfc7393-3b0f-45c8-858f-b6e3cd17d1ad",
  "consumerID": "cds",
  "timestamp": 1669027556106,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIeolsd/1.0/resourceInstances/basic_onboard_ieolsd0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-21T10:47:27.786Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-21T10:47:27.786Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-21T10:47:27.786Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bfc7393-3b0f-45c8-858f-b6e3cd17d1ad",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669027551907,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIeolsd/1.0/resourceInstances/basic_onboard_ieolsd0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-21T10:47:27.787Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-21T10:47:27.787Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-21T10:47:27.787Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bfc7393-3b0f-45c8-858f-b6e3cd17d1ad",
  "consumerID": "cds",
  "timestamp": 1669027556106,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIeolsd/1.0/resourceInstances/basic_onboard_ieolsd0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-11-21T10:47:27.787Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-21T10:47:27.787Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-21T10:47:27.787Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bfc7393-3b0f-45c8-858f-b6e3cd17d1ad",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669027551907,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIeolsd/1.0/resourceInstances/basic_onboard_ieolsd0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-11-21T10:47:27.787Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-21T10:47:27.787Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-21T10:47:27.788Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bfc7393-3b0f-45c8-858f-b6e3cd17d1ad",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669027551907,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIeolsd/1.0/artifacts/service-BasicOnboardIeolsd-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-21T10:47:27.788Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-21T10:47:27.788Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-21T10:47:27.788Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bfc7393-3b0f-45c8-858f-b6e3cd17d1ad",
  "consumerID": "cds",
  "timestamp": 1669027556106,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIeolsd/1.0/artifacts/service-BasicOnboardIeolsd-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-21T10:47:27.788Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-21T10:47:27.788Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-21T10:47:27.788Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bfc7393-3b0f-45c8-858f-b6e3cd17d1ad",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669027551907,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIeolsd/1.0/artifacts/service-BasicOnboardIeolsd-csar.csar",
  "status": "NOTIFIED"
}
2022-11-21T10:47:27.788Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-21T10:47:27.788Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-21T10:47:27.789Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bfc7393-3b0f-45c8-858f-b6e3cd17d1ad",
  "consumerID": "cds",
  "timestamp": 1669027556106,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIeolsd/1.0/artifacts/service-BasicOnboardIeolsd-csar.csar",
  "status": "NOTIFIED"
}
2022-11-21T10:47:27.789Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-21T10:47:27.789Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-21T10:47:27.789Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bfc7393-3b0f-45c8-858f-b6e3cd17d1ad",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669027567379,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIeolsd/1.0/resourceInstances/basic_onboard_ieolsd0/artifacts/basic_onboard_ieolsd0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-11-21T10:47:27.789Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-21T10:47:27.789Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-21T10:47:27.789Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bfc7393-3b0f-45c8-858f-b6e3cd17d1ad",
  "consumerID": "cds",
  "timestamp": 1669027566670,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIeolsd/1.0/artifacts/service-BasicOnboardIeolsd-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-21T10:47:27.789Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-21T10:47:27.790Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-21T10:47:27.790Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bfc7393-3b0f-45c8-858f-b6e3cd17d1ad",
  "consumerID": "cds",
  "timestamp": 1669027567677,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIeolsd/1.0/artifacts/service-BasicOnboardIeolsd-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-21T10:47:27.802Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 6bfc7393-3b0f-45c8-858f-b6e3cd17d1ad
2022-11-21T10:47:27.802Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6bfc7393-3b0f-45c8-858f-b6e3cd17d1ad 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-21T10:47:27.811Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-21T10:47:27.811Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bfc7393-3b0f-45c8-858f-b6e3cd17d1ad",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669027568476,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIeolsd/1.0/resourceInstances/basic_onboard_ieolsd0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-11-21T10:47:27.811Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-21T10:47:27.811Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-21T10:47:27.811Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bfc7393-3b0f-45c8-858f-b6e3cd17d1ad",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669027568157,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIeolsd/1.0/resourceInstances/basic_onboard_ieolsd0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-21T10:47:27.811Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-21T10:47:27.811Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-21T10:47:27.812Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bfc7393-3b0f-45c8-858f-b6e3cd17d1ad",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669027569556,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIeolsd/1.0/resourceInstances/basic_onboard_ieolsd0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-11-21T10:47:27.812Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-21T10:47:27.812Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-21T10:47:27.812Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bfc7393-3b0f-45c8-858f-b6e3cd17d1ad",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669027568157,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIeolsd/1.0/resourceInstances/basic_onboard_ieolsd0/artifacts/basic_onboard_ieolsd0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-21T10:47:27.812Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-21T10:47:27.812Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-21T10:47:27.813Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bfc7393-3b0f-45c8-858f-b6e3cd17d1ad",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669027570574,
  "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-21T10:47:27.818Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 6bfc7393-3b0f-45c8-858f-b6e3cd17d1ad
2022-11-21T10:47:27.818Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6bfc7393-3b0f-45c8-858f-b6e3cd17d1ad 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-21T10:47:27.825Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-21T10:47:27.825Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bfc7393-3b0f-45c8-858f-b6e3cd17d1ad",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669027568157,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIeolsd/1.0/resourceInstances/basic_onboard_ieolsd0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-21T10:47:27.825Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-21T10:47:27.825Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-21T10:47:27.825Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bfc7393-3b0f-45c8-858f-b6e3cd17d1ad",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669027571577,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIeolsd/1.0/resourceInstances/basic_onboard_ieolsd0/artifacts/basic_onboard_ieolsd0_modules.json",
  "status": "DEPLOY_OK"
}
2022-11-21T10:47:27.825Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-21T10:47:27.825Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-21T10:47:27.826Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bfc7393-3b0f-45c8-858f-b6e3cd17d1ad",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669027568157,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIeolsd/1.0/resourceInstances/basic_onboard_ieolsd0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-21T10:47:27.826Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-21T10:47:27.826Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-21T10:47:27.826Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bfc7393-3b0f-45c8-858f-b6e3cd17d1ad",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669027568157,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIeolsd/1.0/resourceInstances/basic_onboard_ieolsd0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-11-21T10:47:27.826Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-21T10:47:27.826Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-21T10:47:27.826Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "609f848c-5c9e-41ac-8867-30c892ffd65d",
  "consumerID": "aai-ml",
  "timestamp": 1669027573623,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221121104447/1.0/artifacts/service-Vfw20221121104447-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-21T10:47:27.826Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-21T10:47:27.827Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-21T10:47:27.827Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bfc7393-3b0f-45c8-858f-b6e3cd17d1ad",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669027568157,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIeolsd/1.0/artifacts/service-BasicOnboardIeolsd-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-21T10:47:27.827Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-21T10:47:27.827Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-21T10:47:27.827Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "609f848c-5c9e-41ac-8867-30c892ffd65d",
  "consumerID": "aai-ml",
  "timestamp": 1669027574628,
  "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-21T10:47:27.831Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 609f848c-5c9e-41ac-8867-30c892ffd65d
2022-11-21T10:47:27.831Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 609f848c-5c9e-41ac-8867-30c892ffd65d 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-21T10:47:27.839Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-21T10:47:27.839Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bfc7393-3b0f-45c8-858f-b6e3cd17d1ad",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669027568157,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIeolsd/1.0/artifacts/service-BasicOnboardIeolsd-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-21T10:47:27.839Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-21T10:47:27.839Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-21T10:47:27.839Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bfc7393-3b0f-45c8-858f-b6e3cd17d1ad",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669027576456,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIeolsd/1.0/resourceInstances/basic_onboard_ieolsd0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-21T10:47:27.840Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-21T10:47:27.840Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-21T10:47:27.840Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bfc7393-3b0f-45c8-858f-b6e3cd17d1ad",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669027576456,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIeolsd/1.0/resourceInstances/basic_onboard_ieolsd0/artifacts/basic_onboard_ieolsd0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-21T10:47:27.840Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-21T10:47:27.840Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-21T10:47:27.840Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bfc7393-3b0f-45c8-858f-b6e3cd17d1ad",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669027576456,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIeolsd/1.0/resourceInstances/basic_onboard_ieolsd0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-21T10:47:27.840Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-21T10:47:27.840Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-21T10:47:27.840Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bfc7393-3b0f-45c8-858f-b6e3cd17d1ad",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669027576456,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIeolsd/1.0/resourceInstances/basic_onboard_ieolsd0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-21T10:47:27.841Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-21T10:47:27.841Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-21T10:47:27.841Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bfc7393-3b0f-45c8-858f-b6e3cd17d1ad",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669027576456,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIeolsd/1.0/resourceInstances/basic_onboard_ieolsd0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-11-21T10:47:27.841Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-21T10:47:27.841Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-21T10:47:27.841Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bfc7393-3b0f-45c8-858f-b6e3cd17d1ad",
  "consumerID": "aai-ml",
  "timestamp": 1669027580365,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIeolsd/1.0/resourceInstances/basic_onboard_ieolsd0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-21T10:47:27.841Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-21T10:47:27.841Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-21T10:47:27.841Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bfc7393-3b0f-45c8-858f-b6e3cd17d1ad",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669027576456,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIeolsd/1.0/artifacts/service-BasicOnboardIeolsd-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-21T10:47:27.841Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-21T10:47:27.842Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-21T10:47:27.842Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bfc7393-3b0f-45c8-858f-b6e3cd17d1ad",
  "consumerID": "aai-ml",
  "timestamp": 1669027580365,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIeolsd/1.0/resourceInstances/basic_onboard_ieolsd0/artifacts/basic_onboard_ieolsd0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-21T10:47:27.842Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-21T10:47:27.842Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-21T10:47:27.842Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bfc7393-3b0f-45c8-858f-b6e3cd17d1ad",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669027576456,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIeolsd/1.0/artifacts/service-BasicOnboardIeolsd-csar.csar",
  "status": "NOTIFIED"
}
2022-11-21T10:47:27.842Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-21T10:47:27.842Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-21T10:47:27.842Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bfc7393-3b0f-45c8-858f-b6e3cd17d1ad",
  "consumerID": "aai-ml",
  "timestamp": 1669027580365,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIeolsd/1.0/resourceInstances/basic_onboard_ieolsd0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-21T10:47:27.842Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-21T10:47:27.842Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-21T10:47:27.842Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bfc7393-3b0f-45c8-858f-b6e3cd17d1ad",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669027584223,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIeolsd/1.0/artifacts/service-BasicOnboardIeolsd-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-21T10:47:27.843Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-21T10:47:27.843Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-21T10:47:27.843Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bfc7393-3b0f-45c8-858f-b6e3cd17d1ad",
  "consumerID": "aai-ml",
  "timestamp": 1669027580365,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIeolsd/1.0/resourceInstances/basic_onboard_ieolsd0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-21T10:47:27.843Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-21T10:47:27.843Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-21T10:47:27.843Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bfc7393-3b0f-45c8-858f-b6e3cd17d1ad",
  "consumerID": "aai-ml",
  "timestamp": 1669027580365,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIeolsd/1.0/resourceInstances/basic_onboard_ieolsd0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-11-21T10:47:27.843Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-21T10:47:27.843Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-21T10:47:27.843Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bfc7393-3b0f-45c8-858f-b6e3cd17d1ad",
  "consumerID": "aai-ml",
  "timestamp": 1669027580365,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIeolsd/1.0/artifacts/service-BasicOnboardIeolsd-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-21T10:47:27.844Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-21T10:47:27.844Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-21T10:47:27.844Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bfc7393-3b0f-45c8-858f-b6e3cd17d1ad",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669027586592,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIeolsd/1.0/artifacts/service-BasicOnboardIeolsd-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-21T10:47:27.844Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-21T10:47:27.844Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-21T10:47:27.844Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bfc7393-3b0f-45c8-858f-b6e3cd17d1ad",
  "consumerID": "aai-ml",
  "timestamp": 1669027580365,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIeolsd/1.0/artifacts/service-BasicOnboardIeolsd-csar.csar",
  "status": "NOTIFIED"
}
2022-11-21T10:47:27.844Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-21T10:47:27.844Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-21T10:47:27.845Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bfc7393-3b0f-45c8-858f-b6e3cd17d1ad",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669027587595,
  "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-21T10:47:27.849Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 6bfc7393-3b0f-45c8-858f-b6e3cd17d1ad
2022-11-21T10:47:27.849Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6bfc7393-3b0f-45c8-858f-b6e3cd17d1ad 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-21T10:47:55.362Z|609f848c-5c9e-41ac-8867-30c892ffd65d|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 609f848c-5c9e-41ac-8867-30c892ffd65d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-21T10:47:55.376Z|609f848c-5c9e-41ac-8867-30c892ffd65d|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 609f848c-5c9e-41ac-8867-30c892ffd65d
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-21T10:47:55.381Z|609f848c-5c9e-41ac-8867-30c892ffd65d|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-21T10:47:55.381Z|609f848c-5c9e-41ac-8867-30c892ffd65d|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-11-21T10:47:55.381Z|609f848c-5c9e-41ac-8867-30c892ffd65d|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-11-21T10:47:55.382Z|609f848c-5c9e-41ac-8867-30c892ffd65d|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-11-21T10:47:55.382Z|609f848c-5c9e-41ac-8867-30c892ffd65d|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-21T10:47:55.382Z|609f848c-5c9e-41ac-8867-30c892ffd65d|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-21T10:47:55.382Z|609f848c-5c9e-41ac-8867-30c892ffd65d|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-21T10:47:55.382Z|609f848c-5c9e-41ac-8867-30c892ffd65d|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-21T10:47:55.383Z|609f848c-5c9e-41ac-8867-30c892ffd65d|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-21T10:47:55.383Z|609f848c-5c9e-41ac-8867-30c892ffd65d|pool-2-thread-4|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-21T10:47:55.389Z|609f848c-5c9e-41ac-8867-30c892ffd65d|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-11-21T10:48:25.390Z|609f848c-5c9e-41ac-8867-30c892ffd65d|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 609f848c-5c9e-41ac-8867-30c892ffd65d 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-21T10:48:25.406Z|609f848c-5c9e-41ac-8867-30c892ffd65d|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 609f848c-5c9e-41ac-8867-30c892ffd65d and serviceModelVersionId: 81dea532-743b-4aa3-8c13-82551079bd4a
2022-11-21T10:48:25.407Z|609f848c-5c9e-41ac-8867-30c892ffd65d|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : a2df761c-378f-47ef-9022-684e5a08c457
2022-11-21T10:48:27.664Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-21T10:48:27.665Z||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-21T10:48:27.665Z||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 GmHQtEo58V8hNAS8) ...
2022-11-21T10:48:28.186Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-21T10:48:28.187Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-21T10:48:28.187Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bfc7393-3b0f-45c8-858f-b6e3cd17d1ad",
  "consumerID": "aai-ml",
  "timestamp": 1669027588125,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIeolsd/1.0/artifacts/service-BasicOnboardIeolsd-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-21T10:48:28.188Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-21T10:48:28.188Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-21T10:48:28.188Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bfc7393-3b0f-45c8-858f-b6e3cd17d1ad",
  "consumerID": "aai-ml",
  "timestamp": 1669027595327,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIeolsd/1.0/artifacts/service-BasicOnboardIeolsd-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-21T10:48:28.189Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-21T10:48:28.189Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-21T10:48:28.189Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bfc7393-3b0f-45c8-858f-b6e3cd17d1ad",
  "consumerID": "aai-ml",
  "timestamp": 1669027596331,
  "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-21T10:48:28.197Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 6bfc7393-3b0f-45c8-858f-b6e3cd17d1ad
2022-11-21T10:48:28.197Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 6bfc7393-3b0f-45c8-858f-b6e3cd17d1ad 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-21T10:48:40.828Z|609f848c-5c9e-41ac-8867-30c892ffd65d|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/a2df761c-378f-47ef-9022-684e5a08c457/model-vers/model-ver/81dea532-743b-4aa3-8c13-82551079bd4a?depth=0
2022-11-21T10:48:40.934Z|609f848c-5c9e-41ac-8867-30c892ffd65d|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2022-11-21T10:48:41.423Z|609f848c-5c9e-41ac-8867-30c892ffd65d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2df761c-378f-47ef-9022-684e5a08c457/model-vers/model-ver/81dea532-743b-4aa3-8c13-82551079bd4a?depth=0|INFO|500||Invoke
2022-11-21T10:48:41.430Z|609f848c-5c9e-41ac-8867-30c892ffd65d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2df761c-378f-47ef-9022-684e5a08c457/model-vers/model-ver/81dea532-743b-4aa3-8c13-82551079bd4a?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2df761c-378f-47ef-9022-684e5a08c457/model-vers/model-ver/81dea532-743b-4aa3-8c13-82551079bd4a?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[609f848c-5c9e-41ac-8867-30c892ffd65d], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[b3a8850d-9537-4e4e-bfc2-725ce71e889d], X-ECOMP-RequestID=[609f848c-5c9e-41ac-8867-30c892ffd65d], X-TransactionId=[], X-ONAP-RequestID=[609f848c-5c9e-41ac-8867-30c892ffd65d], Content-Type=[application/merge-patch+json]}
2022-11-21T10:48:41.544Z|609f848c-5c9e-41ac-8867-30c892ffd65d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2df761c-378f-47ef-9022-684e5a08c457/model-vers/model-ver/81dea532-743b-4aa3-8c13-82551079bd4a?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-11-21T10:48:41.712Z|609f848c-5c9e-41ac-8867-30c892ffd65d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2df761c-378f-47ef-9022-684e5a08c457/model-vers/model-ver/81dea532-743b-4aa3-8c13-82551079bd4a?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/a2df761c-378f-47ef-9022-684e5a08c457/model-vers/model-ver/81dea532-743b-4aa3-8c13-82551079bd4a?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-221121-10:48:41:677-64808], vertex-id=[184400], Content-Length=[0], Date=[Mon, 21 Nov 2022 10:48:41 GMT], Content-Type=[application/json]}
2022-11-21T10:48:41.714Z|609f848c-5c9e-41ac-8867-30c892ffd65d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2df761c-378f-47ef-9022-684e5a08c457/model-vers/model-ver/81dea532-743b-4aa3-8c13-82551079bd4a?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-11-21T10:48:41.714Z|609f848c-5c9e-41ac-8867-30c892ffd65d|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a2df761c-378f-47ef-9022-684e5a08c457/model-vers/model-ver/81dea532-743b-4aa3-8c13-82551079bd4a?depth=0|INFO|500||InvokeReturn
2022-11-21T10:48:41.718Z|609f848c-5c9e-41ac-8867-30c892ffd65d|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-11-21T10:48:41.718Z|609f848c-5c9e-41ac-8867-30c892ffd65d|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-21T10:48:41.726Z|609f848c-5c9e-41ac-8867-30c892ffd65d|pool-2-thread-4|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-11-21T10:48:41.727Z|609f848c-5c9e-41ac-8867-30c892ffd65d|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 609f848c-5c9e-41ac-8867-30c892ffd65d and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-11-21T10:48:41.728Z|609f848c-5c9e-41ac-8867-30c892ffd65d|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-11-21T10:48:41.728Z|609f848c-5c9e-41ac-8867-30c892ffd65d|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-21T10:48:41.730Z|609f848c-5c9e-41ac-8867-30c892ffd65d|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-21T10:48:41.731Z|609f848c-5c9e-41ac-8867-30c892ffd65d|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "609f848c-5c9e-41ac-8867-30c892ffd65d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669027721727,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-21T10:48:41.831Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-21T10:48:41.832Z||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-21T10:48:41.832Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GmHQtEo58V8hNAS8) ...
2022-11-21T10:48:41.842Z||pool-18-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-21T10:48:41.843Z||pool-18-thread-1|||||INFO|500||cambria reply ok (12 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-21T10:48:42.744Z|609f848c-5c9e-41ac-8867-30c892ffd65d|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-21T10:48:42.745Z|609f848c-5c9e-41ac-8867-30c892ffd65d|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-21T10:48:42.745Z|609f848c-5c9e-41ac-8867-30c892ffd65d|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 GmHQtEo58V8hNAS8) ...
2022-11-21T10:48:47.153Z|609f848c-5c9e-41ac-8867-30c892ffd65d|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-21T10:48:47.154Z|609f848c-5c9e-41ac-8867-30c892ffd65d|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-21T10:48:47.154Z|609f848c-5c9e-41ac-8867-30c892ffd65d|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"6bfc7393-3b0f-45c8-858f-b6e3cd17d1ad","serviceName":"basic_onboard_ieolsD","serviceVersion":"1.0","serviceUUID":"0aab891a-9225-4306-a917-67e07cecd9e9","serviceDescription":"service","serviceInvariantUUID":"e77c8c56-c894-4876-a10f-4774ee9937c7","resources":[{"resourceInstanceName":"basic_onboard_ieolsD 0","resourceName":"basic_onboard_ieolsD","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"bc77d95d-6249-4af5-87dc-7193a7cc096c","resourceInvariantUUID":"70e91050-ff8c-43cc-b044-8ab08ef7d231","resourceCustomizationUUID":"0a724efe-d45f-4ab9-ab1d-f6b5cee1a3f9","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardIeolsd/1.0/resourceInstances/basic_onboard_ieolsd0/artifacts/vf-license-model.xml","artifactChecksum":"OWNhZTY4YTY3OWQzMTkwNTQwZTU0YjkzNmRiOWE4ZWE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"fe9cb848-4960-462f-a123-4928c2ebd9ca","artifactVersion":"1"},{"artifactName":"basic_onboard_ieolsd0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardIeolsd/1.0/resourceInstances/basic_onboard_ieolsd0/artifacts/basic_onboard_ieolsd0_modules.json","artifactChecksum":"MzJkYWI0ZmE3Y2Y0MDMxMmIyMzYzYmU2YjExNjRiMGU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"211ec589-a5d1-40a2-a46d-1ce0d7ac55b0","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardIeolsd/1.0/resourceInstances/basic_onboard_ieolsd0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"a9165259-e155-478b-a80b-93ed14cabf1c","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardIeolsd/1.0/resourceInstances/basic_onboard_ieolsd0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"d7832845-fb4f-43e2-b326-b362ed903ce8","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardIeolsd/1.0/resourceInstances/basic_onboard_ieolsd0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"ba91c0ee-931f-4fa5-b2df-1e5e80cd3f3b","artifactVersion":"2","generatedFromUUID":"a9165259-e155-478b-a80b-93ed14cabf1c"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardIeolsd-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardIeolsd/1.0/artifacts/service-BasicOnboardIeolsd-template.yml","artifactChecksum":"YmQ0MDEyZDEzYTUwYjljN2NiM2M5OGVhZWY2ZTBiODE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"0e6b661a-99bd-4b22-8eac-a747b19cd289","artifactVersion":"1"},{"artifactName":"service-BasicOnboardIeolsd-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardIeolsd/1.0/artifacts/service-BasicOnboardIeolsd-csar.csar","artifactChecksum":"ZDczODU2YmJmMDg5NzY0ZjI3NzM1YTVmZTYyYWQ4Yzk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"9ad895a9-9cf4-4f40-a703-5264e0f52c93","artifactVersion":"1"}],"workloadContext":"Production"}
2022-11-21T10:48:47.157Z|609f848c-5c9e-41ac-8867-30c892ffd65d|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-21T10:48:47.157Z|609f848c-5c9e-41ac-8867-30c892ffd65d|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-21T10:48:47.159Z|609f848c-5c9e-41ac-8867-30c892ffd65d|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-21T10:48:47.159Z|609f848c-5c9e-41ac-8867-30c892ffd65d|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "6bfc7393-3b0f-45c8-858f-b6e3cd17d1ad",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669027722744,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIeolsd/1.0/resourceInstances/basic_onboard_ieolsd0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-21T10:48:47.259Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-21T10:48:47.260Z||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-21T10:48:47.260Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GmHQtEo58V8hNAS8) ...
2022-11-21T10:48:47.273Z||pool-19-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-21T10:48:47.274Z||pool-19-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-11-21T10:48:48.159Z|609f848c-5c9e-41ac-8867-30c892ffd65d|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-21T10:48:48.160Z|609f848c-5c9e-41ac-8867-30c892ffd65d|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-21T10:48:48.162Z|609f848c-5c9e-41ac-8867-30c892ffd65d|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-21T10:48:48.162Z|609f848c-5c9e-41ac-8867-30c892ffd65d|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "6bfc7393-3b0f-45c8-858f-b6e3cd17d1ad",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669027722744,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIeolsd/1.0/resourceInstances/basic_onboard_ieolsd0/artifacts/basic_onboard_ieolsd0_modules.json",
  "status": "NOTIFIED"
}
2022-11-21T10:48:48.263Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-21T10:48:48.263Z||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-21T10:48:48.264Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GmHQtEo58V8hNAS8) ...
2022-11-21T10:48:48.275Z||pool-20-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-21T10:48:48.275Z||pool-20-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-11-21T10:48:49.163Z|609f848c-5c9e-41ac-8867-30c892ffd65d|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-21T10:48:49.164Z|609f848c-5c9e-41ac-8867-30c892ffd65d|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-21T10:48:49.166Z|609f848c-5c9e-41ac-8867-30c892ffd65d|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-21T10:48:49.166Z|609f848c-5c9e-41ac-8867-30c892ffd65d|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "6bfc7393-3b0f-45c8-858f-b6e3cd17d1ad",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669027722744,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIeolsd/1.0/resourceInstances/basic_onboard_ieolsd0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-11-21T10:48:49.266Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-21T10:48:49.267Z||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-21T10:48:49.267Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GmHQtEo58V8hNAS8) ...
2022-11-21T10:48:49.282Z||pool-21-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-21T10:48:49.282Z||pool-21-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-11-21T10:48:50.166Z|609f848c-5c9e-41ac-8867-30c892ffd65d|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-21T10:48:50.167Z|609f848c-5c9e-41ac-8867-30c892ffd65d|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-21T10:48:50.169Z|609f848c-5c9e-41ac-8867-30c892ffd65d|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-21T10:48:50.170Z|609f848c-5c9e-41ac-8867-30c892ffd65d|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "6bfc7393-3b0f-45c8-858f-b6e3cd17d1ad",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669027722744,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIeolsd/1.0/resourceInstances/basic_onboard_ieolsd0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-21T10:48:50.270Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-21T10:48:50.271Z||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-21T10:48:50.271Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GmHQtEo58V8hNAS8) ...
2022-11-21T10:48:50.299Z||pool-22-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-21T10:48:50.300Z||pool-22-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":1,"count":1}
2022-11-21T10:48:51.172Z|609f848c-5c9e-41ac-8867-30c892ffd65d|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-21T10:48:51.173Z|609f848c-5c9e-41ac-8867-30c892ffd65d|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-21T10:48:51.174Z|609f848c-5c9e-41ac-8867-30c892ffd65d|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-21T10:48:51.175Z|609f848c-5c9e-41ac-8867-30c892ffd65d|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "6bfc7393-3b0f-45c8-858f-b6e3cd17d1ad",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669027722744,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIeolsd/1.0/resourceInstances/basic_onboard_ieolsd0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-11-21T10:48:51.275Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-21T10:48:51.276Z||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-21T10:48:51.276Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GmHQtEo58V8hNAS8) ...
2022-11-21T10:48:51.287Z||pool-23-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-21T10:48:51.288Z||pool-23-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-11-21T10:48:52.175Z|609f848c-5c9e-41ac-8867-30c892ffd65d|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-21T10:48:52.176Z|609f848c-5c9e-41ac-8867-30c892ffd65d|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-21T10:48:52.179Z|609f848c-5c9e-41ac-8867-30c892ffd65d|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-21T10:48:52.179Z|609f848c-5c9e-41ac-8867-30c892ffd65d|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "6bfc7393-3b0f-45c8-858f-b6e3cd17d1ad",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669027722744,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIeolsd/1.0/artifacts/service-BasicOnboardIeolsd-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-21T10:48:52.279Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-21T10:48:52.280Z||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-21T10:48:52.280Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GmHQtEo58V8hNAS8) ...
2022-11-21T10:48:52.291Z||pool-24-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-21T10:48:52.291Z||pool-24-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-11-21T10:48:53.179Z|609f848c-5c9e-41ac-8867-30c892ffd65d|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-21T10:48:53.181Z|609f848c-5c9e-41ac-8867-30c892ffd65d|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-21T10:48:53.183Z|609f848c-5c9e-41ac-8867-30c892ffd65d|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-21T10:48:53.183Z|609f848c-5c9e-41ac-8867-30c892ffd65d|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "6bfc7393-3b0f-45c8-858f-b6e3cd17d1ad",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669027722744,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIeolsd/1.0/artifacts/service-BasicOnboardIeolsd-csar.csar",
  "status": "NOTIFIED"
}
2022-11-21T10:48:53.283Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-21T10:48:53.284Z||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-21T10:48:53.284Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GmHQtEo58V8hNAS8) ...
2022-11-21T10:48:53.298Z||pool-25-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-21T10:48:53.299Z||pool-25-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-11-21T10:48:54.185Z|609f848c-5c9e-41ac-8867-30c892ffd65d|pool-2-thread-4|||||DEBUG|500||sending notification to client: {
  "distributionID": "6bfc7393-3b0f-45c8-858f-b6e3cd17d1ad",
  "serviceName": "basic_onboard_ieolsD",
  "serviceVersion": "1.0",
  "serviceUUID": "0aab891a-9225-4306-a917-67e07cecd9e9",
  "serviceDescription": "service",
  "serviceInvariantUUID": "e77c8c56-c894-4876-a10f-4774ee9937c7",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_ieolsD 0",
      "resourceCustomizationUUID": "0a724efe-d45f-4ab9-ab1d-f6b5cee1a3f9",
      "resourceName": "basic_onboard_ieolsD",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "bc77d95d-6249-4af5-87dc-7193a7cc096c",
      "resourceInvariantUUID": "70e91050-ff8c-43cc-b044-8ab08ef7d231",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_ieolsd0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIeolsd/1.0/resourceInstances/basic_onboard_ieolsd0/artifacts/basic_onboard_ieolsd0_modules.json",
          "artifactChecksum": "MzJkYWI0ZmE3Y2Y0MDMxMmIyMzYzYmU2YjExNjRiMGU\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "211ec589-a5d1-40a2-a46d-1ce0d7ac55b0",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIeolsd/1.0/resourceInstances/basic_onboard_ieolsd0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "a9165259-e155-478b-a80b-93ed14cabf1c",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIeolsd/1.0/resourceInstances/basic_onboard_ieolsd0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "ba91c0ee-931f-4fa5-b2df-1e5e80cd3f3b",
            "generatedFromUUID": "a9165259-e155-478b-a80b-93ed14cabf1c"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIeolsd/1.0/resourceInstances/basic_onboard_ieolsd0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "ba91c0ee-931f-4fa5-b2df-1e5e80cd3f3b",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardIeolsd-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIeolsd/1.0/artifacts/service-BasicOnboardIeolsd-csar.csar",
      "artifactChecksum": "ZDczODU2YmJmMDg5NzY0ZjI3NzM1YTVmZTYyYWQ4Yzk\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "9ad895a9-9cf4-4f40-a703-5264e0f52c93"
    }
  ],
  "workloadContext": "Production"
}
2022-11-21T10:48:54.185Z|609f848c-5c9e-41ac-8867-30c892ffd65d|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-11-21T10:48:54.185Z|609f848c-5c9e-41ac-8867-30c892ffd65d|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 0aab891a-9225-4306-a917-67e07cecd9e9 ASDC
2022-11-21T10:48:54.186Z|6bfc7393-3b0f-45c8-858f-b6e3cd17d1ad|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:6bfc7393-3b0f-45c8-858f-b6e3cd17d1ad
ServiceName:basic_onboard_ieolsD
ServiceVersion:1.0
ServiceUUID:0aab891a-9225-4306-a917-67e07cecd9e9
ServiceInvariantUUID:e77c8c56-c894-4876-a10f-4774ee9937c7
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardIeolsd-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardIeolsd/1.0/artifacts/service-BasicOnboardIeolsd-csar.csar
ArtifactUUID:9ad895a9-9cf4-4f40-a703-5264e0f52c93
ArtifactChecksum:ZDczODU2YmJmMDg5NzY0ZjI3NzM1YTVmZTYyYWQ4Yzk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_ieolsD 0
ResourceCustomizationUUID:0a724efe-d45f-4ab9-ab1d-f6b5cee1a3f9
ResourceInvariantUUID:70e91050-ff8c-43cc-b044-8ab08ef7d231
ResourceName:basic_onboard_ieolsD
ResourceType:VF
ResourceUUID:bc77d95d-6249-4af5-87dc-7193a7cc096c
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_ieolsd0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardIeolsd/1.0/resourceInstances/basic_onboard_ieolsd0/artifacts/basic_onboard_ieolsd0_modules.json
ArtifactUUID:211ec589-a5d1-40a2-a46d-1ce0d7ac55b0
ArtifactChecksum:MzJkYWI0ZmE3Y2Y0MDMxMmIyMzYzYmU2YjExNjRiMGU=
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/BasicOnboardIeolsd/1.0/resourceInstances/basic_onboard_ieolsd0/artifacts/base_ubuntu18.yaml
ArtifactUUID:a9165259-e155-478b-a80b-93ed14cabf1c
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/BasicOnboardIeolsd/1.0/resourceInstances/basic_onboard_ieolsd0/artifacts/base_ubuntu18.env
ArtifactUUID:ba91c0ee-931f-4fa5-b2df-1e5e80cd3f3b
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/BasicOnboardIeolsd/1.0/resourceInstances/basic_onboard_ieolsd0/artifacts/base_ubuntu18.env
ArtifactUUID:ba91c0ee-931f-4fa5-b2df-1e5e80cd3f3b
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-11-21T10:48:54.186Z|6bfc7393-3b0f-45c8-858f-b6e3cd17d1ad|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 0aab891a-9225-4306-a917-67e07cecd9e9 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-21T10:48:54.217Z|6bfc7393-3b0f-45c8-858f-b6e3cd17d1ad|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-21T10:48:54.218Z|6bfc7393-3b0f-45c8-858f-b6e3cd17d1ad|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-11-21T10:48:54.218Z|6bfc7393-3b0f-45c8-858f-b6e3cd17d1ad|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-11-21T10:48:54.218Z|6bfc7393-3b0f-45c8-858f-b6e3cd17d1ad|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 9ad895a9-9cf4-4f40-a703-5264e0f52c93 from URL: /sdc/v1/catalog/services/BasicOnboardIeolsd/1.0/artifacts/service-BasicOnboardIeolsd-csar.csar
2022-11-21T10:48:54.219Z|6bfc7393-3b0f-45c8-858f-b6e3cd17d1ad|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-11-21T10:48:54.219Z|6bfc7393-3b0f-45c8-858f-b6e3cd17d1ad|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardIeolsd/1.0/artifacts/service-BasicOnboardIeolsd-csar.csar
2022-11-21T10:48:54.297Z|6bfc7393-3b0f-45c8-858f-b6e3cd17d1ad|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-11-21T10:48:54.301Z|6bfc7393-3b0f-45c8-858f-b6e3cd17d1ad|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardIeolsd/1.0/artifacts/service-BasicOnboardIeolsd-csar.csar 9ad895a9-9cf4-4f40-a703-5264e0f52c93 75282
2022-11-21T10:48:54.302Z|6bfc7393-3b0f-45c8-858f-b6e3cd17d1ad|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardIeolsd/1.0/artifacts/service-BasicOnboardIeolsd-csar.csar ASDC sendASDCNotification
2022-11-21T10:48:54.302Z|6bfc7393-3b0f-45c8-858f-b6e3cd17d1ad|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardIeolsd/1.0/artifacts/service-BasicOnboardIeolsd-csar.csar
2022-11-21T10:48:54.302Z|6bfc7393-3b0f-45c8-858f-b6e3cd17d1ad|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-21T10:48:54.302Z|6bfc7393-3b0f-45c8-858f-b6e3cd17d1ad|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-21T10:48:54.304Z|6bfc7393-3b0f-45c8-858f-b6e3cd17d1ad|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-21T10:48:54.304Z|6bfc7393-3b0f-45c8-858f-b6e3cd17d1ad|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "6bfc7393-3b0f-45c8-858f-b6e3cd17d1ad",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669027734302,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIeolsd/1.0/artifacts/service-BasicOnboardIeolsd-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-21T10:48:54.404Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-21T10:48:54.405Z||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-21T10:48:54.405Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GmHQtEo58V8hNAS8) ...
2022-11-21T10:48:54.417Z||pool-26-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-21T10:48:54.418Z||pool-26-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-11-21T10:48:55.305Z|6bfc7393-3b0f-45c8-858f-b6e3cd17d1ad|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-21T10:48:55.307Z|6bfc7393-3b0f-45c8-858f-b6e3cd17d1ad|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-11-21T10:48:55.307Z|6bfc7393-3b0f-45c8-858f-b6e3cd17d1ad|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 9ad895a9-9cf4-4f40-a703-5264e0f52c93, URL: /sdc/v1/catalog/services/BasicOnboardIeolsd/1.0/artifacts/service-BasicOnboardIeolsd-csar.csar to file: /app/ASDC/1/service-BasicOnboardIeolsd-csar.csar
2022-11-21T10:48:55.308Z|6bfc7393-3b0f-45c8-858f-b6e3cd17d1ad|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardIeolsd-csar.csar
2022-11-21T10:48:55.309Z|6bfc7393-3b0f-45c8-858f-b6e3cd17d1ad|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardIeolsd-csar.csar
2022-11-21T10:48:55.309Z|6bfc7393-3b0f-45c8-858f-b6e3cd17d1ad|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardIeolsd-csar.csar
2022-11-21T10:48:55.497Z|6bfc7393-3b0f-45c8-858f-b6e3cd17d1ad|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11448341572461097/Definitions/service-BasicOnboardIeolsd-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-21T10:48:56.736Z|6bfc7393-3b0f-45c8-858f-b6e3cd17d1ad|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2022-11-21T10:48:56.736Z|6bfc7393-3b0f-45c8-858f-b6e3cd17d1ad|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-11-21T10:48:56.736Z|6bfc7393-3b0f-45c8-858f-b6e3cd17d1ad|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardIeolsd-csar.csar
2022-11-21T10:48:56.737Z|6bfc7393-3b0f-45c8-858f-b6e3cd17d1ad|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-11-21T10:48:56.737Z|6bfc7393-3b0f-45c8-858f-b6e3cd17d1ad|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicOnboardIeolsd-csar.csar
2022-11-21T10:48:56.737Z|6bfc7393-3b0f-45c8-858f-b6e3cd17d1ad|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardIeolsd-csar.csar
2022-11-21T10:48:56.737Z|6bfc7393-3b0f-45c8-858f-b6e3cd17d1ad|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_ieolsD 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-BasicOnboardIeolsd-csar.csar
2022-11-21T10:48:56.737Z|6bfc7393-3b0f-45c8-858f-b6e3cd17d1ad|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardIeolsd-csar.csar
2022-11-21T10:48:56.737Z|6bfc7393-3b0f-45c8-858f-b6e3cd17d1ad|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardIeolsd-csar.csar
2022-11-21T10:48:56.737Z|6bfc7393-3b0f-45c8-858f-b6e3cd17d1ad|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardIeolsd-csar.csar
2022-11-21T10:48:56.737Z|6bfc7393-3b0f-45c8-858f-b6e3cd17d1ad|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardIeolsd-csar.csar
2022-11-21T10:48:56.737Z|6bfc7393-3b0f-45c8-858f-b6e3cd17d1ad|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-11-21T10:48:56.738Z|6bfc7393-3b0f-45c8-858f-b6e3cd17d1ad|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-21T10:48:56.738Z|6bfc7393-3b0f-45c8-858f-b6e3cd17d1ad|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_ieolsD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-21T10:48:56.738Z|6bfc7393-3b0f-45c8-858f-b6e3cd17d1ad|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_ieolsD 0 is matching search criteria
2022-11-21T10:48:56.738Z|6bfc7393-3b0f-45c8-858f-b6e3cd17d1ad|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-11-21T10:48:56.738Z|6bfc7393-3b0f-45c8-858f-b6e3cd17d1ad|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_ieolsD 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-21T10:48:56.739Z|6bfc7393-3b0f-45c8-858f-b6e3cd17d1ad|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-21T10:48:56.739Z|6bfc7393-3b0f-45c8-858f-b6e3cd17d1ad|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_ieolsD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-21T10:48:56.739Z|6bfc7393-3b0f-45c8-858f-b6e3cd17d1ad|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_ieolsD 0 is matching search criteria
2022-11-21T10:48:56.739Z|6bfc7393-3b0f-45c8-858f-b6e3cd17d1ad|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-11-21T10:48:56.739Z|6bfc7393-3b0f-45c8-858f-b6e3cd17d1ad|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_ieolsD 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-21T10:48:56.739Z|6bfc7393-3b0f-45c8-858f-b6e3cd17d1ad|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-21T10:48:56.739Z|6bfc7393-3b0f-45c8-858f-b6e3cd17d1ad|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_ieolsD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-21T10:48:56.740Z|6bfc7393-3b0f-45c8-858f-b6e3cd17d1ad|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-21T10:48:56.740Z|6bfc7393-3b0f-45c8-858f-b6e3cd17d1ad|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_ieolsD 0 is not matching search criteria
2022-11-21T10:48:56.740Z|6bfc7393-3b0f-45c8-858f-b6e3cd17d1ad|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-11-21T10:48:56.740Z|6bfc7393-3b0f-45c8-858f-b6e3cd17d1ad|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-11-21T10:48:56.740Z|6bfc7393-3b0f-45c8-858f-b6e3cd17d1ad|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-11-21T10:48:56.740Z|6bfc7393-3b0f-45c8-858f-b6e3cd17d1ad|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-11-21T10:48:56.740Z|6bfc7393-3b0f-45c8-858f-b6e3cd17d1ad|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-11-21T10:48:56.741Z|6bfc7393-3b0f-45c8-858f-b6e3cd17d1ad|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-21T10:48:56.741Z|6bfc7393-3b0f-45c8-858f-b6e3cd17d1ad|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_ieolsD is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-11-21T10:48:56.741Z|6bfc7393-3b0f-45c8-858f-b6e3cd17d1ad|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-21T10:48:56.741Z|6bfc7393-3b0f-45c8-858f-b6e3cd17d1ad|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_ieolsD 0 is matching search criteria
2022-11-21T10:48:56.741Z|6bfc7393-3b0f-45c8-858f-b6e3cd17d1ad|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_ieolsD 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-21T10:48:56.741Z|6bfc7393-3b0f-45c8-858f-b6e3cd17d1ad|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-21T10:48:56.742Z|6bfc7393-3b0f-45c8-858f-b6e3cd17d1ad|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_ieolsD 0 is matching search criteria
2022-11-21T10:48:56.742Z|6bfc7393-3b0f-45c8-858f-b6e3cd17d1ad|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_ieolsD 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-21T10:48:56.742Z|6bfc7393-3b0f-45c8-858f-b6e3cd17d1ad|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-21T10:48:56.742Z|6bfc7393-3b0f-45c8-858f-b6e3cd17d1ad|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_ieolsD 0 is matching search criteria
2022-11-21T10:48:56.742Z|6bfc7393-3b0f-45c8-858f-b6e3cd17d1ad|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_ieolsD 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-21T10:48:56.742Z|6bfc7393-3b0f-45c8-858f-b6e3cd17d1ad|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-21T10:48:56.743Z|6bfc7393-3b0f-45c8-858f-b6e3cd17d1ad|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_ieolsD 0 is not matching search criteria
2022-11-21T10:48:56.743Z|6bfc7393-3b0f-45c8-858f-b6e3cd17d1ad|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-11-21T10:48:56.743Z|6bfc7393-3b0f-45c8-858f-b6e3cd17d1ad|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-11-21T10:48:56.743Z|6bfc7393-3b0f-45c8-858f-b6e3cd17d1ad|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=c83ff9e9-0d8c-4443-bffb-0673f2632bf2
2022-11-21T10:48:56.743Z|6bfc7393-3b0f-45c8-858f-b6e3cd17d1ad|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-21T10:48:56.743Z|6bfc7393-3b0f-45c8-858f-b6e3cd17d1ad|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_ieolsD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-21T10:48:56.743Z|6bfc7393-3b0f-45c8-858f-b6e3cd17d1ad|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-21T10:48:56.744Z|6bfc7393-3b0f-45c8-858f-b6e3cd17d1ad|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_ieolsD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-21T10:48:56.744Z|6bfc7393-3b0f-45c8-858f-b6e3cd17d1ad|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-21T10:48:56.744Z|6bfc7393-3b0f-45c8-858f-b6e3cd17d1ad|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_ieolsD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-21T10:48:56.744Z|6bfc7393-3b0f-45c8-858f-b6e3cd17d1ad|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-21T10:48:56.744Z|6bfc7393-3b0f-45c8-858f-b6e3cd17d1ad|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_ieolsD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-21T10:48:56.744Z|6bfc7393-3b0f-45c8-858f-b6e3cd17d1ad|pool-2-thread-4|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_onboard_ieolsD
Description:service
Model UUID:0aab891a-9225-4306-a917-67e07cecd9e9
Model Version:NULL
Model InvariantUuid:e77c8c56-c894-4876-a10f-4774ee9937c7
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_onboard_ieolsD
Model UUID:0451aeec-a8a7-4a58-9a20-58fc45b5f3b7
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:70e91050-ff8c-43cc-b044-8ab08ef7d231
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:0a724efe-d45f-4ab9-ab1d-f6b5cee1a3f9
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:754b138a-94b7-4d14-a3c6-da8ee5c6288c
ModelName:BasicOnboardIeolsd..base_ubuntu18..module-0
ModelUuid:8e46849e-85d5-4cb1-aa8e-bbe88f6b892e
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:c83ff9e9-0d8c-4443-bffb-0673f2632bf2
ModelInvariantUuid:7dc9de42-c2aa-440e-9cb1-81e15a51cef1
ModelName:basic_onboard_ieolsD-nodes.ubuntu18Cvfc
ModelUuid:e8a5e0bf-4a7d-494a-85ce-31935960ad17
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:dd532d59-7c92-4805-a354-a46aff835522
ModelInvariantUuid:bfda64b5-a147-4321-83ee-92739597c97b
ModelName:BasicOnboardIeolsd.compute.nodes.heat.ubuntu18
ModelUuid:2b4df666-6501-4ca0-8752-cd99195f5833
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-21T10:48:56.753Z|6bfc7393-3b0f-45c8-858f-b6e3cd17d1ad|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: bc77d95d-6249-4af5-87dc-7193a7cc096c
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-21T10:48:56.756Z|6bfc7393-3b0f-45c8-858f-b6e3cd17d1ad|pool-2-thread-4|||||INFO|500||basic_onboard_ieolsD 0
2022-11-21T10:48:56.756Z|6bfc7393-3b0f-45c8-858f-b6e3cd17d1ad|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: bc77d95d-6249-4af5-87dc-7193a7cc096c
2022-11-21T10:48:56.756Z|6bfc7393-3b0f-45c8-858f-b6e3cd17d1ad|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 211ec589-a5d1-40a2-a46d-1ce0d7ac55b0 from URL: /sdc/v1/catalog/services/BasicOnboardIeolsd/1.0/resourceInstances/basic_onboard_ieolsd0/artifacts/basic_onboard_ieolsd0_modules.json
2022-11-21T10:48:56.756Z|6bfc7393-3b0f-45c8-858f-b6e3cd17d1ad|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-11-21T10:48:56.756Z|6bfc7393-3b0f-45c8-858f-b6e3cd17d1ad|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardIeolsd/1.0/resourceInstances/basic_onboard_ieolsd0/artifacts/basic_onboard_ieolsd0_modules.json
2022-11-21T10:48:56.798Z|6bfc7393-3b0f-45c8-858f-b6e3cd17d1ad|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-11-21T10:48:56.799Z|6bfc7393-3b0f-45c8-858f-b6e3cd17d1ad|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardIeolsd/1.0/resourceInstances/basic_onboard_ieolsd0/artifacts/basic_onboard_ieolsd0_modules.json 211ec589-a5d1-40a2-a46d-1ce0d7ac55b0 798
2022-11-21T10:48:56.799Z|6bfc7393-3b0f-45c8-858f-b6e3cd17d1ad|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardIeolsd/1.0/resourceInstances/basic_onboard_ieolsd0/artifacts/basic_onboard_ieolsd0_modules.json ASDC sendASDCNotification
2022-11-21T10:48:56.799Z|6bfc7393-3b0f-45c8-858f-b6e3cd17d1ad|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardIeolsd/1.0/resourceInstances/basic_onboard_ieolsd0/artifacts/basic_onboard_ieolsd0_modules.json
2022-11-21T10:48:56.799Z|6bfc7393-3b0f-45c8-858f-b6e3cd17d1ad|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-21T10:48:56.800Z|6bfc7393-3b0f-45c8-858f-b6e3cd17d1ad|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-21T10:48:56.802Z|6bfc7393-3b0f-45c8-858f-b6e3cd17d1ad|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-21T10:48:56.802Z|6bfc7393-3b0f-45c8-858f-b6e3cd17d1ad|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "6bfc7393-3b0f-45c8-858f-b6e3cd17d1ad",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669027736799,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIeolsd/1.0/resourceInstances/basic_onboard_ieolsd0/artifacts/basic_onboard_ieolsd0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-11-21T10:48:56.902Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-21T10:48:56.903Z||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-21T10:48:56.903Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GmHQtEo58V8hNAS8) ...
2022-11-21T10:48:56.917Z||pool-27-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-21T10:48:56.917Z||pool-27-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-11-21T10:48:57.803Z|6bfc7393-3b0f-45c8-858f-b6e3cd17d1ad|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardIeolsd..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "754b138a-94b7-4d14-a3c6-da8ee5c6288c",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "8e46849e-85d5-4cb1-aa8e-bbe88f6b892e",
    "vfModuleModelCustomizationUUID": "196e2a48-faff-460b-af4f-b4b9dc91a0fe",
    "isBase": true,
    "artifacts": [
      "a9165259-e155-478b-a80b-93ed14cabf1c",
      "ba91c0ee-931f-4fa5-b2df-1e5e80cd3f3b"
    ],
    "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-21T10:48:57.807Z|6bfc7393-3b0f-45c8-858f-b6e3cd17d1ad|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardIeolsd..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:8e46849e-85d5-4cb1-aa8e-bbe88f6b892e
VfModuleModelInvariantUUID:754b138a-94b7-4d14-a3c6-da8ee5c6288c
VfModuleModelDescription:NULL
Artifacts UUID List:{
a9165259-e155-478b-a80b-93ed14cabf1c
,
ba91c0ee-931f-4fa5-b2df-1e5e80cd3f3b

}
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-21T10:48:57.809Z|6bfc7393-3b0f-45c8-858f-b6e3cd17d1ad|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardIeolsd..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "754b138a-94b7-4d14-a3c6-da8ee5c6288c",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "8e46849e-85d5-4cb1-aa8e-bbe88f6b892e",
    "vfModuleModelCustomizationUUID": "196e2a48-faff-460b-af4f-b4b9dc91a0fe",
    "isBase": true,
    "artifacts": [
      "a9165259-e155-478b-a80b-93ed14cabf1c",
      "ba91c0ee-931f-4fa5-b2df-1e5e80cd3f3b"
    ],
    "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-21T10:48:57.809Z|6bfc7393-3b0f-45c8-858f-b6e3cd17d1ad|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardIeolsd..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:8e46849e-85d5-4cb1-aa8e-bbe88f6b892e
VfModuleModelInvariantUUID:754b138a-94b7-4d14-a3c6-da8ee5c6288c
VfModuleModelDescription:NULL
Artifacts UUID List:{
a9165259-e155-478b-a80b-93ed14cabf1c
,
ba91c0ee-931f-4fa5-b2df-1e5e80cd3f3b

}
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-21T10:48:57.809Z|6bfc7393-3b0f-45c8-858f-b6e3cd17d1ad|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: a9165259-e155-478b-a80b-93ed14cabf1c from URL: /sdc/v1/catalog/services/BasicOnboardIeolsd/1.0/resourceInstances/basic_onboard_ieolsd0/artifacts/base_ubuntu18.yaml
2022-11-21T10:48:57.810Z|6bfc7393-3b0f-45c8-858f-b6e3cd17d1ad|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-11-21T10:48:57.810Z|6bfc7393-3b0f-45c8-858f-b6e3cd17d1ad|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardIeolsd/1.0/resourceInstances/basic_onboard_ieolsd0/artifacts/base_ubuntu18.yaml
2022-11-21T10:48:57.869Z|6bfc7393-3b0f-45c8-858f-b6e3cd17d1ad|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-11-21T10:48:57.869Z|6bfc7393-3b0f-45c8-858f-b6e3cd17d1ad|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardIeolsd/1.0/resourceInstances/basic_onboard_ieolsd0/artifacts/base_ubuntu18.yaml a9165259-e155-478b-a80b-93ed14cabf1c 5033
2022-11-21T10:48:57.869Z|6bfc7393-3b0f-45c8-858f-b6e3cd17d1ad|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardIeolsd/1.0/resourceInstances/basic_onboard_ieolsd0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-11-21T10:48:57.869Z|6bfc7393-3b0f-45c8-858f-b6e3cd17d1ad|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardIeolsd/1.0/resourceInstances/basic_onboard_ieolsd0/artifacts/base_ubuntu18.yaml
2022-11-21T10:48:57.870Z|6bfc7393-3b0f-45c8-858f-b6e3cd17d1ad|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-21T10:48:57.870Z|6bfc7393-3b0f-45c8-858f-b6e3cd17d1ad|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-21T10:48:57.872Z|6bfc7393-3b0f-45c8-858f-b6e3cd17d1ad|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-21T10:48:57.872Z|6bfc7393-3b0f-45c8-858f-b6e3cd17d1ad|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "6bfc7393-3b0f-45c8-858f-b6e3cd17d1ad",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669027737869,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIeolsd/1.0/resourceInstances/basic_onboard_ieolsd0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-11-21T10:48:57.972Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-21T10:48:57.973Z||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-21T10:48:57.973Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GmHQtEo58V8hNAS8) ...
2022-11-21T10:48:57.988Z||pool-28-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-21T10:48:57.988Z||pool-28-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-11-21T10:48:58.873Z|6bfc7393-3b0f-45c8-858f-b6e3cd17d1ad|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: ba91c0ee-931f-4fa5-b2df-1e5e80cd3f3b from URL: /sdc/v1/catalog/services/BasicOnboardIeolsd/1.0/resourceInstances/basic_onboard_ieolsd0/artifacts/base_ubuntu18.env
2022-11-21T10:48:58.874Z|6bfc7393-3b0f-45c8-858f-b6e3cd17d1ad|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-11-21T10:48:58.874Z|6bfc7393-3b0f-45c8-858f-b6e3cd17d1ad|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardIeolsd/1.0/resourceInstances/basic_onboard_ieolsd0/artifacts/base_ubuntu18.env
2022-11-21T10:48:58.931Z|6bfc7393-3b0f-45c8-858f-b6e3cd17d1ad|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-11-21T10:48:58.932Z|6bfc7393-3b0f-45c8-858f-b6e3cd17d1ad|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardIeolsd/1.0/resourceInstances/basic_onboard_ieolsd0/artifacts/base_ubuntu18.env ba91c0ee-931f-4fa5-b2df-1e5e80cd3f3b 909
2022-11-21T10:48:58.932Z|6bfc7393-3b0f-45c8-858f-b6e3cd17d1ad|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardIeolsd/1.0/resourceInstances/basic_onboard_ieolsd0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-11-21T10:48:58.933Z|6bfc7393-3b0f-45c8-858f-b6e3cd17d1ad|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardIeolsd/1.0/resourceInstances/basic_onboard_ieolsd0/artifacts/base_ubuntu18.env
2022-11-21T10:48:58.933Z|6bfc7393-3b0f-45c8-858f-b6e3cd17d1ad|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-21T10:48:58.933Z|6bfc7393-3b0f-45c8-858f-b6e3cd17d1ad|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-21T10:48:58.935Z|6bfc7393-3b0f-45c8-858f-b6e3cd17d1ad|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-21T10:48:58.936Z|6bfc7393-3b0f-45c8-858f-b6e3cd17d1ad|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "6bfc7393-3b0f-45c8-858f-b6e3cd17d1ad",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669027738932,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIeolsd/1.0/resourceInstances/basic_onboard_ieolsd0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-11-21T10:48:59.036Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-21T10:48:59.037Z||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-21T10:48:59.037Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GmHQtEo58V8hNAS8) ...
2022-11-21T10:48:59.050Z||pool-29-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-21T10:48:59.050Z||pool-29-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-11-21T10:48:59.936Z|6bfc7393-3b0f-45c8-858f-b6e3cd17d1ad|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: 0aab891a-9225-4306-a917-67e07cecd9e9
2022-11-21T10:48:59.937Z|6bfc7393-3b0f-45c8-858f-b6e3cd17d1ad|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_ieolsD 0 bc77d95d-6249-4af5-87dc-7193a7cc096c 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-21T10:48:59.949Z|6bfc7393-3b0f-45c8-858f-b6e3cd17d1ad|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@41bc9c41, org.onap.sdc.toscaparser.api.parameters.Input@575ae84a, org.onap.sdc.toscaparser.api.parameters.Input@5a391ab0, org.onap.sdc.toscaparser.api.parameters.Input@3e2104ab, org.onap.sdc.toscaparser.api.parameters.Input@1b5ad9ba]
2022-11-21T10:48:59.950Z|6bfc7393-3b0f-45c8-858f-b6e3cd17d1ad|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-21T10:48:59.951Z|6bfc7393-3b0f-45c8-858f-b6e3cd17d1ad|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_ieolsD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-21T10:48:59.951Z|6bfc7393-3b0f-45c8-858f-b6e3cd17d1ad|pool-2-thread-4|||||DEBUG|500||VF Category is: Generic 
2022-11-21T10:48:59.951Z|6bfc7393-3b0f-45c8-858f-b6e3cd17d1ad|pool-2-thread-4|||||DEBUG|500||VFCustomizationUUID= 0a724efe-d45f-4ab9-ab1d-f6b5cee1a3f9
2022-11-21T10:48:59.951Z|6bfc7393-3b0f-45c8-858f-b6e3cd17d1ad|pool-2-thread-4|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 0a724efe-d45f-4ab9-ab1d-f6b5cee1a3f9 matches Tosca VF Customization UUID: 0a724efe-d45f-4ab9-ab1d-f6b5cee1a3f9
2022-11-21T10:48:59.951Z|6bfc7393-3b0f-45c8-858f-b6e3cd17d1ad|pool-2-thread-4|||||DEBUG|500||vfCustomizationUUID: 0a724efe-d45f-4ab9-ab1d-f6b5cee1a3f9  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-21T10:48:59.953Z|6bfc7393-3b0f-45c8-858f-b6e3cd17d1ad|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-21T10:48:59.954Z|6bfc7393-3b0f-45c8-858f-b6e3cd17d1ad|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_ieolsD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-21T10:48:59.954Z|6bfc7393-3b0f-45c8-858f-b6e3cd17d1ad|pool-2-thread-4|||||DEBUG|500||resource request for resource customization id 0a724efe-d45f-4ab9-ab1d-f6b5cee1a3f9: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-11-21T10:48:59.954Z|6bfc7393-3b0f-45c8-858f-b6e3cd17d1ad|pool-2-thread-4|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@3f0e46a1
2022-11-21T10:48:59.954Z|6bfc7393-3b0f-45c8-858f-b6e3cd17d1ad|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-21T10:48:59.955Z|6bfc7393-3b0f-45c8-858f-b6e3cd17d1ad|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_ieolsD is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-11-21T10:48:59.955Z|6bfc7393-3b0f-45c8-858f-b6e3cd17d1ad|pool-2-thread-4|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 196e2a48-faff-460b-af4f-b4b9dc91a0fe
2022-11-21T10:48:59.955Z|6bfc7393-3b0f-45c8-858f-b6e3cd17d1ad|pool-2-thread-4|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 196e2a48-faff-460b-af4f-b4b9dc91a0fe
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-21T10:48:59.957Z|6bfc7393-3b0f-45c8-858f-b6e3cd17d1ad|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-21T10:48:59.957Z|6bfc7393-3b0f-45c8-858f-b6e3cd17d1ad|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_ieolsD 0 is matching search criteria
2022-11-21T10:48:59.958Z|6bfc7393-3b0f-45c8-858f-b6e3cd17d1ad|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_ieolsD 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-21T10:48:59.958Z|6bfc7393-3b0f-45c8-858f-b6e3cd17d1ad|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-21T10:48:59.958Z|6bfc7393-3b0f-45c8-858f-b6e3cd17d1ad|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_ieolsD 0 is matching search criteria
2022-11-21T10:48:59.958Z|6bfc7393-3b0f-45c8-858f-b6e3cd17d1ad|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_ieolsD 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-21T10:48:59.958Z|6bfc7393-3b0f-45c8-858f-b6e3cd17d1ad|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-21T10:48:59.959Z|6bfc7393-3b0f-45c8-858f-b6e3cd17d1ad|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_ieolsD 0 is not matching search criteria
2022-11-21T10:48:59.959Z|6bfc7393-3b0f-45c8-858f-b6e3cd17d1ad|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-11-21T10:48:59.959Z|6bfc7393-3b0f-45c8-858f-b6e3cd17d1ad|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-11-21T10:48:59.959Z|6bfc7393-3b0f-45c8-858f-b6e3cd17d1ad|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=c83ff9e9-0d8c-4443-bffb-0673f2632bf2
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-21T10:48:59.961Z|6bfc7393-3b0f-45c8-858f-b6e3cd17d1ad|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-21T10:48:59.962Z|6bfc7393-3b0f-45c8-858f-b6e3cd17d1ad|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_ieolsD 0 is matching search criteria
2022-11-21T10:48:59.962Z|6bfc7393-3b0f-45c8-858f-b6e3cd17d1ad|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_ieolsD 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-21T10:48:59.962Z|6bfc7393-3b0f-45c8-858f-b6e3cd17d1ad|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-21T10:48:59.962Z|6bfc7393-3b0f-45c8-858f-b6e3cd17d1ad|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_ieolsD 0 is matching search criteria
2022-11-21T10:48:59.962Z|6bfc7393-3b0f-45c8-858f-b6e3cd17d1ad|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_ieolsD 0] matching following query criteria: sdcType=VF, customizationUUID=0a724efe-d45f-4ab9-ab1d-f6b5cee1a3f9
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-21T10:48:59.964Z|6bfc7393-3b0f-45c8-858f-b6e3cd17d1ad|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-21T10:48:59.964Z|6bfc7393-3b0f-45c8-858f-b6e3cd17d1ad|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_ieolsD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-21T10:48:59.965Z|6bfc7393-3b0f-45c8-858f-b6e3cd17d1ad|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid 0aab891a-9225-4306-a917-67e07cecd9e9: basic_onboard_ieolsD
2022-11-21T10:48:59.965Z|6bfc7393-3b0f-45c8-858f-b6e3cd17d1ad|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-21T10:48:59.965Z|6bfc7393-3b0f-45c8-858f-b6e3cd17d1ad|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_ieolsD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-21T10:48:59.965Z|6bfc7393-3b0f-45c8-858f-b6e3cd17d1ad|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-21T10:48:59.965Z|6bfc7393-3b0f-45c8-858f-b6e3cd17d1ad|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_ieolsD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-21T10:48:59.966Z|6bfc7393-3b0f-45c8-858f-b6e3cd17d1ad|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-21T10:48:59.966Z|6bfc7393-3b0f-45c8-858f-b6e3cd17d1ad|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_ieolsD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-21T10:48:59.966Z|6bfc7393-3b0f-45c8-858f-b6e3cd17d1ad|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-21T10:48:59.966Z|6bfc7393-3b0f-45c8-858f-b6e3cd17d1ad|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_ieolsD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-21T10:48:59.967Z|6bfc7393-3b0f-45c8-858f-b6e3cd17d1ad|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-21T10:48:59.967Z|6bfc7393-3b0f-45c8-858f-b6e3cd17d1ad|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_ieolsD is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-21T10:48:59.967Z|6bfc7393-3b0f-45c8-858f-b6e3cd17d1ad|pool-2-thread-4|||||INFO|500||Saving Service: basic_onboard_ieolsD 
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-21T10:49:00.047Z|6bfc7393-3b0f-45c8-858f-b6e3cd17d1ad|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_ieolsD bc77d95d-6249-4af5-87dc-7193a7cc096c 1 ASDC deployResourceStructure
2022-11-21T10:49:00.047Z|6bfc7393-3b0f-45c8-858f-b6e3cd17d1ad|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardIeolsd/1.0/resourceInstances/basic_onboard_ieolsd0/artifacts/basic_onboard_ieolsd0_modules.json ASDC sendASDCNotification
2022-11-21T10:49:00.048Z|6bfc7393-3b0f-45c8-858f-b6e3cd17d1ad|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardIeolsd/1.0/resourceInstances/basic_onboard_ieolsd0/artifacts/basic_onboard_ieolsd0_modules.json
2022-11-21T10:49:00.048Z|6bfc7393-3b0f-45c8-858f-b6e3cd17d1ad|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-21T10:49:00.048Z|6bfc7393-3b0f-45c8-858f-b6e3cd17d1ad|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-21T10:49:00.050Z|6bfc7393-3b0f-45c8-858f-b6e3cd17d1ad|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-21T10:49:00.050Z|6bfc7393-3b0f-45c8-858f-b6e3cd17d1ad|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "6bfc7393-3b0f-45c8-858f-b6e3cd17d1ad",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669027740047,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIeolsd/1.0/resourceInstances/basic_onboard_ieolsd0/artifacts/basic_onboard_ieolsd0_modules.json",
  "status": "DEPLOY_OK"
}
2022-11-21T10:49:00.150Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-21T10:49:00.151Z||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-21T10:49:00.151Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GmHQtEo58V8hNAS8) ...
2022-11-21T10:49:00.164Z||pool-30-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-21T10:49:00.164Z||pool-30-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-11-21T10:49:01.051Z|6bfc7393-3b0f-45c8-858f-b6e3cd17d1ad|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardIeolsd/1.0/resourceInstances/basic_onboard_ieolsd0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-11-21T10:49:01.051Z|6bfc7393-3b0f-45c8-858f-b6e3cd17d1ad|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardIeolsd/1.0/resourceInstances/basic_onboard_ieolsd0/artifacts/base_ubuntu18.yaml
2022-11-21T10:49:01.052Z|6bfc7393-3b0f-45c8-858f-b6e3cd17d1ad|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-21T10:49:01.052Z|6bfc7393-3b0f-45c8-858f-b6e3cd17d1ad|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-21T10:49:01.055Z|6bfc7393-3b0f-45c8-858f-b6e3cd17d1ad|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-21T10:49:01.055Z|6bfc7393-3b0f-45c8-858f-b6e3cd17d1ad|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "6bfc7393-3b0f-45c8-858f-b6e3cd17d1ad",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669027741051,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIeolsd/1.0/resourceInstances/basic_onboard_ieolsd0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-11-21T10:49:01.155Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-21T10:49:01.156Z||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-21T10:49:01.156Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GmHQtEo58V8hNAS8) ...
2022-11-21T10:49:01.168Z||pool-31-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-21T10:49:01.168Z||pool-31-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-11-21T10:49:02.056Z|6bfc7393-3b0f-45c8-858f-b6e3cd17d1ad|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardIeolsd/1.0/resourceInstances/basic_onboard_ieolsd0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-11-21T10:49:02.057Z|6bfc7393-3b0f-45c8-858f-b6e3cd17d1ad|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardIeolsd/1.0/resourceInstances/basic_onboard_ieolsd0/artifacts/base_ubuntu18.env
2022-11-21T10:49:02.057Z|6bfc7393-3b0f-45c8-858f-b6e3cd17d1ad|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-21T10:49:02.057Z|6bfc7393-3b0f-45c8-858f-b6e3cd17d1ad|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-21T10:49:02.060Z|6bfc7393-3b0f-45c8-858f-b6e3cd17d1ad|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-21T10:49:02.060Z|6bfc7393-3b0f-45c8-858f-b6e3cd17d1ad|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "6bfc7393-3b0f-45c8-858f-b6e3cd17d1ad",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669027742056,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIeolsd/1.0/resourceInstances/basic_onboard_ieolsd0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-11-21T10:49:02.160Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-21T10:49:02.161Z||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-21T10:49:02.161Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GmHQtEo58V8hNAS8) ...
2022-11-21T10:49:02.175Z||pool-32-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-21T10:49:02.175Z||pool-32-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-11-21T10:49:03.061Z|6bfc7393-3b0f-45c8-858f-b6e3cd17d1ad|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardIeolsd/1.0/artifacts/service-BasicOnboardIeolsd-csar.csar ASDC sendASDCNotification
2022-11-21T10:49:03.061Z|6bfc7393-3b0f-45c8-858f-b6e3cd17d1ad|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardIeolsd/1.0/artifacts/service-BasicOnboardIeolsd-csar.csar
2022-11-21T10:49:03.062Z|6bfc7393-3b0f-45c8-858f-b6e3cd17d1ad|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-21T10:49:03.062Z|6bfc7393-3b0f-45c8-858f-b6e3cd17d1ad|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-21T10:49:03.064Z|6bfc7393-3b0f-45c8-858f-b6e3cd17d1ad|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-21T10:49:03.064Z|6bfc7393-3b0f-45c8-858f-b6e3cd17d1ad|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "6bfc7393-3b0f-45c8-858f-b6e3cd17d1ad",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669027743061,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIeolsd/1.0/artifacts/service-BasicOnboardIeolsd-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-21T10:49:03.164Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-21T10:49:03.165Z||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-21T10:49:03.165Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GmHQtEo58V8hNAS8) ...
2022-11-21T10:49:03.185Z||pool-33-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-21T10:49:03.185Z||pool-33-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
2022-11-21T10:49:04.064Z|6bfc7393-3b0f-45c8-858f-b6e3cd17d1ad|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 6bfc7393-3b0f-45c8-858f-b6e3cd17d1ad
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-21T10:49:04.075Z|6bfc7393-3b0f-45c8-858f-b6e3cd17d1ad|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 6bfc7393-3b0f-45c8-858f-b6e3cd17d1ad
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-21T10:49:04.079Z|6bfc7393-3b0f-45c8-858f-b6e3cd17d1ad|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-21T10:49:04.079Z|6bfc7393-3b0f-45c8-858f-b6e3cd17d1ad|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-11-21T10:49:04.080Z|6bfc7393-3b0f-45c8-858f-b6e3cd17d1ad|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-11-21T10:49:04.080Z|6bfc7393-3b0f-45c8-858f-b6e3cd17d1ad|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-11-21T10:49:04.080Z|6bfc7393-3b0f-45c8-858f-b6e3cd17d1ad|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-21T10:49:04.080Z|6bfc7393-3b0f-45c8-858f-b6e3cd17d1ad|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-21T10:49:04.080Z|6bfc7393-3b0f-45c8-858f-b6e3cd17d1ad|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-21T10:49:04.080Z|6bfc7393-3b0f-45c8-858f-b6e3cd17d1ad|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-21T10:49:04.080Z|6bfc7393-3b0f-45c8-858f-b6e3cd17d1ad|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-21T10:49:04.080Z|6bfc7393-3b0f-45c8-858f-b6e3cd17d1ad|pool-2-thread-4|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-21T10:49:04.086Z|6bfc7393-3b0f-45c8-858f-b6e3cd17d1ad|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-11-21T10:49:27.663Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-21T10:49:27.665Z||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-21T10:49:27.665Z||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 GmHQtEo58V8hNAS8) ...
2022-11-21T10:49:28.320Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-21T10:49:28.321Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-21T10:49:28.321Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "609f848c-5c9e-41ac-8867-30c892ffd65d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669027721727,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-21T10:49:28.322Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-21T10:49:28.322Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-21T10:49:28.322Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bfc7393-3b0f-45c8-858f-b6e3cd17d1ad",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669027722744,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIeolsd/1.0/resourceInstances/basic_onboard_ieolsd0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-21T10:49:28.322Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-21T10:49:28.322Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-21T10:49:28.322Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bfc7393-3b0f-45c8-858f-b6e3cd17d1ad",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669027722744,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIeolsd/1.0/resourceInstances/basic_onboard_ieolsd0/artifacts/basic_onboard_ieolsd0_modules.json",
  "status": "NOTIFIED"
}
2022-11-21T10:49:28.322Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-21T10:49:28.323Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-21T10:49:28.323Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bfc7393-3b0f-45c8-858f-b6e3cd17d1ad",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669027722744,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIeolsd/1.0/resourceInstances/basic_onboard_ieolsd0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-11-21T10:49:28.323Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-21T10:49:28.323Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-21T10:49:28.323Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bfc7393-3b0f-45c8-858f-b6e3cd17d1ad",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669027722744,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIeolsd/1.0/resourceInstances/basic_onboard_ieolsd0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-21T10:49:28.323Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-21T10:49:28.323Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-21T10:49:28.323Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bfc7393-3b0f-45c8-858f-b6e3cd17d1ad",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669027722744,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIeolsd/1.0/resourceInstances/basic_onboard_ieolsd0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-11-21T10:49:28.323Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-21T10:49:28.323Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-21T10:49:28.324Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bfc7393-3b0f-45c8-858f-b6e3cd17d1ad",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669027722744,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIeolsd/1.0/artifacts/service-BasicOnboardIeolsd-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-21T10:49:28.324Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-21T10:49:28.324Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-21T10:49:28.324Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bfc7393-3b0f-45c8-858f-b6e3cd17d1ad",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669027722744,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIeolsd/1.0/artifacts/service-BasicOnboardIeolsd-csar.csar",
  "status": "NOTIFIED"
}
2022-11-21T10:49:28.324Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-21T10:49:28.324Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-21T10:49:28.324Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bfc7393-3b0f-45c8-858f-b6e3cd17d1ad",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669027734302,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIeolsd/1.0/artifacts/service-BasicOnboardIeolsd-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-21T10:49:28.324Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-21T10:49:28.324Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-21T10:49:28.324Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bfc7393-3b0f-45c8-858f-b6e3cd17d1ad",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669027736799,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIeolsd/1.0/resourceInstances/basic_onboard_ieolsd0/artifacts/basic_onboard_ieolsd0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-11-21T10:49:28.325Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-21T10:49:28.325Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-21T10:49:28.325Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bfc7393-3b0f-45c8-858f-b6e3cd17d1ad",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669027737869,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIeolsd/1.0/resourceInstances/basic_onboard_ieolsd0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-11-21T10:49:28.325Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-21T10:49:28.325Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-21T10:49:28.325Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bfc7393-3b0f-45c8-858f-b6e3cd17d1ad",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669027738932,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIeolsd/1.0/resourceInstances/basic_onboard_ieolsd0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-11-21T10:49:28.325Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-21T10:49:28.325Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-21T10:49:28.325Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bfc7393-3b0f-45c8-858f-b6e3cd17d1ad",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669027740047,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIeolsd/1.0/resourceInstances/basic_onboard_ieolsd0/artifacts/basic_onboard_ieolsd0_modules.json",
  "status": "DEPLOY_OK"
}
2022-11-21T10:49:28.326Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-21T10:49:28.326Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-21T10:49:28.326Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bfc7393-3b0f-45c8-858f-b6e3cd17d1ad",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669027741051,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIeolsd/1.0/resourceInstances/basic_onboard_ieolsd0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-11-21T10:49:28.326Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-21T10:49:28.326Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-21T10:49:28.326Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bfc7393-3b0f-45c8-858f-b6e3cd17d1ad",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669027742056,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIeolsd/1.0/resourceInstances/basic_onboard_ieolsd0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-11-21T10:49:28.326Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-21T10:49:28.326Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-21T10:49:28.326Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bfc7393-3b0f-45c8-858f-b6e3cd17d1ad",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669027743061,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardIeolsd/1.0/artifacts/service-BasicOnboardIeolsd-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-21T10:49:28.327Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-21T10:49:34.086Z|6bfc7393-3b0f-45c8-858f-b6e3cd17d1ad|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 6bfc7393-3b0f-45c8-858f-b6e3cd17d1ad 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-21T10:49:34.094Z|6bfc7393-3b0f-45c8-858f-b6e3cd17d1ad|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 6bfc7393-3b0f-45c8-858f-b6e3cd17d1ad and serviceModelVersionId: 0aab891a-9225-4306-a917-67e07cecd9e9
2022-11-21T10:49:34.095Z|6bfc7393-3b0f-45c8-858f-b6e3cd17d1ad|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : e77c8c56-c894-4876-a10f-4774ee9937c7
2022-11-21T10:49:34.096Z|6bfc7393-3b0f-45c8-858f-b6e3cd17d1ad|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/e77c8c56-c894-4876-a10f-4774ee9937c7/model-vers/model-ver/0aab891a-9225-4306-a917-67e07cecd9e9?depth=0
2022-11-21T10:49:34.099Z|6bfc7393-3b0f-45c8-858f-b6e3cd17d1ad|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2022-11-21T10:49:34.147Z|6bfc7393-3b0f-45c8-858f-b6e3cd17d1ad|pool-2-thread-4|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e77c8c56-c894-4876-a10f-4774ee9937c7/model-vers/model-ver/0aab891a-9225-4306-a917-67e07cecd9e9?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-21T10:49:34.148Z|6bfc7393-3b0f-45c8-858f-b6e3cd17d1ad|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e77c8c56-c894-4876-a10f-4774ee9937c7/model-vers/model-ver/0aab891a-9225-4306-a917-67e07cecd9e9?depth=0|INFO|500||Invoke
2022-11-21T10:49:34.172Z|6bfc7393-3b0f-45c8-858f-b6e3cd17d1ad|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e77c8c56-c894-4876-a10f-4774ee9937c7/model-vers/model-ver/0aab891a-9225-4306-a917-67e07cecd9e9?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-11-21T10:49:34.286Z|6bfc7393-3b0f-45c8-858f-b6e3cd17d1ad|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e77c8c56-c894-4876-a10f-4774ee9937c7/model-vers/model-ver/0aab891a-9225-4306-a917-67e07cecd9e9?depth=0|INFO|500||InvokeReturn
2022-11-21T10:49:34.287Z|6bfc7393-3b0f-45c8-858f-b6e3cd17d1ad|pool-2-thread-4|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e77c8c56-c894-4876-a10f-4774ee9937c7/model-vers/model-ver/0aab891a-9225-4306-a917-67e07cecd9e9?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-221121-10:49:34:309-65658], vertex-id=[188496], Content-Length=[0], Date=[Mon, 21 Nov 2022 10:49:34 GMT], Content-Type=[application/json]}
2022-11-21T10:49:34.287Z|6bfc7393-3b0f-45c8-858f-b6e3cd17d1ad|pool-2-thread-4|||||DEBUG|500||Response was returned with an empty entity.
2022-11-21T10:49:34.287Z|6bfc7393-3b0f-45c8-858f-b6e3cd17d1ad|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-11-21T10:49:34.288Z|6bfc7393-3b0f-45c8-858f-b6e3cd17d1ad|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-21T10:49:34.293Z|6bfc7393-3b0f-45c8-858f-b6e3cd17d1ad|pool-2-thread-4|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-11-21T10:49:34.294Z|6bfc7393-3b0f-45c8-858f-b6e3cd17d1ad|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 6bfc7393-3b0f-45c8-858f-b6e3cd17d1ad and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-11-21T10:49:34.294Z|6bfc7393-3b0f-45c8-858f-b6e3cd17d1ad|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-11-21T10:49:34.294Z|6bfc7393-3b0f-45c8-858f-b6e3cd17d1ad|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-21T10:49:34.296Z|6bfc7393-3b0f-45c8-858f-b6e3cd17d1ad|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-21T10:49:34.296Z|6bfc7393-3b0f-45c8-858f-b6e3cd17d1ad|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "6bfc7393-3b0f-45c8-858f-b6e3cd17d1ad",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669027774294,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-21T10:49:34.397Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-21T10:49:34.398Z||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-21T10:49:34.398Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GmHQtEo58V8hNAS8) ...
2022-11-21T10:49:34.450Z||pool-34-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-21T10:49:34.451Z||pool-34-thread-1|||||INFO|500||cambria reply ok (54 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-21T10:49:35.312Z|6bfc7393-3b0f-45c8-858f-b6e3cd17d1ad|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-21T10:49:35.313Z|6bfc7393-3b0f-45c8-858f-b6e3cd17d1ad|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-21T10:49:35.313Z|6bfc7393-3b0f-45c8-858f-b6e3cd17d1ad|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 GmHQtEo58V8hNAS8) ...
2022-11-21T10:49:44.868Z|6bfc7393-3b0f-45c8-858f-b6e3cd17d1ad|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-21T10:49:44.869Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-21T10:49:44.870Z||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-21T10:49:44.870Z||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 GmHQtEo58V8hNAS8) ...
2022-11-21T10:49:54.428Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-21T10:49:54.428Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-21T10:49:54.429Z||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-21T10:49:54.429Z||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 GmHQtEo58V8hNAS8) ...
2022-11-21T10:50:03.998Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-21T10:50:27.660Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-21T10:50:27.660Z||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-21T10:50:27.661Z||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 GmHQtEo58V8hNAS8) ...
2022-11-21T10:50:27.663Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-21T10:50:27.664Z||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-21T10:50:27.664Z||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 GmHQtEo58V8hNAS8) ...
2022-11-21T10:50:28.289Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-21T10:50:28.289Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-21T10:50:28.289Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "6bfc7393-3b0f-45c8-858f-b6e3cd17d1ad",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669027774294,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-21T10:50:28.290Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-21T10:50:37.218Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-21T10:51:27.660Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-21T10:51:27.661Z||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-21T10:51:27.661Z||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 GmHQtEo58V8hNAS8) ...
2022-11-21T10:51:27.663Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-21T10:51:27.664Z||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-21T10:51:27.664Z||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 GmHQtEo58V8hNAS8) ...
2022-11-21T10:51:37.287Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-21T10:51:37.289Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-21T10:52:27.660Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-21T10:52:27.662Z||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-21T10:52:27.662Z||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 GmHQtEo58V8hNAS8) ...
2022-11-21T10:52:27.664Z|6bfc7393-3b0f-45c8-858f-b6e3cd17d1ad|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-21T10:52:27.665Z|6bfc7393-3b0f-45c8-858f-b6e3cd17d1ad|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-21T10:52:27.666Z|6bfc7393-3b0f-45c8-858f-b6e3cd17d1ad|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 GmHQtEo58V8hNAS8) ...
2022-11-21T10:52:37.214Z|6bfc7393-3b0f-45c8-858f-b6e3cd17d1ad|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-21T10:52:37.214Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-21T10:53:27.660Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-21T10:53:27.661Z||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-21T10:53:27.661Z||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 GmHQtEo58V8hNAS8) ...
2022-11-21T10:53:27.663Z|6bfc7393-3b0f-45c8-858f-b6e3cd17d1ad|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-21T10:53:27.664Z|6bfc7393-3b0f-45c8-858f-b6e3cd17d1ad|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-21T10:53:27.664Z|6bfc7393-3b0f-45c8-858f-b6e3cd17d1ad|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 GmHQtEo58V8hNAS8) ...
2022-11-21T10:53:37.209Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-21T10:53:37.213Z|6bfc7393-3b0f-45c8-858f-b6e3cd17d1ad|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-21T10:54:27.660Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-21T10:54:27.662Z||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-21T10:54:27.662Z||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 GmHQtEo58V8hNAS8) ...
2022-11-21T10:54:27.663Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-21T10:54:27.664Z||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-21T10:54:27.664Z||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 GmHQtEo58V8hNAS8) ...
2022-11-21T10:54:37.215Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-21T10:54:37.216Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-21T10:55:27.660Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-21T10:55:27.662Z||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-21T10:55:27.662Z||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 GmHQtEo58V8hNAS8) ...
2022-11-21T10:55:27.663Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-21T10:55:27.664Z||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-21T10:55:27.665Z||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 GmHQtEo58V8hNAS8) ...
2022-11-21T10:55:37.218Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-21T10:55:37.218Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-21T10:56:27.660Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-21T10:56:27.662Z||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-21T10:56:27.662Z||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 GmHQtEo58V8hNAS8) ...
2022-11-21T10:56:27.663Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-21T10:56:27.664Z||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-21T10:56:27.664Z||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 GmHQtEo58V8hNAS8) ...
2022-11-21T10:56:37.218Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-21T10:56:37.218Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-21T10:57:27.660Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-21T10:57:27.661Z||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-21T10:57:27.661Z||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 GmHQtEo58V8hNAS8) ...
2022-11-21T10:57:27.663Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-21T10:57:27.664Z||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-21T10:57:27.664Z||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 GmHQtEo58V8hNAS8) ...
2022-11-21T10:57:37.215Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-21T10:57:37.215Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-21T10:58:27.660Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-21T10:58:27.661Z||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-21T10:58:27.661Z||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 GmHQtEo58V8hNAS8) ...
2022-11-21T10:58:27.663Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-21T10:58:27.664Z||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-21T10:58:27.664Z||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 GmHQtEo58V8hNAS8) ...
2022-11-21T10:58:37.213Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-21T10:58:37.213Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-21T10:59:27.660Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-21T10:59:27.660Z||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-21T10:59:27.661Z||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 GmHQtEo58V8hNAS8) ...
2022-11-21T10:59:27.663Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-21T10:59:27.664Z||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-21T10:59:27.664Z||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 GmHQtEo58V8hNAS8) ...
2022-11-21T10:59:37.238Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-21T10:59:37.255Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-21T11:00:27.660Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-21T11:00:27.661Z||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-21T11:00:27.661Z||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 GmHQtEo58V8hNAS8) ...
2022-11-21T11:00:27.663Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-21T11:00:27.664Z||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-21T11:00:27.664Z||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 GmHQtEo58V8hNAS8) ...
2022-11-21T11:00:28.024Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-21T11:00:28.027Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-21T11:00:28.027Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a650d71f-5c98-4c19-bf6e-3f55b1f260c0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669028371907,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-21T11:00:28.029Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-21T11:00:28.029Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-21T11:00:28.029Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a650d71f-5c98-4c19-bf6e-3f55b1f260c0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669028371907,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-11-21T11:00:28.029Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-21T11:00:28.029Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-21T11:00:28.029Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a650d71f-5c98-4c19-bf6e-3f55b1f260c0",
  "consumerID": "cds",
  "timestamp": 1669028381103,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-21T11:00:28.029Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-21T11:00:28.029Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-21T11:00:28.029Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a650d71f-5c98-4c19-bf6e-3f55b1f260c0",
  "consumerID": "cds",
  "timestamp": 1669028381103,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-11-21T11:00:28.030Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-21T11:00:28.030Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-21T11:00:28.030Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a650d71f-5c98-4c19-bf6e-3f55b1f260c0",
  "consumerID": "cds",
  "timestamp": 1669028383964,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-21T11:00:28.030Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-21T11:00:28.030Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-21T11:00:28.030Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a650d71f-5c98-4c19-bf6e-3f55b1f260c0",
  "consumerID": "cds",
  "timestamp": 1669028384972,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-21T11:00:28.054Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of a650d71f-5c98-4c19-bf6e-3f55b1f260c0
2022-11-21T11:00:28.055Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId a650d71f-5c98-4c19-bf6e-3f55b1f260c0 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-21T11:00:28.064Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-21T11:00:28.064Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a650d71f-5c98-4c19-bf6e-3f55b1f260c0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669028386457,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-21T11:00:28.064Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-21T11:00:28.064Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-21T11:00:28.064Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a650d71f-5c98-4c19-bf6e-3f55b1f260c0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669028386457,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-11-21T11:00:28.064Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-21T11:00:28.064Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-21T11:00:28.065Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a650d71f-5c98-4c19-bf6e-3f55b1f260c0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669028388157,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-21T11:00:28.065Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-21T11:00:28.065Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-21T11:00:28.065Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a650d71f-5c98-4c19-bf6e-3f55b1f260c0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669028389238,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-21T11:00:28.065Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-21T11:00:28.065Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-21T11:00:28.065Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a650d71f-5c98-4c19-bf6e-3f55b1f260c0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669028388157,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-21T11:00:28.065Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-21T11:00:28.066Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-21T11:00:28.066Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a650d71f-5c98-4c19-bf6e-3f55b1f260c0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669028391000,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-21T11:00:28.066Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-21T11:00:28.066Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-21T11:00:28.066Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a650d71f-5c98-4c19-bf6e-3f55b1f260c0",
  "consumerID": "aai-ml",
  "timestamp": 1669028390365,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-21T11:00:28.066Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-21T11:00:28.066Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-21T11:00:28.066Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a650d71f-5c98-4c19-bf6e-3f55b1f260c0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669028392003,
  "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-21T11:00:28.072Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of a650d71f-5c98-4c19-bf6e-3f55b1f260c0
2022-11-21T11:00:28.072Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId a650d71f-5c98-4c19-bf6e-3f55b1f260c0 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-21T11:00:28.080Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-21T11:00:28.080Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a650d71f-5c98-4c19-bf6e-3f55b1f260c0",
  "consumerID": "aai-ml",
  "timestamp": 1669028390365,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-11-21T11:00:28.080Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-21T11:00:28.081Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-21T11:00:28.081Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a650d71f-5c98-4c19-bf6e-3f55b1f260c0",
  "consumerID": "aai-ml",
  "timestamp": 1669028393135,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-21T11:00:28.081Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-21T11:00:28.081Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-21T11:00:28.081Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a650d71f-5c98-4c19-bf6e-3f55b1f260c0",
  "consumerID": "aai-ml",
  "timestamp": 1669028397872,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-21T11:00:28.081Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-21T11:00:28.081Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-21T11:00:28.081Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a650d71f-5c98-4c19-bf6e-3f55b1f260c0",
  "consumerID": "aai-ml",
  "timestamp": 1669028398875,
  "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-21T11:00:28.086Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of a650d71f-5c98-4c19-bf6e-3f55b1f260c0
2022-11-21T11:00:28.086Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId a650d71f-5c98-4c19-bf6e-3f55b1f260c0 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-21T11:00:28.094Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-21T11:00:28.094Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f86bafe-8630-4ea3-a809-b27f4e37ce74",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669028408157,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVp34fpiiobggqgzyczcm/1.0/resourceInstances/pnf488b368fb0b60/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-21T11:00:28.094Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-21T11:00:28.094Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-21T11:00:28.094Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f86bafe-8630-4ea3-a809-b27f4e37ce74",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669028408157,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVp34fpiiobggqgzyczcm/1.0/resourceInstances/pnf488b368fb0b60/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-21T11:00:28.094Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-21T11:00:28.094Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-21T11:00:28.095Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f86bafe-8630-4ea3-a809-b27f4e37ce74",
  "consumerID": "cds",
  "timestamp": 1669028411103,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVp34fpiiobggqgzyczcm/1.0/resourceInstances/pnf488b368fb0b60/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-21T11:00:28.095Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-21T11:00:28.095Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-21T11:00:28.095Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f86bafe-8630-4ea3-a809-b27f4e37ce74",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669028411907,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVp34fpiiobggqgzyczcm/1.0/resourceInstances/pnf488b368fb0b60/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-21T11:00:28.095Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-21T11:00:28.095Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-21T11:00:28.095Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f86bafe-8630-4ea3-a809-b27f4e37ce74",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669028408157,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVp34fpiiobggqgzyczcm/1.0/resourceInstances/pnf488b368fb0b60/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-11-21T11:00:28.095Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-21T11:00:28.096Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-21T11:00:28.096Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f86bafe-8630-4ea3-a809-b27f4e37ce74",
  "consumerID": "cds",
  "timestamp": 1669028411103,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVp34fpiiobggqgzyczcm/1.0/resourceInstances/pnf488b368fb0b60/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-21T11:00:28.096Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-21T11:00:28.096Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-21T11:00:28.096Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f86bafe-8630-4ea3-a809-b27f4e37ce74",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669028411907,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVp34fpiiobggqgzyczcm/1.0/resourceInstances/pnf488b368fb0b60/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-21T11:00:28.096Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-21T11:00:28.096Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-21T11:00:28.096Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f86bafe-8630-4ea3-a809-b27f4e37ce74",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669028408157,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVp34fpiiobggqgzyczcm/1.0/resourceInstances/pnf488b368fb0b60/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-21T11:00:28.096Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-21T11:00:28.097Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-21T11:00:28.097Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f86bafe-8630-4ea3-a809-b27f4e37ce74",
  "consumerID": "cds",
  "timestamp": 1669028411103,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVp34fpiiobggqgzyczcm/1.0/resourceInstances/pnf488b368fb0b60/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-11-21T11:00:28.097Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-21T11:00:28.097Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-21T11:00:28.097Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f86bafe-8630-4ea3-a809-b27f4e37ce74",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669028411907,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVp34fpiiobggqgzyczcm/1.0/resourceInstances/pnf488b368fb0b60/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-11-21T11:00:28.097Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-21T11:00:28.097Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-21T11:00:28.097Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f86bafe-8630-4ea3-a809-b27f4e37ce74",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669028408157,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVp34fpiiobggqgzyczcm/1.0/resourceInstances/pnf488b368fb0b60/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-21T11:00:28.098Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-21T11:00:28.098Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-21T11:00:28.098Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f86bafe-8630-4ea3-a809-b27f4e37ce74",
  "consumerID": "cds",
  "timestamp": 1669028411103,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVp34fpiiobggqgzyczcm/1.0/resourceInstances/pnf488b368fb0b60/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-21T11:00:28.098Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-21T11:00:28.098Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-21T11:00:28.098Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f86bafe-8630-4ea3-a809-b27f4e37ce74",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669028411907,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVp34fpiiobggqgzyczcm/1.0/resourceInstances/pnf488b368fb0b60/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-21T11:00:28.099Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-21T11:00:28.099Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-21T11:00:28.099Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f86bafe-8630-4ea3-a809-b27f4e37ce74",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669028408157,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVp34fpiiobggqgzyczcm/1.0/resourceInstances/pnf488b368fb0b60/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-11-21T11:00:28.099Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-21T11:00:28.099Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-21T11:00:28.099Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f86bafe-8630-4ea3-a809-b27f4e37ce74",
  "consumerID": "cds",
  "timestamp": 1669028411103,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVp34fpiiobggqgzyczcm/1.0/resourceInstances/pnf488b368fb0b60/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-21T11:00:28.099Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-21T11:00:28.099Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-21T11:00:28.100Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f86bafe-8630-4ea3-a809-b27f4e37ce74",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669028411907,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVp34fpiiobggqgzyczcm/1.0/resourceInstances/pnf488b368fb0b60/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-21T11:00:28.100Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-21T11:00:28.100Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-21T11:00:28.100Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f86bafe-8630-4ea3-a809-b27f4e37ce74",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669028408157,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVp34fpiiobggqgzyczcm/1.0/artifacts/service-DemoPnfVp34fpiiobggqgzyczcm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-21T11:00:28.100Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-21T11:00:28.100Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-21T11:00:28.100Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f86bafe-8630-4ea3-a809-b27f4e37ce74",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669028416455,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVp34fpiiobggqgzyczcm/1.0/resourceInstances/pnf488b368fb0b60/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-21T11:00:28.100Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-21T11:00:28.100Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-21T11:00:28.101Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f86bafe-8630-4ea3-a809-b27f4e37ce74",
  "consumerID": "cds",
  "timestamp": 1669028411103,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVp34fpiiobggqgzyczcm/1.0/resourceInstances/pnf488b368fb0b60/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-21T11:00:28.101Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-21T11:00:28.101Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-21T11:00:28.101Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f86bafe-8630-4ea3-a809-b27f4e37ce74",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669028411907,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVp34fpiiobggqgzyczcm/1.0/resourceInstances/pnf488b368fb0b60/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-21T11:00:28.101Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-21T11:00:28.101Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-21T11:00:28.101Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f86bafe-8630-4ea3-a809-b27f4e37ce74",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669028408157,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVp34fpiiobggqgzyczcm/1.0/artifacts/service-DemoPnfVp34fpiiobggqgzyczcm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-21T11:00:28.101Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-21T11:00:28.102Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-21T11:00:28.102Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f86bafe-8630-4ea3-a809-b27f4e37ce74",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669028416455,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVp34fpiiobggqgzyczcm/1.0/resourceInstances/pnf488b368fb0b60/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-21T11:00:28.102Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-21T11:00:28.102Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-21T11:00:28.102Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f86bafe-8630-4ea3-a809-b27f4e37ce74",
  "consumerID": "cds",
  "timestamp": 1669028411103,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVp34fpiiobggqgzyczcm/1.0/artifacts/service-DemoPnfVp34fpiiobggqgzyczcm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-21T11:00:28.102Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-21T11:00:28.102Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-21T11:00:28.102Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f86bafe-8630-4ea3-a809-b27f4e37ce74",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669028411907,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVp34fpiiobggqgzyczcm/1.0/artifacts/service-DemoPnfVp34fpiiobggqgzyczcm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-21T11:00:28.103Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-21T11:00:28.103Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-21T11:00:28.103Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f86bafe-8630-4ea3-a809-b27f4e37ce74",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669028416455,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVp34fpiiobggqgzyczcm/1.0/resourceInstances/pnf488b368fb0b60/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-11-21T11:00:28.103Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-21T11:00:28.103Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-21T11:00:28.103Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f86bafe-8630-4ea3-a809-b27f4e37ce74",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669028418954,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVp34fpiiobggqgzyczcm/1.0/resourceInstances/pnf488b368fb0b60/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-11-21T11:00:28.103Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-21T11:00:28.103Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-21T11:00:28.103Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f86bafe-8630-4ea3-a809-b27f4e37ce74",
  "consumerID": "cds",
  "timestamp": 1669028411103,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVp34fpiiobggqgzyczcm/1.0/artifacts/service-DemoPnfVp34fpiiobggqgzyczcm-csar.csar",
  "status": "NOTIFIED"
}
2022-11-21T11:00:28.104Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-21T11:00:28.104Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-21T11:00:28.104Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f86bafe-8630-4ea3-a809-b27f4e37ce74",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669028411907,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVp34fpiiobggqgzyczcm/1.0/artifacts/service-DemoPnfVp34fpiiobggqgzyczcm-csar.csar",
  "status": "NOTIFIED"
}
2022-11-21T11:00:28.104Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-21T11:00:28.104Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-21T11:00:28.104Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f86bafe-8630-4ea3-a809-b27f4e37ce74",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669028416455,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVp34fpiiobggqgzyczcm/1.0/resourceInstances/pnf488b368fb0b60/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-21T11:00:28.104Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-21T11:00:28.104Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-21T11:00:28.105Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f86bafe-8630-4ea3-a809-b27f4e37ce74",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669028420127,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVp34fpiiobggqgzyczcm/1.0/resourceInstances/pnf488b368fb0b60/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-11-21T11:00:28.105Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-21T11:00:28.105Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-21T11:00:28.105Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f86bafe-8630-4ea3-a809-b27f4e37ce74",
  "consumerID": "cds",
  "timestamp": 1669028419858,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVp34fpiiobggqgzyczcm/1.0/artifacts/service-DemoPnfVp34fpiiobggqgzyczcm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-21T11:00:28.105Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-21T11:00:28.105Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-21T11:00:28.105Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f86bafe-8630-4ea3-a809-b27f4e37ce74",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669028416455,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVp34fpiiobggqgzyczcm/1.0/resourceInstances/pnf488b368fb0b60/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-21T11:00:28.105Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-21T11:00:28.106Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-21T11:00:28.106Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f86bafe-8630-4ea3-a809-b27f4e37ce74",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669028421131,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": ""
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-21T11:00:28.117Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 7f86bafe-8630-4ea3-a809-b27f4e37ce74
2022-11-21T11:00:28.117Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7f86bafe-8630-4ea3-a809-b27f4e37ce74 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-21T11:00:28.130Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-21T11:00:28.130Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f86bafe-8630-4ea3-a809-b27f4e37ce74",
  "consumerID": "aai-ml",
  "timestamp": 1669028420366,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVp34fpiiobggqgzyczcm/1.0/resourceInstances/pnf488b368fb0b60/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-21T11:00:28.130Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-21T11:00:28.130Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-21T11:00:28.130Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f86bafe-8630-4ea3-a809-b27f4e37ce74",
  "consumerID": "cds",
  "timestamp": 1669028420863,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVp34fpiiobggqgzyczcm/1.0/artifacts/service-DemoPnfVp34fpiiobggqgzyczcm-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-21T11:00:28.134Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 7f86bafe-8630-4ea3-a809-b27f4e37ce74
2022-11-21T11:00:28.134Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7f86bafe-8630-4ea3-a809-b27f4e37ce74 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-21T11:00:28.143Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-21T11:00:28.144Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f86bafe-8630-4ea3-a809-b27f4e37ce74",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669028416455,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVp34fpiiobggqgzyczcm/1.0/resourceInstances/pnf488b368fb0b60/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-21T11:00:28.145Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-21T11:00:28.145Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-21T11:00:28.145Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f86bafe-8630-4ea3-a809-b27f4e37ce74",
  "consumerID": "aai-ml",
  "timestamp": 1669028420366,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVp34fpiiobggqgzyczcm/1.0/resourceInstances/pnf488b368fb0b60/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-21T11:00:28.146Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-21T11:00:28.146Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-21T11:00:28.146Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f86bafe-8630-4ea3-a809-b27f4e37ce74",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669028416455,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVp34fpiiobggqgzyczcm/1.0/artifacts/service-DemoPnfVp34fpiiobggqgzyczcm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-21T11:00:28.146Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-21T11:00:28.147Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-21T11:00:28.147Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f86bafe-8630-4ea3-a809-b27f4e37ce74",
  "consumerID": "aai-ml",
  "timestamp": 1669028420366,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVp34fpiiobggqgzyczcm/1.0/resourceInstances/pnf488b368fb0b60/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-11-21T11:00:28.147Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-21T11:00:28.148Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-21T11:00:28.148Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f86bafe-8630-4ea3-a809-b27f4e37ce74",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669028416455,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVp34fpiiobggqgzyczcm/1.0/artifacts/service-DemoPnfVp34fpiiobggqgzyczcm-csar.csar",
  "status": "NOTIFIED"
}
2022-11-21T11:00:28.148Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-21T11:00:28.148Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-21T11:00:28.149Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f86bafe-8630-4ea3-a809-b27f4e37ce74",
  "consumerID": "aai-ml",
  "timestamp": 1669028420366,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVp34fpiiobggqgzyczcm/1.0/resourceInstances/pnf488b368fb0b60/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-21T11:00:28.149Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-21T11:00:28.149Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-21T11:00:28.150Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f86bafe-8630-4ea3-a809-b27f4e37ce74",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669028425228,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVp34fpiiobggqgzyczcm/1.0/artifacts/service-DemoPnfVp34fpiiobggqgzyczcm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-21T11:00:28.150Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-21T11:00:28.151Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-21T11:00:28.151Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f86bafe-8630-4ea3-a809-b27f4e37ce74",
  "consumerID": "aai-ml",
  "timestamp": 1669028420366,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVp34fpiiobggqgzyczcm/1.0/resourceInstances/pnf488b368fb0b60/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-21T11:00:28.151Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-21T11:00:28.152Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-21T11:00:28.152Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f86bafe-8630-4ea3-a809-b27f4e37ce74",
  "consumerID": "aai-ml",
  "timestamp": 1669028420366,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVp34fpiiobggqgzyczcm/1.0/resourceInstances/pnf488b368fb0b60/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-21T11:00:28.152Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-21T11:00:28.152Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-21T11:00:28.153Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f86bafe-8630-4ea3-a809-b27f4e37ce74",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669028427074,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVp34fpiiobggqgzyczcm/1.0/artifacts/service-DemoPnfVp34fpiiobggqgzyczcm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-21T11:00:28.153Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-21T11:00:28.153Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-21T11:00:28.153Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f86bafe-8630-4ea3-a809-b27f4e37ce74",
  "consumerID": "aai-ml",
  "timestamp": 1669028420366,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVp34fpiiobggqgzyczcm/1.0/artifacts/service-DemoPnfVp34fpiiobggqgzyczcm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-21T11:00:28.154Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-21T11:00:28.312Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-21T11:00:28.313Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-21T11:00:28.313Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"a650d71f-5c98-4c19-bf6e-3f55b1f260c0","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"97370598-5156-4653-8567-75c8d8c8639e","serviceDescription":"service","serviceInvariantUUID":"37ea975c-f222-4e9c-9747-ce9eaa195650","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"4fc529fd-0889-4459-a997-1944c639fa98","resourceInvariantUUID":"3d362562-88e5-415e-800a-50582e7db7c2","resourceCustomizationUUID":"17a9f8a7-6d9d-44f7-a9d2-dfe13eae12bc","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":"NWYyOTIzODQ0ZGQ1NjBjMjIxMTFjOTJlYjUxNGFiY2E\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"2c49f455-a040-45e1-bc3d-cb69784b77bc","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"N2NhNGE2MDhiYTE5Yjg2NmJlYTA2MTljNmI0ZWFkMjE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"b8a08d8e-e146-44e9-b5c2-52d6f41c2b33","artifactVersion":"1"}],"workloadContext":"Production"}
2022-11-21T11:00:28.319Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-21T11:00:28.320Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-21T11:00:28.324Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-21T11:00:28.325Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "a650d71f-5c98-4c19-bf6e-3f55b1f260c0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669028427660,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-21T11:00:28.425Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-21T11:00:28.426Z||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-21T11:00:28.426Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GmHQtEo58V8hNAS8) ...
2022-11-21T11:00:28.449Z||pool-35-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-21T11:00:28.450Z||pool-35-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1}
2022-11-21T11:00:29.325Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-21T11:00:29.326Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-21T11:00:29.329Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-21T11:00:29.329Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "a650d71f-5c98-4c19-bf6e-3f55b1f260c0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669028427660,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-11-21T11:00:29.429Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-21T11:00:29.430Z||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-21T11:00:29.430Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GmHQtEo58V8hNAS8) ...
2022-11-21T11:00:29.447Z||pool-36-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-21T11:00:29.448Z||pool-36-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-11-21T11:00:30.330Z||pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "a650d71f-5c98-4c19-bf6e-3f55b1f260c0",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "97370598-5156-4653-8567-75c8d8c8639e",
  "serviceDescription": "service",
  "serviceInvariantUUID": "37ea975c-f222-4e9c-9747-ce9eaa195650",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "17a9f8a7-6d9d-44f7-a9d2-dfe13eae12bc",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "4fc529fd-0889-4459-a997-1944c639fa98",
      "resourceInvariantUUID": "3d362562-88e5-415e-800a-50582e7db7c2",
      "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": "N2NhNGE2MDhiYTE5Yjg2NmJlYTA2MTljNmI0ZWFkMjE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "b8a08d8e-e146-44e9-b5c2-52d6f41c2b33"
    }
  ],
  "workloadContext": "Production"
}
2022-11-21T11:00:30.330Z||pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-11-21T11:00:30.331Z||pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 97370598-5156-4653-8567-75c8d8c8639e ASDC
2022-11-21T11:00:30.331Z|a650d71f-5c98-4c19-bf6e-3f55b1f260c0|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:a650d71f-5c98-4c19-bf6e-3f55b1f260c0
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:97370598-5156-4653-8567-75c8d8c8639e
ServiceInvariantUUID:37ea975c-f222-4e9c-9747-ce9eaa195650
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:b8a08d8e-e146-44e9-b5c2-52d6f41c2b33
ArtifactChecksum:N2NhNGE2MDhiYTE5Yjg2NmJlYTA2MTljNmI0ZWFkMjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:17a9f8a7-6d9d-44f7-a9d2-dfe13eae12bc
ResourceInvariantUUID:3d362562-88e5-415e-800a-50582e7db7c2
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:4fc529fd-0889-4459-a997-1944c639fa98
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2022-11-21T11:00:30.331Z|a650d71f-5c98-4c19-bf6e-3f55b1f260c0|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 97370598-5156-4653-8567-75c8d8c8639e 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-21T11:00:30.366Z|a650d71f-5c98-4c19-bf6e-3f55b1f260c0|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-21T11:00:30.367Z|a650d71f-5c98-4c19-bf6e-3f55b1f260c0|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-11-21T11:00:30.367Z|a650d71f-5c98-4c19-bf6e-3f55b1f260c0|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-11-21T11:00:30.367Z|a650d71f-5c98-4c19-bf6e-3f55b1f260c0|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: b8a08d8e-e146-44e9-b5c2-52d6f41c2b33 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-11-21T11:00:30.368Z|a650d71f-5c98-4c19-bf6e-3f55b1f260c0|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-11-21T11:00:30.368Z|a650d71f-5c98-4c19-bf6e-3f55b1f260c0|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-11-21T11:00:30.540Z|a650d71f-5c98-4c19-bf6e-3f55b1f260c0|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-11-21T11:00:30.543Z|a650d71f-5c98-4c19-bf6e-3f55b1f260c0|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar b8a08d8e-e146-44e9-b5c2-52d6f41c2b33 57662
2022-11-21T11:00:30.544Z|a650d71f-5c98-4c19-bf6e-3f55b1f260c0|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-11-21T11:00:30.544Z|a650d71f-5c98-4c19-bf6e-3f55b1f260c0|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-11-21T11:00:30.544Z|a650d71f-5c98-4c19-bf6e-3f55b1f260c0|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-21T11:00:30.545Z|a650d71f-5c98-4c19-bf6e-3f55b1f260c0|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-21T11:00:30.547Z|a650d71f-5c98-4c19-bf6e-3f55b1f260c0|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-21T11:00:30.547Z|a650d71f-5c98-4c19-bf6e-3f55b1f260c0|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "a650d71f-5c98-4c19-bf6e-3f55b1f260c0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669028430544,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-21T11:00:30.647Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-21T11:00:30.648Z||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-21T11:00:30.648Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GmHQtEo58V8hNAS8) ...
2022-11-21T11:00:30.678Z||pool-37-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-21T11:00:30.678Z||pool-37-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":1,"count":1}
2022-11-21T11:00:31.547Z|a650d71f-5c98-4c19-bf6e-3f55b1f260c0|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-21T11:00:31.548Z|a650d71f-5c98-4c19-bf6e-3f55b1f260c0|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-11-21T11:00:31.548Z|a650d71f-5c98-4c19-bf6e-3f55b1f260c0|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: b8a08d8e-e146-44e9-b5c2-52d6f41c2b33, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-21T11:00:31.549Z|a650d71f-5c98-4c19-bf6e-3f55b1f260c0|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2022-11-21T11:00:31.549Z|a650d71f-5c98-4c19-bf6e-3f55b1f260c0|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-21T11:00:31.549Z|a650d71f-5c98-4c19-bf6e-3f55b1f260c0|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-21T11:00:31.735Z|a650d71f-5c98-4c19-bf6e-3f55b1f260c0|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5002546682435380718/Definitions/service-BasicNetwork-template.yml
2022-11-21T11:00:32.390Z|a650d71f-5c98-4c19-bf6e-3f55b1f260c0|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2022-11-21T11:00:32.391Z|a650d71f-5c98-4c19-bf6e-3f55b1f260c0|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-11-21T11:00:32.391Z|a650d71f-5c98-4c19-bf6e-3f55b1f260c0|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-21T11:00:32.392Z|a650d71f-5c98-4c19-bf6e-3f55b1f260c0|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2022-11-21T11:00:32.392Z|a650d71f-5c98-4c19-bf6e-3f55b1f260c0|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-21T11:00:32.392Z|a650d71f-5c98-4c19-bf6e-3f55b1f260c0|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-21T11:00:32.392Z|a650d71f-5c98-4c19-bf6e-3f55b1f260c0|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-21T11:00:32.392Z|a650d71f-5c98-4c19-bf6e-3f55b1f260c0|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-21T11:00:32.393Z|a650d71f-5c98-4c19-bf6e-3f55b1f260c0|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-21T11:00:32.393Z|a650d71f-5c98-4c19-bf6e-3f55b1f260c0|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-21T11:00:32.393Z|a650d71f-5c98-4c19-bf6e-3f55b1f260c0|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-21T11:00:32.393Z|a650d71f-5c98-4c19-bf6e-3f55b1f260c0|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-11-21T11:00:32.393Z|a650d71f-5c98-4c19-bf6e-3f55b1f260c0|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-11-21T11:00:32.394Z|a650d71f-5c98-4c19-bf6e-3f55b1f260c0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-21T11:00:32.394Z|a650d71f-5c98-4c19-bf6e-3f55b1f260c0|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-21T11:00:32.394Z|a650d71f-5c98-4c19-bf6e-3f55b1f260c0|pool-2-thread-9|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-11-21T11:00:32.395Z|a650d71f-5c98-4c19-bf6e-3f55b1f260c0|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-11-21T11:00:32.395Z|a650d71f-5c98-4c19-bf6e-3f55b1f260c0|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-21T11:00:32.395Z|a650d71f-5c98-4c19-bf6e-3f55b1f260c0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-21T11:00:32.396Z|a650d71f-5c98-4c19-bf6e-3f55b1f260c0|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-21T11:00:32.396Z|a650d71f-5c98-4c19-bf6e-3f55b1f260c0|pool-2-thread-9|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-11-21T11:00:32.396Z|a650d71f-5c98-4c19-bf6e-3f55b1f260c0|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-11-21T11:00:32.396Z|a650d71f-5c98-4c19-bf6e-3f55b1f260c0|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-21T11:00:32.397Z|a650d71f-5c98-4c19-bf6e-3f55b1f260c0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-21T11:00:32.397Z|a650d71f-5c98-4c19-bf6e-3f55b1f260c0|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-21T11:00:32.397Z|a650d71f-5c98-4c19-bf6e-3f55b1f260c0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-21T11:00:32.397Z|a650d71f-5c98-4c19-bf6e-3f55b1f260c0|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-21T11:00:32.398Z|a650d71f-5c98-4c19-bf6e-3f55b1f260c0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-21T11:00:32.398Z|a650d71f-5c98-4c19-bf6e-3f55b1f260c0|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-21T11:00:32.399Z|a650d71f-5c98-4c19-bf6e-3f55b1f260c0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-21T11:00:32.399Z|a650d71f-5c98-4c19-bf6e-3f55b1f260c0|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-21T11:00:32.399Z|a650d71f-5c98-4c19-bf6e-3f55b1f260c0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-21T11:00:32.399Z|a650d71f-5c98-4c19-bf6e-3f55b1f260c0|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-21T11:00:32.400Z|a650d71f-5c98-4c19-bf6e-3f55b1f260c0|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:97370598-5156-4653-8567-75c8d8c8639e
Model Version:NULL
Model InvariantUuid:37ea975c-f222-4e9c-9747-ce9eaa195650
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:3d362562-88e5-415e-800a-50582e7db7c2
Model UUID:379c0997-0053-49b0-b83e-c7ee86ac7a23
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:17a9f8a7-6d9d-44f7-a9d2-dfe13eae12bc
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-21T11:00:32.408Z|a650d71f-5c98-4c19-bf6e-3f55b1f260c0|pool-2-thread-9|||||INFO|500||Processing Resource Type: VL, Model UUID: 4fc529fd-0889-4459-a997-1944c639fa98
2022-11-21T11:00:32.408Z|a650d71f-5c98-4c19-bf6e-3f55b1f260c0|pool-2-thread-9|||||INFO|500||No resources found for Service: 97370598-5156-4653-8567-75c8d8c8639e
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-21T11:00:32.415Z|a650d71f-5c98-4c19-bf6e-3f55b1f260c0|pool-2-thread-9|||||INFO|500||
2022-11-21T11:00:32.415Z|a650d71f-5c98-4c19-bf6e-3f55b1f260c0|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 
2022-11-21T11:00:32.417Z|a650d71f-5c98-4c19-bf6e-3f55b1f260c0|pool-2-thread-9|||||DEBUG|500||No resources found for Service: 97370598-5156-4653-8567-75c8d8c8639e
2022-11-21T11:00:32.417Z|a650d71f-5c98-4c19-bf6e-3f55b1f260c0|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 97370598-5156-4653-8567-75c8d8c8639e
2022-11-21T11:00:32.417Z|a650d71f-5c98-4c19-bf6e-3f55b1f260c0|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT   ASDC
2022-11-21T11:00:32.418Z|a650d71f-5c98-4c19-bf6e-3f55b1f260c0|pool-2-thread-9|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-21T11:00:32.423Z|a650d71f-5c98-4c19-bf6e-3f55b1f260c0|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@53a2fa74, org.onap.sdc.toscaparser.api.parameters.Input@56a9c167, org.onap.sdc.toscaparser.api.parameters.Input@50a4c273, org.onap.sdc.toscaparser.api.parameters.Input@5c18606e, org.onap.sdc.toscaparser.api.parameters.Input@182d40c3]
2022-11-21T11:00:32.425Z|a650d71f-5c98-4c19-bf6e-3f55b1f260c0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-21T11:00:32.425Z|a650d71f-5c98-4c19-bf6e-3f55b1f260c0|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-21T11:00:32.425Z|a650d71f-5c98-4c19-bf6e-3f55b1f260c0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-21T11:00:32.425Z|a650d71f-5c98-4c19-bf6e-3f55b1f260c0|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-21T11:00:32.426Z|a650d71f-5c98-4c19-bf6e-3f55b1f260c0|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 97370598-5156-4653-8567-75c8d8c8639e: Generic NeutronNet
2022-11-21T11:00:32.426Z|a650d71f-5c98-4c19-bf6e-3f55b1f260c0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-21T11:00:32.426Z|a650d71f-5c98-4c19-bf6e-3f55b1f260c0|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-21T11:00:32.426Z|a650d71f-5c98-4c19-bf6e-3f55b1f260c0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-21T11:00:32.427Z|a650d71f-5c98-4c19-bf6e-3f55b1f260c0|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_56_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_56_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_56_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_56_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_, networkres0_.CREATION_TIMESTAMP as creation2_38_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_, networkres0_.NETWORK_ROLE as network_4_38_, networkres0_.NETWORK_SCOPE as network_5_38_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_, networkres0_.NETWORK_TYPE as network_7_38_, networkres0_.RESOURCE_INPUT as resource8_38_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_, networkres0_.RESOURCE_CATEGORY as resource4_37_, networkres0_.CREATION_TIMESTAMP as creation5_37_, networkres0_.DESCRIPTION as descript6_37_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_, networkres0_.MODEL_NAME as model_na8_37_, networkres0_.MODEL_VERSION as model_ve9_37_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_, networkres0_.ORCHESTRATION_MODE as orchest11_37_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_ from network_resource networkres0_ where networkres0_.MODEL_UUID=?
2022-11-21T11:00:32.464Z|a650d71f-5c98-4c19-bf6e-3f55b1f260c0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-21T11:00:32.464Z|a650d71f-5c98-4c19-bf6e-3f55b1f260c0|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-21T11:00:32.464Z|a650d71f-5c98-4c19-bf6e-3f55b1f260c0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-21T11:00:32.465Z|a650d71f-5c98-4c19-bf6e-3f55b1f260c0|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-21T11:00:32.465Z|a650d71f-5c98-4c19-bf6e-3f55b1f260c0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-21T11:00:32.465Z|a650d71f-5c98-4c19-bf6e-3f55b1f260c0|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-21T11:00:32.465Z|a650d71f-5c98-4c19-bf6e-3f55b1f260c0|pool-2-thread-9|||||INFO|500||Saving Service: basic_network 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_3_, networkres0_.CREATION_TIMESTAMP as creation2_38_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_3_, networkres0_.NETWORK_ROLE as network_4_38_3_, networkres0_.NETWORK_SCOPE as network_5_38_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_3_, networkres0_.NETWORK_TYPE as network_7_38_3_, networkres0_.RESOURCE_INPUT as resource8_38_3_, networkres1_.MODEL_UUID as model_uu1_37_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_37_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_37_0_, networkres1_.RESOURCE_CATEGORY as resource4_37_0_, networkres1_.CREATION_TIMESTAMP as creation5_37_0_, networkres1_.DESCRIPTION as descript6_37_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_37_0_, networkres1_.MODEL_NAME as model_na8_37_0_, networkres1_.MODEL_VERSION as model_ve9_37_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_37_0_, networkres1_.ORCHESTRATION_MODE as orchest11_37_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_37_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_37_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_1_, collection2_.CREATION_TIMESTAMP as creation2_15_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_15_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_15_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_1_, collection2_.NETWORK_ROLE as network_4_15_1_, collection2_.NETWORK_SCOPE as network_5_15_1_, collection2_.NETWORK_TECHNOLOGY as network_6_15_1_, collection2_.NETWORK_TYPE as network_7_15_1_, heattempla3_.ARTIFACT_UUID as artifact1_29_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_2_, heattempla3_.CREATION_TIMESTAMP as creation3_29_2_, heattempla3_.DESCRIPTION as descript4_29_2_, heattempla3_.BODY as body5_29_2_, heattempla3_.NAME as name6_29_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_2_, heattempla3_.VERSION as version8_29_2_ from network_resource_customization networkres0_ left outer join network_resource networkres1_ on networkres0_.NETWORK_RESOURCE_MODEL_UUID=networkres1_.MODEL_UUID left outer join collection_network_resource_customization collection2_ on networkres1_.MODEL_UUID=collection2_.NETWORK_RESOURCE_MODEL_UUID left outer join heat_template heattempla3_ on networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_4_, networkres0_.RESOURCE_CATEGORY as resource4_37_4_, networkres0_.CREATION_TIMESTAMP as creation5_37_4_, networkres0_.DESCRIPTION as descript6_37_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_4_, networkres0_.MODEL_NAME as model_na8_37_4_, networkres0_.MODEL_VERSION as model_ve9_37_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_4_, networkres0_.ORCHESTRATION_MODE as orchest11_37_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_0_, collection1_.CREATION_TIMESTAMP as creation2_15_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_15_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_15_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_0_, collection1_.NETWORK_ROLE as network_4_15_0_, collection1_.NETWORK_SCOPE as network_5_15_0_, collection1_.NETWORK_TECHNOLOGY as network_6_15_0_, collection1_.NETWORK_TYPE as network_7_15_0_, instancegr2_.MODEL_UUID as model_uu2_33_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_33_1_, instancegr2_.CREATION_TIMESTAMP as creation3_33_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_33_1_, instancegr2_.MODEL_NAME as model_na5_33_1_, instancegr2_.MODEL_VERSION as model_ve6_33_1_, instancegr2_.ROLE as role7_33_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_33_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_33_1_, instancegr2_.OBJECT_TYPE as object_t1_33_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_17_2_, networkcol3_.CR_MODEL_UUID as cr_model8_17_2_, networkcol3_.CREATION_TIMESTAMP as creation3_17_2_, networkcol3_.FUNCTION as function4_17_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_17_2_, networkcol3_.ROLE as role6_17_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_17_2_, heattempla4_.ARTIFACT_UUID as artifact1_29_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla4_.CREATION_TIMESTAMP as creation3_29_3_, heattempla4_.DESCRIPTION as descript4_29_3_, heattempla4_.BODY as body5_29_3_, heattempla4_.NAME as name6_29_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla4_.VERSION as version8_29_3_ from network_resource networkres0_ left outer join collection_network_resource_customization collection1_ on networkres0_.MODEL_UUID=collection1_.NETWORK_RESOURCE_MODEL_UUID left outer join instance_group instancegr2_ on collection1_.INSTANCE_GROUP_MODEL_UUID=instancegr2_.MODEL_UUID left outer join collection_resource_customization networkcol3_ on collection1_.CRC_MODEL_CUSTOMIZATION_UUID=networkcol3_.MODEL_CUSTOMIZATION_UUID left outer join heat_template heattempla4_ on networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla4_.ARTIFACT_UUID where networkres0_.MODEL_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NEUTRON_NETWORK_TYPE, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization (CREATION_TIMESTAMP, MODEL_INSTANCE_NAME, NETWORK_RESOURCE_MODEL_UUID, NETWORK_ROLE, NETWORK_SCOPE, NETWORK_TECHNOLOGY, NETWORK_TYPE, RESOURCE_INPUT, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2022-11-21T11:00:32.520Z|a650d71f-5c98-4c19-bf6e-3f55b1f260c0|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC   0 ASDC deployResourceStructure
2022-11-21T11:00:32.521Z|a650d71f-5c98-4c19-bf6e-3f55b1f260c0|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-11-21T11:00:32.521Z|a650d71f-5c98-4c19-bf6e-3f55b1f260c0|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-11-21T11:00:32.521Z|a650d71f-5c98-4c19-bf6e-3f55b1f260c0|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-21T11:00:32.522Z|a650d71f-5c98-4c19-bf6e-3f55b1f260c0|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-21T11:00:32.524Z|a650d71f-5c98-4c19-bf6e-3f55b1f260c0|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-21T11:00:32.524Z|a650d71f-5c98-4c19-bf6e-3f55b1f260c0|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "a650d71f-5c98-4c19-bf6e-3f55b1f260c0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669028432521,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-21T11:00:32.624Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-21T11:00:32.625Z||pool-38-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-21T11:00:32.625Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GmHQtEo58V8hNAS8) ...
2022-11-21T11:00:32.640Z||pool-38-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-21T11:00:32.641Z||pool-38-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-11-21T11:00:33.525Z|a650d71f-5c98-4c19-bf6e-3f55b1f260c0|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a650d71f-5c98-4c19-bf6e-3f55b1f260c0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-21T11:00:33.536Z|a650d71f-5c98-4c19-bf6e-3f55b1f260c0|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a650d71f-5c98-4c19-bf6e-3f55b1f260c0
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-21T11:00:33.539Z|a650d71f-5c98-4c19-bf6e-3f55b1f260c0|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-21T11:00:33.539Z|a650d71f-5c98-4c19-bf6e-3f55b1f260c0|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-11-21T11:00:33.539Z|a650d71f-5c98-4c19-bf6e-3f55b1f260c0|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-11-21T11:00:33.540Z|a650d71f-5c98-4c19-bf6e-3f55b1f260c0|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-11-21T11:00:33.540Z|a650d71f-5c98-4c19-bf6e-3f55b1f260c0|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-21T11:00:33.540Z|a650d71f-5c98-4c19-bf6e-3f55b1f260c0|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-21T11:00:33.540Z|a650d71f-5c98-4c19-bf6e-3f55b1f260c0|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-21T11:00:33.541Z|a650d71f-5c98-4c19-bf6e-3f55b1f260c0|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-21T11:00:33.541Z|a650d71f-5c98-4c19-bf6e-3f55b1f260c0|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-21T11:00:33.546Z|a650d71f-5c98-4c19-bf6e-3f55b1f260c0|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-11-21T11:01:03.547Z|a650d71f-5c98-4c19-bf6e-3f55b1f260c0|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: a650d71f-5c98-4c19-bf6e-3f55b1f260c0 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-21T11:01:03.558Z|a650d71f-5c98-4c19-bf6e-3f55b1f260c0|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: a650d71f-5c98-4c19-bf6e-3f55b1f260c0 and serviceModelVersionId: 97370598-5156-4653-8567-75c8d8c8639e
2022-11-21T11:01:03.558Z|a650d71f-5c98-4c19-bf6e-3f55b1f260c0|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 37ea975c-f222-4e9c-9747-ce9eaa195650
2022-11-21T11:01:03.559Z|a650d71f-5c98-4c19-bf6e-3f55b1f260c0|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/37ea975c-f222-4e9c-9747-ce9eaa195650/model-vers/model-ver/97370598-5156-4653-8567-75c8d8c8639e?depth=0
2022-11-21T11:01:03.564Z|a650d71f-5c98-4c19-bf6e-3f55b1f260c0|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2022-11-21T11:01:03.625Z|a650d71f-5c98-4c19-bf6e-3f55b1f260c0|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/37ea975c-f222-4e9c-9747-ce9eaa195650/model-vers/model-ver/97370598-5156-4653-8567-75c8d8c8639e?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-21T11:01:03.627Z|a650d71f-5c98-4c19-bf6e-3f55b1f260c0|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/37ea975c-f222-4e9c-9747-ce9eaa195650/model-vers/model-ver/97370598-5156-4653-8567-75c8d8c8639e?depth=0|INFO|500||Invoke
2022-11-21T11:01:03.651Z|a650d71f-5c98-4c19-bf6e-3f55b1f260c0|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/37ea975c-f222-4e9c-9747-ce9eaa195650/model-vers/model-ver/97370598-5156-4653-8567-75c8d8c8639e?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-11-21T11:01:03.746Z|a650d71f-5c98-4c19-bf6e-3f55b1f260c0|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/37ea975c-f222-4e9c-9747-ce9eaa195650/model-vers/model-ver/97370598-5156-4653-8567-75c8d8c8639e?depth=0|INFO|500||InvokeReturn
2022-11-21T11:01:03.747Z|a650d71f-5c98-4c19-bf6e-3f55b1f260c0|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/37ea975c-f222-4e9c-9747-ce9eaa195650/model-vers/model-ver/97370598-5156-4653-8567-75c8d8c8639e?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-221121-11:01:03:854-4987], vertex-id=[155816], Content-Length=[0], Date=[Mon, 21 Nov 2022 11:01:03 GMT], Content-Type=[application/json]}
2022-11-21T11:01:03.747Z|a650d71f-5c98-4c19-bf6e-3f55b1f260c0|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity.
2022-11-21T11:01:03.748Z|a650d71f-5c98-4c19-bf6e-3f55b1f260c0|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-11-21T11:01:03.748Z|a650d71f-5c98-4c19-bf6e-3f55b1f260c0|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-21T11:01:03.752Z|a650d71f-5c98-4c19-bf6e-3f55b1f260c0|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-21T11:01:03.752Z|a650d71f-5c98-4c19-bf6e-3f55b1f260c0|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID a650d71f-5c98-4c19-bf6e-3f55b1f260c0 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-11-21T11:01:03.753Z|a650d71f-5c98-4c19-bf6e-3f55b1f260c0|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-11-21T11:01:03.753Z|a650d71f-5c98-4c19-bf6e-3f55b1f260c0|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-21T11:01:03.755Z|a650d71f-5c98-4c19-bf6e-3f55b1f260c0|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-21T11:01:03.755Z|a650d71f-5c98-4c19-bf6e-3f55b1f260c0|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "a650d71f-5c98-4c19-bf6e-3f55b1f260c0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669028463753,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-21T11:01:03.855Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-21T11:01:03.856Z||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-21T11:01:03.857Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GmHQtEo58V8hNAS8) ...
2022-11-21T11:01:03.870Z||pool-39-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-21T11:01:03.871Z||pool-39-thread-1|||||INFO|500||cambria reply ok (15 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-21T11:01:04.768Z|a650d71f-5c98-4c19-bf6e-3f55b1f260c0|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-21T11:01:04.769Z|a650d71f-5c98-4c19-bf6e-3f55b1f260c0|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"7f86bafe-8630-4ea3-a809-b27f4e37ce74","serviceName":"Demo_pNF_vp34FPIiobGgQGzyCZCm","serviceVersion":"1.0","serviceUUID":"9182b9a0-6850-4c09-afc7-a0c551f3ed26","serviceDescription":"catalog service description","serviceInvariantUUID":"4d64c675-dcc4-457b-a80a-07b17726be2d","resources":[{"resourceInstanceName":"pNF 488b368f-b0b6 0","resourceName":"pNF 488b368f-b0b6","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"4bce3189-790e-4736-8ec8-d1d327191173","resourceInvariantUUID":"a4a102df-1996-47b8-8fa7-b730096cbff2","resourceCustomizationUUID":"cfb551ff-e83e-4f5f-9143-89ed785c4b71","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfVp34fpiiobggqgzyczcm/1.0/resourceInstances/pnf488b368fb0b60/artifacts/vf-license-model.xml","artifactChecksum":"ZTc3ZTA1N2Q4ODc4ZmIwNmViMGUwNWYyNjVhYzQ4MWU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"19cfe553-d08e-4a23-b8ea-5b89447e1dd9","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfVp34fpiiobggqgzyczcm/1.0/resourceInstances/pnf488b368fb0b60/artifacts/pNF.csar","artifactChecksum":"ZmU0ZDEzZjgzMDJiZWI1MWJmNGI3NmZiNjFkZDljMGI\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"7cbbc2dc-5cef-4c57-a908-829370fc710b","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfVp34fpiiobggqgzyczcm/1.0/resourceInstances/pnf488b368fb0b60/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"6d35b746-b40c-45b7-bb03-accf71d083ab","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfVp34fpiiobggqgzyczcm/1.0/resourceInstances/pnf488b368fb0b60/artifacts/vendor-license-model.xml","artifactChecksum":"YjgzODdmYmEwYWU5M2E2ZmRiNmEwN2U2M2ZjYzVkN2Q\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"8f393659-2d2f-42a5-815f-98dd62b16737","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfVp34fpiiobggqgzyczcm/1.0/resourceInstances/pnf488b368fb0b60/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"58f4c4cc-03c5-445f-89bd-aa118b46c2e5","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfVp34fpiiobggqgzyczcm/1.0/resourceInstances/pnf488b368fb0b60/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"4e8c29b5-b75d-4eb3-8466-a02996fd12ee","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfVp34fpiiobggqgzyczcm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfVp34fpiiobggqgzyczcm/1.0/artifacts/service-DemoPnfVp34fpiiobggqgzyczcm-template.yml","artifactChecksum":"NGMzNTliZGQ5YmI5Y2NkNGIxNTVlMGRmODk5N2IwY2Q\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e6bba55c-14bd-49f2-99b3-a6bb5ac13f6c","artifactVersion":"1"},{"artifactName":"service-DemoPnfVp34fpiiobggqgzyczcm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfVp34fpiiobggqgzyczcm/1.0/artifacts/service-DemoPnfVp34fpiiobggqgzyczcm-csar.csar","artifactChecksum":"NGI1ZmIwODg1YjIxMWIyZWFiMTRiODM1ZGRmMGViZTA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"4899cf8d-c13d-43bf-b8f1-a8a6fe8f8d84","artifactVersion":"1"}],"workloadContext":"Production"}
2022-11-21T11:01:04.769Z|a650d71f-5c98-4c19-bf6e-3f55b1f260c0|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-21T11:01:04.770Z|a650d71f-5c98-4c19-bf6e-3f55b1f260c0|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-21T11:01:04.772Z|a650d71f-5c98-4c19-bf6e-3f55b1f260c0|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-21T11:01:04.772Z|a650d71f-5c98-4c19-bf6e-3f55b1f260c0|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "7f86bafe-8630-4ea3-a809-b27f4e37ce74",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669028427660,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVp34fpiiobggqgzyczcm/1.0/resourceInstances/pnf488b368fb0b60/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-21T11:01:04.872Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-21T11:01:04.873Z||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-21T11:01:04.873Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GmHQtEo58V8hNAS8) ...
2022-11-21T11:01:04.885Z||pool-40-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-21T11:01:04.886Z||pool-40-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-11-21T11:01:05.773Z|a650d71f-5c98-4c19-bf6e-3f55b1f260c0|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-21T11:01:05.774Z|a650d71f-5c98-4c19-bf6e-3f55b1f260c0|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-21T11:01:05.776Z|a650d71f-5c98-4c19-bf6e-3f55b1f260c0|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-21T11:01:05.776Z|a650d71f-5c98-4c19-bf6e-3f55b1f260c0|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "7f86bafe-8630-4ea3-a809-b27f4e37ce74",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669028427660,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVp34fpiiobggqgzyczcm/1.0/resourceInstances/pnf488b368fb0b60/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-21T11:01:05.876Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-21T11:01:05.877Z||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-21T11:01:05.877Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GmHQtEo58V8hNAS8) ...
2022-11-21T11:01:05.891Z||pool-41-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-21T11:01:05.891Z||pool-41-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-11-21T11:01:06.777Z|a650d71f-5c98-4c19-bf6e-3f55b1f260c0|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-21T11:01:06.777Z|a650d71f-5c98-4c19-bf6e-3f55b1f260c0|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-21T11:01:06.779Z|a650d71f-5c98-4c19-bf6e-3f55b1f260c0|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-21T11:01:06.779Z|a650d71f-5c98-4c19-bf6e-3f55b1f260c0|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "7f86bafe-8630-4ea3-a809-b27f4e37ce74",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669028427660,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVp34fpiiobggqgzyczcm/1.0/resourceInstances/pnf488b368fb0b60/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-11-21T11:01:06.879Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-21T11:01:06.880Z||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-21T11:01:06.880Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GmHQtEo58V8hNAS8) ...
2022-11-21T11:01:06.891Z||pool-42-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-21T11:01:06.891Z||pool-42-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-11-21T11:01:07.780Z|a650d71f-5c98-4c19-bf6e-3f55b1f260c0|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-21T11:01:07.781Z|a650d71f-5c98-4c19-bf6e-3f55b1f260c0|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-21T11:01:07.783Z|a650d71f-5c98-4c19-bf6e-3f55b1f260c0|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-21T11:01:07.783Z|a650d71f-5c98-4c19-bf6e-3f55b1f260c0|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "7f86bafe-8630-4ea3-a809-b27f4e37ce74",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669028427660,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVp34fpiiobggqgzyczcm/1.0/resourceInstances/pnf488b368fb0b60/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-21T11:01:07.884Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-21T11:01:07.884Z||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-21T11:01:07.885Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GmHQtEo58V8hNAS8) ...
2022-11-21T11:01:07.902Z||pool-43-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-21T11:01:07.902Z||pool-43-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-11-21T11:01:08.784Z|a650d71f-5c98-4c19-bf6e-3f55b1f260c0|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-21T11:01:08.785Z|a650d71f-5c98-4c19-bf6e-3f55b1f260c0|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-21T11:01:08.787Z|a650d71f-5c98-4c19-bf6e-3f55b1f260c0|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-21T11:01:08.787Z|a650d71f-5c98-4c19-bf6e-3f55b1f260c0|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "7f86bafe-8630-4ea3-a809-b27f4e37ce74",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669028427660,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVp34fpiiobggqgzyczcm/1.0/resourceInstances/pnf488b368fb0b60/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-21T11:01:08.887Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-21T11:01:08.888Z||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-21T11:01:08.888Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GmHQtEo58V8hNAS8) ...
2022-11-21T11:01:08.906Z||pool-44-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-21T11:01:08.906Z||pool-44-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-11-21T11:01:09.788Z|a650d71f-5c98-4c19-bf6e-3f55b1f260c0|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-21T11:01:09.788Z|a650d71f-5c98-4c19-bf6e-3f55b1f260c0|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-21T11:01:09.790Z|a650d71f-5c98-4c19-bf6e-3f55b1f260c0|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-21T11:01:09.791Z|a650d71f-5c98-4c19-bf6e-3f55b1f260c0|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "7f86bafe-8630-4ea3-a809-b27f4e37ce74",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669028427660,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVp34fpiiobggqgzyczcm/1.0/resourceInstances/pnf488b368fb0b60/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-21T11:01:09.891Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-21T11:01:09.892Z||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-21T11:01:09.892Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GmHQtEo58V8hNAS8) ...
2022-11-21T11:01:09.910Z||pool-45-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-21T11:01:09.910Z||pool-45-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-11-21T11:01:10.792Z|a650d71f-5c98-4c19-bf6e-3f55b1f260c0|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-21T11:01:10.793Z|a650d71f-5c98-4c19-bf6e-3f55b1f260c0|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-21T11:01:10.794Z|a650d71f-5c98-4c19-bf6e-3f55b1f260c0|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-21T11:01:10.794Z|a650d71f-5c98-4c19-bf6e-3f55b1f260c0|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "7f86bafe-8630-4ea3-a809-b27f4e37ce74",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669028427660,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVp34fpiiobggqgzyczcm/1.0/artifacts/service-DemoPnfVp34fpiiobggqgzyczcm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-21T11:01:10.895Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-21T11:01:10.895Z||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-21T11:01:10.896Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GmHQtEo58V8hNAS8) ...
2022-11-21T11:01:10.910Z||pool-46-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-21T11:01:10.910Z||pool-46-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-11-21T11:01:11.795Z|a650d71f-5c98-4c19-bf6e-3f55b1f260c0|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-21T11:01:11.796Z|a650d71f-5c98-4c19-bf6e-3f55b1f260c0|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-21T11:01:11.798Z|a650d71f-5c98-4c19-bf6e-3f55b1f260c0|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-21T11:01:11.798Z|a650d71f-5c98-4c19-bf6e-3f55b1f260c0|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "7f86bafe-8630-4ea3-a809-b27f4e37ce74",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669028427660,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVp34fpiiobggqgzyczcm/1.0/artifacts/service-DemoPnfVp34fpiiobggqgzyczcm-csar.csar",
  "status": "NOTIFIED"
}
2022-11-21T11:01:11.898Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-21T11:01:11.899Z||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-21T11:01:11.899Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GmHQtEo58V8hNAS8) ...
2022-11-21T11:01:11.914Z||pool-47-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-21T11:01:11.915Z||pool-47-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-11-21T11:01:12.799Z|a650d71f-5c98-4c19-bf6e-3f55b1f260c0|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "7f86bafe-8630-4ea3-a809-b27f4e37ce74",
  "serviceName": "Demo_pNF_vp34FPIiobGgQGzyCZCm",
  "serviceVersion": "1.0",
  "serviceUUID": "9182b9a0-6850-4c09-afc7-a0c551f3ed26",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "4d64c675-dcc4-457b-a80a-07b17726be2d",
  "resources": [
    {
      "resourceInstanceName": "pNF 488b368f-b0b6 0",
      "resourceCustomizationUUID": "cfb551ff-e83e-4f5f-9143-89ed785c4b71",
      "resourceName": "pNF 488b368f-b0b6",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "4bce3189-790e-4736-8ec8-d1d327191173",
      "resourceInvariantUUID": "a4a102df-1996-47b8-8fa7-b730096cbff2",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfVp34fpiiobggqgzyczcm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfVp34fpiiobggqgzyczcm/1.0/artifacts/service-DemoPnfVp34fpiiobggqgzyczcm-csar.csar",
      "artifactChecksum": "NGI1ZmIwODg1YjIxMWIyZWFiMTRiODM1ZGRmMGViZTA\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "4899cf8d-c13d-43bf-b8f1-a8a6fe8f8d84"
    }
  ],
  "workloadContext": "Production"
}
2022-11-21T11:01:12.799Z|a650d71f-5c98-4c19-bf6e-3f55b1f260c0|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-11-21T11:01:12.799Z|a650d71f-5c98-4c19-bf6e-3f55b1f260c0|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 9182b9a0-6850-4c09-afc7-a0c551f3ed26 ASDC
2022-11-21T11:01:12.800Z|7f86bafe-8630-4ea3-a809-b27f4e37ce74|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:7f86bafe-8630-4ea3-a809-b27f4e37ce74
ServiceName:Demo_pNF_vp34FPIiobGgQGzyCZCm
ServiceVersion:1.0
ServiceUUID:9182b9a0-6850-4c09-afc7-a0c551f3ed26
ServiceInvariantUUID:4d64c675-dcc4-457b-a80a-07b17726be2d
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfVp34fpiiobggqgzyczcm-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfVp34fpiiobggqgzyczcm/1.0/artifacts/service-DemoPnfVp34fpiiobggqgzyczcm-csar.csar
ArtifactUUID:4899cf8d-c13d-43bf-b8f1-a8a6fe8f8d84
ArtifactChecksum:NGI1ZmIwODg1YjIxMWIyZWFiMTRiODM1ZGRmMGViZTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 488b368f-b0b6 0
ResourceCustomizationUUID:cfb551ff-e83e-4f5f-9143-89ed785c4b71
ResourceInvariantUUID:a4a102df-1996-47b8-8fa7-b730096cbff2
ResourceName:pNF 488b368f-b0b6
ResourceType:PNF
ResourceUUID:4bce3189-790e-4736-8ec8-d1d327191173
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-11-21T11:01:12.800Z|7f86bafe-8630-4ea3-a809-b27f4e37ce74|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 9182b9a0-6850-4c09-afc7-a0c551f3ed26 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-21T11:01:12.823Z|7f86bafe-8630-4ea3-a809-b27f4e37ce74|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-21T11:01:12.824Z|7f86bafe-8630-4ea3-a809-b27f4e37ce74|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-11-21T11:01:12.824Z|7f86bafe-8630-4ea3-a809-b27f4e37ce74|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-11-21T11:01:12.824Z|7f86bafe-8630-4ea3-a809-b27f4e37ce74|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 4899cf8d-c13d-43bf-b8f1-a8a6fe8f8d84 from URL: /sdc/v1/catalog/services/DemoPnfVp34fpiiobggqgzyczcm/1.0/artifacts/service-DemoPnfVp34fpiiobggqgzyczcm-csar.csar
2022-11-21T11:01:12.824Z|7f86bafe-8630-4ea3-a809-b27f4e37ce74|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-11-21T11:01:12.825Z|7f86bafe-8630-4ea3-a809-b27f4e37ce74|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfVp34fpiiobggqgzyczcm/1.0/artifacts/service-DemoPnfVp34fpiiobggqgzyczcm-csar.csar
2022-11-21T11:01:12.891Z|7f86bafe-8630-4ea3-a809-b27f4e37ce74|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-11-21T11:01:12.895Z|7f86bafe-8630-4ea3-a809-b27f4e37ce74|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfVp34fpiiobggqgzyczcm/1.0/artifacts/service-DemoPnfVp34fpiiobggqgzyczcm-csar.csar 4899cf8d-c13d-43bf-b8f1-a8a6fe8f8d84 87781
2022-11-21T11:01:12.895Z|7f86bafe-8630-4ea3-a809-b27f4e37ce74|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfVp34fpiiobggqgzyczcm/1.0/artifacts/service-DemoPnfVp34fpiiobggqgzyczcm-csar.csar ASDC sendASDCNotification
2022-11-21T11:01:12.895Z|7f86bafe-8630-4ea3-a809-b27f4e37ce74|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfVp34fpiiobggqgzyczcm/1.0/artifacts/service-DemoPnfVp34fpiiobggqgzyczcm-csar.csar
2022-11-21T11:01:12.896Z|7f86bafe-8630-4ea3-a809-b27f4e37ce74|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-21T11:01:12.896Z|7f86bafe-8630-4ea3-a809-b27f4e37ce74|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-21T11:01:12.898Z|7f86bafe-8630-4ea3-a809-b27f4e37ce74|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-21T11:01:12.898Z|7f86bafe-8630-4ea3-a809-b27f4e37ce74|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "7f86bafe-8630-4ea3-a809-b27f4e37ce74",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669028472895,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVp34fpiiobggqgzyczcm/1.0/artifacts/service-DemoPnfVp34fpiiobggqgzyczcm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-21T11:01:12.998Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-21T11:01:12.999Z||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-21T11:01:12.999Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GmHQtEo58V8hNAS8) ...
2022-11-21T11:01:13.017Z||pool-48-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-21T11:01:13.018Z||pool-48-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-11-21T11:01:13.898Z|7f86bafe-8630-4ea3-a809-b27f4e37ce74|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-21T11:01:13.900Z|7f86bafe-8630-4ea3-a809-b27f4e37ce74|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-11-21T11:01:13.900Z|7f86bafe-8630-4ea3-a809-b27f4e37ce74|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 4899cf8d-c13d-43bf-b8f1-a8a6fe8f8d84, URL: /sdc/v1/catalog/services/DemoPnfVp34fpiiobggqgzyczcm/1.0/artifacts/service-DemoPnfVp34fpiiobggqgzyczcm-csar.csar to file: /app/ASDC/1/service-DemoPnfVp34fpiiobggqgzyczcm-csar.csar
2022-11-21T11:01:13.901Z|7f86bafe-8630-4ea3-a809-b27f4e37ce74|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfVp34fpiiobggqgzyczcm-csar.csar
2022-11-21T11:01:13.901Z|7f86bafe-8630-4ea3-a809-b27f4e37ce74|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfVp34fpiiobggqgzyczcm-csar.csar
2022-11-21T11:01:13.901Z|7f86bafe-8630-4ea3-a809-b27f4e37ce74|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfVp34fpiiobggqgzyczcm-csar.csar
2022-11-21T11:01:14.048Z|7f86bafe-8630-4ea3-a809-b27f4e37ce74|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9271141116409712288/Definitions/service-DemoPnfVp34fpiiobggqgzyczcm-template.yml
2022-11-21T11:01:14.814Z|7f86bafe-8630-4ea3-a809-b27f4e37ce74|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2022-11-21T11:01:14.815Z|7f86bafe-8630-4ea3-a809-b27f4e37ce74|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-11-21T11:01:14.815Z|7f86bafe-8630-4ea3-a809-b27f4e37ce74|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfVp34fpiiobggqgzyczcm-csar.csar
2022-11-21T11:01:14.815Z|7f86bafe-8630-4ea3-a809-b27f4e37ce74|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-11-21T11:01:14.815Z|7f86bafe-8630-4ea3-a809-b27f4e37ce74|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-DemoPnfVp34fpiiobggqgzyczcm-csar.csar
2022-11-21T11:01:14.815Z|7f86bafe-8630-4ea3-a809-b27f4e37ce74|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-DemoPnfVp34fpiiobggqgzyczcm-csar.csar
2022-11-21T11:01:14.815Z|7f86bafe-8630-4ea3-a809-b27f4e37ce74|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 488b368f-b0b6 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-DemoPnfVp34fpiiobggqgzyczcm-csar.csar
2022-11-21T11:01:14.816Z|7f86bafe-8630-4ea3-a809-b27f4e37ce74|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-DemoPnfVp34fpiiobggqgzyczcm-csar.csar
2022-11-21T11:01:14.816Z|7f86bafe-8630-4ea3-a809-b27f4e37ce74|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-DemoPnfVp34fpiiobggqgzyczcm-csar.csar
2022-11-21T11:01:14.816Z|7f86bafe-8630-4ea3-a809-b27f4e37ce74|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-DemoPnfVp34fpiiobggqgzyczcm-csar.csar
2022-11-21T11:01:14.816Z|7f86bafe-8630-4ea3-a809-b27f4e37ce74|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-DemoPnfVp34fpiiobggqgzyczcm-csar.csar
2022-11-21T11:01:14.816Z|7f86bafe-8630-4ea3-a809-b27f4e37ce74|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-11-21T11:01:14.816Z|7f86bafe-8630-4ea3-a809-b27f4e37ce74|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-21T11:01:14.816Z|7f86bafe-8630-4ea3-a809-b27f4e37ce74|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_vp34FPIiobGgQGzyCZCm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-21T11:01:14.816Z|7f86bafe-8630-4ea3-a809-b27f4e37ce74|pool-2-thread-9|||||DEBUG|500||Node template pNF 488b368f-b0b6 0 is matching search criteria
2022-11-21T11:01:14.816Z|7f86bafe-8630-4ea3-a809-b27f4e37ce74|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-11-21T11:01:14.817Z|7f86bafe-8630-4ea3-a809-b27f4e37ce74|pool-2-thread-9|||||DEBUG|500||Found topology templates [pNF 488b368f-b0b6 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-21T11:01:14.817Z|7f86bafe-8630-4ea3-a809-b27f4e37ce74|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-21T11:01:14.817Z|7f86bafe-8630-4ea3-a809-b27f4e37ce74|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_vp34FPIiobGgQGzyCZCm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-21T11:01:14.817Z|7f86bafe-8630-4ea3-a809-b27f4e37ce74|pool-2-thread-9|||||DEBUG|500||Node template pNF 488b368f-b0b6 0 is matching search criteria
2022-11-21T11:01:14.817Z|7f86bafe-8630-4ea3-a809-b27f4e37ce74|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-11-21T11:01:14.817Z|7f86bafe-8630-4ea3-a809-b27f4e37ce74|pool-2-thread-9|||||DEBUG|500||Found topology templates [pNF 488b368f-b0b6 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-21T11:01:14.817Z|7f86bafe-8630-4ea3-a809-b27f4e37ce74|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-21T11:01:14.818Z|7f86bafe-8630-4ea3-a809-b27f4e37ce74|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_vp34FPIiobGgQGzyCZCm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-21T11:01:14.818Z|7f86bafe-8630-4ea3-a809-b27f4e37ce74|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-21T11:01:14.818Z|7f86bafe-8630-4ea3-a809-b27f4e37ce74|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_vp34FPIiobGgQGzyCZCm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-21T11:01:14.818Z|7f86bafe-8630-4ea3-a809-b27f4e37ce74|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-21T11:01:14.819Z|7f86bafe-8630-4ea3-a809-b27f4e37ce74|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_vp34FPIiobGgQGzyCZCm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-21T11:01:14.819Z|7f86bafe-8630-4ea3-a809-b27f4e37ce74|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-21T11:01:14.819Z|7f86bafe-8630-4ea3-a809-b27f4e37ce74|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_vp34FPIiobGgQGzyCZCm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-21T11:01:14.819Z|7f86bafe-8630-4ea3-a809-b27f4e37ce74|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-21T11:01:14.819Z|7f86bafe-8630-4ea3-a809-b27f4e37ce74|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_vp34FPIiobGgQGzyCZCm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-21T11:01:14.819Z|7f86bafe-8630-4ea3-a809-b27f4e37ce74|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_vp34FPIiobGgQGzyCZCm
Description:catalog service description
Model UUID:9182b9a0-6850-4c09-afc7-a0c551f3ed26
Model Version:NULL
Model InvariantUuid:4d64c675-dcc4-457b-a80a-07b17726be2d
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-21T11:01:14.828Z|7f86bafe-8630-4ea3-a809-b27f4e37ce74|pool-2-thread-9|||||INFO|500||Processing Resource Type: PNF, Model UUID: 4bce3189-790e-4736-8ec8-d1d327191173
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-21T11:01:14.831Z|7f86bafe-8630-4ea3-a809-b27f4e37ce74|pool-2-thread-9|||||INFO|500||pNF 488b368f-b0b6 0
2022-11-21T11:01:14.832Z|7f86bafe-8630-4ea3-a809-b27f4e37ce74|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 4bce3189-790e-4736-8ec8-d1d327191173
2022-11-21T11:01:14.832Z|7f86bafe-8630-4ea3-a809-b27f4e37ce74|pool-2-thread-9|||||DEBUG|500||No resources found for Service: 9182b9a0-6850-4c09-afc7-a0c551f3ed26
2022-11-21T11:01:14.832Z|7f86bafe-8630-4ea3-a809-b27f4e37ce74|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 9182b9a0-6850-4c09-afc7-a0c551f3ed26
2022-11-21T11:01:14.832Z|7f86bafe-8630-4ea3-a809-b27f4e37ce74|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 488b368f-b0b6 0 4bce3189-790e-4736-8ec8-d1d327191173 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-21T11:01:14.838Z|7f86bafe-8630-4ea3-a809-b27f4e37ce74|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2787abc1, org.onap.sdc.toscaparser.api.parameters.Input@8c08885, org.onap.sdc.toscaparser.api.parameters.Input@78f7d13a, org.onap.sdc.toscaparser.api.parameters.Input@2cb98cd0, org.onap.sdc.toscaparser.api.parameters.Input@36faf325]
2022-11-21T11:01:14.839Z|7f86bafe-8630-4ea3-a809-b27f4e37ce74|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-21T11:01:14.839Z|7f86bafe-8630-4ea3-a809-b27f4e37ce74|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_vp34FPIiobGgQGzyCZCm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-21T11:01:14.839Z|7f86bafe-8630-4ea3-a809-b27f4e37ce74|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 9182b9a0-6850-4c09-afc7-a0c551f3ed26: pNF 488b368f-b0b6
2022-11-21T11:01:14.839Z|7f86bafe-8630-4ea3-a809-b27f4e37ce74|pool-2-thread-9|||||INFO|500||Processing PNF resource: 4bce3189-790e-4736-8ec8-d1d327191173
2022-11-21T11:01:14.840Z|7f86bafe-8630-4ea3-a809-b27f4e37ce74|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-21T11:01:14.840Z|7f86bafe-8630-4ea3-a809-b27f4e37ce74|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_vp34FPIiobGgQGzyCZCm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-21T11:01:14.840Z|7f86bafe-8630-4ea3-a809-b27f4e37ce74|pool-2-thread-9|||||INFO|500||Resource customization UUID: cfb551ff-e83e-4f5f-9143-89ed785c4b71 is the same as notified resource customizationUUID: cfb551ff-e83e-4f5f-9143-89ed785c4b71
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-21T11:01:14.878Z|7f86bafe-8630-4ea3-a809-b27f4e37ce74|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 488b368f-b0b6 4bce3189-790e-4736-8ec8-d1d327191173 0 ASDC deployResourceStructure
2022-11-21T11:01:14.879Z|7f86bafe-8630-4ea3-a809-b27f4e37ce74|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfVp34fpiiobggqgzyczcm/1.0/artifacts/service-DemoPnfVp34fpiiobggqgzyczcm-csar.csar ASDC sendASDCNotification
2022-11-21T11:01:14.879Z|7f86bafe-8630-4ea3-a809-b27f4e37ce74|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfVp34fpiiobggqgzyczcm/1.0/artifacts/service-DemoPnfVp34fpiiobggqgzyczcm-csar.csar
2022-11-21T11:01:14.879Z|7f86bafe-8630-4ea3-a809-b27f4e37ce74|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-21T11:01:14.879Z|7f86bafe-8630-4ea3-a809-b27f4e37ce74|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-21T11:01:14.881Z|7f86bafe-8630-4ea3-a809-b27f4e37ce74|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-21T11:01:14.881Z|7f86bafe-8630-4ea3-a809-b27f4e37ce74|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "7f86bafe-8630-4ea3-a809-b27f4e37ce74",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669028474879,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVp34fpiiobggqgzyczcm/1.0/artifacts/service-DemoPnfVp34fpiiobggqgzyczcm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-21T11:01:14.981Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-21T11:01:14.982Z||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-21T11:01:14.982Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GmHQtEo58V8hNAS8) ...
2022-11-21T11:01:15.003Z||pool-49-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-21T11:01:15.003Z||pool-49-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
2022-11-21T11:01:15.882Z|7f86bafe-8630-4ea3-a809-b27f4e37ce74|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7f86bafe-8630-4ea3-a809-b27f4e37ce74
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-21T11:01:15.894Z|7f86bafe-8630-4ea3-a809-b27f4e37ce74|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7f86bafe-8630-4ea3-a809-b27f4e37ce74
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-21T11:01:15.898Z|7f86bafe-8630-4ea3-a809-b27f4e37ce74|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-21T11:01:15.898Z|7f86bafe-8630-4ea3-a809-b27f4e37ce74|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-21T11:01:15.899Z|7f86bafe-8630-4ea3-a809-b27f4e37ce74|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-21T11:01:27.663Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-21T11:01:27.664Z||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-21T11:01:27.664Z||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 GmHQtEo58V8hNAS8) ...
2022-11-21T11:01:27.681Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-21T11:01:27.682Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-21T11:01:27.682Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f86bafe-8630-4ea3-a809-b27f4e37ce74",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669028428077,
  "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-21T11:01:27.689Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 7f86bafe-8630-4ea3-a809-b27f4e37ce74
2022-11-21T11:01:27.689Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7f86bafe-8630-4ea3-a809-b27f4e37ce74 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-21T11:01:45.899Z|7f86bafe-8630-4ea3-a809-b27f4e37ce74|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7f86bafe-8630-4ea3-a809-b27f4e37ce74
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-21T11:01:45.911Z|7f86bafe-8630-4ea3-a809-b27f4e37ce74|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7f86bafe-8630-4ea3-a809-b27f4e37ce74
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-21T11:01:45.914Z|7f86bafe-8630-4ea3-a809-b27f4e37ce74|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-21T11:01:45.914Z|7f86bafe-8630-4ea3-a809-b27f4e37ce74|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-21T11:01:45.914Z|7f86bafe-8630-4ea3-a809-b27f4e37ce74|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-21T11:02:15.915Z|7f86bafe-8630-4ea3-a809-b27f4e37ce74|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7f86bafe-8630-4ea3-a809-b27f4e37ce74
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-21T11:02:15.930Z|7f86bafe-8630-4ea3-a809-b27f4e37ce74|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7f86bafe-8630-4ea3-a809-b27f4e37ce74
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-21T11:02:15.934Z|7f86bafe-8630-4ea3-a809-b27f4e37ce74|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-21T11:02:15.934Z|7f86bafe-8630-4ea3-a809-b27f4e37ce74|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-21T11:02:15.934Z|7f86bafe-8630-4ea3-a809-b27f4e37ce74|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-21T11:02:27.664Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-21T11:02:27.665Z||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-21T11:02:27.665Z||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 GmHQtEo58V8hNAS8) ...
2022-11-21T11:02:27.690Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-21T11:02:27.690Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-21T11:02:27.690Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f86bafe-8630-4ea3-a809-b27f4e37ce74",
  "consumerID": "aai-ml",
  "timestamp": 1669028420366,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVp34fpiiobggqgzyczcm/1.0/artifacts/service-DemoPnfVp34fpiiobggqgzyczcm-csar.csar",
  "status": "NOTIFIED"
}
2022-11-21T11:02:27.691Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-21T11:02:45.934Z|7f86bafe-8630-4ea3-a809-b27f4e37ce74|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7f86bafe-8630-4ea3-a809-b27f4e37ce74
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-21T11:02:45.946Z|7f86bafe-8630-4ea3-a809-b27f4e37ce74|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7f86bafe-8630-4ea3-a809-b27f4e37ce74
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-21T11:02:45.953Z|7f86bafe-8630-4ea3-a809-b27f4e37ce74|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-21T11:02:45.953Z|7f86bafe-8630-4ea3-a809-b27f4e37ce74|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-21T11:02:45.953Z|7f86bafe-8630-4ea3-a809-b27f4e37ce74|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-21T11:03:15.953Z|7f86bafe-8630-4ea3-a809-b27f4e37ce74|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7f86bafe-8630-4ea3-a809-b27f4e37ce74
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-21T11:03:15.965Z|7f86bafe-8630-4ea3-a809-b27f4e37ce74|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7f86bafe-8630-4ea3-a809-b27f4e37ce74
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-21T11:03:15.967Z|7f86bafe-8630-4ea3-a809-b27f4e37ce74|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-21T11:03:15.967Z|7f86bafe-8630-4ea3-a809-b27f4e37ce74|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-21T11:03:15.967Z|7f86bafe-8630-4ea3-a809-b27f4e37ce74|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-21T11:03:27.663Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-21T11:03:27.664Z||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-21T11:03:27.665Z||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 GmHQtEo58V8hNAS8) ...
2022-11-21T11:03:27.683Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-21T11:03:27.695Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-21T11:03:27.695Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a650d71f-5c98-4c19-bf6e-3f55b1f260c0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669028427660,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-21T11:03:27.696Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-21T11:03:27.696Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-21T11:03:27.696Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f86bafe-8630-4ea3-a809-b27f4e37ce74",
  "consumerID": "aai-ml",
  "timestamp": 1669028429193,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVp34fpiiobggqgzyczcm/1.0/artifacts/service-DemoPnfVp34fpiiobggqgzyczcm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-21T11:03:27.696Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-21T11:03:27.696Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-21T11:03:27.696Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a650d71f-5c98-4c19-bf6e-3f55b1f260c0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669028427660,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-11-21T11:03:27.697Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-21T11:03:27.697Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-21T11:03:27.697Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a650d71f-5c98-4c19-bf6e-3f55b1f260c0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669028430544,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-21T11:03:27.697Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-21T11:03:27.697Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-21T11:03:27.697Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a650d71f-5c98-4c19-bf6e-3f55b1f260c0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669028432521,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-21T11:03:27.697Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-21T11:03:27.697Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-21T11:03:27.697Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f86bafe-8630-4ea3-a809-b27f4e37ce74",
  "consumerID": "aai-ml",
  "timestamp": 1669028434291,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVp34fpiiobggqgzyczcm/1.0/artifacts/service-DemoPnfVp34fpiiobggqgzyczcm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-21T11:03:27.697Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-21T11:03:27.697Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-21T11:03:27.698Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f86bafe-8630-4ea3-a809-b27f4e37ce74",
  "consumerID": "aai-ml",
  "timestamp": 1669028435295,
  "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-21T11:03:27.703Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 7f86bafe-8630-4ea3-a809-b27f4e37ce74
2022-11-21T11:03:27.704Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7f86bafe-8630-4ea3-a809-b27f4e37ce74 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-21T11:03:27.713Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-21T11:03:27.713Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07778846-dbaf-44e2-952c-300cdfd5f5a1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669028448157,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-21T11:03:27.713Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-21T11:03:27.713Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-21T11:03:27.713Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07778846-dbaf-44e2-952c-300cdfd5f5a1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669028446455,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-21T11:03:27.713Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-21T11:03:27.714Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-21T11:03:27.714Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07778846-dbaf-44e2-952c-300cdfd5f5a1",
  "consumerID": "cds",
  "timestamp": 1669028441103,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-21T11:03:27.714Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-21T11:03:27.714Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-21T11:03:27.714Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07778846-dbaf-44e2-952c-300cdfd5f5a1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669028448157,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-21T11:03:27.714Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-21T11:03:27.714Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-21T11:03:27.714Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07778846-dbaf-44e2-952c-300cdfd5f5a1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669028446455,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-21T11:03:27.714Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-21T11:03:27.714Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-21T11:03:27.715Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07778846-dbaf-44e2-952c-300cdfd5f5a1",
  "consumerID": "cds",
  "timestamp": 1669028441103,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-21T11:03:27.715Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-21T11:03:27.715Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-21T11:03:27.715Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07778846-dbaf-44e2-952c-300cdfd5f5a1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669028446455,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-21T11:03:27.715Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-21T11:03:27.715Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-21T11:03:27.715Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07778846-dbaf-44e2-952c-300cdfd5f5a1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669028448157,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-21T11:03:27.715Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-21T11:03:27.715Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-21T11:03:27.715Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07778846-dbaf-44e2-952c-300cdfd5f5a1",
  "consumerID": "cds",
  "timestamp": 1669028441103,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-21T11:03:27.715Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-21T11:03:27.716Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-21T11:03:27.716Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07778846-dbaf-44e2-952c-300cdfd5f5a1",
  "consumerID": "aai-ml",
  "timestamp": 1669028450365,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-21T11:03:27.716Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-21T11:03:27.716Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-21T11:03:27.716Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07778846-dbaf-44e2-952c-300cdfd5f5a1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669028448157,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-21T11:03:27.716Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-21T11:03:27.716Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-21T11:03:27.716Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07778846-dbaf-44e2-952c-300cdfd5f5a1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669028446455,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-21T11:03:27.716Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-21T11:03:27.716Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-21T11:03:27.716Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07778846-dbaf-44e2-952c-300cdfd5f5a1",
  "consumerID": "cds",
  "timestamp": 1669028441103,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-21T11:03:27.717Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-21T11:03:27.717Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-21T11:03:27.717Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07778846-dbaf-44e2-952c-300cdfd5f5a1",
  "consumerID": "aai-ml",
  "timestamp": 1669028450365,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-21T11:03:27.717Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-21T11:03:27.717Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-21T11:03:27.717Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07778846-dbaf-44e2-952c-300cdfd5f5a1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669028451907,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-21T11:03:27.717Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-21T11:03:27.717Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-21T11:03:27.717Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07778846-dbaf-44e2-952c-300cdfd5f5a1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669028448157,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-11-21T11:03:27.717Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-21T11:03:27.717Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-21T11:03:27.717Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07778846-dbaf-44e2-952c-300cdfd5f5a1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669028446455,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-11-21T11:03:27.718Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-21T11:03:27.718Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-21T11:03:27.718Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07778846-dbaf-44e2-952c-300cdfd5f5a1",
  "consumerID": "cds",
  "timestamp": 1669028441103,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-11-21T11:03:27.718Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-21T11:03:27.718Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-21T11:03:27.718Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07778846-dbaf-44e2-952c-300cdfd5f5a1",
  "consumerID": "aai-ml",
  "timestamp": 1669028450365,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-21T11:03:27.718Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-21T11:03:27.718Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-21T11:03:27.718Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07778846-dbaf-44e2-952c-300cdfd5f5a1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669028451907,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-11-21T11:03:27.718Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-21T11:03:27.718Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-21T11:03:27.719Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07778846-dbaf-44e2-952c-300cdfd5f5a1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669028448157,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-21T11:03:27.719Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-21T11:03:27.719Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-21T11:03:27.719Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07778846-dbaf-44e2-952c-300cdfd5f5a1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669028446455,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-21T11:03:27.719Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-21T11:03:27.719Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-21T11:03:27.719Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07778846-dbaf-44e2-952c-300cdfd5f5a1",
  "consumerID": "cds",
  "timestamp": 1669028441103,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-21T11:03:27.719Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-21T11:03:27.719Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-21T11:03:27.719Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07778846-dbaf-44e2-952c-300cdfd5f5a1",
  "consumerID": "aai-ml",
  "timestamp": 1669028450365,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-21T11:03:27.720Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-21T11:03:27.720Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-21T11:03:27.720Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07778846-dbaf-44e2-952c-300cdfd5f5a1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669028451907,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-11-21T11:03:27.720Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-21T11:03:27.720Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-21T11:03:27.720Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07778846-dbaf-44e2-952c-300cdfd5f5a1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669028448157,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-21T11:03:27.720Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-21T11:03:27.720Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-21T11:03:27.721Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07778846-dbaf-44e2-952c-300cdfd5f5a1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669028446455,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-11-21T11:03:27.721Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-21T11:03:27.721Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-21T11:03:27.721Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07778846-dbaf-44e2-952c-300cdfd5f5a1",
  "consumerID": "cds",
  "timestamp": 1669028441103,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-11-21T11:03:27.721Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-21T11:03:27.721Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-21T11:03:27.721Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07778846-dbaf-44e2-952c-300cdfd5f5a1",
  "consumerID": "aai-ml",
  "timestamp": 1669028450365,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-11-21T11:03:27.722Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-21T11:03:27.722Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-21T11:03:27.722Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07778846-dbaf-44e2-952c-300cdfd5f5a1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669028451907,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-21T11:03:27.722Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-21T11:03:27.722Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-21T11:03:27.722Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07778846-dbaf-44e2-952c-300cdfd5f5a1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669028456331,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-21T11:03:27.723Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-21T11:03:27.723Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-21T11:03:27.723Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07778846-dbaf-44e2-952c-300cdfd5f5a1",
  "consumerID": "cds",
  "timestamp": 1669028455546,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-21T11:03:27.723Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-21T11:03:27.723Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-21T11:03:27.723Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07778846-dbaf-44e2-952c-300cdfd5f5a1",
  "consumerID": "aai-ml",
  "timestamp": 1669028450365,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-21T11:03:27.724Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-21T11:03:27.724Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-21T11:03:27.724Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07778846-dbaf-44e2-952c-300cdfd5f5a1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669028451907,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-11-21T11:03:27.724Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-21T11:03:27.724Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-21T11:03:27.724Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07778846-dbaf-44e2-952c-300cdfd5f5a1",
  "consumerID": "cds",
  "timestamp": 1669028456552,
  "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-21T11:03:27.745Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 07778846-dbaf-44e2-952c-300cdfd5f5a1
2022-11-21T11:03:27.745Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 07778846-dbaf-44e2-952c-300cdfd5f5a1 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-21T11:03:27.758Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-21T11:03:27.759Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07778846-dbaf-44e2-952c-300cdfd5f5a1",
  "consumerID": "aai-ml",
  "timestamp": 1669028450365,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-11-21T11:03:27.759Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-21T11:03:27.759Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-21T11:03:27.759Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07778846-dbaf-44e2-952c-300cdfd5f5a1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669028451907,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-21T11:03:27.759Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-21T11:03:27.759Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-21T11:03:27.759Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07778846-dbaf-44e2-952c-300cdfd5f5a1",
  "consumerID": "aai-ml",
  "timestamp": 1669028458143,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-21T11:03:27.760Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-21T11:03:27.760Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-21T11:03:27.760Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07778846-dbaf-44e2-952c-300cdfd5f5a1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669028451907,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-11-21T11:03:27.760Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-21T11:03:27.760Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-21T11:03:27.760Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07778846-dbaf-44e2-952c-300cdfd5f5a1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669028458644,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-21T11:03:27.760Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-21T11:03:27.760Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-21T11:03:27.760Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07778846-dbaf-44e2-952c-300cdfd5f5a1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669028459648,
  "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-21T11:03:27.765Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 07778846-dbaf-44e2-952c-300cdfd5f5a1
2022-11-21T11:03:27.765Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 07778846-dbaf-44e2-952c-300cdfd5f5a1 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-21T11:03:27.772Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-21T11:03:27.772Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07778846-dbaf-44e2-952c-300cdfd5f5a1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669028459705,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-11-21T11:03:27.773Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-21T11:03:27.773Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-21T11:03:27.773Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07778846-dbaf-44e2-952c-300cdfd5f5a1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669028460785,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-11-21T11:03:27.773Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-21T11:03:27.773Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-21T11:03:27.773Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07778846-dbaf-44e2-952c-300cdfd5f5a1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669028461853,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-11-21T11:03:27.773Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-21T11:03:27.773Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-21T11:03:27.773Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07778846-dbaf-44e2-952c-300cdfd5f5a1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669028462870,
  "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-21T11:03:27.778Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 07778846-dbaf-44e2-952c-300cdfd5f5a1
2022-11-21T11:03:27.778Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 07778846-dbaf-44e2-952c-300cdfd5f5a1 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-21T11:03:27.787Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-21T11:03:27.787Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07778846-dbaf-44e2-952c-300cdfd5f5a1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669028463873,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-11-21T11:03:27.787Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-21T11:03:27.787Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-21T11:03:27.787Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a650d71f-5c98-4c19-bf6e-3f55b1f260c0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669028463753,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-21T11:03:27.787Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-21T11:03:27.788Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-21T11:03:27.788Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f86bafe-8630-4ea3-a809-b27f4e37ce74",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669028427660,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVp34fpiiobggqgzyczcm/1.0/resourceInstances/pnf488b368fb0b60/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-21T11:03:27.788Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-21T11:03:27.788Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-21T11:03:27.788Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07778846-dbaf-44e2-952c-300cdfd5f5a1",
  "consumerID": "aai-ml",
  "timestamp": 1669028465175,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-21T11:03:27.788Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-21T11:03:27.788Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-21T11:03:27.788Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f86bafe-8630-4ea3-a809-b27f4e37ce74",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669028427660,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVp34fpiiobggqgzyczcm/1.0/resourceInstances/pnf488b368fb0b60/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-21T11:03:27.788Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-21T11:03:27.788Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-21T11:03:27.788Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07778846-dbaf-44e2-952c-300cdfd5f5a1",
  "consumerID": "aai-ml",
  "timestamp": 1669028466179,
  "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-21T11:03:27.793Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 07778846-dbaf-44e2-952c-300cdfd5f5a1
2022-11-21T11:03:27.793Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 07778846-dbaf-44e2-952c-300cdfd5f5a1 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-21T11:03:27.800Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-21T11:03:27.800Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f86bafe-8630-4ea3-a809-b27f4e37ce74",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669028427660,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVp34fpiiobggqgzyczcm/1.0/resourceInstances/pnf488b368fb0b60/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-11-21T11:03:27.800Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-21T11:03:27.800Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-21T11:03:27.801Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f86bafe-8630-4ea3-a809-b27f4e37ce74",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669028427660,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVp34fpiiobggqgzyczcm/1.0/resourceInstances/pnf488b368fb0b60/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-21T11:03:27.801Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-21T11:03:27.801Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-21T11:03:27.801Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f86bafe-8630-4ea3-a809-b27f4e37ce74",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669028427660,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVp34fpiiobggqgzyczcm/1.0/resourceInstances/pnf488b368fb0b60/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-21T11:03:27.801Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-21T11:03:27.801Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-21T11:03:27.801Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f86bafe-8630-4ea3-a809-b27f4e37ce74",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669028427660,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVp34fpiiobggqgzyczcm/1.0/resourceInstances/pnf488b368fb0b60/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-21T11:03:27.801Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-21T11:03:27.801Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-21T11:03:27.802Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f86bafe-8630-4ea3-a809-b27f4e37ce74",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669028427660,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVp34fpiiobggqgzyczcm/1.0/artifacts/service-DemoPnfVp34fpiiobggqgzyczcm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-21T11:03:27.802Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-21T11:03:27.802Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-21T11:03:27.802Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0eedca7f-676d-4fd8-9cd1-814aa321a78c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669028468157,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-21T11:03:27.802Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-21T11:03:27.802Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-21T11:03:27.802Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f86bafe-8630-4ea3-a809-b27f4e37ce74",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669028427660,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVp34fpiiobggqgzyczcm/1.0/artifacts/service-DemoPnfVp34fpiiobggqgzyczcm-csar.csar",
  "status": "NOTIFIED"
}
2022-11-21T11:03:27.802Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-21T11:03:27.802Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-21T11:03:27.802Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0eedca7f-676d-4fd8-9cd1-814aa321a78c",
  "consumerID": "cds",
  "timestamp": 1669028471103,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-21T11:03:27.803Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-21T11:03:27.803Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-21T11:03:27.803Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0eedca7f-676d-4fd8-9cd1-814aa321a78c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669028471907,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-21T11:03:27.803Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-21T11:03:27.803Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-21T11:03:27.803Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0eedca7f-676d-4fd8-9cd1-814aa321a78c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669028468157,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-11-21T11:03:27.803Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-21T11:03:27.803Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-21T11:03:27.803Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f86bafe-8630-4ea3-a809-b27f4e37ce74",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669028472895,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVp34fpiiobggqgzyczcm/1.0/artifacts/service-DemoPnfVp34fpiiobggqgzyczcm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-21T11:03:27.803Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-21T11:03:27.803Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-21T11:03:27.803Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0eedca7f-676d-4fd8-9cd1-814aa321a78c",
  "consumerID": "cds",
  "timestamp": 1669028471103,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-11-21T11:03:27.804Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-21T11:03:27.804Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-21T11:03:27.804Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0eedca7f-676d-4fd8-9cd1-814aa321a78c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669028471907,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-11-21T11:03:27.804Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-21T11:03:27.804Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-21T11:03:27.804Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0eedca7f-676d-4fd8-9cd1-814aa321a78c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669028468157,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-11-21T11:03:27.804Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-21T11:03:27.804Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-21T11:03:27.804Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0eedca7f-676d-4fd8-9cd1-814aa321a78c",
  "consumerID": "cds",
  "timestamp": 1669028471103,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-11-21T11:03:27.805Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-21T11:03:27.805Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-21T11:03:27.805Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0eedca7f-676d-4fd8-9cd1-814aa321a78c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669028471907,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-11-21T11:03:27.805Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-21T11:03:27.805Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-21T11:03:27.805Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0eedca7f-676d-4fd8-9cd1-814aa321a78c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669028468157,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-21T11:03:27.805Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-21T11:03:27.805Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-21T11:03:27.805Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f86bafe-8630-4ea3-a809-b27f4e37ce74",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669028474879,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfVp34fpiiobggqgzyczcm/1.0/artifacts/service-DemoPnfVp34fpiiobggqgzyczcm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-21T11:03:27.805Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-21T11:03:27.805Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-21T11:03:27.805Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0eedca7f-676d-4fd8-9cd1-814aa321a78c",
  "consumerID": "cds",
  "timestamp": 1669028471103,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-21T11:03:27.806Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-21T11:03:27.806Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-21T11:03:27.806Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0eedca7f-676d-4fd8-9cd1-814aa321a78c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669028471907,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-11-21T11:03:27.806Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-21T11:03:27.806Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-21T11:03:27.806Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0eedca7f-676d-4fd8-9cd1-814aa321a78c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669028468157,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-21T11:03:27.806Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-21T11:03:27.806Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-21T11:03:27.806Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0eedca7f-676d-4fd8-9cd1-814aa321a78c",
  "consumerID": "cds",
  "timestamp": 1669028471103,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-21T11:03:27.806Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-21T11:03:27.807Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-21T11:03:27.807Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0eedca7f-676d-4fd8-9cd1-814aa321a78c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669028468157,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-21T11:03:27.807Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-21T11:03:27.807Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-21T11:03:27.807Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0eedca7f-676d-4fd8-9cd1-814aa321a78c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669028471907,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-11-21T11:03:27.807Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-21T11:03:27.807Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-21T11:03:27.807Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0eedca7f-676d-4fd8-9cd1-814aa321a78c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669028476455,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-21T11:03:27.807Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-21T11:03:27.807Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-21T11:03:27.807Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0eedca7f-676d-4fd8-9cd1-814aa321a78c",
  "consumerID": "cds",
  "timestamp": 1669028471103,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-21T11:03:27.808Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-21T11:03:27.808Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-21T11:03:27.808Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0eedca7f-676d-4fd8-9cd1-814aa321a78c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669028471907,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-21T11:03:27.808Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-21T11:03:27.808Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-21T11:03:27.808Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0eedca7f-676d-4fd8-9cd1-814aa321a78c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669028468157,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-11-21T11:03:27.808Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-21T11:03:27.808Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-21T11:03:27.808Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0eedca7f-676d-4fd8-9cd1-814aa321a78c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669028476455,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-11-21T11:03:27.808Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-21T11:03:27.808Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-21T11:03:27.809Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0eedca7f-676d-4fd8-9cd1-814aa321a78c",
  "consumerID": "cds",
  "timestamp": 1669028471103,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-11-21T11:03:27.809Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-21T11:03:27.809Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-21T11:03:27.809Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0eedca7f-676d-4fd8-9cd1-814aa321a78c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669028471907,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-11-21T11:03:27.809Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-21T11:03:27.809Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-21T11:03:27.809Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0eedca7f-676d-4fd8-9cd1-814aa321a78c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669028468157,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-21T11:03:27.809Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-21T11:03:27.809Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-21T11:03:27.809Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0eedca7f-676d-4fd8-9cd1-814aa321a78c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669028476455,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-11-21T11:03:27.809Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-21T11:03:27.810Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-21T11:03:27.810Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0eedca7f-676d-4fd8-9cd1-814aa321a78c",
  "consumerID": "cds",
  "timestamp": 1669028471103,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-21T11:03:27.810Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-21T11:03:27.810Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-21T11:03:27.810Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0eedca7f-676d-4fd8-9cd1-814aa321a78c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669028471907,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-21T11:03:27.810Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-21T11:03:27.810Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-21T11:03:27.810Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0eedca7f-676d-4fd8-9cd1-814aa321a78c",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669028468157,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-21T11:03:27.810Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-21T11:03:27.810Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-21T11:03:27.810Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0eedca7f-676d-4fd8-9cd1-814aa321a78c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669028476455,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-21T11:03:27.811Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-21T11:03:27.811Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-21T11:03:27.811Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0eedca7f-676d-4fd8-9cd1-814aa321a78c",
  "consumerID": "cds",
  "timestamp": 1669028471103,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-11-21T11:03:27.811Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-21T11:03:27.811Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-21T11:03:27.811Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0eedca7f-676d-4fd8-9cd1-814aa321a78c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669028471907,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-11-21T11:03:27.811Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-21T11:03:27.811Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-21T11:03:27.811Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0eedca7f-676d-4fd8-9cd1-814aa321a78c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669028476455,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-21T11:03:27.811Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-21T11:03:27.811Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-21T11:03:27.811Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0eedca7f-676d-4fd8-9cd1-814aa321a78c",
  "consumerID": "aai-ml",
  "timestamp": 1669028480365,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-21T11:03:27.812Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-21T11:03:27.812Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-21T11:03:27.812Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0eedca7f-676d-4fd8-9cd1-814aa321a78c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669028481645,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-11-21T11:03:27.812Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-21T11:03:27.812Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-21T11:03:27.812Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0eedca7f-676d-4fd8-9cd1-814aa321a78c",
  "consumerID": "cds",
  "timestamp": 1669028480923,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-21T11:03:27.812Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-21T11:03:27.812Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-21T11:03:27.812Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0eedca7f-676d-4fd8-9cd1-814aa321a78c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669028476455,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-21T11:03:27.812Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-21T11:03:27.812Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-21T11:03:27.812Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0eedca7f-676d-4fd8-9cd1-814aa321a78c",
  "consumerID": "aai-ml",
  "timestamp": 1669028480365,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-11-21T11:03:27.813Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-21T11:03:27.813Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-21T11:03:27.813Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0eedca7f-676d-4fd8-9cd1-814aa321a78c",
  "consumerID": "cds",
  "timestamp": 1669028481938,
  "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-21T11:03:27.824Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 0eedca7f-676d-4fd8-9cd1-814aa321a78c
2022-11-21T11:03:27.824Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0eedca7f-676d-4fd8-9cd1-814aa321a78c 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-21T11:03:27.831Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-21T11:03:27.831Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0eedca7f-676d-4fd8-9cd1-814aa321a78c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669028482707,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-11-21T11:03:27.832Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-21T11:03:27.832Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-21T11:03:27.832Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0eedca7f-676d-4fd8-9cd1-814aa321a78c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669028476455,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-11-21T11:03:27.832Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-21T11:03:27.832Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-21T11:03:27.832Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0eedca7f-676d-4fd8-9cd1-814aa321a78c",
  "consumerID": "aai-ml",
  "timestamp": 1669028480365,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-11-21T11:03:27.832Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-21T11:03:27.832Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-21T11:03:27.832Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0eedca7f-676d-4fd8-9cd1-814aa321a78c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669028483753,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-11-21T11:03:27.832Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-21T11:03:27.833Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-21T11:03:27.833Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0eedca7f-676d-4fd8-9cd1-814aa321a78c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669028476455,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-21T11:03:27.833Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-21T11:03:27.833Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-21T11:03:27.833Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0eedca7f-676d-4fd8-9cd1-814aa321a78c",
  "consumerID": "aai-ml",
  "timestamp": 1669028480365,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-21T11:03:27.833Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-21T11:03:27.833Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-21T11:03:27.833Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0eedca7f-676d-4fd8-9cd1-814aa321a78c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669028484808,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-11-21T11:03:27.833Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-21T11:03:27.833Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-21T11:03:27.833Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0eedca7f-676d-4fd8-9cd1-814aa321a78c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669028476455,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-11-21T11:03:27.833Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-21T11:03:27.834Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-21T11:03:27.834Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0eedca7f-676d-4fd8-9cd1-814aa321a78c",
  "consumerID": "aai-ml",
  "timestamp": 1669028480365,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-21T11:03:27.834Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-21T11:03:27.834Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-21T11:03:27.834Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0eedca7f-676d-4fd8-9cd1-814aa321a78c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669028485847,
  "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-21T11:03:27.838Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 0eedca7f-676d-4fd8-9cd1-814aa321a78c
2022-11-21T11:03:27.838Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0eedca7f-676d-4fd8-9cd1-814aa321a78c 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-21T11:03:27.846Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-21T11:03:27.846Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0eedca7f-676d-4fd8-9cd1-814aa321a78c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669028486203,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-21T11:03:27.846Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-21T11:03:27.846Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-21T11:03:27.846Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0eedca7f-676d-4fd8-9cd1-814aa321a78c",
  "consumerID": "aai-ml",
  "timestamp": 1669028480365,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-21T11:03:27.847Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-21T11:03:27.847Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-21T11:03:27.847Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0eedca7f-676d-4fd8-9cd1-814aa321a78c",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669028486851,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-11-21T11:03:27.847Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-21T11:03:27.847Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-21T11:03:27.847Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0eedca7f-676d-4fd8-9cd1-814aa321a78c",
  "consumerID": "aai-ml",
  "timestamp": 1669028480365,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-11-21T11:03:27.847Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-21T11:03:45.968Z|7f86bafe-8630-4ea3-a809-b27f4e37ce74|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7f86bafe-8630-4ea3-a809-b27f4e37ce74
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-21T11:03:45.995Z|7f86bafe-8630-4ea3-a809-b27f4e37ce74|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7f86bafe-8630-4ea3-a809-b27f4e37ce74
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-21T11:03:45.997Z|7f86bafe-8630-4ea3-a809-b27f4e37ce74|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-21T11:03:45.998Z|7f86bafe-8630-4ea3-a809-b27f4e37ce74|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-11-21T11:03:45.998Z|7f86bafe-8630-4ea3-a809-b27f4e37ce74|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-11-21T11:03:45.998Z|7f86bafe-8630-4ea3-a809-b27f4e37ce74|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-11-21T11:03:45.998Z|7f86bafe-8630-4ea3-a809-b27f4e37ce74|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-21T11:03:45.998Z|7f86bafe-8630-4ea3-a809-b27f4e37ce74|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-21T11:03:45.998Z|7f86bafe-8630-4ea3-a809-b27f4e37ce74|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-21T11:03:45.998Z|7f86bafe-8630-4ea3-a809-b27f4e37ce74|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-21T11:03:45.998Z|7f86bafe-8630-4ea3-a809-b27f4e37ce74|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-21T11:03:45.998Z|7f86bafe-8630-4ea3-a809-b27f4e37ce74|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-21T11:03:46.006Z|7f86bafe-8630-4ea3-a809-b27f4e37ce74|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-11-21T11:04:16.007Z|7f86bafe-8630-4ea3-a809-b27f4e37ce74|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 7f86bafe-8630-4ea3-a809-b27f4e37ce74 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-21T11:04:16.012Z|7f86bafe-8630-4ea3-a809-b27f4e37ce74|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 7f86bafe-8630-4ea3-a809-b27f4e37ce74 and serviceModelVersionId: 9182b9a0-6850-4c09-afc7-a0c551f3ed26
2022-11-21T11:04:16.012Z|7f86bafe-8630-4ea3-a809-b27f4e37ce74|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 4d64c675-dcc4-457b-a80a-07b17726be2d
2022-11-21T11:04:16.014Z|7f86bafe-8630-4ea3-a809-b27f4e37ce74|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/4d64c675-dcc4-457b-a80a-07b17726be2d/model-vers/model-ver/9182b9a0-6850-4c09-afc7-a0c551f3ed26?depth=0
2022-11-21T11:04:16.023Z|7f86bafe-8630-4ea3-a809-b27f4e37ce74|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2022-11-21T11:04:16.082Z|7f86bafe-8630-4ea3-a809-b27f4e37ce74|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/4d64c675-dcc4-457b-a80a-07b17726be2d/model-vers/model-ver/9182b9a0-6850-4c09-afc7-a0c551f3ed26?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-21T11:04:16.084Z|7f86bafe-8630-4ea3-a809-b27f4e37ce74|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4d64c675-dcc4-457b-a80a-07b17726be2d/model-vers/model-ver/9182b9a0-6850-4c09-afc7-a0c551f3ed26?depth=0|INFO|500||Invoke
2022-11-21T11:04:16.108Z|7f86bafe-8630-4ea3-a809-b27f4e37ce74|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4d64c675-dcc4-457b-a80a-07b17726be2d/model-vers/model-ver/9182b9a0-6850-4c09-afc7-a0c551f3ed26?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-11-21T11:04:16.205Z|7f86bafe-8630-4ea3-a809-b27f4e37ce74|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4d64c675-dcc4-457b-a80a-07b17726be2d/model-vers/model-ver/9182b9a0-6850-4c09-afc7-a0c551f3ed26?depth=0|INFO|500||InvokeReturn
2022-11-21T11:04:16.205Z|7f86bafe-8630-4ea3-a809-b27f4e37ce74|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/4d64c675-dcc4-457b-a80a-07b17726be2d/model-vers/model-ver/9182b9a0-6850-4c09-afc7-a0c551f3ed26?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-221121-11:04:16:332-29890], vertex-id=[180352], Content-Length=[0], Date=[Mon, 21 Nov 2022 11:04:16 GMT], Content-Type=[application/json]}
2022-11-21T11:04:16.206Z|7f86bafe-8630-4ea3-a809-b27f4e37ce74|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity.
2022-11-21T11:04:16.206Z|7f86bafe-8630-4ea3-a809-b27f4e37ce74|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-11-21T11:04:16.206Z|7f86bafe-8630-4ea3-a809-b27f4e37ce74|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-21T11:04:16.211Z|7f86bafe-8630-4ea3-a809-b27f4e37ce74|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-21T11:04:16.212Z|7f86bafe-8630-4ea3-a809-b27f4e37ce74|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 7f86bafe-8630-4ea3-a809-b27f4e37ce74 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-11-21T11:04:16.213Z|7f86bafe-8630-4ea3-a809-b27f4e37ce74|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-11-21T11:04:16.214Z|7f86bafe-8630-4ea3-a809-b27f4e37ce74|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-21T11:04:16.217Z|7f86bafe-8630-4ea3-a809-b27f4e37ce74|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-21T11:04:16.217Z|7f86bafe-8630-4ea3-a809-b27f4e37ce74|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "7f86bafe-8630-4ea3-a809-b27f4e37ce74",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669028656213,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-21T11:04:16.317Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-21T11:04:16.318Z||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-21T11:04:16.318Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GmHQtEo58V8hNAS8) ...
2022-11-21T11:04:16.339Z||pool-50-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-21T11:04:16.339Z||pool-50-thread-1|||||INFO|500||cambria reply ok (22 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-21T11:04:17.232Z|7f86bafe-8630-4ea3-a809-b27f4e37ce74|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-21T11:04:17.233Z|7f86bafe-8630-4ea3-a809-b27f4e37ce74|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-21T11:04:17.233Z|7f86bafe-8630-4ea3-a809-b27f4e37ce74|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 GmHQtEo58V8hNAS8) ...
2022-11-21T11:04:21.708Z|7f86bafe-8630-4ea3-a809-b27f4e37ce74|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-21T11:04:21.709Z|7f86bafe-8630-4ea3-a809-b27f4e37ce74|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-21T11:04:21.709Z|7f86bafe-8630-4ea3-a809-b27f4e37ce74|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"07778846-dbaf-44e2-952c-300cdfd5f5a1","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"ab8198de-1de2-40d0-a2e2-a5f341d74c6d","serviceDescription":"service","serviceInvariantUUID":"511922ef-b85e-4f40-98b7-5ee9b0309f0e","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"f8b1adbc-192f-4833-93b9-068193e9fed9","resourceInvariantUUID":"87f68235-c687-4200-8877-a50607965b58","resourceCustomizationUUID":"439c7a07-a6c2-4761-8a6e-4dbbd474ef3d","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":"YThjNjgzNjBhMGE4MTM2MjQ3YWUzNmM5M2UxY2Y4MDc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"e46c7d42-3258-4c7a-b996-4c9f48e63989","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":"NjdlOTI1M2U1YWRlZDI1ZTg5ZDQ3ZWY0Y2ZiMTRiOGU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"cfde86a3-a610-42c3-93a4-9c88274e8d14","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":"ee21ec5d-cb3c-4770-b19e-fe9cb3b23c74","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":"b738df5a-22fb-4791-a948-5227af63fb6f","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":"316a6998-f924-4dc4-ab13-54dcc41c50f2","artifactVersion":"2","generatedFromUUID":"ee21ec5d-cb3c-4770-b19e-fe9cb3b23c74"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"NTg4MjU2Y2JiODIxZDdhYjFmMzRhNmJkYjkwYjVkODc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"ae1acc6d-d713-4e9a-bfdb-7ce513e1bdbc","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"M2IyY2JiY2RmYzQ0ZjU2YzdmZDUyODA5NDhkNDY3OTc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"f13fad5b-fcba-4eb5-aff3-7d03d541a629","artifactVersion":"1"}],"workloadContext":"Production"}
2022-11-21T11:04:21.713Z|7f86bafe-8630-4ea3-a809-b27f4e37ce74|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-21T11:04:21.713Z|7f86bafe-8630-4ea3-a809-b27f4e37ce74|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-21T11:04:21.716Z|7f86bafe-8630-4ea3-a809-b27f4e37ce74|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-21T11:04:21.716Z|7f86bafe-8630-4ea3-a809-b27f4e37ce74|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "07778846-dbaf-44e2-952c-300cdfd5f5a1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669028657232,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-21T11:04:21.816Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-21T11:04:21.817Z||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-21T11:04:21.817Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GmHQtEo58V8hNAS8) ...
2022-11-21T11:04:21.867Z||pool-51-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-21T11:04:21.867Z||pool-51-thread-1|||||INFO|500||cambria reply ok (51 ms):{"serverTimeMs":0,"count":1}
2022-11-21T11:04:22.717Z|7f86bafe-8630-4ea3-a809-b27f4e37ce74|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-21T11:04:22.717Z|7f86bafe-8630-4ea3-a809-b27f4e37ce74|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-21T11:04:22.720Z|7f86bafe-8630-4ea3-a809-b27f4e37ce74|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-21T11:04:22.720Z|7f86bafe-8630-4ea3-a809-b27f4e37ce74|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "07778846-dbaf-44e2-952c-300cdfd5f5a1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669028657232,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-11-21T11:04:22.820Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-21T11:04:22.821Z||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-21T11:04:22.821Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GmHQtEo58V8hNAS8) ...
2022-11-21T11:04:22.833Z||pool-52-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-21T11:04:22.833Z||pool-52-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-11-21T11:04:23.721Z|7f86bafe-8630-4ea3-a809-b27f4e37ce74|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-21T11:04:23.722Z|7f86bafe-8630-4ea3-a809-b27f4e37ce74|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-21T11:04:23.724Z|7f86bafe-8630-4ea3-a809-b27f4e37ce74|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-21T11:04:23.724Z|7f86bafe-8630-4ea3-a809-b27f4e37ce74|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "07778846-dbaf-44e2-952c-300cdfd5f5a1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669028657232,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-11-21T11:04:23.825Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-11-21T11:04:23.827Z||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-21T11:04:23.827Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GmHQtEo58V8hNAS8) ...
2022-11-21T11:04:23.856Z||pool-53-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-21T11:04:23.857Z||pool-53-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1}
2022-11-21T11:04:24.725Z|7f86bafe-8630-4ea3-a809-b27f4e37ce74|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-21T11:04:24.726Z|7f86bafe-8630-4ea3-a809-b27f4e37ce74|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-21T11:04:24.728Z|7f86bafe-8630-4ea3-a809-b27f4e37ce74|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-21T11:04:24.729Z|7f86bafe-8630-4ea3-a809-b27f4e37ce74|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "07778846-dbaf-44e2-952c-300cdfd5f5a1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669028657232,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-21T11:04:24.829Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-21T11:04:24.829Z||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-21T11:04:24.830Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GmHQtEo58V8hNAS8) ...
2022-11-21T11:04:24.866Z||pool-54-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-21T11:04:24.867Z||pool-54-thread-1|||||INFO|500||cambria reply ok (38 ms):{"serverTimeMs":0,"count":1}
2022-11-21T11:04:25.729Z|7f86bafe-8630-4ea3-a809-b27f4e37ce74|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-21T11:04:25.731Z|7f86bafe-8630-4ea3-a809-b27f4e37ce74|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-21T11:04:25.733Z|7f86bafe-8630-4ea3-a809-b27f4e37ce74|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-21T11:04:25.733Z|7f86bafe-8630-4ea3-a809-b27f4e37ce74|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "07778846-dbaf-44e2-952c-300cdfd5f5a1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669028657232,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-11-21T11:04:25.833Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-21T11:04:25.834Z||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-21T11:04:25.834Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GmHQtEo58V8hNAS8) ...
2022-11-21T11:04:25.854Z||pool-55-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-21T11:04:25.855Z||pool-55-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-11-21T11:04:26.734Z|7f86bafe-8630-4ea3-a809-b27f4e37ce74|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-21T11:04:26.734Z|7f86bafe-8630-4ea3-a809-b27f4e37ce74|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-21T11:04:26.737Z|7f86bafe-8630-4ea3-a809-b27f4e37ce74|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-21T11:04:26.737Z|7f86bafe-8630-4ea3-a809-b27f4e37ce74|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "07778846-dbaf-44e2-952c-300cdfd5f5a1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669028657232,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-21T11:04:26.837Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-21T11:04:26.838Z||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-21T11:04:26.838Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GmHQtEo58V8hNAS8) ...
2022-11-21T11:04:26.854Z||pool-56-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-21T11:04:26.854Z||pool-56-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-11-21T11:04:27.664Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-21T11:04:27.664Z||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-21T11:04:27.664Z||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 GmHQtEo58V8hNAS8) ...
2022-11-21T11:04:27.687Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-21T11:04:27.688Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-21T11:04:27.688Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0eedca7f-676d-4fd8-9cd1-814aa321a78c",
  "consumerID": "aai-ml",
  "timestamp": 1669028480365,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-21T11:04:27.689Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-21T11:04:27.689Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-21T11:04:27.689Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0eedca7f-676d-4fd8-9cd1-814aa321a78c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669028488451,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-21T11:04:27.689Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-21T11:04:27.689Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-21T11:04:27.689Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0eedca7f-676d-4fd8-9cd1-814aa321a78c",
  "consumerID": "aai-ml",
  "timestamp": 1669028480365,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-11-21T11:04:27.689Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-21T11:04:27.690Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-21T11:04:27.690Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0eedca7f-676d-4fd8-9cd1-814aa321a78c",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669028489455,
  "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-21T11:04:27.696Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 0eedca7f-676d-4fd8-9cd1-814aa321a78c
2022-11-21T11:04:27.696Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0eedca7f-676d-4fd8-9cd1-814aa321a78c 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-21T11:04:27.705Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-21T11:04:27.705Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0eedca7f-676d-4fd8-9cd1-814aa321a78c",
  "consumerID": "aai-ml",
  "timestamp": 1669028490131,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-21T11:04:27.705Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-21T11:04:27.706Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-21T11:04:27.706Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0eedca7f-676d-4fd8-9cd1-814aa321a78c",
  "consumerID": "aai-ml",
  "timestamp": 1669028496962,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-21T11:04:27.706Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-21T11:04:27.706Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-21T11:04:27.706Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0eedca7f-676d-4fd8-9cd1-814aa321a78c",
  "consumerID": "aai-ml",
  "timestamp": 1669028497966,
  "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-21T11:04:27.710Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 0eedca7f-676d-4fd8-9cd1-814aa321a78c
2022-11-21T11:04:27.710Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0eedca7f-676d-4fd8-9cd1-814aa321a78c 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-21T11:04:27.737Z|7f86bafe-8630-4ea3-a809-b27f4e37ce74|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-21T11:04:27.738Z|7f86bafe-8630-4ea3-a809-b27f4e37ce74|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-21T11:04:27.740Z|7f86bafe-8630-4ea3-a809-b27f4e37ce74|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-21T11:04:27.740Z|7f86bafe-8630-4ea3-a809-b27f4e37ce74|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "07778846-dbaf-44e2-952c-300cdfd5f5a1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669028657232,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-11-21T11:04:27.840Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-21T11:04:27.841Z||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-21T11:04:27.842Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GmHQtEo58V8hNAS8) ...
2022-11-21T11:04:27.854Z||pool-57-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-21T11:04:27.855Z||pool-57-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-11-21T11:04:28.742Z|7f86bafe-8630-4ea3-a809-b27f4e37ce74|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "07778846-dbaf-44e2-952c-300cdfd5f5a1",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "ab8198de-1de2-40d0-a2e2-a5f341d74c6d",
  "serviceDescription": "service",
  "serviceInvariantUUID": "511922ef-b85e-4f40-98b7-5ee9b0309f0e",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "439c7a07-a6c2-4761-8a6e-4dbbd474ef3d",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "f8b1adbc-192f-4833-93b9-068193e9fed9",
      "resourceInvariantUUID": "87f68235-c687-4200-8877-a50607965b58",
      "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": "NjdlOTI1M2U1YWRlZDI1ZTg5ZDQ3ZWY0Y2ZiMTRiOGU\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "cfde86a3-a610-42c3-93a4-9c88274e8d14",
          "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": "ee21ec5d-cb3c-4770-b19e-fe9cb3b23c74",
          "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": "316a6998-f924-4dc4-ab13-54dcc41c50f2",
            "generatedFromUUID": "ee21ec5d-cb3c-4770-b19e-fe9cb3b23c74"
          },
          "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": "316a6998-f924-4dc4-ab13-54dcc41c50f2",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "M2IyY2JiY2RmYzQ0ZjU2YzdmZDUyODA5NDhkNDY3OTc\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "f13fad5b-fcba-4eb5-aff3-7d03d541a629"
    }
  ],
  "workloadContext": "Production"
}
2022-11-21T11:04:28.742Z|7f86bafe-8630-4ea3-a809-b27f4e37ce74|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-11-21T11:04:28.742Z|7f86bafe-8630-4ea3-a809-b27f4e37ce74|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 ab8198de-1de2-40d0-a2e2-a5f341d74c6d ASDC
2022-11-21T11:04:28.743Z|07778846-dbaf-44e2-952c-300cdfd5f5a1|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:07778846-dbaf-44e2-952c-300cdfd5f5a1
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:ab8198de-1de2-40d0-a2e2-a5f341d74c6d
ServiceInvariantUUID:511922ef-b85e-4f40-98b7-5ee9b0309f0e
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:f13fad5b-fcba-4eb5-aff3-7d03d541a629
ArtifactChecksum:M2IyY2JiY2RmYzQ0ZjU2YzdmZDUyODA5NDhkNDY3OTc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:439c7a07-a6c2-4761-8a6e-4dbbd474ef3d
ResourceInvariantUUID:87f68235-c687-4200-8877-a50607965b58
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:f8b1adbc-192f-4833-93b9-068193e9fed9
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:cfde86a3-a610-42c3-93a4-9c88274e8d14
ArtifactChecksum:NjdlOTI1M2U1YWRlZDI1ZTg5ZDQ3ZWY0Y2ZiMTRiOGU=
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:ee21ec5d-cb3c-4770-b19e-fe9cb3b23c74
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:316a6998-f924-4dc4-ab13-54dcc41c50f2
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:316a6998-f924-4dc4-ab13-54dcc41c50f2
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-11-21T11:04:28.743Z|07778846-dbaf-44e2-952c-300cdfd5f5a1|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ab8198de-1de2-40d0-a2e2-a5f341d74c6d 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-21T11:04:28.774Z|07778846-dbaf-44e2-952c-300cdfd5f5a1|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-21T11:04:28.774Z|07778846-dbaf-44e2-952c-300cdfd5f5a1|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-11-21T11:04:28.774Z|07778846-dbaf-44e2-952c-300cdfd5f5a1|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-11-21T11:04:28.774Z|07778846-dbaf-44e2-952c-300cdfd5f5a1|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: f13fad5b-fcba-4eb5-aff3-7d03d541a629 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-11-21T11:04:28.774Z|07778846-dbaf-44e2-952c-300cdfd5f5a1|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-11-21T11:04:28.775Z|07778846-dbaf-44e2-952c-300cdfd5f5a1|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-11-21T11:04:28.990Z|07778846-dbaf-44e2-952c-300cdfd5f5a1|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-11-21T11:04:28.996Z|07778846-dbaf-44e2-952c-300cdfd5f5a1|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar f13fad5b-fcba-4eb5-aff3-7d03d541a629 74806
2022-11-21T11:04:28.997Z|07778846-dbaf-44e2-952c-300cdfd5f5a1|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2022-11-21T11:04:28.997Z|07778846-dbaf-44e2-952c-300cdfd5f5a1|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-11-21T11:04:28.997Z|07778846-dbaf-44e2-952c-300cdfd5f5a1|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-21T11:04:28.998Z|07778846-dbaf-44e2-952c-300cdfd5f5a1|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-21T11:04:29.001Z|07778846-dbaf-44e2-952c-300cdfd5f5a1|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-21T11:04:29.001Z|07778846-dbaf-44e2-952c-300cdfd5f5a1|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "07778846-dbaf-44e2-952c-300cdfd5f5a1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669028668997,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-21T11:04:29.101Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-21T11:04:29.102Z||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-21T11:04:29.102Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GmHQtEo58V8hNAS8) ...
2022-11-21T11:04:29.128Z||pool-58-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-21T11:04:29.128Z||pool-58-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":1,"count":1}
2022-11-21T11:04:30.002Z|07778846-dbaf-44e2-952c-300cdfd5f5a1|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-21T11:04:30.003Z|07778846-dbaf-44e2-952c-300cdfd5f5a1|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-11-21T11:04:30.003Z|07778846-dbaf-44e2-952c-300cdfd5f5a1|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: f13fad5b-fcba-4eb5-aff3-7d03d541a629, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2022-11-21T11:04:30.004Z|07778846-dbaf-44e2-952c-300cdfd5f5a1|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2022-11-21T11:04:30.004Z|07778846-dbaf-44e2-952c-300cdfd5f5a1|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2022-11-21T11:04:30.005Z|07778846-dbaf-44e2-952c-300cdfd5f5a1|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2022-11-21T11:04:30.242Z|07778846-dbaf-44e2-952c-300cdfd5f5a1|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12145011891392548014/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-21T11:04:31.582Z|07778846-dbaf-44e2-952c-300cdfd5f5a1|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2022-11-21T11:04:31.582Z|07778846-dbaf-44e2-952c-300cdfd5f5a1|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-11-21T11:04:31.583Z|07778846-dbaf-44e2-952c-300cdfd5f5a1|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-11-21T11:04:31.583Z|07778846-dbaf-44e2-952c-300cdfd5f5a1|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-11-21T11:04:31.583Z|07778846-dbaf-44e2-952c-300cdfd5f5a1|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-11-21T11:04:31.583Z|07778846-dbaf-44e2-952c-300cdfd5f5a1|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-11-21T11:04:31.583Z|07778846-dbaf-44e2-952c-300cdfd5f5a1|pool-2-thread-9|||||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-21T11:04:31.583Z|07778846-dbaf-44e2-952c-300cdfd5f5a1|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-BasicVm-csar.csar
2022-11-21T11:04:31.583Z|07778846-dbaf-44e2-952c-300cdfd5f5a1|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-11-21T11:04:31.583Z|07778846-dbaf-44e2-952c-300cdfd5f5a1|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-11-21T11:04:31.584Z|07778846-dbaf-44e2-952c-300cdfd5f5a1|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-11-21T11:04:31.584Z|07778846-dbaf-44e2-952c-300cdfd5f5a1|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-11-21T11:04:31.584Z|07778846-dbaf-44e2-952c-300cdfd5f5a1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-21T11:04:31.584Z|07778846-dbaf-44e2-952c-300cdfd5f5a1|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-21T11:04:31.584Z|07778846-dbaf-44e2-952c-300cdfd5f5a1|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-11-21T11:04:31.585Z|07778846-dbaf-44e2-952c-300cdfd5f5a1|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-11-21T11:04:31.585Z|07778846-dbaf-44e2-952c-300cdfd5f5a1|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-21T11:04:31.585Z|07778846-dbaf-44e2-952c-300cdfd5f5a1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-21T11:04:31.585Z|07778846-dbaf-44e2-952c-300cdfd5f5a1|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-21T11:04:31.585Z|07778846-dbaf-44e2-952c-300cdfd5f5a1|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-11-21T11:04:31.586Z|07778846-dbaf-44e2-952c-300cdfd5f5a1|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-11-21T11:04:31.586Z|07778846-dbaf-44e2-952c-300cdfd5f5a1|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-21T11:04:31.586Z|07778846-dbaf-44e2-952c-300cdfd5f5a1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-21T11:04:31.586Z|07778846-dbaf-44e2-952c-300cdfd5f5a1|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-21T11:04:31.586Z|07778846-dbaf-44e2-952c-300cdfd5f5a1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-21T11:04:31.586Z|07778846-dbaf-44e2-952c-300cdfd5f5a1|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-11-21T11:04:31.587Z|07778846-dbaf-44e2-952c-300cdfd5f5a1|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2022-11-21T11:04:31.587Z|07778846-dbaf-44e2-952c-300cdfd5f5a1|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2022-11-21T11:04:31.587Z|07778846-dbaf-44e2-952c-300cdfd5f5a1|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2022-11-21T11:04:31.587Z|07778846-dbaf-44e2-952c-300cdfd5f5a1|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-11-21T11:04:31.587Z|07778846-dbaf-44e2-952c-300cdfd5f5a1|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-11-21T11:04:31.587Z|07778846-dbaf-44e2-952c-300cdfd5f5a1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-21T11:04:31.588Z|07778846-dbaf-44e2-952c-300cdfd5f5a1|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-11-21T11:04:31.588Z|07778846-dbaf-44e2-952c-300cdfd5f5a1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-21T11:04:31.588Z|07778846-dbaf-44e2-952c-300cdfd5f5a1|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-11-21T11:04:31.588Z|07778846-dbaf-44e2-952c-300cdfd5f5a1|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-21T11:04:31.588Z|07778846-dbaf-44e2-952c-300cdfd5f5a1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-21T11:04:31.589Z|07778846-dbaf-44e2-952c-300cdfd5f5a1|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-11-21T11:04:31.589Z|07778846-dbaf-44e2-952c-300cdfd5f5a1|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-21T11:04:31.589Z|07778846-dbaf-44e2-952c-300cdfd5f5a1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-21T11:04:31.589Z|07778846-dbaf-44e2-952c-300cdfd5f5a1|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-11-21T11:04:31.589Z|07778846-dbaf-44e2-952c-300cdfd5f5a1|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-21T11:04:31.589Z|07778846-dbaf-44e2-952c-300cdfd5f5a1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-21T11:04:31.590Z|07778846-dbaf-44e2-952c-300cdfd5f5a1|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-11-21T11:04:31.590Z|07778846-dbaf-44e2-952c-300cdfd5f5a1|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-11-21T11:04:31.590Z|07778846-dbaf-44e2-952c-300cdfd5f5a1|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-11-21T11:04:31.590Z|07778846-dbaf-44e2-952c-300cdfd5f5a1|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=2e8f13a9-fdfb-47ef-932d-1cf009448d42
2022-11-21T11:04:31.590Z|07778846-dbaf-44e2-952c-300cdfd5f5a1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-21T11:04:31.590Z|07778846-dbaf-44e2-952c-300cdfd5f5a1|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-21T11:04:31.591Z|07778846-dbaf-44e2-952c-300cdfd5f5a1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-21T11:04:31.591Z|07778846-dbaf-44e2-952c-300cdfd5f5a1|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-21T11:04:31.591Z|07778846-dbaf-44e2-952c-300cdfd5f5a1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-21T11:04:31.591Z|07778846-dbaf-44e2-952c-300cdfd5f5a1|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-21T11:04:31.591Z|07778846-dbaf-44e2-952c-300cdfd5f5a1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-21T11:04:31.591Z|07778846-dbaf-44e2-952c-300cdfd5f5a1|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-21T11:04:31.592Z|07778846-dbaf-44e2-952c-300cdfd5f5a1|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm
Description:service
Model UUID:ab8198de-1de2-40d0-a2e2-a5f341d74c6d
Model Version:NULL
Model InvariantUuid:511922ef-b85e-4f40-98b7-5ee9b0309f0e
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm
Model UUID:b464d450-b4c2-4947-ac8a-b1bd98b6d625
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:87f68235-c687-4200-8877-a50607965b58
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:439c7a07-a6c2-4761-8a6e-4dbbd474ef3d
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:68ca1748-4234-4f64-baea-2dacf41c0658
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:7281e45f-2d07-4b1f-a411-0f2393b6bc68
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:2e8f13a9-fdfb-47ef-932d-1cf009448d42
ModelInvariantUuid:ffb31408-f6a3-4cde-b33b-458738875a8f
ModelName:basic_vm-nodes.ubuntu20Cvfc
ModelUuid:e344eaca-268f-46e6-a755-f86233881c2b
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:ad815ada-095d-4b53-8652-1cbb68fdd348
ModelInvariantUuid:0dde95a5-5a9b-4b8b-a40d-f06f97d4d80e
ModelName:BasicVm.compute.nodes.heat.ubuntu20
ModelUuid:9d9ac948-26e6-4bd6-ace8-5b5c1223f431
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-21T11:04:31.598Z|07778846-dbaf-44e2-952c-300cdfd5f5a1|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: f8b1adbc-192f-4833-93b9-068193e9fed9
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-21T11:04:31.601Z|07778846-dbaf-44e2-952c-300cdfd5f5a1|pool-2-thread-9|||||INFO|500||basic_vm 0
2022-11-21T11:04:31.602Z|07778846-dbaf-44e2-952c-300cdfd5f5a1|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: f8b1adbc-192f-4833-93b9-068193e9fed9
2022-11-21T11:04:31.602Z|07778846-dbaf-44e2-952c-300cdfd5f5a1|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: cfde86a3-a610-42c3-93a4-9c88274e8d14 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-11-21T11:04:31.602Z|07778846-dbaf-44e2-952c-300cdfd5f5a1|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-11-21T11:04:31.602Z|07778846-dbaf-44e2-952c-300cdfd5f5a1|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-11-21T11:04:31.658Z|07778846-dbaf-44e2-952c-300cdfd5f5a1|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-11-21T11:04:31.659Z|07778846-dbaf-44e2-952c-300cdfd5f5a1|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json cfde86a3-a610-42c3-93a4-9c88274e8d14 787
2022-11-21T11:04:31.659Z|07778846-dbaf-44e2-952c-300cdfd5f5a1|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification
2022-11-21T11:04:31.659Z|07778846-dbaf-44e2-952c-300cdfd5f5a1|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-11-21T11:04:31.659Z|07778846-dbaf-44e2-952c-300cdfd5f5a1|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-21T11:04:31.659Z|07778846-dbaf-44e2-952c-300cdfd5f5a1|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-21T11:04:31.661Z|07778846-dbaf-44e2-952c-300cdfd5f5a1|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-21T11:04:31.661Z|07778846-dbaf-44e2-952c-300cdfd5f5a1|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "07778846-dbaf-44e2-952c-300cdfd5f5a1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669028671659,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-11-21T11:04:31.761Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-21T11:04:31.762Z||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-21T11:04:31.762Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GmHQtEo58V8hNAS8) ...
2022-11-21T11:04:31.773Z||pool-59-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-21T11:04:31.773Z||pool-59-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-11-21T11:04:32.662Z|07778846-dbaf-44e2-952c-300cdfd5f5a1|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "68ca1748-4234-4f64-baea-2dacf41c0658",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "7281e45f-2d07-4b1f-a411-0f2393b6bc68",
    "vfModuleModelCustomizationUUID": "7209c3cc-cac5-44a8-b576-6d85a43e5ad8",
    "isBase": true,
    "artifacts": [
      "ee21ec5d-cb3c-4770-b19e-fe9cb3b23c74",
      "316a6998-f924-4dc4-ab13-54dcc41c50f2"
    ],
    "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-21T11:04:32.667Z|07778846-dbaf-44e2-952c-300cdfd5f5a1|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:7281e45f-2d07-4b1f-a411-0f2393b6bc68
VfModuleModelInvariantUUID:68ca1748-4234-4f64-baea-2dacf41c0658
VfModuleModelDescription:NULL
Artifacts UUID List:{
ee21ec5d-cb3c-4770-b19e-fe9cb3b23c74
,
316a6998-f924-4dc4-ab13-54dcc41c50f2

}
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-21T11:04:32.669Z|07778846-dbaf-44e2-952c-300cdfd5f5a1|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "68ca1748-4234-4f64-baea-2dacf41c0658",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "7281e45f-2d07-4b1f-a411-0f2393b6bc68",
    "vfModuleModelCustomizationUUID": "7209c3cc-cac5-44a8-b576-6d85a43e5ad8",
    "isBase": true,
    "artifacts": [
      "ee21ec5d-cb3c-4770-b19e-fe9cb3b23c74",
      "316a6998-f924-4dc4-ab13-54dcc41c50f2"
    ],
    "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-21T11:04:32.669Z|07778846-dbaf-44e2-952c-300cdfd5f5a1|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:7281e45f-2d07-4b1f-a411-0f2393b6bc68
VfModuleModelInvariantUUID:68ca1748-4234-4f64-baea-2dacf41c0658
VfModuleModelDescription:NULL
Artifacts UUID List:{
ee21ec5d-cb3c-4770-b19e-fe9cb3b23c74
,
316a6998-f924-4dc4-ab13-54dcc41c50f2

}
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-21T11:04:32.669Z|07778846-dbaf-44e2-952c-300cdfd5f5a1|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: ee21ec5d-cb3c-4770-b19e-fe9cb3b23c74 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-11-21T11:04:32.669Z|07778846-dbaf-44e2-952c-300cdfd5f5a1|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-11-21T11:04:32.670Z|07778846-dbaf-44e2-952c-300cdfd5f5a1|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-11-21T11:04:32.770Z|07778846-dbaf-44e2-952c-300cdfd5f5a1|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-11-21T11:04:32.770Z|07778846-dbaf-44e2-952c-300cdfd5f5a1|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ee21ec5d-cb3c-4770-b19e-fe9cb3b23c74 5033
2022-11-21T11:04:32.771Z|07778846-dbaf-44e2-952c-300cdfd5f5a1|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2022-11-21T11:04:32.771Z|07778846-dbaf-44e2-952c-300cdfd5f5a1|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-11-21T11:04:32.771Z|07778846-dbaf-44e2-952c-300cdfd5f5a1|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-21T11:04:32.772Z|07778846-dbaf-44e2-952c-300cdfd5f5a1|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-21T11:04:32.774Z|07778846-dbaf-44e2-952c-300cdfd5f5a1|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-21T11:04:32.774Z|07778846-dbaf-44e2-952c-300cdfd5f5a1|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "07778846-dbaf-44e2-952c-300cdfd5f5a1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669028672771,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-11-21T11:04:32.874Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-21T11:04:32.875Z||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-21T11:04:32.875Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GmHQtEo58V8hNAS8) ...
2022-11-21T11:04:32.893Z||pool-60-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-21T11:04:32.893Z||pool-60-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-11-21T11:04:33.775Z|07778846-dbaf-44e2-952c-300cdfd5f5a1|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 316a6998-f924-4dc4-ab13-54dcc41c50f2 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-11-21T11:04:33.775Z|07778846-dbaf-44e2-952c-300cdfd5f5a1|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-11-21T11:04:33.775Z|07778846-dbaf-44e2-952c-300cdfd5f5a1|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-11-21T11:04:33.819Z|07778846-dbaf-44e2-952c-300cdfd5f5a1|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-11-21T11:04:33.820Z|07778846-dbaf-44e2-952c-300cdfd5f5a1|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 316a6998-f924-4dc4-ab13-54dcc41c50f2 903
2022-11-21T11:04:33.820Z|07778846-dbaf-44e2-952c-300cdfd5f5a1|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2022-11-21T11:04:33.820Z|07778846-dbaf-44e2-952c-300cdfd5f5a1|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-11-21T11:04:33.820Z|07778846-dbaf-44e2-952c-300cdfd5f5a1|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-21T11:04:33.820Z|07778846-dbaf-44e2-952c-300cdfd5f5a1|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-21T11:04:33.822Z|07778846-dbaf-44e2-952c-300cdfd5f5a1|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-21T11:04:33.822Z|07778846-dbaf-44e2-952c-300cdfd5f5a1|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "07778846-dbaf-44e2-952c-300cdfd5f5a1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669028673820,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-11-21T11:04:33.922Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-21T11:04:33.923Z||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-21T11:04:33.924Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GmHQtEo58V8hNAS8) ...
2022-11-21T11:04:33.936Z||pool-61-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-21T11:04:33.936Z||pool-61-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-11-21T11:04:34.823Z|07778846-dbaf-44e2-952c-300cdfd5f5a1|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: ab8198de-1de2-40d0-a2e2-a5f341d74c6d
2022-11-21T11:04:34.823Z|07778846-dbaf-44e2-952c-300cdfd5f5a1|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 f8b1adbc-192f-4833-93b9-068193e9fed9 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-21T11:04:34.837Z|07778846-dbaf-44e2-952c-300cdfd5f5a1|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7cc77011, org.onap.sdc.toscaparser.api.parameters.Input@df81b5a, org.onap.sdc.toscaparser.api.parameters.Input@69c02fc3, org.onap.sdc.toscaparser.api.parameters.Input@e6f7276, org.onap.sdc.toscaparser.api.parameters.Input@496fdc52]
2022-11-21T11:04:34.839Z|07778846-dbaf-44e2-952c-300cdfd5f5a1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-21T11:04:34.839Z|07778846-dbaf-44e2-952c-300cdfd5f5a1|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-21T11:04:34.839Z|07778846-dbaf-44e2-952c-300cdfd5f5a1|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic 
2022-11-21T11:04:34.840Z|07778846-dbaf-44e2-952c-300cdfd5f5a1|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= 439c7a07-a6c2-4761-8a6e-4dbbd474ef3d
2022-11-21T11:04:34.840Z|07778846-dbaf-44e2-952c-300cdfd5f5a1|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 439c7a07-a6c2-4761-8a6e-4dbbd474ef3d matches Tosca VF Customization UUID: 439c7a07-a6c2-4761-8a6e-4dbbd474ef3d
2022-11-21T11:04:34.840Z|07778846-dbaf-44e2-952c-300cdfd5f5a1|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: 439c7a07-a6c2-4761-8a6e-4dbbd474ef3d  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-21T11:04:34.842Z|07778846-dbaf-44e2-952c-300cdfd5f5a1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-21T11:04:34.843Z|07778846-dbaf-44e2-952c-300cdfd5f5a1|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-21T11:04:34.843Z|07778846-dbaf-44e2-952c-300cdfd5f5a1|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id 439c7a07-a6c2-4761-8a6e-4dbbd474ef3d: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-11-21T11:04:34.843Z|07778846-dbaf-44e2-952c-300cdfd5f5a1|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@19df86a4
2022-11-21T11:04:34.843Z|07778846-dbaf-44e2-952c-300cdfd5f5a1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-21T11:04:34.844Z|07778846-dbaf-44e2-952c-300cdfd5f5a1|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-11-21T11:04:34.844Z|07778846-dbaf-44e2-952c-300cdfd5f5a1|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 7209c3cc-cac5-44a8-b576-6d85a43e5ad8
2022-11-21T11:04:34.844Z|07778846-dbaf-44e2-952c-300cdfd5f5a1|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 7209c3cc-cac5-44a8-b576-6d85a43e5ad8
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-21T11:04:34.847Z|07778846-dbaf-44e2-952c-300cdfd5f5a1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-21T11:04:34.847Z|07778846-dbaf-44e2-952c-300cdfd5f5a1|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-11-21T11:04:34.847Z|07778846-dbaf-44e2-952c-300cdfd5f5a1|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-21T11:04:34.847Z|07778846-dbaf-44e2-952c-300cdfd5f5a1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-21T11:04:34.847Z|07778846-dbaf-44e2-952c-300cdfd5f5a1|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-11-21T11:04:34.848Z|07778846-dbaf-44e2-952c-300cdfd5f5a1|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-21T11:04:34.848Z|07778846-dbaf-44e2-952c-300cdfd5f5a1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-21T11:04:34.848Z|07778846-dbaf-44e2-952c-300cdfd5f5a1|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-11-21T11:04:34.848Z|07778846-dbaf-44e2-952c-300cdfd5f5a1|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-11-21T11:04:34.848Z|07778846-dbaf-44e2-952c-300cdfd5f5a1|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-11-21T11:04:34.848Z|07778846-dbaf-44e2-952c-300cdfd5f5a1|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=2e8f13a9-fdfb-47ef-932d-1cf009448d42
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-21T11:04:34.851Z|07778846-dbaf-44e2-952c-300cdfd5f5a1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-21T11:04:34.851Z|07778846-dbaf-44e2-952c-300cdfd5f5a1|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-11-21T11:04:34.851Z|07778846-dbaf-44e2-952c-300cdfd5f5a1|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-21T11:04:34.852Z|07778846-dbaf-44e2-952c-300cdfd5f5a1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-21T11:04:34.852Z|07778846-dbaf-44e2-952c-300cdfd5f5a1|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-11-21T11:04:34.852Z|07778846-dbaf-44e2-952c-300cdfd5f5a1|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=439c7a07-a6c2-4761-8a6e-4dbbd474ef3d
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-21T11:04:34.853Z|07778846-dbaf-44e2-952c-300cdfd5f5a1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-21T11:04:34.854Z|07778846-dbaf-44e2-952c-300cdfd5f5a1|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-21T11:04:34.854Z|07778846-dbaf-44e2-952c-300cdfd5f5a1|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid ab8198de-1de2-40d0-a2e2-a5f341d74c6d: basic_vm
2022-11-21T11:04:34.854Z|07778846-dbaf-44e2-952c-300cdfd5f5a1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-21T11:04:34.854Z|07778846-dbaf-44e2-952c-300cdfd5f5a1|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-21T11:04:34.854Z|07778846-dbaf-44e2-952c-300cdfd5f5a1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-21T11:04:34.854Z|07778846-dbaf-44e2-952c-300cdfd5f5a1|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-21T11:04:34.855Z|07778846-dbaf-44e2-952c-300cdfd5f5a1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-21T11:04:34.855Z|07778846-dbaf-44e2-952c-300cdfd5f5a1|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-21T11:04:34.855Z|07778846-dbaf-44e2-952c-300cdfd5f5a1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-21T11:04:34.855Z|07778846-dbaf-44e2-952c-300cdfd5f5a1|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-21T11:04:34.855Z|07778846-dbaf-44e2-952c-300cdfd5f5a1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-21T11:04:34.855Z|07778846-dbaf-44e2-952c-300cdfd5f5a1|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-21T11:04:34.856Z|07778846-dbaf-44e2-952c-300cdfd5f5a1|pool-2-thread-9|||||INFO|500||Saving Service: basic_vm 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-21T11:04:34.936Z|07778846-dbaf-44e2-952c-300cdfd5f5a1|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm f8b1adbc-192f-4833-93b9-068193e9fed9 1 ASDC deployResourceStructure
2022-11-21T11:04:34.937Z|07778846-dbaf-44e2-952c-300cdfd5f5a1|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification
2022-11-21T11:04:34.937Z|07778846-dbaf-44e2-952c-300cdfd5f5a1|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-11-21T11:04:34.937Z|07778846-dbaf-44e2-952c-300cdfd5f5a1|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-21T11:04:34.937Z|07778846-dbaf-44e2-952c-300cdfd5f5a1|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-21T11:04:34.939Z|07778846-dbaf-44e2-952c-300cdfd5f5a1|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-21T11:04:34.939Z|07778846-dbaf-44e2-952c-300cdfd5f5a1|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "07778846-dbaf-44e2-952c-300cdfd5f5a1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669028674936,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-11-21T11:04:35.039Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-21T11:04:35.040Z||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-21T11:04:35.040Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GmHQtEo58V8hNAS8) ...
2022-11-21T11:04:35.052Z||pool-62-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-21T11:04:35.053Z||pool-62-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-11-21T11:04:35.939Z|07778846-dbaf-44e2-952c-300cdfd5f5a1|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2022-11-21T11:04:35.940Z|07778846-dbaf-44e2-952c-300cdfd5f5a1|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-11-21T11:04:35.941Z|07778846-dbaf-44e2-952c-300cdfd5f5a1|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-21T11:04:35.941Z|07778846-dbaf-44e2-952c-300cdfd5f5a1|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-21T11:04:35.943Z|07778846-dbaf-44e2-952c-300cdfd5f5a1|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-21T11:04:35.943Z|07778846-dbaf-44e2-952c-300cdfd5f5a1|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "07778846-dbaf-44e2-952c-300cdfd5f5a1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669028675939,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-11-21T11:04:36.043Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-21T11:04:36.044Z||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-21T11:04:36.044Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GmHQtEo58V8hNAS8) ...
2022-11-21T11:04:36.061Z||pool-63-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-21T11:04:36.062Z||pool-63-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-11-21T11:04:36.944Z|07778846-dbaf-44e2-952c-300cdfd5f5a1|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2022-11-21T11:04:36.944Z|07778846-dbaf-44e2-952c-300cdfd5f5a1|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-11-21T11:04:36.944Z|07778846-dbaf-44e2-952c-300cdfd5f5a1|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-21T11:04:36.945Z|07778846-dbaf-44e2-952c-300cdfd5f5a1|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-21T11:04:36.946Z|07778846-dbaf-44e2-952c-300cdfd5f5a1|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-21T11:04:36.947Z|07778846-dbaf-44e2-952c-300cdfd5f5a1|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "07778846-dbaf-44e2-952c-300cdfd5f5a1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669028676944,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-11-21T11:04:37.047Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-21T11:04:37.048Z||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-21T11:04:37.048Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GmHQtEo58V8hNAS8) ...
2022-11-21T11:04:37.061Z||pool-64-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-21T11:04:37.062Z||pool-64-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-11-21T11:04:37.948Z|07778846-dbaf-44e2-952c-300cdfd5f5a1|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2022-11-21T11:04:37.948Z|07778846-dbaf-44e2-952c-300cdfd5f5a1|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-11-21T11:04:37.948Z|07778846-dbaf-44e2-952c-300cdfd5f5a1|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-21T11:04:37.948Z|07778846-dbaf-44e2-952c-300cdfd5f5a1|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-21T11:04:37.951Z|07778846-dbaf-44e2-952c-300cdfd5f5a1|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-21T11:04:37.951Z|07778846-dbaf-44e2-952c-300cdfd5f5a1|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "07778846-dbaf-44e2-952c-300cdfd5f5a1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669028677947,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-21T11:04:38.051Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-21T11:04:38.052Z||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-21T11:04:38.052Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GmHQtEo58V8hNAS8) ...
2022-11-21T11:04:38.066Z||pool-65-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-21T11:04:38.066Z||pool-65-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-11-21T11:04:38.952Z|07778846-dbaf-44e2-952c-300cdfd5f5a1|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 07778846-dbaf-44e2-952c-300cdfd5f5a1
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-21T11:04:38.964Z|07778846-dbaf-44e2-952c-300cdfd5f5a1|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 07778846-dbaf-44e2-952c-300cdfd5f5a1
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-21T11:04:38.967Z|07778846-dbaf-44e2-952c-300cdfd5f5a1|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-21T11:04:38.967Z|07778846-dbaf-44e2-952c-300cdfd5f5a1|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-11-21T11:04:38.967Z|07778846-dbaf-44e2-952c-300cdfd5f5a1|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-11-21T11:04:38.967Z|07778846-dbaf-44e2-952c-300cdfd5f5a1|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-11-21T11:04:38.967Z|07778846-dbaf-44e2-952c-300cdfd5f5a1|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-21T11:04:38.967Z|07778846-dbaf-44e2-952c-300cdfd5f5a1|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-21T11:04:38.967Z|07778846-dbaf-44e2-952c-300cdfd5f5a1|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-21T11:04:38.967Z|07778846-dbaf-44e2-952c-300cdfd5f5a1|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-21T11:04:38.967Z|07778846-dbaf-44e2-952c-300cdfd5f5a1|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-21T11:04:38.968Z|07778846-dbaf-44e2-952c-300cdfd5f5a1|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-21T11:04:38.972Z|07778846-dbaf-44e2-952c-300cdfd5f5a1|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-11-21T11:05:08.972Z|07778846-dbaf-44e2-952c-300cdfd5f5a1|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 07778846-dbaf-44e2-952c-300cdfd5f5a1 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-21T11:05:08.979Z|07778846-dbaf-44e2-952c-300cdfd5f5a1|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 07778846-dbaf-44e2-952c-300cdfd5f5a1 and serviceModelVersionId: ab8198de-1de2-40d0-a2e2-a5f341d74c6d
2022-11-21T11:05:08.979Z|07778846-dbaf-44e2-952c-300cdfd5f5a1|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 511922ef-b85e-4f40-98b7-5ee9b0309f0e
2022-11-21T11:05:08.980Z|07778846-dbaf-44e2-952c-300cdfd5f5a1|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/511922ef-b85e-4f40-98b7-5ee9b0309f0e/model-vers/model-ver/ab8198de-1de2-40d0-a2e2-a5f341d74c6d?depth=0
2022-11-21T11:05:08.984Z|07778846-dbaf-44e2-952c-300cdfd5f5a1|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2022-11-21T11:05:09.041Z|07778846-dbaf-44e2-952c-300cdfd5f5a1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/511922ef-b85e-4f40-98b7-5ee9b0309f0e/model-vers/model-ver/ab8198de-1de2-40d0-a2e2-a5f341d74c6d?depth=0|INFO|500||Invoke
2022-11-21T11:05:09.041Z|07778846-dbaf-44e2-952c-300cdfd5f5a1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/511922ef-b85e-4f40-98b7-5ee9b0309f0e/model-vers/model-ver/ab8198de-1de2-40d0-a2e2-a5f341d74c6d?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/511922ef-b85e-4f40-98b7-5ee9b0309f0e/model-vers/model-ver/ab8198de-1de2-40d0-a2e2-a5f341d74c6d?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[07778846-dbaf-44e2-952c-300cdfd5f5a1], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[8513c474-0886-48bb-a761-eb6a2b166306], X-ECOMP-RequestID=[07778846-dbaf-44e2-952c-300cdfd5f5a1], X-TransactionId=[], X-ONAP-RequestID=[07778846-dbaf-44e2-952c-300cdfd5f5a1], Content-Type=[application/merge-patch+json]}
2022-11-21T11:05:09.072Z|07778846-dbaf-44e2-952c-300cdfd5f5a1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/511922ef-b85e-4f40-98b7-5ee9b0309f0e/model-vers/model-ver/ab8198de-1de2-40d0-a2e2-a5f341d74c6d?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-11-21T11:05:09.163Z|07778846-dbaf-44e2-952c-300cdfd5f5a1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/511922ef-b85e-4f40-98b7-5ee9b0309f0e/model-vers/model-ver/ab8198de-1de2-40d0-a2e2-a5f341d74c6d?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/511922ef-b85e-4f40-98b7-5ee9b0309f0e/model-vers/model-ver/ab8198de-1de2-40d0-a2e2-a5f341d74c6d?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-221121-11:05:09:299-89823], vertex-id=[200944], Content-Length=[0], Date=[Mon, 21 Nov 2022 11:05:09 GMT], Content-Type=[application/json]}
2022-11-21T11:05:09.163Z|07778846-dbaf-44e2-952c-300cdfd5f5a1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/511922ef-b85e-4f40-98b7-5ee9b0309f0e/model-vers/model-ver/ab8198de-1de2-40d0-a2e2-a5f341d74c6d?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-11-21T11:05:09.164Z|07778846-dbaf-44e2-952c-300cdfd5f5a1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/511922ef-b85e-4f40-98b7-5ee9b0309f0e/model-vers/model-ver/ab8198de-1de2-40d0-a2e2-a5f341d74c6d?depth=0|INFO|500||InvokeReturn
2022-11-21T11:05:09.164Z|07778846-dbaf-44e2-952c-300cdfd5f5a1|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-11-21T11:05:09.165Z|07778846-dbaf-44e2-952c-300cdfd5f5a1|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-21T11:05:09.169Z|07778846-dbaf-44e2-952c-300cdfd5f5a1|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-21T11:05:09.169Z|07778846-dbaf-44e2-952c-300cdfd5f5a1|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 07778846-dbaf-44e2-952c-300cdfd5f5a1 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-11-21T11:05:09.169Z|07778846-dbaf-44e2-952c-300cdfd5f5a1|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-11-21T11:05:09.170Z|07778846-dbaf-44e2-952c-300cdfd5f5a1|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-21T11:05:09.172Z|07778846-dbaf-44e2-952c-300cdfd5f5a1|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-21T11:05:09.172Z|07778846-dbaf-44e2-952c-300cdfd5f5a1|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "07778846-dbaf-44e2-952c-300cdfd5f5a1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669028709169,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-21T11:05:09.272Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-21T11:05:09.273Z||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-21T11:05:09.273Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GmHQtEo58V8hNAS8) ...
2022-11-21T11:05:09.289Z||pool-66-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-21T11:05:09.289Z||pool-66-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-11-21T11:05:10.188Z|07778846-dbaf-44e2-952c-300cdfd5f5a1|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-11-21T11:05:10.189Z|07778846-dbaf-44e2-952c-300cdfd5f5a1|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"0eedca7f-676d-4fd8-9cd1-814aa321a78c","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"6dd6b517-8520-4587-b0b5-044790869684","serviceDescription":"service","serviceInvariantUUID":"f73173a3-476d-4881-94a5-1cf4eddf7378","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"a802eb6d-8cbf-4331-8109-ac3864fadc70","resourceInvariantUUID":"f8bf4f58-f4fd-4dbf-b7b3-0dd95c8e1510","resourceCustomizationUUID":"fbaaa1aa-a9a5-458e-baf2-cc459b95df28","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":"OTRiYmVmYzM3MDA4ZDNhZWJmNmUzMmJkYWE1NjRhZWE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"a9b6280b-1dff-46c4-a9cb-ca9f43b2a58d","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":"d68bc068-4182-4cc6-b7d3-ad7df24cca20","artifactVersion":"2","generatedFromUUID":"bb9deced-e318-4c64-a65a-0283b6b7292c"},{"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":"bb9deced-e318-4c64-a65a-0283b6b7292c","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":"MmY1ODM5NzE4MTUzZjFjMGMxMjExMDkzZTExNWQ2Zjk\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"6407f065-677c-42ac-84e6-28b6667ba667","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":"7f0e27dd-e347-46ed-b12f-8ec27cbc51d5","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":"b87b64c0-d3cb-4f5d-8ae5-7d838b75ac4d","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":"5e4a5d81-b282-4e1f-a647-07ad4156ba4b","artifactVersion":"2","generatedFromUUID":"7f0e27dd-e347-46ed-b12f-8ec27cbc51d5"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"Y2IyNzI5NDdjYTgxYjk2YzNmZGJkY2QzOWVlNGFiNDU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"79f22070-9842-413d-9c3c-0d21cfef16b6","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"NzkzM2E2OTdhNjhhNzhmMzkwZjE1NTBkOTMzZTQ1ZWU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"4beb329d-f13d-4d1d-9a64-657dc562246b","artifactVersion":"1"}],"workloadContext":"Production"}
2022-11-21T11:05:10.190Z|07778846-dbaf-44e2-952c-300cdfd5f5a1|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-21T11:05:10.191Z|07778846-dbaf-44e2-952c-300cdfd5f5a1|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-21T11:05:10.193Z|07778846-dbaf-44e2-952c-300cdfd5f5a1|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-21T11:05:10.194Z|07778846-dbaf-44e2-952c-300cdfd5f5a1|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "0eedca7f-676d-4fd8-9cd1-814aa321a78c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669028657232,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-21T11:05:10.294Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-21T11:05:10.294Z||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-21T11:05:10.295Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GmHQtEo58V8hNAS8) ...
2022-11-21T11:05:10.387Z||pool-67-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-21T11:05:10.388Z||pool-67-thread-1|||||INFO|500||cambria reply ok (94 ms):{"serverTimeMs":0,"count":1}
2022-11-21T11:05:11.194Z|07778846-dbaf-44e2-952c-300cdfd5f5a1|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-21T11:05:11.196Z|07778846-dbaf-44e2-952c-300cdfd5f5a1|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-21T11:05:11.198Z|07778846-dbaf-44e2-952c-300cdfd5f5a1|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-21T11:05:11.198Z|07778846-dbaf-44e2-952c-300cdfd5f5a1|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "0eedca7f-676d-4fd8-9cd1-814aa321a78c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669028657232,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-11-21T11:05:11.298Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-21T11:05:11.299Z||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-21T11:05:11.299Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GmHQtEo58V8hNAS8) ...
2022-11-21T11:05:11.317Z||pool-68-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-21T11:05:11.317Z||pool-68-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-11-21T11:05:12.199Z|07778846-dbaf-44e2-952c-300cdfd5f5a1|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-21T11:05:12.200Z|07778846-dbaf-44e2-952c-300cdfd5f5a1|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-21T11:05:12.203Z|07778846-dbaf-44e2-952c-300cdfd5f5a1|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-21T11:05:12.204Z|07778846-dbaf-44e2-952c-300cdfd5f5a1|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "0eedca7f-676d-4fd8-9cd1-814aa321a78c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669028657232,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-11-21T11:05:12.304Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-21T11:05:12.305Z||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-21T11:05:12.305Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GmHQtEo58V8hNAS8) ...
2022-11-21T11:05:12.315Z||pool-69-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-21T11:05:12.316Z||pool-69-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-11-21T11:05:13.205Z|07778846-dbaf-44e2-952c-300cdfd5f5a1|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-21T11:05:13.206Z|07778846-dbaf-44e2-952c-300cdfd5f5a1|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-21T11:05:13.208Z|07778846-dbaf-44e2-952c-300cdfd5f5a1|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-21T11:05:13.209Z|07778846-dbaf-44e2-952c-300cdfd5f5a1|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "0eedca7f-676d-4fd8-9cd1-814aa321a78c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669028657232,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-11-21T11:05:13.309Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-21T11:05:13.309Z||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-21T11:05:13.309Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GmHQtEo58V8hNAS8) ...
2022-11-21T11:05:13.320Z||pool-70-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-21T11:05:13.320Z||pool-70-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-11-21T11:05:14.209Z|07778846-dbaf-44e2-952c-300cdfd5f5a1|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-21T11:05:14.210Z|07778846-dbaf-44e2-952c-300cdfd5f5a1|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-21T11:05:14.213Z|07778846-dbaf-44e2-952c-300cdfd5f5a1|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-21T11:05:14.213Z|07778846-dbaf-44e2-952c-300cdfd5f5a1|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "0eedca7f-676d-4fd8-9cd1-814aa321a78c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669028657232,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-11-21T11:05:14.313Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-21T11:05:14.313Z||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-21T11:05:14.314Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GmHQtEo58V8hNAS8) ...
2022-11-21T11:05:14.324Z||pool-71-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-21T11:05:14.325Z||pool-71-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-11-21T11:05:15.213Z|07778846-dbaf-44e2-952c-300cdfd5f5a1|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-21T11:05:15.214Z|07778846-dbaf-44e2-952c-300cdfd5f5a1|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-21T11:05:15.216Z|07778846-dbaf-44e2-952c-300cdfd5f5a1|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-21T11:05:15.217Z|07778846-dbaf-44e2-952c-300cdfd5f5a1|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "0eedca7f-676d-4fd8-9cd1-814aa321a78c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669028657232,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-21T11:05:15.317Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-21T11:05:15.318Z||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-21T11:05:15.318Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GmHQtEo58V8hNAS8) ...
2022-11-21T11:05:15.334Z||pool-72-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-21T11:05:15.334Z||pool-72-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-11-21T11:05:16.217Z|07778846-dbaf-44e2-952c-300cdfd5f5a1|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-21T11:05:16.218Z|07778846-dbaf-44e2-952c-300cdfd5f5a1|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-21T11:05:16.221Z|07778846-dbaf-44e2-952c-300cdfd5f5a1|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-21T11:05:16.221Z|07778846-dbaf-44e2-952c-300cdfd5f5a1|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "0eedca7f-676d-4fd8-9cd1-814aa321a78c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669028657232,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-11-21T11:05:16.321Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-21T11:05:16.322Z||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-21T11:05:16.322Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GmHQtEo58V8hNAS8) ...
2022-11-21T11:05:16.336Z||pool-73-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-21T11:05:16.336Z||pool-73-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-11-21T11:05:17.222Z|07778846-dbaf-44e2-952c-300cdfd5f5a1|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-21T11:05:17.223Z|07778846-dbaf-44e2-952c-300cdfd5f5a1|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-21T11:05:17.225Z|07778846-dbaf-44e2-952c-300cdfd5f5a1|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-21T11:05:17.225Z|07778846-dbaf-44e2-952c-300cdfd5f5a1|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "0eedca7f-676d-4fd8-9cd1-814aa321a78c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669028657232,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-21T11:05:17.325Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-21T11:05:17.326Z||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-21T11:05:17.326Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GmHQtEo58V8hNAS8) ...
2022-11-21T11:05:17.343Z||pool-74-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-21T11:05:17.343Z||pool-74-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-11-21T11:05:18.226Z|07778846-dbaf-44e2-952c-300cdfd5f5a1|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-21T11:05:18.227Z|07778846-dbaf-44e2-952c-300cdfd5f5a1|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-21T11:05:18.229Z|07778846-dbaf-44e2-952c-300cdfd5f5a1|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-21T11:05:18.230Z|07778846-dbaf-44e2-952c-300cdfd5f5a1|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "0eedca7f-676d-4fd8-9cd1-814aa321a78c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669028657232,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-11-21T11:05:18.330Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-21T11:05:18.331Z||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-21T11:05:18.331Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GmHQtEo58V8hNAS8) ...
2022-11-21T11:05:18.351Z||pool-75-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-21T11:05:18.352Z||pool-75-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-11-21T11:05:19.231Z|07778846-dbaf-44e2-952c-300cdfd5f5a1|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "0eedca7f-676d-4fd8-9cd1-814aa321a78c",
  "serviceName": "basic_cnf",
  "serviceVersion": "1.0",
  "serviceUUID": "6dd6b517-8520-4587-b0b5-044790869684",
  "serviceDescription": "service",
  "serviceInvariantUUID": "f73173a3-476d-4881-94a5-1cf4eddf7378",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf 0",
      "resourceCustomizationUUID": "fbaaa1aa-a9a5-458e-baf2-cc459b95df28",
      "resourceName": "basic_cnf",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "a802eb6d-8cbf-4331-8109-ac3864fadc70",
      "resourceInvariantUUID": "f8bf4f58-f4fd-4dbf-b7b3-0dd95c8e1510",
      "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": "d68bc068-4182-4cc6-b7d3-ad7df24cca20",
          "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": "bb9deced-e318-4c64-a65a-0283b6b7292c",
          "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": "MmY1ODM5NzE4MTUzZjFjMGMxMjExMDkzZTExNWQ2Zjk\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "6407f065-677c-42ac-84e6-28b6667ba667",
          "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": "7f0e27dd-e347-46ed-b12f-8ec27cbc51d5",
          "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": "5e4a5d81-b282-4e1f-a647-07ad4156ba4b",
            "generatedFromUUID": "7f0e27dd-e347-46ed-b12f-8ec27cbc51d5"
          },
          "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": "5e4a5d81-b282-4e1f-a647-07ad4156ba4b",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnf-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
      "artifactChecksum": "NzkzM2E2OTdhNjhhNzhmMzkwZjE1NTBkOTMzZTQ1ZWU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "4beb329d-f13d-4d1d-9a64-657dc562246b"
    }
  ],
  "workloadContext": "Production"
}
2022-11-21T11:05:19.231Z|07778846-dbaf-44e2-952c-300cdfd5f5a1|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-11-21T11:05:19.232Z|07778846-dbaf-44e2-952c-300cdfd5f5a1|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 6dd6b517-8520-4587-b0b5-044790869684 ASDC
2022-11-21T11:05:19.232Z|0eedca7f-676d-4fd8-9cd1-814aa321a78c|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:0eedca7f-676d-4fd8-9cd1-814aa321a78c
ServiceName:basic_cnf
ServiceVersion:1.0
ServiceUUID:6dd6b517-8520-4587-b0b5-044790869684
ServiceInvariantUUID:f73173a3-476d-4881-94a5-1cf4eddf7378
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:4beb329d-f13d-4d1d-9a64-657dc562246b
ArtifactChecksum:NzkzM2E2OTdhNjhhNzhmMzkwZjE1NTBkOTMzZTQ1ZWU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf 0
ResourceCustomizationUUID:fbaaa1aa-a9a5-458e-baf2-cc459b95df28
ResourceInvariantUUID:f8bf4f58-f4fd-4dbf-b7b3-0dd95c8e1510
ResourceName:basic_cnf
ResourceType:VF
ResourceUUID:a802eb6d-8cbf-4331-8109-ac3864fadc70
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:d68bc068-4182-4cc6-b7d3-ad7df24cca20
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:bb9deced-e318-4c64-a65a-0283b6b7292c
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:6407f065-677c-42ac-84e6-28b6667ba667
ArtifactChecksum:MmY1ODM5NzE4MTUzZjFjMGMxMjExMDkzZTExNWQ2Zjk=
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:7f0e27dd-e347-46ed-b12f-8ec27cbc51d5
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:5e4a5d81-b282-4e1f-a647-07ad4156ba4b
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:5e4a5d81-b282-4e1f-a647-07ad4156ba4b
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-11-21T11:05:19.232Z|0eedca7f-676d-4fd8-9cd1-814aa321a78c|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 6dd6b517-8520-4587-b0b5-044790869684 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-21T11:05:19.263Z|0eedca7f-676d-4fd8-9cd1-814aa321a78c|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-21T11:05:19.264Z|0eedca7f-676d-4fd8-9cd1-814aa321a78c|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-11-21T11:05:19.264Z|0eedca7f-676d-4fd8-9cd1-814aa321a78c|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-11-21T11:05:19.264Z|0eedca7f-676d-4fd8-9cd1-814aa321a78c|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 4beb329d-f13d-4d1d-9a64-657dc562246b from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-11-21T11:05:19.265Z|0eedca7f-676d-4fd8-9cd1-814aa321a78c|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-11-21T11:05:19.265Z|0eedca7f-676d-4fd8-9cd1-814aa321a78c|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-11-21T11:05:19.385Z|0eedca7f-676d-4fd8-9cd1-814aa321a78c|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-11-21T11:05:19.388Z|0eedca7f-676d-4fd8-9cd1-814aa321a78c|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 4beb329d-f13d-4d1d-9a64-657dc562246b 73678
2022-11-21T11:05:19.389Z|0eedca7f-676d-4fd8-9cd1-814aa321a78c|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2022-11-21T11:05:19.389Z|0eedca7f-676d-4fd8-9cd1-814aa321a78c|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-11-21T11:05:19.389Z|0eedca7f-676d-4fd8-9cd1-814aa321a78c|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-21T11:05:19.389Z|0eedca7f-676d-4fd8-9cd1-814aa321a78c|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-21T11:05:19.391Z|0eedca7f-676d-4fd8-9cd1-814aa321a78c|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-21T11:05:19.391Z|0eedca7f-676d-4fd8-9cd1-814aa321a78c|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "0eedca7f-676d-4fd8-9cd1-814aa321a78c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669028719389,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-21T11:05:19.491Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-21T11:05:19.492Z||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-21T11:05:19.492Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GmHQtEo58V8hNAS8) ...
2022-11-21T11:05:19.504Z||pool-76-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-21T11:05:19.505Z||pool-76-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-11-21T11:05:20.392Z|0eedca7f-676d-4fd8-9cd1-814aa321a78c|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-21T11:05:20.393Z|0eedca7f-676d-4fd8-9cd1-814aa321a78c|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-11-21T11:05:20.394Z|0eedca7f-676d-4fd8-9cd1-814aa321a78c|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 4beb329d-f13d-4d1d-9a64-657dc562246b, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar
2022-11-21T11:05:20.420Z|0eedca7f-676d-4fd8-9cd1-814aa321a78c|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar
2022-11-21T11:05:20.421Z|0eedca7f-676d-4fd8-9cd1-814aa321a78c|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar
2022-11-21T11:05:20.422Z|0eedca7f-676d-4fd8-9cd1-814aa321a78c|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar
2022-11-21T11:05:20.604Z|0eedca7f-676d-4fd8-9cd1-814aa321a78c|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9447645638666775059/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-21T11:05:21.815Z|0eedca7f-676d-4fd8-9cd1-814aa321a78c|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2022-11-21T11:05:21.816Z|0eedca7f-676d-4fd8-9cd1-814aa321a78c|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-11-21T11:05:21.816Z|0eedca7f-676d-4fd8-9cd1-814aa321a78c|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-11-21T11:05:21.816Z|0eedca7f-676d-4fd8-9cd1-814aa321a78c|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2022-11-21T11:05:21.816Z|0eedca7f-676d-4fd8-9cd1-814aa321a78c|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-11-21T11:05:21.817Z|0eedca7f-676d-4fd8-9cd1-814aa321a78c|pool-2-thread-9|||||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-21T11:05:21.817Z|0eedca7f-676d-4fd8-9cd1-814aa321a78c|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-11-21T11:05:21.817Z|0eedca7f-676d-4fd8-9cd1-814aa321a78c|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-11-21T11:05:21.817Z|0eedca7f-676d-4fd8-9cd1-814aa321a78c|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-11-21T11:05:21.818Z|0eedca7f-676d-4fd8-9cd1-814aa321a78c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-21T11:05:21.818Z|0eedca7f-676d-4fd8-9cd1-814aa321a78c|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-21T11:05:21.819Z|0eedca7f-676d-4fd8-9cd1-814aa321a78c|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-11-21T11:05:21.819Z|0eedca7f-676d-4fd8-9cd1-814aa321a78c|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-11-21T11:05:21.819Z|0eedca7f-676d-4fd8-9cd1-814aa321a78c|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-21T11:05:21.820Z|0eedca7f-676d-4fd8-9cd1-814aa321a78c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-21T11:05:21.820Z|0eedca7f-676d-4fd8-9cd1-814aa321a78c|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-21T11:05:21.820Z|0eedca7f-676d-4fd8-9cd1-814aa321a78c|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-11-21T11:05:21.820Z|0eedca7f-676d-4fd8-9cd1-814aa321a78c|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-11-21T11:05:21.820Z|0eedca7f-676d-4fd8-9cd1-814aa321a78c|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-21T11:05:21.821Z|0eedca7f-676d-4fd8-9cd1-814aa321a78c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-21T11:05:21.821Z|0eedca7f-676d-4fd8-9cd1-814aa321a78c|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-21T11:05:21.822Z|0eedca7f-676d-4fd8-9cd1-814aa321a78c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-21T11:05:21.823Z|0eedca7f-676d-4fd8-9cd1-814aa321a78c|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-11-21T11:05:21.823Z|0eedca7f-676d-4fd8-9cd1-814aa321a78c|pool-2-thread-9|||||DEBUG|500||Node template abstract_dummy is not matching search criteria
2022-11-21T11:05:21.823Z|0eedca7f-676d-4fd8-9cd1-814aa321a78c|pool-2-thread-9|||||DEBUG|500||Node template dummy is not matching search criteria
2022-11-21T11:05:21.823Z|0eedca7f-676d-4fd8-9cd1-814aa321a78c|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-11-21T11:05:21.823Z|0eedca7f-676d-4fd8-9cd1-814aa321a78c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-21T11:05:21.824Z|0eedca7f-676d-4fd8-9cd1-814aa321a78c|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-11-21T11:05:21.824Z|0eedca7f-676d-4fd8-9cd1-814aa321a78c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-21T11:05:21.824Z|0eedca7f-676d-4fd8-9cd1-814aa321a78c|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-11-21T11:05:21.824Z|0eedca7f-676d-4fd8-9cd1-814aa321a78c|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-21T11:05:21.825Z|0eedca7f-676d-4fd8-9cd1-814aa321a78c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-21T11:05:21.825Z|0eedca7f-676d-4fd8-9cd1-814aa321a78c|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-11-21T11:05:21.825Z|0eedca7f-676d-4fd8-9cd1-814aa321a78c|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-21T11:05:21.826Z|0eedca7f-676d-4fd8-9cd1-814aa321a78c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-21T11:05:21.826Z|0eedca7f-676d-4fd8-9cd1-814aa321a78c|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-11-21T11:05:21.826Z|0eedca7f-676d-4fd8-9cd1-814aa321a78c|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-21T11:05:21.826Z|0eedca7f-676d-4fd8-9cd1-814aa321a78c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-21T11:05:21.826Z|0eedca7f-676d-4fd8-9cd1-814aa321a78c|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-11-21T11:05:21.827Z|0eedca7f-676d-4fd8-9cd1-814aa321a78c|pool-2-thread-9|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2022-11-21T11:05:21.827Z|0eedca7f-676d-4fd8-9cd1-814aa321a78c|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=747ed87a-5a23-460a-a835-65676be25038
2022-11-21T11:05:21.827Z|0eedca7f-676d-4fd8-9cd1-814aa321a78c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-21T11:05:21.827Z|0eedca7f-676d-4fd8-9cd1-814aa321a78c|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-21T11:05:21.827Z|0eedca7f-676d-4fd8-9cd1-814aa321a78c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-21T11:05:21.827Z|0eedca7f-676d-4fd8-9cd1-814aa321a78c|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-21T11:05:21.828Z|0eedca7f-676d-4fd8-9cd1-814aa321a78c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-21T11:05:21.828Z|0eedca7f-676d-4fd8-9cd1-814aa321a78c|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-21T11:05:21.828Z|0eedca7f-676d-4fd8-9cd1-814aa321a78c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-21T11:05:21.828Z|0eedca7f-676d-4fd8-9cd1-814aa321a78c|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-21T11:05:21.828Z|0eedca7f-676d-4fd8-9cd1-814aa321a78c|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf
Description:service
Model UUID:6dd6b517-8520-4587-b0b5-044790869684
Model Version:NULL
Model InvariantUuid:f73173a3-476d-4881-94a5-1cf4eddf7378
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf
Model UUID:8f9d76e0-465f-4d73-9caa-3093ede12ccb
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:f8bf4f58-f4fd-4dbf-b7b3-0dd95c8e1510
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:fbaaa1aa-a9a5-458e-baf2-cc459b95df28
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:3a2a939e-b068-428e-b8d4-d82b8e1dc594
ModelName:BasicCnf..base_dummy..module-0
ModelUuid:2e1d9a6b-ece5-4455-908a-0218ec7a1ebf
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:747ed87a-5a23-460a-a835-65676be25038
ModelInvariantUuid:38f9eb25-593b-41cb-aa98-bea0b4075fb1
ModelName:basic_cnf-nodes.dummyCvfc
ModelUuid:2f41a03b-fa95-492f-838c-07caeaf0fb06
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy


VNFC Properties:
ModelCustomizationUuid:84b69ce6-8112-4af0-8add-cbdf6681b857
ModelInvariantUuid:82498e5d-fe67-4897-acdf-fc37f7b4bced
ModelName:BasicCnf.compute.nodes.heat.dummy
ModelUuid:78632509-5f30-4f20-a2a1-c65446e70a6c
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-21T11:05:21.836Z|0eedca7f-676d-4fd8-9cd1-814aa321a78c|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: a802eb6d-8cbf-4331-8109-ac3864fadc70
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-21T11:05:21.839Z|0eedca7f-676d-4fd8-9cd1-814aa321a78c|pool-2-thread-9|||||INFO|500||basic_cnf 0
2022-11-21T11:05:21.839Z|0eedca7f-676d-4fd8-9cd1-814aa321a78c|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: a802eb6d-8cbf-4331-8109-ac3864fadc70
2022-11-21T11:05:21.839Z|0eedca7f-676d-4fd8-9cd1-814aa321a78c|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: d68bc068-4182-4cc6-b7d3-ad7df24cca20 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2022-11-21T11:05:21.840Z|0eedca7f-676d-4fd8-9cd1-814aa321a78c|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-11-21T11:05:21.840Z|0eedca7f-676d-4fd8-9cd1-814aa321a78c|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2022-11-21T11:05:21.899Z|0eedca7f-676d-4fd8-9cd1-814aa321a78c|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-11-21T11:05:21.900Z|0eedca7f-676d-4fd8-9cd1-814aa321a78c|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env d68bc068-4182-4cc6-b7d3-ad7df24cca20 12
2022-11-21T11:05:21.900Z|0eedca7f-676d-4fd8-9cd1-814aa321a78c|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification
2022-11-21T11:05:21.900Z|0eedca7f-676d-4fd8-9cd1-814aa321a78c|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2022-11-21T11:05:21.900Z|0eedca7f-676d-4fd8-9cd1-814aa321a78c|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-21T11:05:21.901Z|0eedca7f-676d-4fd8-9cd1-814aa321a78c|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-21T11:05:21.902Z|0eedca7f-676d-4fd8-9cd1-814aa321a78c|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-21T11:05:21.902Z|0eedca7f-676d-4fd8-9cd1-814aa321a78c|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "0eedca7f-676d-4fd8-9cd1-814aa321a78c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669028721900,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2022-11-21T11:05:22.002Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-21T11:05:22.003Z||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-21T11:05:22.004Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GmHQtEo58V8hNAS8) ...
2022-11-21T11:05:22.014Z||pool-77-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-21T11:05:22.014Z||pool-77-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-11-21T11:05:22.903Z|0eedca7f-676d-4fd8-9cd1-814aa321a78c|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: bb9deced-e318-4c64-a65a-0283b6b7292c from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2022-11-21T11:05:22.904Z|0eedca7f-676d-4fd8-9cd1-814aa321a78c|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-11-21T11:05:22.904Z|0eedca7f-676d-4fd8-9cd1-814aa321a78c|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2022-11-21T11:05:22.943Z|0eedca7f-676d-4fd8-9cd1-814aa321a78c|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-11-21T11:05:22.943Z|0eedca7f-676d-4fd8-9cd1-814aa321a78c|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz bb9deced-e318-4c64-a65a-0283b6b7292c 2688
2022-11-21T11:05:22.944Z|0eedca7f-676d-4fd8-9cd1-814aa321a78c|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification
2022-11-21T11:05:22.944Z|0eedca7f-676d-4fd8-9cd1-814aa321a78c|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2022-11-21T11:05:22.944Z|0eedca7f-676d-4fd8-9cd1-814aa321a78c|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-21T11:05:22.945Z|0eedca7f-676d-4fd8-9cd1-814aa321a78c|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-21T11:05:22.946Z|0eedca7f-676d-4fd8-9cd1-814aa321a78c|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-21T11:05:22.946Z|0eedca7f-676d-4fd8-9cd1-814aa321a78c|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "0eedca7f-676d-4fd8-9cd1-814aa321a78c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669028722944,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-11-21T11:05:23.046Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-21T11:05:23.047Z||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-21T11:05:23.047Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GmHQtEo58V8hNAS8) ...
2022-11-21T11:05:23.058Z||pool-78-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-21T11:05:23.059Z||pool-78-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-11-21T11:05:23.949Z|0eedca7f-676d-4fd8-9cd1-814aa321a78c|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 6407f065-677c-42ac-84e6-28b6667ba667 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-11-21T11:05:23.949Z|0eedca7f-676d-4fd8-9cd1-814aa321a78c|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-11-21T11:05:23.950Z|0eedca7f-676d-4fd8-9cd1-814aa321a78c|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-11-21T11:05:24.009Z|0eedca7f-676d-4fd8-9cd1-814aa321a78c|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-11-21T11:05:24.009Z|0eedca7f-676d-4fd8-9cd1-814aa321a78c|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 6407f065-677c-42ac-84e6-28b6667ba667 828
2022-11-21T11:05:24.009Z|0eedca7f-676d-4fd8-9cd1-814aa321a78c|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification
2022-11-21T11:05:24.009Z|0eedca7f-676d-4fd8-9cd1-814aa321a78c|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-11-21T11:05:24.010Z|0eedca7f-676d-4fd8-9cd1-814aa321a78c|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-21T11:05:24.010Z|0eedca7f-676d-4fd8-9cd1-814aa321a78c|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-21T11:05:24.012Z|0eedca7f-676d-4fd8-9cd1-814aa321a78c|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-21T11:05:24.012Z|0eedca7f-676d-4fd8-9cd1-814aa321a78c|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "0eedca7f-676d-4fd8-9cd1-814aa321a78c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669028724009,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-11-21T11:05:24.113Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-11-21T11:05:24.114Z||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-21T11:05:24.114Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GmHQtEo58V8hNAS8) ...
2022-11-21T11:05:24.131Z||pool-79-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-21T11:05:24.131Z||pool-79-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-11-21T11:05:25.013Z|0eedca7f-676d-4fd8-9cd1-814aa321a78c|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "3a2a939e-b068-428e-b8d4-d82b8e1dc594",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "2e1d9a6b-ece5-4455-908a-0218ec7a1ebf",
    "vfModuleModelCustomizationUUID": "d656a76d-8a8d-4ff5-bd86-b024b84ca462",
    "isBase": true,
    "artifacts": [
      "7f0e27dd-e347-46ed-b12f-8ec27cbc51d5",
      "bb9deced-e318-4c64-a65a-0283b6b7292c",
      "5e4a5d81-b282-4e1f-a647-07ad4156ba4b"
    ],
    "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-21T11:05:25.018Z|0eedca7f-676d-4fd8-9cd1-814aa321a78c|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:2e1d9a6b-ece5-4455-908a-0218ec7a1ebf
VfModuleModelInvariantUUID:3a2a939e-b068-428e-b8d4-d82b8e1dc594
VfModuleModelDescription:NULL
Artifacts UUID List:{
7f0e27dd-e347-46ed-b12f-8ec27cbc51d5
,
bb9deced-e318-4c64-a65a-0283b6b7292c
,
5e4a5d81-b282-4e1f-a647-07ad4156ba4b

}
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-21T11:05:25.020Z|0eedca7f-676d-4fd8-9cd1-814aa321a78c|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "3a2a939e-b068-428e-b8d4-d82b8e1dc594",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "2e1d9a6b-ece5-4455-908a-0218ec7a1ebf",
    "vfModuleModelCustomizationUUID": "d656a76d-8a8d-4ff5-bd86-b024b84ca462",
    "isBase": true,
    "artifacts": [
      "7f0e27dd-e347-46ed-b12f-8ec27cbc51d5",
      "bb9deced-e318-4c64-a65a-0283b6b7292c",
      "5e4a5d81-b282-4e1f-a647-07ad4156ba4b"
    ],
    "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-21T11:05:25.020Z|0eedca7f-676d-4fd8-9cd1-814aa321a78c|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:2e1d9a6b-ece5-4455-908a-0218ec7a1ebf
VfModuleModelInvariantUUID:3a2a939e-b068-428e-b8d4-d82b8e1dc594
VfModuleModelDescription:NULL
Artifacts UUID List:{
7f0e27dd-e347-46ed-b12f-8ec27cbc51d5
,
bb9deced-e318-4c64-a65a-0283b6b7292c
,
5e4a5d81-b282-4e1f-a647-07ad4156ba4b

}
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-21T11:05:25.020Z|0eedca7f-676d-4fd8-9cd1-814aa321a78c|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 7f0e27dd-e347-46ed-b12f-8ec27cbc51d5 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-11-21T11:05:25.020Z|0eedca7f-676d-4fd8-9cd1-814aa321a78c|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-11-21T11:05:25.020Z|0eedca7f-676d-4fd8-9cd1-814aa321a78c|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-11-21T11:05:25.065Z|0eedca7f-676d-4fd8-9cd1-814aa321a78c|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-11-21T11:05:25.065Z|0eedca7f-676d-4fd8-9cd1-814aa321a78c|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 7f0e27dd-e347-46ed-b12f-8ec27cbc51d5 1164
2022-11-21T11:05:25.065Z|0eedca7f-676d-4fd8-9cd1-814aa321a78c|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification
2022-11-21T11:05:25.065Z|0eedca7f-676d-4fd8-9cd1-814aa321a78c|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-11-21T11:05:25.065Z|0eedca7f-676d-4fd8-9cd1-814aa321a78c|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-21T11:05:25.066Z|0eedca7f-676d-4fd8-9cd1-814aa321a78c|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-21T11:05:25.067Z|0eedca7f-676d-4fd8-9cd1-814aa321a78c|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-21T11:05:25.067Z|0eedca7f-676d-4fd8-9cd1-814aa321a78c|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "0eedca7f-676d-4fd8-9cd1-814aa321a78c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669028725065,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-11-21T11:05:25.168Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-11-21T11:05:25.169Z||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-21T11:05:25.169Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GmHQtEo58V8hNAS8) ...
2022-11-21T11:05:25.179Z||pool-80-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-21T11:05:25.179Z||pool-80-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-11-21T11:05:26.068Z|0eedca7f-676d-4fd8-9cd1-814aa321a78c|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 5e4a5d81-b282-4e1f-a647-07ad4156ba4b from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-11-21T11:05:26.069Z|0eedca7f-676d-4fd8-9cd1-814aa321a78c|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-11-21T11:05:26.069Z|0eedca7f-676d-4fd8-9cd1-814aa321a78c|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-11-21T11:05:26.136Z|0eedca7f-676d-4fd8-9cd1-814aa321a78c|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-11-21T11:05:26.136Z|0eedca7f-676d-4fd8-9cd1-814aa321a78c|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 5e4a5d81-b282-4e1f-a647-07ad4156ba4b 200
2022-11-21T11:05:26.136Z|0eedca7f-676d-4fd8-9cd1-814aa321a78c|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification
2022-11-21T11:05:26.137Z|0eedca7f-676d-4fd8-9cd1-814aa321a78c|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-11-21T11:05:26.137Z|0eedca7f-676d-4fd8-9cd1-814aa321a78c|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-21T11:05:26.137Z|0eedca7f-676d-4fd8-9cd1-814aa321a78c|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-21T11:05:26.139Z|0eedca7f-676d-4fd8-9cd1-814aa321a78c|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-21T11:05:26.139Z|0eedca7f-676d-4fd8-9cd1-814aa321a78c|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "0eedca7f-676d-4fd8-9cd1-814aa321a78c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669028726136,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-11-21T11:05:26.239Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-21T11:05:26.240Z||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-21T11:05:26.240Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GmHQtEo58V8hNAS8) ...
2022-11-21T11:05:26.254Z||pool-81-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-21T11:05:26.255Z||pool-81-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-11-21T11:05:27.139Z|0eedca7f-676d-4fd8-9cd1-814aa321a78c|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 6dd6b517-8520-4587-b0b5-044790869684
2022-11-21T11:05:27.140Z|0eedca7f-676d-4fd8-9cd1-814aa321a78c|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 a802eb6d-8cbf-4331-8109-ac3864fadc70 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=?
2022-11-21T11:05:27.158Z|0eedca7f-676d-4fd8-9cd1-814aa321a78c|pool-2-thread-9|||||WARN|500||ASDC_ARTIFACT_TYPE_NOT_SUPPORT CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT(Artifact Name:nginx_cloudtech_k8s_charts.tgz) 300 Artifact type not supported
Hibernate: select 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-21T11:05:27.166Z|0eedca7f-676d-4fd8-9cd1-814aa321a78c|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@363140b7, org.onap.sdc.toscaparser.api.parameters.Input@134eae11, org.onap.sdc.toscaparser.api.parameters.Input@7b6e1d01, org.onap.sdc.toscaparser.api.parameters.Input@13deec68, org.onap.sdc.toscaparser.api.parameters.Input@2fd6225c]
2022-11-21T11:05:27.168Z|0eedca7f-676d-4fd8-9cd1-814aa321a78c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-21T11:05:27.168Z|0eedca7f-676d-4fd8-9cd1-814aa321a78c|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-21T11:05:27.169Z|0eedca7f-676d-4fd8-9cd1-814aa321a78c|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic 
2022-11-21T11:05:27.169Z|0eedca7f-676d-4fd8-9cd1-814aa321a78c|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= fbaaa1aa-a9a5-458e-baf2-cc459b95df28
2022-11-21T11:05:27.169Z|0eedca7f-676d-4fd8-9cd1-814aa321a78c|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: fbaaa1aa-a9a5-458e-baf2-cc459b95df28 matches Tosca VF Customization UUID: fbaaa1aa-a9a5-458e-baf2-cc459b95df28
2022-11-21T11:05:27.169Z|0eedca7f-676d-4fd8-9cd1-814aa321a78c|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: fbaaa1aa-a9a5-458e-baf2-cc459b95df28  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-21T11:05:27.172Z|0eedca7f-676d-4fd8-9cd1-814aa321a78c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-21T11:05:27.172Z|0eedca7f-676d-4fd8-9cd1-814aa321a78c|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-21T11:05:27.173Z|0eedca7f-676d-4fd8-9cd1-814aa321a78c|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id fbaaa1aa-a9a5-458e-baf2-cc459b95df28: {\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\"}
2022-11-21T11:05:27.173Z|0eedca7f-676d-4fd8-9cd1-814aa321a78c|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@26daac20
2022-11-21T11:05:27.173Z|0eedca7f-676d-4fd8-9cd1-814aa321a78c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-21T11:05:27.173Z|0eedca7f-676d-4fd8-9cd1-814aa321a78c|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-11-21T11:05:27.174Z|0eedca7f-676d-4fd8-9cd1-814aa321a78c|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : d656a76d-8a8d-4ff5-bd86-b024b84ca462
2022-11-21T11:05:27.174Z|0eedca7f-676d-4fd8-9cd1-814aa321a78c|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID d656a76d-8a8d-4ff5-bd86-b024b84ca462
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-21T11:05:27.176Z|0eedca7f-676d-4fd8-9cd1-814aa321a78c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-21T11:05:27.176Z|0eedca7f-676d-4fd8-9cd1-814aa321a78c|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-11-21T11:05:27.176Z|0eedca7f-676d-4fd8-9cd1-814aa321a78c|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-21T11:05:27.177Z|0eedca7f-676d-4fd8-9cd1-814aa321a78c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-21T11:05:27.177Z|0eedca7f-676d-4fd8-9cd1-814aa321a78c|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-11-21T11:05:27.177Z|0eedca7f-676d-4fd8-9cd1-814aa321a78c|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-21T11:05:27.178Z|0eedca7f-676d-4fd8-9cd1-814aa321a78c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-21T11:05:27.178Z|0eedca7f-676d-4fd8-9cd1-814aa321a78c|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-11-21T11:05:27.178Z|0eedca7f-676d-4fd8-9cd1-814aa321a78c|pool-2-thread-9|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2022-11-21T11:05:27.178Z|0eedca7f-676d-4fd8-9cd1-814aa321a78c|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=747ed87a-5a23-460a-a835-65676be25038
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-21T11:05:27.180Z|0eedca7f-676d-4fd8-9cd1-814aa321a78c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-21T11:05:27.181Z|0eedca7f-676d-4fd8-9cd1-814aa321a78c|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-11-21T11:05:27.181Z|0eedca7f-676d-4fd8-9cd1-814aa321a78c|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-21T11:05:27.181Z|0eedca7f-676d-4fd8-9cd1-814aa321a78c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-21T11:05:27.181Z|0eedca7f-676d-4fd8-9cd1-814aa321a78c|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-11-21T11:05:27.182Z|0eedca7f-676d-4fd8-9cd1-814aa321a78c|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=fbaaa1aa-a9a5-458e-baf2-cc459b95df28
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-21T11:05:27.184Z|0eedca7f-676d-4fd8-9cd1-814aa321a78c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-21T11:05:27.184Z|0eedca7f-676d-4fd8-9cd1-814aa321a78c|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-21T11:05:27.184Z|0eedca7f-676d-4fd8-9cd1-814aa321a78c|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 6dd6b517-8520-4587-b0b5-044790869684: basic_cnf
2022-11-21T11:05:27.184Z|0eedca7f-676d-4fd8-9cd1-814aa321a78c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-21T11:05:27.184Z|0eedca7f-676d-4fd8-9cd1-814aa321a78c|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-21T11:05:27.185Z|0eedca7f-676d-4fd8-9cd1-814aa321a78c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-21T11:05:27.185Z|0eedca7f-676d-4fd8-9cd1-814aa321a78c|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-21T11:05:27.185Z|0eedca7f-676d-4fd8-9cd1-814aa321a78c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-21T11:05:27.185Z|0eedca7f-676d-4fd8-9cd1-814aa321a78c|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-21T11:05:27.185Z|0eedca7f-676d-4fd8-9cd1-814aa321a78c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-21T11:05:27.185Z|0eedca7f-676d-4fd8-9cd1-814aa321a78c|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-21T11:05:27.185Z|0eedca7f-676d-4fd8-9cd1-814aa321a78c|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-21T11:05:27.185Z|0eedca7f-676d-4fd8-9cd1-814aa321a78c|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-21T11:05:27.186Z|0eedca7f-676d-4fd8-9cd1-814aa321a78c|pool-2-thread-9|||||INFO|500||Saving Service: basic_cnf 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and 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-21T11:05:27.245Z|0eedca7f-676d-4fd8-9cd1-814aa321a78c|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf a802eb6d-8cbf-4331-8109-ac3864fadc70 1 ASDC deployResourceStructure
2022-11-21T11:05:27.246Z|0eedca7f-676d-4fd8-9cd1-814aa321a78c|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification
2022-11-21T11:05:27.247Z|0eedca7f-676d-4fd8-9cd1-814aa321a78c|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env(The artifact has not been used by the modules defined in the resource)
2022-11-21T11:05:27.247Z|0eedca7f-676d-4fd8-9cd1-814aa321a78c|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-11-21T11:05:27.247Z|0eedca7f-676d-4fd8-9cd1-814aa321a78c|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-21T11:05:27.250Z|0eedca7f-676d-4fd8-9cd1-814aa321a78c|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-21T11:05:27.250Z|0eedca7f-676d-4fd8-9cd1-814aa321a78c|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "0eedca7f-676d-4fd8-9cd1-814aa321a78c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669028727246,
  "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-21T11:05:27.351Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-21T11:05:27.352Z||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-21T11:05:27.352Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GmHQtEo58V8hNAS8) ...
2022-11-21T11:05:27.363Z||pool-82-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-21T11:05:27.363Z||pool-82-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-11-21T11:05:27.664Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-21T11:05:27.665Z||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-21T11:05:27.665Z||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 GmHQtEo58V8hNAS8) ...
2022-11-21T11:05:27.688Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-21T11:05:27.689Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-21T11:05:27.689Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7f86bafe-8630-4ea3-a809-b27f4e37ce74",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669028656213,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-21T11:05:27.690Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-21T11:05:27.690Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-21T11:05:27.690Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07778846-dbaf-44e2-952c-300cdfd5f5a1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669028657232,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-21T11:05:27.690Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-21T11:05:27.690Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-21T11:05:27.691Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07778846-dbaf-44e2-952c-300cdfd5f5a1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669028657232,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-11-21T11:05:27.691Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-21T11:05:27.691Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-21T11:05:27.691Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07778846-dbaf-44e2-952c-300cdfd5f5a1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669028657232,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-11-21T11:05:27.691Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-21T11:05:27.691Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-21T11:05:27.692Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07778846-dbaf-44e2-952c-300cdfd5f5a1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669028657232,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-21T11:05:27.692Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-21T11:05:27.692Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-21T11:05:27.692Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07778846-dbaf-44e2-952c-300cdfd5f5a1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669028657232,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-11-21T11:05:27.692Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-21T11:05:27.692Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-21T11:05:27.693Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07778846-dbaf-44e2-952c-300cdfd5f5a1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669028657232,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-21T11:05:27.693Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-21T11:05:28.252Z|0eedca7f-676d-4fd8-9cd1-814aa321a78c|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification
2022-11-21T11:05:28.252Z|0eedca7f-676d-4fd8-9cd1-814aa321a78c|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz(The artifact has not been used by the modules defined in the resource)
2022-11-21T11:05:28.252Z|0eedca7f-676d-4fd8-9cd1-814aa321a78c|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-11-21T11:05:28.252Z|0eedca7f-676d-4fd8-9cd1-814aa321a78c|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-21T11:05:28.254Z|0eedca7f-676d-4fd8-9cd1-814aa321a78c|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-21T11:05:28.254Z|0eedca7f-676d-4fd8-9cd1-814aa321a78c|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "0eedca7f-676d-4fd8-9cd1-814aa321a78c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669028728251,
  "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-21T11:05:28.354Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-21T11:05:28.355Z||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-21T11:05:28.355Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GmHQtEo58V8hNAS8) ...
2022-11-21T11:05:28.369Z||pool-83-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-21T11:05:28.369Z||pool-83-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-11-21T11:05:29.256Z|0eedca7f-676d-4fd8-9cd1-814aa321a78c|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification
2022-11-21T11:05:29.256Z|0eedca7f-676d-4fd8-9cd1-814aa321a78c|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-11-21T11:05:29.256Z|0eedca7f-676d-4fd8-9cd1-814aa321a78c|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-21T11:05:29.256Z|0eedca7f-676d-4fd8-9cd1-814aa321a78c|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-21T11:05:29.259Z|0eedca7f-676d-4fd8-9cd1-814aa321a78c|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-21T11:05:29.259Z|0eedca7f-676d-4fd8-9cd1-814aa321a78c|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "0eedca7f-676d-4fd8-9cd1-814aa321a78c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669028729255,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-11-21T11:05:29.359Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-21T11:05:29.360Z||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-21T11:05:29.360Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GmHQtEo58V8hNAS8) ...
2022-11-21T11:05:29.371Z||pool-84-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-21T11:05:29.371Z||pool-84-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-11-21T11:05:30.260Z|0eedca7f-676d-4fd8-9cd1-814aa321a78c|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification
2022-11-21T11:05:30.260Z|0eedca7f-676d-4fd8-9cd1-814aa321a78c|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-11-21T11:05:30.260Z|0eedca7f-676d-4fd8-9cd1-814aa321a78c|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-21T11:05:30.261Z|0eedca7f-676d-4fd8-9cd1-814aa321a78c|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-21T11:05:30.263Z|0eedca7f-676d-4fd8-9cd1-814aa321a78c|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-21T11:05:30.263Z|0eedca7f-676d-4fd8-9cd1-814aa321a78c|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "0eedca7f-676d-4fd8-9cd1-814aa321a78c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669028730259,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2022-11-21T11:05:30.364Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-21T11:05:30.378Z||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-21T11:05:30.378Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GmHQtEo58V8hNAS8) ...
2022-11-21T11:05:30.392Z||pool-85-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-21T11:05:30.392Z||pool-85-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2022-11-21T11:05:31.265Z|0eedca7f-676d-4fd8-9cd1-814aa321a78c|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification
2022-11-21T11:05:31.265Z|0eedca7f-676d-4fd8-9cd1-814aa321a78c|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-11-21T11:05:31.265Z|0eedca7f-676d-4fd8-9cd1-814aa321a78c|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-21T11:05:31.265Z|0eedca7f-676d-4fd8-9cd1-814aa321a78c|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-21T11:05:31.268Z|0eedca7f-676d-4fd8-9cd1-814aa321a78c|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-21T11:05:31.268Z|0eedca7f-676d-4fd8-9cd1-814aa321a78c|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "0eedca7f-676d-4fd8-9cd1-814aa321a78c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669028731265,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2022-11-21T11:05:31.368Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-21T11:05:31.370Z||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-21T11:05:31.371Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GmHQtEo58V8hNAS8) ...
2022-11-21T11:05:31.384Z||pool-86-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-21T11:05:31.385Z||pool-86-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-11-21T11:05:32.269Z|0eedca7f-676d-4fd8-9cd1-814aa321a78c|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2022-11-21T11:05:32.269Z|0eedca7f-676d-4fd8-9cd1-814aa321a78c|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-11-21T11:05:32.269Z|0eedca7f-676d-4fd8-9cd1-814aa321a78c|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-21T11:05:32.269Z|0eedca7f-676d-4fd8-9cd1-814aa321a78c|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-21T11:05:32.271Z|0eedca7f-676d-4fd8-9cd1-814aa321a78c|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-21T11:05:32.271Z|0eedca7f-676d-4fd8-9cd1-814aa321a78c|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "0eedca7f-676d-4fd8-9cd1-814aa321a78c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669028732268,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-21T11:05:32.372Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-21T11:05:32.373Z||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-21T11:05:32.373Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GmHQtEo58V8hNAS8) ...
2022-11-21T11:05:32.386Z||pool-87-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-21T11:05:32.386Z||pool-87-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-11-21T11:05:33.272Z|0eedca7f-676d-4fd8-9cd1-814aa321a78c|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0eedca7f-676d-4fd8-9cd1-814aa321a78c
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-21T11:05:33.284Z|0eedca7f-676d-4fd8-9cd1-814aa321a78c|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0eedca7f-676d-4fd8-9cd1-814aa321a78c
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-21T11:05:33.286Z|0eedca7f-676d-4fd8-9cd1-814aa321a78c|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-21T11:05:33.286Z|0eedca7f-676d-4fd8-9cd1-814aa321a78c|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-11-21T11:05:33.286Z|0eedca7f-676d-4fd8-9cd1-814aa321a78c|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-11-21T11:05:33.286Z|0eedca7f-676d-4fd8-9cd1-814aa321a78c|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-11-21T11:05:33.287Z|0eedca7f-676d-4fd8-9cd1-814aa321a78c|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-21T11:05:33.287Z|0eedca7f-676d-4fd8-9cd1-814aa321a78c|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-21T11:05:33.287Z|0eedca7f-676d-4fd8-9cd1-814aa321a78c|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-21T11:05:33.287Z|0eedca7f-676d-4fd8-9cd1-814aa321a78c|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-21T11:05:33.287Z|0eedca7f-676d-4fd8-9cd1-814aa321a78c|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-21T11:05:33.287Z|0eedca7f-676d-4fd8-9cd1-814aa321a78c|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-21T11:05:33.292Z|0eedca7f-676d-4fd8-9cd1-814aa321a78c|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-11-21T11:06:03.293Z|0eedca7f-676d-4fd8-9cd1-814aa321a78c|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 0eedca7f-676d-4fd8-9cd1-814aa321a78c 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-21T11:06:03.300Z|0eedca7f-676d-4fd8-9cd1-814aa321a78c|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 0eedca7f-676d-4fd8-9cd1-814aa321a78c and serviceModelVersionId: 6dd6b517-8520-4587-b0b5-044790869684
2022-11-21T11:06:03.300Z|0eedca7f-676d-4fd8-9cd1-814aa321a78c|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : f73173a3-476d-4881-94a5-1cf4eddf7378
2022-11-21T11:06:03.301Z|0eedca7f-676d-4fd8-9cd1-814aa321a78c|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/f73173a3-476d-4881-94a5-1cf4eddf7378/model-vers/model-ver/6dd6b517-8520-4587-b0b5-044790869684?depth=0
2022-11-21T11:06:03.305Z|0eedca7f-676d-4fd8-9cd1-814aa321a78c|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2022-11-21T11:06:03.347Z|0eedca7f-676d-4fd8-9cd1-814aa321a78c|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/f73173a3-476d-4881-94a5-1cf4eddf7378/model-vers/model-ver/6dd6b517-8520-4587-b0b5-044790869684?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-21T11:06:03.348Z|0eedca7f-676d-4fd8-9cd1-814aa321a78c|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f73173a3-476d-4881-94a5-1cf4eddf7378/model-vers/model-ver/6dd6b517-8520-4587-b0b5-044790869684?depth=0|INFO|500||Invoke
2022-11-21T11:06:03.366Z|0eedca7f-676d-4fd8-9cd1-814aa321a78c|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f73173a3-476d-4881-94a5-1cf4eddf7378/model-vers/model-ver/6dd6b517-8520-4587-b0b5-044790869684?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-11-21T11:06:03.460Z|0eedca7f-676d-4fd8-9cd1-814aa321a78c|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f73173a3-476d-4881-94a5-1cf4eddf7378/model-vers/model-ver/6dd6b517-8520-4587-b0b5-044790869684?depth=0|INFO|500||InvokeReturn
2022-11-21T11:06:03.461Z|0eedca7f-676d-4fd8-9cd1-814aa321a78c|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/f73173a3-476d-4881-94a5-1cf4eddf7378/model-vers/model-ver/6dd6b517-8520-4587-b0b5-044790869684?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-221121-11:06:03:598-16194], vertex-id=[217216], Content-Length=[0], Date=[Mon, 21 Nov 2022 11:06:03 GMT], Content-Type=[application/json]}
2022-11-21T11:06:03.462Z|0eedca7f-676d-4fd8-9cd1-814aa321a78c|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity.
2022-11-21T11:06:03.462Z|0eedca7f-676d-4fd8-9cd1-814aa321a78c|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-11-21T11:06:03.462Z|0eedca7f-676d-4fd8-9cd1-814aa321a78c|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-21T11:06:03.466Z|0eedca7f-676d-4fd8-9cd1-814aa321a78c|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-21T11:06:03.466Z|0eedca7f-676d-4fd8-9cd1-814aa321a78c|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 0eedca7f-676d-4fd8-9cd1-814aa321a78c and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-11-21T11:06:03.466Z|0eedca7f-676d-4fd8-9cd1-814aa321a78c|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-11-21T11:06:03.467Z|0eedca7f-676d-4fd8-9cd1-814aa321a78c|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-11-21T11:06:03.468Z|0eedca7f-676d-4fd8-9cd1-814aa321a78c|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-21T11:06:03.468Z|0eedca7f-676d-4fd8-9cd1-814aa321a78c|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "0eedca7f-676d-4fd8-9cd1-814aa321a78c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669028763466,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-21T11:06:03.568Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-21T11:06:03.569Z||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-21T11:06:03.570Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GmHQtEo58V8hNAS8) ...
2022-11-21T11:06:03.583Z||pool-88-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-21T11:06:03.584Z||pool-88-thread-1|||||INFO|500||cambria reply ok (15 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-21T11:06:04.479Z|0eedca7f-676d-4fd8-9cd1-814aa321a78c|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-21T11:06:04.479Z|0eedca7f-676d-4fd8-9cd1-814aa321a78c|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-21T11:06:04.479Z|0eedca7f-676d-4fd8-9cd1-814aa321a78c|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 GmHQtEo58V8hNAS8) ...
2022-11-21T11:06:14.041Z|0eedca7f-676d-4fd8-9cd1-814aa321a78c|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-21T11:06:14.042Z|0eedca7f-676d-4fd8-9cd1-814aa321a78c|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-21T11:06:14.043Z|0eedca7f-676d-4fd8-9cd1-814aa321a78c|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-21T11:06:14.043Z|0eedca7f-676d-4fd8-9cd1-814aa321a78c|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 GmHQtEo58V8hNAS8) ...
2022-11-21T11:06:23.603Z|0eedca7f-676d-4fd8-9cd1-814aa321a78c|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-21T11:06:23.603Z|0eedca7f-676d-4fd8-9cd1-814aa321a78c|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-21T11:06:23.604Z|0eedca7f-676d-4fd8-9cd1-814aa321a78c|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-21T11:06:23.604Z|0eedca7f-676d-4fd8-9cd1-814aa321a78c|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 GmHQtEo58V8hNAS8) ...
2022-11-21T11:06:27.663Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-21T11:06:27.664Z||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-21T11:06:27.664Z||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 GmHQtEo58V8hNAS8) ...
2022-11-21T11:06:27.683Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-21T11:06:27.683Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-21T11:06:27.683Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07778846-dbaf-44e2-952c-300cdfd5f5a1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669028657232,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-11-21T11:06:27.684Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-21T11:06:33.175Z|0eedca7f-676d-4fd8-9cd1-814aa321a78c|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-21T11:06:33.175Z|0eedca7f-676d-4fd8-9cd1-814aa321a78c|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-21T11:06:33.176Z|0eedca7f-676d-4fd8-9cd1-814aa321a78c|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-21T11:06:33.176Z|0eedca7f-676d-4fd8-9cd1-814aa321a78c|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 GmHQtEo58V8hNAS8) ...
2022-11-21T11:06:42.743Z|0eedca7f-676d-4fd8-9cd1-814aa321a78c|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-21T11:06:42.744Z|0eedca7f-676d-4fd8-9cd1-814aa321a78c|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-21T11:06:42.744Z|0eedca7f-676d-4fd8-9cd1-814aa321a78c|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-21T11:06:42.744Z|0eedca7f-676d-4fd8-9cd1-814aa321a78c|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 GmHQtEo58V8hNAS8) ...
2022-11-21T11:06:52.320Z|0eedca7f-676d-4fd8-9cd1-814aa321a78c|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-21T11:07:27.660Z|0eedca7f-676d-4fd8-9cd1-814aa321a78c|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-21T11:07:27.661Z|0eedca7f-676d-4fd8-9cd1-814aa321a78c|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-21T11:07:27.661Z|0eedca7f-676d-4fd8-9cd1-814aa321a78c|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 GmHQtEo58V8hNAS8) ...
2022-11-21T11:07:27.663Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-21T11:07:27.664Z||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-21T11:07:27.664Z||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 GmHQtEo58V8hNAS8) ...
2022-11-21T11:07:27.688Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-21T11:07:27.689Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-21T11:07:27.689Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07778846-dbaf-44e2-952c-300cdfd5f5a1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669028668997,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-21T11:07:27.690Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-21T11:07:27.690Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-21T11:07:27.690Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07778846-dbaf-44e2-952c-300cdfd5f5a1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669028671659,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-11-21T11:07:27.690Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-21T11:07:27.690Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-21T11:07:27.690Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07778846-dbaf-44e2-952c-300cdfd5f5a1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669028672771,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-11-21T11:07:27.690Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-21T11:07:27.690Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-21T11:07:27.690Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07778846-dbaf-44e2-952c-300cdfd5f5a1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669028673820,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-11-21T11:07:27.690Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-21T11:07:27.690Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-21T11:07:27.690Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07778846-dbaf-44e2-952c-300cdfd5f5a1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669028674936,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-11-21T11:07:27.690Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-21T11:07:27.691Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-21T11:07:27.691Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07778846-dbaf-44e2-952c-300cdfd5f5a1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669028675939,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-11-21T11:07:27.691Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-21T11:07:27.691Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-21T11:07:27.691Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07778846-dbaf-44e2-952c-300cdfd5f5a1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669028676944,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-11-21T11:07:27.691Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-21T11:07:27.691Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-21T11:07:27.691Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07778846-dbaf-44e2-952c-300cdfd5f5a1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669028677947,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-21T11:07:27.691Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-21T11:07:27.691Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-21T11:07:27.691Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "07778846-dbaf-44e2-952c-300cdfd5f5a1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669028709169,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-21T11:07:27.691Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-21T11:07:27.691Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-21T11:07:27.692Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0eedca7f-676d-4fd8-9cd1-814aa321a78c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669028657232,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-21T11:07:27.692Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-21T11:07:27.692Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-21T11:07:27.692Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0eedca7f-676d-4fd8-9cd1-814aa321a78c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669028657232,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-11-21T11:07:27.692Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-21T11:07:27.692Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-21T11:07:27.692Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0eedca7f-676d-4fd8-9cd1-814aa321a78c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669028657232,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-11-21T11:07:27.692Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-21T11:07:27.692Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-21T11:07:27.692Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0eedca7f-676d-4fd8-9cd1-814aa321a78c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669028657232,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-11-21T11:07:27.693Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-21T11:07:27.693Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-21T11:07:27.693Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0eedca7f-676d-4fd8-9cd1-814aa321a78c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669028657232,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-11-21T11:07:27.693Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-21T11:07:27.693Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-21T11:07:27.693Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0eedca7f-676d-4fd8-9cd1-814aa321a78c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669028657232,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-21T11:07:27.693Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-21T11:07:27.693Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-21T11:07:27.693Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0eedca7f-676d-4fd8-9cd1-814aa321a78c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669028657232,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-11-21T11:07:27.693Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-21T11:07:27.693Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-21T11:07:27.693Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0eedca7f-676d-4fd8-9cd1-814aa321a78c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669028657232,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-21T11:07:27.693Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-21T11:07:27.693Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-21T11:07:27.693Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0eedca7f-676d-4fd8-9cd1-814aa321a78c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669028657232,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-11-21T11:07:27.693Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-21T11:07:27.694Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-21T11:07:27.694Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0eedca7f-676d-4fd8-9cd1-814aa321a78c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669028719389,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-21T11:07:27.694Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-21T11:07:27.694Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-21T11:07:27.694Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0eedca7f-676d-4fd8-9cd1-814aa321a78c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669028721900,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2022-11-21T11:07:27.694Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-21T11:07:27.694Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-21T11:07:27.694Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0eedca7f-676d-4fd8-9cd1-814aa321a78c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669028722944,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-11-21T11:07:27.694Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-21T11:07:27.694Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-21T11:07:27.694Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0eedca7f-676d-4fd8-9cd1-814aa321a78c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669028724009,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-11-21T11:07:27.694Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-21T11:07:27.694Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-21T11:07:27.695Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0eedca7f-676d-4fd8-9cd1-814aa321a78c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669028725065,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-11-21T11:07:27.695Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-21T11:07:27.695Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-21T11:07:27.695Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0eedca7f-676d-4fd8-9cd1-814aa321a78c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669028726136,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-11-21T11:07:27.695Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-21T11:07:27.695Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-21T11:07:27.695Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0eedca7f-676d-4fd8-9cd1-814aa321a78c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669028727246,
  "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-21T11:07:27.695Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-21T11:07:37.215Z|0eedca7f-676d-4fd8-9cd1-814aa321a78c|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-21T11:08:27.660Z|0eedca7f-676d-4fd8-9cd1-814aa321a78c|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-21T11:08:27.661Z|0eedca7f-676d-4fd8-9cd1-814aa321a78c|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-21T11:08:27.661Z|0eedca7f-676d-4fd8-9cd1-814aa321a78c|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 GmHQtEo58V8hNAS8) ...
2022-11-21T11:08:27.663Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-21T11:08:27.664Z||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-21T11:08:27.664Z||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 GmHQtEo58V8hNAS8) ...
2022-11-21T11:08:28.199Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-21T11:08:28.199Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-21T11:08:28.199Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0eedca7f-676d-4fd8-9cd1-814aa321a78c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669028728251,
  "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-21T11:08:28.201Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-21T11:08:28.201Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-21T11:08:28.201Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0eedca7f-676d-4fd8-9cd1-814aa321a78c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669028729255,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-11-21T11:08:28.201Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-21T11:08:28.201Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-21T11:08:28.201Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0eedca7f-676d-4fd8-9cd1-814aa321a78c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669028730259,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2022-11-21T11:08:28.202Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-21T11:08:28.202Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-21T11:08:28.202Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0eedca7f-676d-4fd8-9cd1-814aa321a78c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669028731265,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2022-11-21T11:08:28.202Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-21T11:08:28.202Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-21T11:08:28.202Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0eedca7f-676d-4fd8-9cd1-814aa321a78c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669028732268,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-21T11:08:28.203Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-21T11:08:28.203Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-11-21T11:08:28.203Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0eedca7f-676d-4fd8-9cd1-814aa321a78c",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669028763466,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-21T11:08:28.203Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-21T11:08:37.222Z|0eedca7f-676d-4fd8-9cd1-814aa321a78c|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-21T11:09:27.660Z|0eedca7f-676d-4fd8-9cd1-814aa321a78c|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-21T11:09:27.661Z|0eedca7f-676d-4fd8-9cd1-814aa321a78c|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-21T11:09:27.661Z|0eedca7f-676d-4fd8-9cd1-814aa321a78c|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 GmHQtEo58V8hNAS8) ...
2022-11-21T11:09:27.663Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-21T11:09:27.664Z||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-21T11:09:27.664Z||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 GmHQtEo58V8hNAS8) ...
2022-11-21T11:09:37.216Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-21T11:09:37.262Z|0eedca7f-676d-4fd8-9cd1-814aa321a78c|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-21T11:10:27.660Z|0eedca7f-676d-4fd8-9cd1-814aa321a78c|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-21T11:10:27.661Z|0eedca7f-676d-4fd8-9cd1-814aa321a78c|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-21T11:10:27.661Z|0eedca7f-676d-4fd8-9cd1-814aa321a78c|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 GmHQtEo58V8hNAS8) ...
2022-11-21T11:10:27.664Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-21T11:10:27.664Z||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-21T11:10:27.665Z||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 GmHQtEo58V8hNAS8) ...
2022-11-21T11:10:37.236Z|0eedca7f-676d-4fd8-9cd1-814aa321a78c|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-21T11:10:37.238Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-21T11:11:27.660Z|0eedca7f-676d-4fd8-9cd1-814aa321a78c|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-21T11:11:27.663Z|0eedca7f-676d-4fd8-9cd1-814aa321a78c|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-21T11:11:27.663Z|0eedca7f-676d-4fd8-9cd1-814aa321a78c|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 GmHQtEo58V8hNAS8) ...
2022-11-21T11:11:27.663Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-21T11:11:27.664Z||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-21T11:11:27.664Z||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 GmHQtEo58V8hNAS8) ...
2022-11-21T11:11:37.209Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-21T11:11:37.210Z|0eedca7f-676d-4fd8-9cd1-814aa321a78c|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-21T11:12:27.660Z|0eedca7f-676d-4fd8-9cd1-814aa321a78c|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-21T11:12:27.661Z|0eedca7f-676d-4fd8-9cd1-814aa321a78c|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-21T11:12:27.661Z|0eedca7f-676d-4fd8-9cd1-814aa321a78c|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 GmHQtEo58V8hNAS8) ...
2022-11-21T11:12:27.663Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-21T11:12:27.664Z||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-21T11:12:27.664Z||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 GmHQtEo58V8hNAS8) ...
2022-11-21T11:12:37.210Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-21T11:12:37.210Z|0eedca7f-676d-4fd8-9cd1-814aa321a78c|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-21T11:13:27.660Z|0eedca7f-676d-4fd8-9cd1-814aa321a78c|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-21T11:13:27.661Z|0eedca7f-676d-4fd8-9cd1-814aa321a78c|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-21T11:13:27.661Z|0eedca7f-676d-4fd8-9cd1-814aa321a78c|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 GmHQtEo58V8hNAS8) ...
2022-11-21T11:13:27.663Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-21T11:13:27.664Z||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-21T11:13:27.664Z||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 GmHQtEo58V8hNAS8) ...
2022-11-21T11:13:37.229Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-21T11:13:37.229Z|0eedca7f-676d-4fd8-9cd1-814aa321a78c|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-21T11:14:27.660Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-21T11:14:27.661Z||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-21T11:14:27.661Z||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 GmHQtEo58V8hNAS8) ...
2022-11-21T11:14:27.663Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-21T11:14:27.670Z||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-21T11:14:27.671Z||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 GmHQtEo58V8hNAS8) ...
2022-11-21T11:14:37.215Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-21T11:14:37.233Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-21T11:15:27.660Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-21T11:15:27.661Z||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-21T11:15:27.661Z||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 GmHQtEo58V8hNAS8) ...
2022-11-21T11:15:27.663Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-21T11:15:27.664Z||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-21T11:15:27.664Z||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 GmHQtEo58V8hNAS8) ...
2022-11-21T11:15:37.304Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-21T11:15:37.312Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-21T11:16:27.660Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-21T11:16:27.661Z||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-21T11:16:27.661Z||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 GmHQtEo58V8hNAS8) ...
2022-11-21T11:16:27.663Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-21T11:16:27.664Z||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-21T11:16:27.664Z||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 GmHQtEo58V8hNAS8) ...
2022-11-21T11:16:37.205Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-21T11:16:37.205Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-21T11:17:27.660Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-21T11:17:27.662Z||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-21T11:17:27.662Z||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 GmHQtEo58V8hNAS8) ...
2022-11-21T11:17:27.664Z|0eedca7f-676d-4fd8-9cd1-814aa321a78c|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-21T11:17:27.664Z|0eedca7f-676d-4fd8-9cd1-814aa321a78c|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-21T11:17:27.664Z|0eedca7f-676d-4fd8-9cd1-814aa321a78c|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 GmHQtEo58V8hNAS8) ...
2022-11-21T11:17:37.219Z|0eedca7f-676d-4fd8-9cd1-814aa321a78c|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-21T11:17:37.236Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-21T11:18:27.660Z|6bfc7393-3b0f-45c8-858f-b6e3cd17d1ad|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-21T11:18:27.661Z|6bfc7393-3b0f-45c8-858f-b6e3cd17d1ad|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-21T11:18:27.661Z|6bfc7393-3b0f-45c8-858f-b6e3cd17d1ad|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 GmHQtEo58V8hNAS8) ...
2022-11-21T11:18:27.663Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-21T11:18:27.665Z||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-21T11:18:27.665Z||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 GmHQtEo58V8hNAS8) ...
2022-11-21T11:18:37.215Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-21T11:18:37.216Z|6bfc7393-3b0f-45c8-858f-b6e3cd17d1ad|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-21T11:19:27.660Z|6bfc7393-3b0f-45c8-858f-b6e3cd17d1ad|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-21T11:19:27.662Z|6bfc7393-3b0f-45c8-858f-b6e3cd17d1ad|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-21T11:19:27.662Z|6bfc7393-3b0f-45c8-858f-b6e3cd17d1ad|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 GmHQtEo58V8hNAS8) ...
2022-11-21T11:19:27.663Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-21T11:19:27.664Z||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-21T11:19:27.664Z||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 GmHQtEo58V8hNAS8) ...
2022-11-21T11:19:37.246Z|6bfc7393-3b0f-45c8-858f-b6e3cd17d1ad|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-21T11:19:37.246Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-21T11:20:27.660Z|6bfc7393-3b0f-45c8-858f-b6e3cd17d1ad|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-21T11:20:27.661Z|6bfc7393-3b0f-45c8-858f-b6e3cd17d1ad|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-21T11:20:27.661Z|6bfc7393-3b0f-45c8-858f-b6e3cd17d1ad|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 GmHQtEo58V8hNAS8) ...
2022-11-21T11:20:27.663Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-21T11:20:27.664Z||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-21T11:20:27.664Z||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 GmHQtEo58V8hNAS8) ...
2022-11-21T11:20:37.220Z|6bfc7393-3b0f-45c8-858f-b6e3cd17d1ad|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-21T11:20:37.221Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-21T11:21:27.660Z|6bfc7393-3b0f-45c8-858f-b6e3cd17d1ad|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-21T11:21:27.660Z|6bfc7393-3b0f-45c8-858f-b6e3cd17d1ad|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-21T11:21:27.661Z|6bfc7393-3b0f-45c8-858f-b6e3cd17d1ad|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 GmHQtEo58V8hNAS8) ...
2022-11-21T11:21:27.663Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-21T11:21:27.664Z||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-21T11:21:27.664Z||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 GmHQtEo58V8hNAS8) ...
2022-11-21T11:21:37.213Z|6bfc7393-3b0f-45c8-858f-b6e3cd17d1ad|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-21T11:21:37.214Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-21T11:22:27.660Z|6bfc7393-3b0f-45c8-858f-b6e3cd17d1ad|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-21T11:22:27.661Z|6bfc7393-3b0f-45c8-858f-b6e3cd17d1ad|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-21T11:22:27.661Z|6bfc7393-3b0f-45c8-858f-b6e3cd17d1ad|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 GmHQtEo58V8hNAS8) ...
2022-11-21T11:22:27.664Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-21T11:22:27.664Z||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-21T11:22:27.664Z||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 GmHQtEo58V8hNAS8) ...
2022-11-21T11:22:37.204Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-21T11:22:37.208Z|6bfc7393-3b0f-45c8-858f-b6e3cd17d1ad|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-21T11:23:27.660Z|6bfc7393-3b0f-45c8-858f-b6e3cd17d1ad|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-21T11:23:27.661Z|6bfc7393-3b0f-45c8-858f-b6e3cd17d1ad|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-21T11:23:27.661Z|6bfc7393-3b0f-45c8-858f-b6e3cd17d1ad|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 GmHQtEo58V8hNAS8) ...
2022-11-21T11:23:27.663Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-21T11:23:27.664Z||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-21T11:23:27.664Z||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 GmHQtEo58V8hNAS8) ...
2022-11-21T11:23:37.227Z|6bfc7393-3b0f-45c8-858f-b6e3cd17d1ad|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-21T11:23:37.227Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-21T11:24:27.660Z|6bfc7393-3b0f-45c8-858f-b6e3cd17d1ad|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-21T11:24:27.660Z|6bfc7393-3b0f-45c8-858f-b6e3cd17d1ad|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-21T11:24:27.661Z|6bfc7393-3b0f-45c8-858f-b6e3cd17d1ad|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 GmHQtEo58V8hNAS8) ...
2022-11-21T11:24:27.664Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-21T11:24:27.664Z||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-21T11:24:27.664Z||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 GmHQtEo58V8hNAS8) ...
2022-11-21T11:24:37.203Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-21T11:24:37.207Z|6bfc7393-3b0f-45c8-858f-b6e3cd17d1ad|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-21T11:25:27.660Z|6bfc7393-3b0f-45c8-858f-b6e3cd17d1ad|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-21T11:25:27.661Z|6bfc7393-3b0f-45c8-858f-b6e3cd17d1ad|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-21T11:25:27.661Z|6bfc7393-3b0f-45c8-858f-b6e3cd17d1ad|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 GmHQtEo58V8hNAS8) ...
2022-11-21T11:25:27.663Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-21T11:25:27.664Z||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-21T11:25:27.664Z||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 GmHQtEo58V8hNAS8) ...
2022-11-21T11:25:27.788Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-21T11:25:28.081Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-21T11:25:28.081Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55851e66-09dc-41a4-907b-e9848a343245",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669029871907,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-21T11:25:28.083Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-21T11:25:28.083Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-21T11:25:28.083Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55851e66-09dc-41a4-907b-e9848a343245",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669029871907,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-11-21T11:25:28.083Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-21T11:25:28.083Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-21T11:25:28.083Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55851e66-09dc-41a4-907b-e9848a343245",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669029871907,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-11-21T11:25:28.084Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-21T11:25:28.084Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-21T11:25:28.084Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55851e66-09dc-41a4-907b-e9848a343245",
  "consumerID": "cds",
  "timestamp": 1669029881104,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-21T11:25:28.084Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-21T11:25:28.084Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-21T11:25:28.084Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55851e66-09dc-41a4-907b-e9848a343245",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669029871907,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-21T11:25:28.084Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-21T11:25:28.084Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-21T11:25:28.084Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55851e66-09dc-41a4-907b-e9848a343245",
  "consumerID": "cds",
  "timestamp": 1669029881104,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-21T11:25:28.084Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-21T11:25:28.085Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-21T11:25:28.085Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55851e66-09dc-41a4-907b-e9848a343245",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669029871907,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-11-21T11:25:28.085Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-21T11:25:28.085Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-21T11:25:28.085Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55851e66-09dc-41a4-907b-e9848a343245",
  "consumerID": "cds",
  "timestamp": 1669029881104,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-21T11:25:28.085Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-21T11:25:28.085Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-21T11:25:28.085Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55851e66-09dc-41a4-907b-e9848a343245",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669029871907,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-11-21T11:25:28.085Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-21T11:25:28.085Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-21T11:25:28.086Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55851e66-09dc-41a4-907b-e9848a343245",
  "consumerID": "cds",
  "timestamp": 1669029881104,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-21T11:25:28.086Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-21T11:25:28.086Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-21T11:25:28.086Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55851e66-09dc-41a4-907b-e9848a343245",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669029871907,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-11-21T11:25:28.086Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-21T11:25:28.086Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-21T11:25:28.086Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55851e66-09dc-41a4-907b-e9848a343245",
  "consumerID": "cds",
  "timestamp": 1669029881104,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-11-21T11:25:28.086Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-21T11:25:28.086Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-21T11:25:28.086Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55851e66-09dc-41a4-907b-e9848a343245",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669029886455,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-21T11:25:28.086Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-21T11:25:28.087Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-21T11:25:28.087Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55851e66-09dc-41a4-907b-e9848a343245",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669029871907,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-21T11:25:28.087Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-21T11:25:28.087Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-21T11:25:28.087Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55851e66-09dc-41a4-907b-e9848a343245",
  "consumerID": "cds",
  "timestamp": 1669029881104,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-11-21T11:25:28.087Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-21T11:25:28.087Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-21T11:25:28.087Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55851e66-09dc-41a4-907b-e9848a343245",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669029886455,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-21T11:25:28.087Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-21T11:25:28.087Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-21T11:25:28.088Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55851e66-09dc-41a4-907b-e9848a343245",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669029871907,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-21T11:25:28.088Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-21T11:25:28.088Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-21T11:25:28.088Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55851e66-09dc-41a4-907b-e9848a343245",
  "consumerID": "cds",
  "timestamp": 1669029881104,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-11-21T11:25:28.088Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-21T11:25:28.088Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-21T11:25:28.088Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55851e66-09dc-41a4-907b-e9848a343245",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669029888157,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-21T11:25:28.088Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-21T11:25:28.088Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-21T11:25:28.089Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55851e66-09dc-41a4-907b-e9848a343245",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669029886455,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-21T11:25:28.089Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-21T11:25:28.089Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-21T11:25:28.089Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55851e66-09dc-41a4-907b-e9848a343245",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669029871907,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-11-21T11:25:28.089Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-21T11:25:28.089Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-21T11:25:28.089Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55851e66-09dc-41a4-907b-e9848a343245",
  "consumerID": "cds",
  "timestamp": 1669029881104,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-21T11:25:28.089Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-21T11:25:28.089Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-21T11:25:28.089Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55851e66-09dc-41a4-907b-e9848a343245",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669029888157,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-21T11:25:28.090Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-21T11:25:28.090Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-21T11:25:28.090Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55851e66-09dc-41a4-907b-e9848a343245",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669029886455,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-21T11:25:28.090Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-21T11:25:28.090Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-21T11:25:28.090Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55851e66-09dc-41a4-907b-e9848a343245",
  "consumerID": "cds",
  "timestamp": 1669029881104,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-21T11:25:28.090Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-21T11:25:28.090Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-21T11:25:28.090Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55851e66-09dc-41a4-907b-e9848a343245",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669029888157,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-21T11:25:28.090Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-21T11:25:28.090Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-21T11:25:28.090Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55851e66-09dc-41a4-907b-e9848a343245",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669029890990,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-11-21T11:25:28.091Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-21T11:25:28.091Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-21T11:25:28.091Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55851e66-09dc-41a4-907b-e9848a343245",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669029886455,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-11-21T11:25:28.091Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-21T11:25:28.091Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-21T11:25:28.091Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55851e66-09dc-41a4-907b-e9848a343245",
  "consumerID": "aai-ml",
  "timestamp": 1669029890365,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-21T11:25:28.091Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-21T11:25:28.091Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-21T11:25:28.091Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55851e66-09dc-41a4-907b-e9848a343245",
  "consumerID": "cds",
  "timestamp": 1669029881104,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-11-21T11:25:28.091Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-21T11:25:28.091Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-21T11:25:28.092Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55851e66-09dc-41a4-907b-e9848a343245",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669029888157,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-21T11:25:28.092Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-21T11:25:28.092Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-21T11:25:28.092Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55851e66-09dc-41a4-907b-e9848a343245",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669029886455,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-11-21T11:25:28.092Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-21T11:25:28.092Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-21T11:25:28.092Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55851e66-09dc-41a4-907b-e9848a343245",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669029892060,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-11-21T11:25:28.092Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-21T11:25:28.092Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-21T11:25:28.092Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55851e66-09dc-41a4-907b-e9848a343245",
  "consumerID": "aai-ml",
  "timestamp": 1669029890365,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-21T11:25:28.093Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-21T11:25:28.093Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-21T11:25:28.093Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55851e66-09dc-41a4-907b-e9848a343245",
  "consumerID": "cds",
  "timestamp": 1669029891887,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-21T11:25:28.093Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-21T11:25:28.093Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-21T11:25:28.093Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55851e66-09dc-41a4-907b-e9848a343245",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669029888157,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-11-21T11:25:28.093Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-21T11:25:28.093Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-21T11:25:28.093Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55851e66-09dc-41a4-907b-e9848a343245",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669029886455,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-11-21T11:25:28.093Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-21T11:25:28.093Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-21T11:25:28.094Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55851e66-09dc-41a4-907b-e9848a343245",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669029893113,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-11-21T11:25:28.094Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-21T11:25:28.094Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-21T11:25:28.094Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55851e66-09dc-41a4-907b-e9848a343245",
  "consumerID": "aai-ml",
  "timestamp": 1669029890365,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-21T11:25:28.094Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-21T11:25:28.094Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-21T11:25:28.094Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55851e66-09dc-41a4-907b-e9848a343245",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669029888157,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-11-21T11:25:28.094Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-21T11:25:28.094Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-21T11:25:28.094Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55851e66-09dc-41a4-907b-e9848a343245",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669029886455,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-21T11:25:28.095Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-21T11:25:28.095Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-21T11:25:28.095Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55851e66-09dc-41a4-907b-e9848a343245",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669029894190,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-11-21T11:25:28.095Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-21T11:25:28.095Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-21T11:25:28.095Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55851e66-09dc-41a4-907b-e9848a343245",
  "consumerID": "aai-ml",
  "timestamp": 1669029890365,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-21T11:25:28.095Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-21T11:25:28.095Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-21T11:25:28.095Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55851e66-09dc-41a4-907b-e9848a343245",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669029888157,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-11-21T11:25:28.095Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-21T11:25:28.095Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-21T11:25:28.096Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55851e66-09dc-41a4-907b-e9848a343245",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669029886455,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-21T11:25:28.096Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-21T11:25:28.096Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-21T11:25:28.096Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55851e66-09dc-41a4-907b-e9848a343245",
  "consumerID": "cds",
  "timestamp": 1669029894355,
  "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-21T11:25:28.119Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 55851e66-09dc-41a4-907b-e9848a343245
2022-11-21T11:25:28.119Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 55851e66-09dc-41a4-907b-e9848a343245 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-21T11:25:28.127Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-21T11:25:28.127Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55851e66-09dc-41a4-907b-e9848a343245",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669029895242,
  "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-21T11:25:28.132Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 55851e66-09dc-41a4-907b-e9848a343245
2022-11-21T11:25:28.133Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 55851e66-09dc-41a4-907b-e9848a343245 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-21T11:25:28.141Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-21T11:25:28.141Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55851e66-09dc-41a4-907b-e9848a343245",
  "consumerID": "aai-ml",
  "timestamp": 1669029890365,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-11-21T11:25:28.141Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-21T11:25:28.142Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-21T11:25:28.142Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55851e66-09dc-41a4-907b-e9848a343245",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669029888157,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-21T11:25:28.142Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-21T11:25:28.142Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-21T11:25:28.142Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55851e66-09dc-41a4-907b-e9848a343245",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669029886455,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-11-21T11:25:28.142Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-21T11:25:28.142Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-21T11:25:28.142Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55851e66-09dc-41a4-907b-e9848a343245",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669029896245,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-11-21T11:25:28.142Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-21T11:25:28.143Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-21T11:25:28.143Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55851e66-09dc-41a4-907b-e9848a343245",
  "consumerID": "aai-ml",
  "timestamp": 1669029890365,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-11-21T11:25:28.143Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-21T11:25:28.143Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-21T11:25:28.143Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55851e66-09dc-41a4-907b-e9848a343245",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669029888157,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-21T11:25:28.143Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-21T11:25:28.143Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-21T11:25:28.143Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55851e66-09dc-41a4-907b-e9848a343245",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669029897316,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-21T11:25:28.143Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-21T11:25:28.143Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-21T11:25:28.143Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55851e66-09dc-41a4-907b-e9848a343245",
  "consumerID": "aai-ml",
  "timestamp": 1669029890365,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-11-21T11:25:28.144Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-21T11:25:28.144Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-21T11:25:28.144Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55851e66-09dc-41a4-907b-e9848a343245",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669029888157,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-21T11:25:28.144Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-21T11:25:28.144Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-21T11:25:28.144Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55851e66-09dc-41a4-907b-e9848a343245",
  "consumerID": "aai-ml",
  "timestamp": 1669029890365,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-21T11:25:28.144Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-21T11:25:28.145Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-21T11:25:28.145Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55851e66-09dc-41a4-907b-e9848a343245",
  "consumerID": "aai-ml",
  "timestamp": 1669029890365,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-21T11:25:28.145Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-21T11:25:28.145Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-21T11:25:28.145Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55851e66-09dc-41a4-907b-e9848a343245",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669029899644,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-21T11:25:28.145Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-21T11:25:28.145Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-21T11:25:28.145Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55851e66-09dc-41a4-907b-e9848a343245",
  "consumerID": "aai-ml",
  "timestamp": 1669029890365,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-11-21T11:25:28.145Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-21T11:25:28.146Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-21T11:25:28.146Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55851e66-09dc-41a4-907b-e9848a343245",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669029900648,
  "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-21T11:25:28.151Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 55851e66-09dc-41a4-907b-e9848a343245
2022-11-21T11:25:28.151Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 55851e66-09dc-41a4-907b-e9848a343245 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-21T11:25:28.158Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-21T11:25:28.158Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55851e66-09dc-41a4-907b-e9848a343245",
  "consumerID": "aai-ml",
  "timestamp": 1669029901190,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-21T11:25:28.159Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-21T11:25:28.159Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-21T11:25:28.159Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55851e66-09dc-41a4-907b-e9848a343245",
  "consumerID": "aai-ml",
  "timestamp": 1669029908993,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-21T11:25:28.159Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-21T11:25:28.159Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-21T11:25:28.159Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55851e66-09dc-41a4-907b-e9848a343245",
  "consumerID": "aai-ml",
  "timestamp": 1669029910001,
  "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-21T11:25:28.164Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 55851e66-09dc-41a4-907b-e9848a343245
2022-11-21T11:25:28.165Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 55851e66-09dc-41a4-907b-e9848a343245 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-21T11:25:28.175Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-21T11:25:28.175Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aba8b03f-00a8-45e9-b9db-8bd6dc01b77e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669029908157,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-21T11:25:28.175Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-21T11:25:28.176Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-21T11:25:28.176Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aba8b03f-00a8-45e9-b9db-8bd6dc01b77e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669029908157,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-21T11:25:28.176Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-21T11:25:28.176Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-21T11:25:28.177Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aba8b03f-00a8-45e9-b9db-8bd6dc01b77e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669029908157,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-21T11:25:28.177Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-21T11:25:28.177Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-21T11:25:28.177Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aba8b03f-00a8-45e9-b9db-8bd6dc01b77e",
  "consumerID": "cds",
  "timestamp": 1669029911103,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-21T11:25:28.178Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-21T11:25:28.178Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-21T11:25:28.178Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aba8b03f-00a8-45e9-b9db-8bd6dc01b77e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669029911907,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-21T11:25:28.178Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-21T11:25:28.179Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-21T11:25:28.179Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aba8b03f-00a8-45e9-b9db-8bd6dc01b77e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669029908157,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-21T11:25:28.179Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-21T11:25:28.179Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-21T11:25:28.180Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aba8b03f-00a8-45e9-b9db-8bd6dc01b77e",
  "consumerID": "cds",
  "timestamp": 1669029911103,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-21T11:25:28.180Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-21T11:25:28.180Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-21T11:25:28.180Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aba8b03f-00a8-45e9-b9db-8bd6dc01b77e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669029911907,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-11-21T11:25:28.181Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-21T11:25:28.181Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-21T11:25:28.181Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aba8b03f-00a8-45e9-b9db-8bd6dc01b77e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669029908157,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-11-21T11:25:28.182Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-21T11:25:28.182Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-21T11:25:28.182Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aba8b03f-00a8-45e9-b9db-8bd6dc01b77e",
  "consumerID": "cds",
  "timestamp": 1669029911103,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-21T11:25:28.182Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-21T11:25:28.182Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-21T11:25:28.183Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aba8b03f-00a8-45e9-b9db-8bd6dc01b77e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669029911907,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-11-21T11:25:28.183Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-21T11:25:28.183Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-21T11:25:28.183Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aba8b03f-00a8-45e9-b9db-8bd6dc01b77e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669029908157,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-21T11:25:28.183Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-21T11:25:28.183Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-21T11:25:28.184Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aba8b03f-00a8-45e9-b9db-8bd6dc01b77e",
  "consumerID": "cds",
  "timestamp": 1669029911103,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-21T11:25:28.184Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-21T11:25:28.184Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-21T11:25:28.184Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aba8b03f-00a8-45e9-b9db-8bd6dc01b77e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669029911907,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-21T11:25:28.184Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-21T11:25:28.185Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-21T11:25:28.185Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aba8b03f-00a8-45e9-b9db-8bd6dc01b77e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669029908157,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-21T11:25:28.185Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-21T11:25:28.185Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-21T11:25:28.185Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aba8b03f-00a8-45e9-b9db-8bd6dc01b77e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669029911907,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-11-21T11:25:28.185Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-21T11:25:28.186Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-21T11:25:28.186Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aba8b03f-00a8-45e9-b9db-8bd6dc01b77e",
  "consumerID": "cds",
  "timestamp": 1669029911103,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-11-21T11:25:28.186Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-21T11:25:28.186Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-21T11:25:28.186Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aba8b03f-00a8-45e9-b9db-8bd6dc01b77e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669029916455,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-21T11:25:28.187Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-21T11:25:28.187Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-21T11:25:28.187Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aba8b03f-00a8-45e9-b9db-8bd6dc01b77e",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669029908157,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-21T11:25:28.187Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-21T11:25:28.187Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-21T11:25:28.188Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aba8b03f-00a8-45e9-b9db-8bd6dc01b77e",
  "consumerID": "cds",
  "timestamp": 1669029911103,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-21T11:25:28.188Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-21T11:25:28.188Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-21T11:25:28.188Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aba8b03f-00a8-45e9-b9db-8bd6dc01b77e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669029911907,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-21T11:25:28.188Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-21T11:25:28.188Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-21T11:25:28.189Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aba8b03f-00a8-45e9-b9db-8bd6dc01b77e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669029916455,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-21T11:25:28.189Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-21T11:25:28.189Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-21T11:25:28.189Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aba8b03f-00a8-45e9-b9db-8bd6dc01b77e",
  "consumerID": "cds",
  "timestamp": 1669029911103,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-21T11:25:28.189Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-21T11:25:28.189Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-21T11:25:28.190Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aba8b03f-00a8-45e9-b9db-8bd6dc01b77e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669029911907,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-21T11:25:28.190Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-21T11:25:28.190Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-21T11:25:28.190Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aba8b03f-00a8-45e9-b9db-8bd6dc01b77e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669029916455,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-21T11:25:28.190Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-21T11:25:28.191Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-21T11:25:28.191Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aba8b03f-00a8-45e9-b9db-8bd6dc01b77e",
  "consumerID": "cds",
  "timestamp": 1669029911103,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-11-21T11:25:28.191Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-21T11:25:28.191Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-21T11:25:28.191Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aba8b03f-00a8-45e9-b9db-8bd6dc01b77e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669029911907,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-11-21T11:25:28.192Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-21T11:25:28.192Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-21T11:25:28.192Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aba8b03f-00a8-45e9-b9db-8bd6dc01b77e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669029916455,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-21T11:25:28.192Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-21T11:25:28.192Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-21T11:25:28.192Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aba8b03f-00a8-45e9-b9db-8bd6dc01b77e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669029920692,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-11-21T11:25:28.193Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-21T11:25:28.193Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-21T11:25:28.193Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aba8b03f-00a8-45e9-b9db-8bd6dc01b77e",
  "consumerID": "cds",
  "timestamp": 1669029919925,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-21T11:25:28.193Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-21T11:25:28.194Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-21T11:25:28.194Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aba8b03f-00a8-45e9-b9db-8bd6dc01b77e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669029916455,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-11-21T11:25:28.194Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-21T11:25:28.194Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-21T11:25:28.194Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aba8b03f-00a8-45e9-b9db-8bd6dc01b77e",
  "consumerID": "aai-ml",
  "timestamp": 1669029920365,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-21T11:25:28.195Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-21T11:25:28.195Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-21T11:25:28.195Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aba8b03f-00a8-45e9-b9db-8bd6dc01b77e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669029921746,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-11-21T11:25:28.195Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-21T11:25:28.195Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-21T11:25:28.195Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aba8b03f-00a8-45e9-b9db-8bd6dc01b77e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669029916455,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-21T11:25:28.195Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-21T11:25:28.195Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-21T11:25:28.195Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aba8b03f-00a8-45e9-b9db-8bd6dc01b77e",
  "consumerID": "cds",
  "timestamp": 1669029921247,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-11-21T11:25:28.207Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of aba8b03f-00a8-45e9-b9db-8bd6dc01b77e
2022-11-21T11:25:28.207Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId aba8b03f-00a8-45e9-b9db-8bd6dc01b77e 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-21T11:25:28.214Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-21T11:25:28.214Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aba8b03f-00a8-45e9-b9db-8bd6dc01b77e",
  "consumerID": "aai-ml",
  "timestamp": 1669029920365,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-11-21T11:25:28.215Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-21T11:25:28.215Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-21T11:25:28.215Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aba8b03f-00a8-45e9-b9db-8bd6dc01b77e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669029922803,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-11-21T11:25:28.215Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-21T11:25:28.215Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-21T11:25:28.215Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aba8b03f-00a8-45e9-b9db-8bd6dc01b77e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669029916455,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-21T11:25:28.215Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-21T11:25:28.216Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-21T11:25:28.216Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aba8b03f-00a8-45e9-b9db-8bd6dc01b77e",
  "consumerID": "aai-ml",
  "timestamp": 1669029920365,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-21T11:25:28.216Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-21T11:25:28.216Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-21T11:25:28.216Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aba8b03f-00a8-45e9-b9db-8bd6dc01b77e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669029923820,
  "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-21T11:25:28.221Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of aba8b03f-00a8-45e9-b9db-8bd6dc01b77e
2022-11-21T11:25:28.221Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId aba8b03f-00a8-45e9-b9db-8bd6dc01b77e 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-21T11:25:28.228Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-21T11:25:28.228Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aba8b03f-00a8-45e9-b9db-8bd6dc01b77e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669029916455,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-11-21T11:25:28.229Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-21T11:25:28.229Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-21T11:25:28.229Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aba8b03f-00a8-45e9-b9db-8bd6dc01b77e",
  "consumerID": "aai-ml",
  "timestamp": 1669029920365,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-21T11:25:28.229Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-21T11:25:28.229Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-21T11:25:28.229Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aba8b03f-00a8-45e9-b9db-8bd6dc01b77e",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669029924824,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-11-21T11:25:28.229Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-21T11:25:28.229Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-21T11:25:28.229Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aba8b03f-00a8-45e9-b9db-8bd6dc01b77e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669029925206,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-21T11:25:28.230Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-21T11:25:28.230Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-21T11:25:28.230Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aba8b03f-00a8-45e9-b9db-8bd6dc01b77e",
  "consumerID": "aai-ml",
  "timestamp": 1669029920365,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-11-21T11:25:28.230Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-21T11:25:28.230Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-21T11:25:28.230Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aba8b03f-00a8-45e9-b9db-8bd6dc01b77e",
  "consumerID": "aai-ml",
  "timestamp": 1669029920365,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-21T11:25:28.230Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-21T11:25:28.230Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-21T11:25:28.230Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aba8b03f-00a8-45e9-b9db-8bd6dc01b77e",
  "consumerID": "aai-ml",
  "timestamp": 1669029920365,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-21T11:25:28.231Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-21T11:25:28.231Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-21T11:25:28.231Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aba8b03f-00a8-45e9-b9db-8bd6dc01b77e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669029927488,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-21T11:25:28.231Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-21T11:25:28.292Z|6bfc7393-3b0f-45c8-858f-b6e3cd17d1ad|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-21T11:25:28.294Z|6bfc7393-3b0f-45c8-858f-b6e3cd17d1ad|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-21T11:25:28.294Z|6bfc7393-3b0f-45c8-858f-b6e3cd17d1ad|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"55851e66-09dc-41a4-907b-e9848a343245","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"e361ce21-fd68-43dd-af00-ff7b04afd51e","serviceDescription":"service","serviceInvariantUUID":"03e6455d-23ef-438a-86dc-01c500fc3ced","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"f906b13a-f1d2-424d-8596-c0eb8144ecd0","resourceInvariantUUID":"8496d735-1824-49d5-b8f6-ac5b143ae239","resourceCustomizationUUID":"2d50a3d2-6a2e-4311-8172-708e5d00b3fe","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":"MzhjM2U0MmRkNTI0Nzg1N2NlMzExNmQ0N2YyMGM4N2Q\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"36a4fb32-1136-46df-b854-9df4f017d7a2","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":"NGQ0ZGQ5OTI2YjJmZjViZjk2YzJjNzkzN2Q2YmFjM2Y\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"44ae25cc-dd90-4b5b-83ff-5b0e8b48bde2","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":"116a38e9-96e5-46fb-aa70-c3047369f2ed","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":"c16f742b-ab8e-4dce-bca6-51ccbb4a4a2a","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":"79d220fa-1a89-4ce5-aba6-9e9802ab7f00","artifactVersion":"2","generatedFromUUID":"171beed6-4bed-4252-84ba-4008f0f37aaa"},{"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":"4b353d30-b28d-4783-915e-941d91d01935","artifactVersion":"2","generatedFromUUID":"116a38e9-96e5-46fb-aa70-c3047369f2ed"},{"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":"171beed6-4bed-4252-84ba-4008f0f37aaa","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":"9604fbac-c840-4876-ad32-1d7c0b353c04","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":"OTMxMTdhNTlhMjM2MzU2Y2JhZDc2ZDM1NWY2OTc4Y2E\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"2fd5abe0-9c5b-4db6-84c7-fac92a2ba3ec","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"Yzg3MTViMjJkZTExODc1NTVjZDMwODlmZDEyMjNhODY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"6ca7e97a-6532-4e55-8a90-0f4fd7095a85","artifactVersion":"1"}],"workloadContext":"Production"}
2022-11-21T11:25:28.298Z|6bfc7393-3b0f-45c8-858f-b6e3cd17d1ad|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-21T11:25:28.299Z|6bfc7393-3b0f-45c8-858f-b6e3cd17d1ad|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-21T11:25:28.303Z|6bfc7393-3b0f-45c8-858f-b6e3cd17d1ad|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-21T11:25:28.303Z|6bfc7393-3b0f-45c8-858f-b6e3cd17d1ad|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "55851e66-09dc-41a4-907b-e9848a343245",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669029927660,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-21T11:25:28.403Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-21T11:25:28.404Z||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-21T11:25:28.404Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GmHQtEo58V8hNAS8) ...
2022-11-21T11:25:28.419Z||pool-89-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-21T11:25:28.419Z||pool-89-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-11-21T11:25:29.304Z|6bfc7393-3b0f-45c8-858f-b6e3cd17d1ad|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-21T11:25:29.304Z|6bfc7393-3b0f-45c8-858f-b6e3cd17d1ad|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-21T11:25:29.309Z|6bfc7393-3b0f-45c8-858f-b6e3cd17d1ad|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-21T11:25:29.309Z|6bfc7393-3b0f-45c8-858f-b6e3cd17d1ad|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "55851e66-09dc-41a4-907b-e9848a343245",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669029927660,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-11-21T11:25:29.409Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-21T11:25:29.410Z||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-21T11:25:29.410Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GmHQtEo58V8hNAS8) ...
2022-11-21T11:25:29.427Z||pool-90-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-21T11:25:29.427Z||pool-90-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-11-21T11:25:30.310Z|6bfc7393-3b0f-45c8-858f-b6e3cd17d1ad|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-21T11:25:30.310Z|6bfc7393-3b0f-45c8-858f-b6e3cd17d1ad|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-21T11:25:30.312Z|6bfc7393-3b0f-45c8-858f-b6e3cd17d1ad|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-21T11:25:30.312Z|6bfc7393-3b0f-45c8-858f-b6e3cd17d1ad|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "55851e66-09dc-41a4-907b-e9848a343245",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669029927660,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-11-21T11:25:30.412Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-21T11:25:30.413Z||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-21T11:25:30.413Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GmHQtEo58V8hNAS8) ...
2022-11-21T11:25:30.424Z||pool-91-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-21T11:25:30.424Z||pool-91-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-11-21T11:25:31.312Z|6bfc7393-3b0f-45c8-858f-b6e3cd17d1ad|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-21T11:25:31.313Z|6bfc7393-3b0f-45c8-858f-b6e3cd17d1ad|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-21T11:25:31.316Z|6bfc7393-3b0f-45c8-858f-b6e3cd17d1ad|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-21T11:25:31.316Z|6bfc7393-3b0f-45c8-858f-b6e3cd17d1ad|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "55851e66-09dc-41a4-907b-e9848a343245",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669029927660,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-21T11:25:31.416Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-21T11:25:31.417Z||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-21T11:25:31.417Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GmHQtEo58V8hNAS8) ...
2022-11-21T11:25:31.432Z||pool-92-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-21T11:25:31.432Z||pool-92-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-11-21T11:25:32.317Z|6bfc7393-3b0f-45c8-858f-b6e3cd17d1ad|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-21T11:25:32.317Z|6bfc7393-3b0f-45c8-858f-b6e3cd17d1ad|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-21T11:25:32.319Z|6bfc7393-3b0f-45c8-858f-b6e3cd17d1ad|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-21T11:25:32.320Z|6bfc7393-3b0f-45c8-858f-b6e3cd17d1ad|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "55851e66-09dc-41a4-907b-e9848a343245",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669029927660,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-11-21T11:25:32.420Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-21T11:25:32.420Z||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-21T11:25:32.421Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GmHQtEo58V8hNAS8) ...
2022-11-21T11:25:32.431Z||pool-93-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-21T11:25:32.431Z||pool-93-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-11-21T11:25:33.320Z|6bfc7393-3b0f-45c8-858f-b6e3cd17d1ad|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-21T11:25:33.321Z|6bfc7393-3b0f-45c8-858f-b6e3cd17d1ad|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-21T11:25:33.323Z|6bfc7393-3b0f-45c8-858f-b6e3cd17d1ad|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-21T11:25:33.323Z|6bfc7393-3b0f-45c8-858f-b6e3cd17d1ad|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "55851e66-09dc-41a4-907b-e9848a343245",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669029927660,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-11-21T11:25:33.423Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-21T11:25:33.424Z||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-21T11:25:33.424Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GmHQtEo58V8hNAS8) ...
2022-11-21T11:25:33.437Z||pool-94-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-21T11:25:33.437Z||pool-94-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-11-21T11:25:34.324Z|6bfc7393-3b0f-45c8-858f-b6e3cd17d1ad|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-21T11:25:34.324Z|6bfc7393-3b0f-45c8-858f-b6e3cd17d1ad|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-21T11:25:34.326Z|6bfc7393-3b0f-45c8-858f-b6e3cd17d1ad|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-21T11:25:34.326Z|6bfc7393-3b0f-45c8-858f-b6e3cd17d1ad|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "55851e66-09dc-41a4-907b-e9848a343245",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669029927660,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-11-21T11:25:34.426Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-21T11:25:34.427Z||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-21T11:25:34.428Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GmHQtEo58V8hNAS8) ...
2022-11-21T11:25:34.448Z||pool-95-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-21T11:25:34.448Z||pool-95-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-11-21T11:25:35.327Z|6bfc7393-3b0f-45c8-858f-b6e3cd17d1ad|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-21T11:25:35.328Z|6bfc7393-3b0f-45c8-858f-b6e3cd17d1ad|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-21T11:25:35.330Z|6bfc7393-3b0f-45c8-858f-b6e3cd17d1ad|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-21T11:25:35.330Z|6bfc7393-3b0f-45c8-858f-b6e3cd17d1ad|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "55851e66-09dc-41a4-907b-e9848a343245",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669029927660,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-21T11:25:35.430Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-21T11:25:35.431Z||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-21T11:25:35.431Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GmHQtEo58V8hNAS8) ...
2022-11-21T11:25:35.494Z||pool-96-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-21T11:25:35.495Z||pool-96-thread-1|||||INFO|500||cambria reply ok (64 ms):{"serverTimeMs":0,"count":1}
2022-11-21T11:25:36.331Z|6bfc7393-3b0f-45c8-858f-b6e3cd17d1ad|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-21T11:25:36.331Z|6bfc7393-3b0f-45c8-858f-b6e3cd17d1ad|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-21T11:25:36.333Z|6bfc7393-3b0f-45c8-858f-b6e3cd17d1ad|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-21T11:25:36.333Z|6bfc7393-3b0f-45c8-858f-b6e3cd17d1ad|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "55851e66-09dc-41a4-907b-e9848a343245",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669029927660,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-21T11:25:36.434Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-21T11:25:36.434Z||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-21T11:25:36.435Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GmHQtEo58V8hNAS8) ...
2022-11-21T11:25:36.472Z||pool-97-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-21T11:25:36.472Z||pool-97-thread-1|||||INFO|500||cambria reply ok (38 ms):{"serverTimeMs":1,"count":1}
2022-11-21T11:25:37.337Z|6bfc7393-3b0f-45c8-858f-b6e3cd17d1ad|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-21T11:25:37.337Z|6bfc7393-3b0f-45c8-858f-b6e3cd17d1ad|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-21T11:25:37.345Z|6bfc7393-3b0f-45c8-858f-b6e3cd17d1ad|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-21T11:25:37.345Z|6bfc7393-3b0f-45c8-858f-b6e3cd17d1ad|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "55851e66-09dc-41a4-907b-e9848a343245",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669029927660,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-11-21T11:25:37.440Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms
2022-11-21T11:25:37.441Z||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-21T11:25:37.441Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GmHQtEo58V8hNAS8) ...
2022-11-21T11:25:37.454Z||pool-98-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-21T11:25:37.455Z||pool-98-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-11-21T11:25:38.346Z|6bfc7393-3b0f-45c8-858f-b6e3cd17d1ad|pool-2-thread-4|||||DEBUG|500||sending notification to client: {
  "distributionID": "55851e66-09dc-41a4-907b-e9848a343245",
  "serviceName": "basic_cnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "e361ce21-fd68-43dd-af00-ff7b04afd51e",
  "serviceDescription": "service",
  "serviceInvariantUUID": "03e6455d-23ef-438a-86dc-01c500fc3ced",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf_macro 0",
      "resourceCustomizationUUID": "2d50a3d2-6a2e-4311-8172-708e5d00b3fe",
      "resourceName": "basic_cnf_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "f906b13a-f1d2-424d-8596-c0eb8144ecd0",
      "resourceInvariantUUID": "8496d735-1824-49d5-b8f6-ac5b143ae239",
      "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": "NGQ0ZGQ5OTI2YjJmZjViZjk2YzJjNzkzN2Q2YmFjM2Y\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "44ae25cc-dd90-4b5b-83ff-5b0e8b48bde2",
          "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": "116a38e9-96e5-46fb-aa70-c3047369f2ed",
          "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": "4b353d30-b28d-4783-915e-941d91d01935",
            "generatedFromUUID": "116a38e9-96e5-46fb-aa70-c3047369f2ed"
          },
          "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": "79d220fa-1a89-4ce5-aba6-9e9802ab7f00",
          "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": "4b353d30-b28d-4783-915e-941d91d01935",
          "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": "171beed6-4bed-4252-84ba-4008f0f37aaa",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnfMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
      "artifactChecksum": "Yzg3MTViMjJkZTExODc1NTVjZDMwODlmZDEyMjNhODY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "6ca7e97a-6532-4e55-8a90-0f4fd7095a85"
    }
  ],
  "workloadContext": "Production"
}
2022-11-21T11:25:38.347Z|6bfc7393-3b0f-45c8-858f-b6e3cd17d1ad|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-11-21T11:25:38.347Z|6bfc7393-3b0f-45c8-858f-b6e3cd17d1ad|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 e361ce21-fd68-43dd-af00-ff7b04afd51e ASDC
2022-11-21T11:25:38.348Z|55851e66-09dc-41a4-907b-e9848a343245|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:55851e66-09dc-41a4-907b-e9848a343245
ServiceName:basic_cnf_macro
ServiceVersion:1.0
ServiceUUID:e361ce21-fd68-43dd-af00-ff7b04afd51e
ServiceInvariantUUID:03e6455d-23ef-438a-86dc-01c500fc3ced
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:6ca7e97a-6532-4e55-8a90-0f4fd7095a85
ArtifactChecksum:Yzg3MTViMjJkZTExODc1NTVjZDMwODlmZDEyMjNhODY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf_macro 0
ResourceCustomizationUUID:2d50a3d2-6a2e-4311-8172-708e5d00b3fe
ResourceInvariantUUID:8496d735-1824-49d5-b8f6-ac5b143ae239
ResourceName:basic_cnf_macro
ResourceType:VF
ResourceUUID:f906b13a-f1d2-424d-8596-c0eb8144ecd0
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:44ae25cc-dd90-4b5b-83ff-5b0e8b48bde2
ArtifactChecksum:NGQ0ZGQ5OTI2YjJmZjViZjk2YzJjNzkzN2Q2YmFjM2Y=
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:116a38e9-96e5-46fb-aa70-c3047369f2ed
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:4b353d30-b28d-4783-915e-941d91d01935
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:79d220fa-1a89-4ce5-aba6-9e9802ab7f00
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:4b353d30-b28d-4783-915e-941d91d01935
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:171beed6-4bed-4252-84ba-4008f0f37aaa
ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-11-21T11:25:38.349Z|55851e66-09dc-41a4-907b-e9848a343245|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF e361ce21-fd68-43dd-af00-ff7b04afd51e 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-21T11:25:38.385Z|55851e66-09dc-41a4-907b-e9848a343245|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-21T11:25:38.387Z|55851e66-09dc-41a4-907b-e9848a343245|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-11-21T11:25:38.387Z|55851e66-09dc-41a4-907b-e9848a343245|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-11-21T11:25:38.388Z|55851e66-09dc-41a4-907b-e9848a343245|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 6ca7e97a-6532-4e55-8a90-0f4fd7095a85 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-11-21T11:25:38.388Z|55851e66-09dc-41a4-907b-e9848a343245|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-11-21T11:25:38.389Z|55851e66-09dc-41a4-907b-e9848a343245|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-11-21T11:25:38.472Z|55851e66-09dc-41a4-907b-e9848a343245|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-11-21T11:25:38.481Z|55851e66-09dc-41a4-907b-e9848a343245|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 6ca7e97a-6532-4e55-8a90-0f4fd7095a85 162968
2022-11-21T11:25:38.481Z|55851e66-09dc-41a4-907b-e9848a343245|pool-2-thread-4|||||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-21T11:25:38.482Z|55851e66-09dc-41a4-907b-e9848a343245|pool-2-thread-4|||||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-21T11:25:38.482Z|55851e66-09dc-41a4-907b-e9848a343245|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-21T11:25:38.482Z|55851e66-09dc-41a4-907b-e9848a343245|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-21T11:25:38.485Z|55851e66-09dc-41a4-907b-e9848a343245|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-21T11:25:38.486Z|55851e66-09dc-41a4-907b-e9848a343245|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "55851e66-09dc-41a4-907b-e9848a343245",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669029938481,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-21T11:25:38.585Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-21T11:25:38.586Z||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-21T11:25:38.586Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GmHQtEo58V8hNAS8) ...
2022-11-21T11:25:38.623Z||pool-99-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-21T11:25:38.623Z||pool-99-thread-1|||||INFO|500||cambria reply ok (38 ms):{"serverTimeMs":0,"count":1}
2022-11-21T11:25:39.486Z|55851e66-09dc-41a4-907b-e9848a343245|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-21T11:25:39.487Z|55851e66-09dc-41a4-907b-e9848a343245|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-11-21T11:25:39.488Z|55851e66-09dc-41a4-907b-e9848a343245|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 6ca7e97a-6532-4e55-8a90-0f4fd7095a85, URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar to file: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-11-21T11:25:39.488Z|55851e66-09dc-41a4-907b-e9848a343245|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnfMacro-csar.csar
2022-11-21T11:25:39.489Z|55851e66-09dc-41a4-907b-e9848a343245|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-11-21T11:25:39.490Z|55851e66-09dc-41a4-907b-e9848a343245|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-11-21T11:25:39.681Z|55851e66-09dc-41a4-907b-e9848a343245|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8688859827777102957/Definitions/service-BasicCnfMacro-template.yml
Log warning: The required parameter "compute_dummy_base_name" is not provided
2022-11-21T11:25:40.988Z|55851e66-09dc-41a4-907b-e9848a343245|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2022-11-21T11:25:40.989Z|55851e66-09dc-41a4-907b-e9848a343245|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-11-21T11:25:40.989Z|55851e66-09dc-41a4-907b-e9848a343245|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-11-21T11:25:40.989Z|55851e66-09dc-41a4-907b-e9848a343245|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2022-11-21T11:25:40.990Z|55851e66-09dc-41a4-907b-e9848a343245|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-11-21T11:25:40.990Z|55851e66-09dc-41a4-907b-e9848a343245|pool-2-thread-4|||||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-21T11:25:40.990Z|55851e66-09dc-41a4-907b-e9848a343245|pool-2-thread-4|||||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-21T11:25:40.990Z|55851e66-09dc-41a4-907b-e9848a343245|pool-2-thread-4|||||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-21T11:25:40.990Z|55851e66-09dc-41a4-907b-e9848a343245|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-11-21T11:25:40.990Z|55851e66-09dc-41a4-907b-e9848a343245|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-21T11:25:40.991Z|55851e66-09dc-41a4-907b-e9848a343245|pool-2-thread-4|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-21T11:25:40.991Z|55851e66-09dc-41a4-907b-e9848a343245|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-11-21T11:25:40.991Z|55851e66-09dc-41a4-907b-e9848a343245|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-11-21T11:25:40.991Z|55851e66-09dc-41a4-907b-e9848a343245|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-21T11:25:40.992Z|55851e66-09dc-41a4-907b-e9848a343245|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-21T11:25:40.992Z|55851e66-09dc-41a4-907b-e9848a343245|pool-2-thread-4|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-21T11:25:40.992Z|55851e66-09dc-41a4-907b-e9848a343245|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-11-21T11:25:40.992Z|55851e66-09dc-41a4-907b-e9848a343245|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-11-21T11:25:40.993Z|55851e66-09dc-41a4-907b-e9848a343245|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-21T11:25:40.993Z|55851e66-09dc-41a4-907b-e9848a343245|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-21T11:25:40.993Z|55851e66-09dc-41a4-907b-e9848a343245|pool-2-thread-4|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-21T11:25:40.993Z|55851e66-09dc-41a4-907b-e9848a343245|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-21T11:25:40.994Z|55851e66-09dc-41a4-907b-e9848a343245|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2022-11-21T11:25:40.994Z|55851e66-09dc-41a4-907b-e9848a343245|pool-2-thread-4|||||DEBUG|500||Node template abstract_dummy_base is not matching search criteria
2022-11-21T11:25:40.994Z|55851e66-09dc-41a4-907b-e9848a343245|pool-2-thread-4|||||DEBUG|500||Node template dummy_base is not matching search criteria
2022-11-21T11:25:40.994Z|55851e66-09dc-41a4-907b-e9848a343245|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-11-21T11:25:40.994Z|55851e66-09dc-41a4-907b-e9848a343245|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-21T11:25:40.995Z|55851e66-09dc-41a4-907b-e9848a343245|pool-2-thread-4|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-11-21T11:25:40.995Z|55851e66-09dc-41a4-907b-e9848a343245|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-21T11:25:40.995Z|55851e66-09dc-41a4-907b-e9848a343245|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-11-21T11:25:40.995Z|55851e66-09dc-41a4-907b-e9848a343245|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-21T11:25:40.996Z|55851e66-09dc-41a4-907b-e9848a343245|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-21T11:25:40.996Z|55851e66-09dc-41a4-907b-e9848a343245|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-11-21T11:25:40.996Z|55851e66-09dc-41a4-907b-e9848a343245|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-21T11:25:40.996Z|55851e66-09dc-41a4-907b-e9848a343245|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-21T11:25:40.997Z|55851e66-09dc-41a4-907b-e9848a343245|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-11-21T11:25:40.997Z|55851e66-09dc-41a4-907b-e9848a343245|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-21T11:25:40.998Z|55851e66-09dc-41a4-907b-e9848a343245|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-21T11:25:40.998Z|55851e66-09dc-41a4-907b-e9848a343245|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-11-21T11:25:40.998Z|55851e66-09dc-41a4-907b-e9848a343245|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-21T11:25:40.998Z|55851e66-09dc-41a4-907b-e9848a343245|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-21T11:25:40.998Z|55851e66-09dc-41a4-907b-e9848a343245|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2022-11-21T11:25:40.999Z|55851e66-09dc-41a4-907b-e9848a343245|pool-2-thread-4|||||DEBUG|500||Node template abstract_dummy_base is matching search criteria
2022-11-21T11:25:40.999Z|55851e66-09dc-41a4-907b-e9848a343245|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_dummy_base] matching following query criteria: sdcType=CVFC, customizationUUID=c838d988-2697-441b-b546-bfb97d50e260
2022-11-21T11:25:40.999Z|55851e66-09dc-41a4-907b-e9848a343245|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-21T11:25:41.000Z|55851e66-09dc-41a4-907b-e9848a343245|pool-2-thread-4|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-21T11:25:41.000Z|55851e66-09dc-41a4-907b-e9848a343245|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-21T11:25:41.000Z|55851e66-09dc-41a4-907b-e9848a343245|pool-2-thread-4|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-21T11:25:41.000Z|55851e66-09dc-41a4-907b-e9848a343245|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-21T11:25:41.000Z|55851e66-09dc-41a4-907b-e9848a343245|pool-2-thread-4|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-21T11:25:41.001Z|55851e66-09dc-41a4-907b-e9848a343245|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-21T11:25:41.001Z|55851e66-09dc-41a4-907b-e9848a343245|pool-2-thread-4|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-21T11:25:41.001Z|55851e66-09dc-41a4-907b-e9848a343245|pool-2-thread-4|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf_macro
Description:service
Model UUID:e361ce21-fd68-43dd-af00-ff7b04afd51e
Model Version:NULL
Model InvariantUuid:03e6455d-23ef-438a-86dc-01c500fc3ced
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf_macro
Model UUID:9f27cb76-49ef-49da-8868-90d3d6bc5651
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:8496d735-1824-49d5-b8f6-ac5b143ae239
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:2d50a3d2-6a2e-4311-8172-708e5d00b3fe
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:5eb4cd60-f819-47cd-8946-62b3b873a4e2
ModelName:BasicCnfMacro..helm_apache..module-1
ModelUuid:9d08e77f-4b72-4b19-b058-9ffe78998804
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


VF Module Properties:
ModelInvariantUuid:8534574f-576d-4622-921a-fc6f2be3c44a
ModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
ModelUuid:308b9e61-1ab6-4a7c-bc24-da41b87d90e2
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:c838d988-2697-441b-b546-bfb97d50e260
ModelInvariantUuid:5e9297ab-cc4c-4bde-acf1-ed9283414523
ModelName:basic_cnf_macro-nodes.dummy_baseCvfc
ModelUuid:a2285a62-4802-407b-9833-ca6d9d4ec81c
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy_base


VNFC Properties:
ModelCustomizationUuid:f9a028a9-0ce9-47af-aa8a-6313ff62b29d
ModelInvariantUuid:0deb38db-041a-4c7d-81bc-dfb57d28ead2
ModelName:BasicCnfMacro.compute.nodes.heat.dummy_base
ModelUuid:b9b23d60-a572-4bd1-903f-f3de94aba464
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-21T11:25:41.009Z|55851e66-09dc-41a4-907b-e9848a343245|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: f906b13a-f1d2-424d-8596-c0eb8144ecd0
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-21T11:25:41.017Z|55851e66-09dc-41a4-907b-e9848a343245|pool-2-thread-4|||||INFO|500||basic_cnf_macro 0
2022-11-21T11:25:41.018Z|55851e66-09dc-41a4-907b-e9848a343245|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: f906b13a-f1d2-424d-8596-c0eb8144ecd0
2022-11-21T11:25:41.018Z|55851e66-09dc-41a4-907b-e9848a343245|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 44ae25cc-dd90-4b5b-83ff-5b0e8b48bde2 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2022-11-21T11:25:41.018Z|55851e66-09dc-41a4-907b-e9848a343245|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-11-21T11:25:41.019Z|55851e66-09dc-41a4-907b-e9848a343245|pool-2-thread-4|||||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-21T11:25:41.072Z|55851e66-09dc-41a4-907b-e9848a343245|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-11-21T11:25:41.072Z|55851e66-09dc-41a4-907b-e9848a343245|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 44ae25cc-dd90-4b5b-83ff-5b0e8b48bde2 1565
2022-11-21T11:25:41.073Z|55851e66-09dc-41a4-907b-e9848a343245|pool-2-thread-4|||||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-21T11:25:41.073Z|55851e66-09dc-41a4-907b-e9848a343245|pool-2-thread-4|||||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-21T11:25:41.073Z|55851e66-09dc-41a4-907b-e9848a343245|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-21T11:25:41.073Z|55851e66-09dc-41a4-907b-e9848a343245|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-21T11:25:41.075Z|55851e66-09dc-41a4-907b-e9848a343245|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-21T11:25:41.076Z|55851e66-09dc-41a4-907b-e9848a343245|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "55851e66-09dc-41a4-907b-e9848a343245",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669029941073,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-11-21T11:25:41.176Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-21T11:25:41.176Z||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-21T11:25:41.176Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GmHQtEo58V8hNAS8) ...
2022-11-21T11:25:41.224Z||pool-100-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-21T11:25:41.224Z||pool-100-thread-1|||||INFO|500||cambria reply ok (48 ms):{"serverTimeMs":1,"count":1}
2022-11-21T11:25:42.076Z|55851e66-09dc-41a4-907b-e9848a343245|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0",
    "vfModuleModelInvariantUUID": "8534574f-576d-4622-921a-fc6f2be3c44a",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "308b9e61-1ab6-4a7c-bc24-da41b87d90e2",
    "vfModuleModelCustomizationUUID": "2a0ba4f2-f892-4b6e-ab12-2c31a16c9a0d",
    "isBase": true,
    "artifacts": [
      "116a38e9-96e5-46fb-aa70-c3047369f2ed",
      "4b353d30-b28d-4783-915e-941d91d01935"
    ],
    "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": "5eb4cd60-f819-47cd-8946-62b3b873a4e2",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "9d08e77f-4b72-4b19-b058-9ffe78998804",
    "vfModuleModelCustomizationUUID": "edbe71a1-1834-40e5-8a24-7dbcf3db25ad",
    "isBase": false,
    "artifacts": [
      "171beed6-4bed-4252-84ba-4008f0f37aaa"
    ],
    "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-21T11:25:42.082Z|55851e66-09dc-41a4-907b-e9848a343245|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
VfModuleModelVersion:1
VfModuleModelUUID:308b9e61-1ab6-4a7c-bc24-da41b87d90e2
VfModuleModelInvariantUUID:8534574f-576d-4622-921a-fc6f2be3c44a
VfModuleModelDescription:NULL
Artifacts UUID List:{
116a38e9-96e5-46fb-aa70-c3047369f2ed
,
4b353d30-b28d-4783-915e-941d91d01935

}
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:9d08e77f-4b72-4b19-b058-9ffe78998804
VfModuleModelInvariantUUID:5eb4cd60-f819-47cd-8946-62b3b873a4e2
VfModuleModelDescription:NULL
Artifacts UUID List:{
171beed6-4bed-4252-84ba-4008f0f37aaa

}
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-21T11:25:42.085Z|55851e66-09dc-41a4-907b-e9848a343245|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0",
    "vfModuleModelInvariantUUID": "8534574f-576d-4622-921a-fc6f2be3c44a",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "308b9e61-1ab6-4a7c-bc24-da41b87d90e2",
    "vfModuleModelCustomizationUUID": "2a0ba4f2-f892-4b6e-ab12-2c31a16c9a0d",
    "isBase": true,
    "artifacts": [
      "116a38e9-96e5-46fb-aa70-c3047369f2ed",
      "4b353d30-b28d-4783-915e-941d91d01935"
    ],
    "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": "5eb4cd60-f819-47cd-8946-62b3b873a4e2",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "9d08e77f-4b72-4b19-b058-9ffe78998804",
    "vfModuleModelCustomizationUUID": "edbe71a1-1834-40e5-8a24-7dbcf3db25ad",
    "isBase": false,
    "artifacts": [
      "171beed6-4bed-4252-84ba-4008f0f37aaa"
    ],
    "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-21T11:25:42.085Z|55851e66-09dc-41a4-907b-e9848a343245|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
VfModuleModelVersion:1
VfModuleModelUUID:308b9e61-1ab6-4a7c-bc24-da41b87d90e2
VfModuleModelInvariantUUID:8534574f-576d-4622-921a-fc6f2be3c44a
VfModuleModelDescription:NULL
Artifacts UUID List:{
116a38e9-96e5-46fb-aa70-c3047369f2ed
,
4b353d30-b28d-4783-915e-941d91d01935

}
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:9d08e77f-4b72-4b19-b058-9ffe78998804
VfModuleModelInvariantUUID:5eb4cd60-f819-47cd-8946-62b3b873a4e2
VfModuleModelDescription:NULL
Artifacts UUID List:{
171beed6-4bed-4252-84ba-4008f0f37aaa

}
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-21T11:25:42.085Z|55851e66-09dc-41a4-907b-e9848a343245|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 116a38e9-96e5-46fb-aa70-c3047369f2ed from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2022-11-21T11:25:42.086Z|55851e66-09dc-41a4-907b-e9848a343245|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-11-21T11:25:42.086Z|55851e66-09dc-41a4-907b-e9848a343245|pool-2-thread-4|||||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-21T11:25:42.128Z|55851e66-09dc-41a4-907b-e9848a343245|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-11-21T11:25:42.128Z|55851e66-09dc-41a4-907b-e9848a343245|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 116a38e9-96e5-46fb-aa70-c3047369f2ed 914
2022-11-21T11:25:42.129Z|55851e66-09dc-41a4-907b-e9848a343245|pool-2-thread-4|||||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-21T11:25:42.129Z|55851e66-09dc-41a4-907b-e9848a343245|pool-2-thread-4|||||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-21T11:25:42.129Z|55851e66-09dc-41a4-907b-e9848a343245|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-21T11:25:42.129Z|55851e66-09dc-41a4-907b-e9848a343245|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-21T11:25:42.131Z|55851e66-09dc-41a4-907b-e9848a343245|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-21T11:25:42.131Z|55851e66-09dc-41a4-907b-e9848a343245|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "55851e66-09dc-41a4-907b-e9848a343245",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669029942129,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-11-21T11:25:42.231Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-21T11:25:42.232Z||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-21T11:25:42.232Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GmHQtEo58V8hNAS8) ...
2022-11-21T11:25:42.244Z||pool-101-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-21T11:25:42.244Z||pool-101-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-11-21T11:25:43.132Z|55851e66-09dc-41a4-907b-e9848a343245|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 79d220fa-1a89-4ce5-aba6-9e9802ab7f00 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
2022-11-21T11:25:43.132Z|55851e66-09dc-41a4-907b-e9848a343245|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-11-21T11:25:43.132Z|55851e66-09dc-41a4-907b-e9848a343245|pool-2-thread-4|||||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-21T11:25:43.212Z|55851e66-09dc-41a4-907b-e9848a343245|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-11-21T11:25:43.212Z|55851e66-09dc-41a4-907b-e9848a343245|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 79d220fa-1a89-4ce5-aba6-9e9802ab7f00 12
2022-11-21T11:25:43.213Z|55851e66-09dc-41a4-907b-e9848a343245|pool-2-thread-4|||||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-21T11:25:43.213Z|55851e66-09dc-41a4-907b-e9848a343245|pool-2-thread-4|||||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-21T11:25:43.213Z|55851e66-09dc-41a4-907b-e9848a343245|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-21T11:25:43.213Z|55851e66-09dc-41a4-907b-e9848a343245|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-21T11:25:43.215Z|55851e66-09dc-41a4-907b-e9848a343245|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-21T11:25:43.215Z|55851e66-09dc-41a4-907b-e9848a343245|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "55851e66-09dc-41a4-907b-e9848a343245",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669029943213,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DOWNLOAD_OK"
}
2022-11-21T11:25:43.315Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-21T11:25:43.316Z||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-21T11:25:43.316Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GmHQtEo58V8hNAS8) ...
2022-11-21T11:25:43.328Z||pool-102-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-21T11:25:43.329Z||pool-102-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-11-21T11:25:44.216Z|55851e66-09dc-41a4-907b-e9848a343245|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 4b353d30-b28d-4783-915e-941d91d01935 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2022-11-21T11:25:44.216Z|55851e66-09dc-41a4-907b-e9848a343245|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-11-21T11:25:44.216Z|55851e66-09dc-41a4-907b-e9848a343245|pool-2-thread-4|||||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-21T11:25:44.307Z|55851e66-09dc-41a4-907b-e9848a343245|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-11-21T11:25:44.307Z|55851e66-09dc-41a4-907b-e9848a343245|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 4b353d30-b28d-4783-915e-941d91d01935 96
2022-11-21T11:25:44.308Z|55851e66-09dc-41a4-907b-e9848a343245|pool-2-thread-4|||||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-21T11:25:44.308Z|55851e66-09dc-41a4-907b-e9848a343245|pool-2-thread-4|||||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-21T11:25:44.308Z|55851e66-09dc-41a4-907b-e9848a343245|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-21T11:25:44.308Z|55851e66-09dc-41a4-907b-e9848a343245|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-21T11:25:44.310Z|55851e66-09dc-41a4-907b-e9848a343245|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-21T11:25:44.310Z|55851e66-09dc-41a4-907b-e9848a343245|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "55851e66-09dc-41a4-907b-e9848a343245",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669029944307,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-11-21T11:25:44.410Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-21T11:25:44.411Z||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-21T11:25:44.411Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GmHQtEo58V8hNAS8) ...
2022-11-21T11:25:44.426Z||pool-103-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-21T11:25:44.426Z||pool-103-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-11-21T11:25:45.310Z|55851e66-09dc-41a4-907b-e9848a343245|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 171beed6-4bed-4252-84ba-4008f0f37aaa from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
2022-11-21T11:25:45.311Z|55851e66-09dc-41a4-907b-e9848a343245|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-11-21T11:25:45.311Z|55851e66-09dc-41a4-907b-e9848a343245|pool-2-thread-4|||||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-21T11:25:45.421Z|55851e66-09dc-41a4-907b-e9848a343245|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-11-21T11:25:45.423Z|55851e66-09dc-41a4-907b-e9848a343245|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 171beed6-4bed-4252-84ba-4008f0f37aaa 20206
2022-11-21T11:25:45.423Z|55851e66-09dc-41a4-907b-e9848a343245|pool-2-thread-4|||||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-21T11:25:45.423Z|55851e66-09dc-41a4-907b-e9848a343245|pool-2-thread-4|||||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-21T11:25:45.423Z|55851e66-09dc-41a4-907b-e9848a343245|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-21T11:25:45.424Z|55851e66-09dc-41a4-907b-e9848a343245|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-21T11:25:45.426Z|55851e66-09dc-41a4-907b-e9848a343245|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-21T11:25:45.426Z|55851e66-09dc-41a4-907b-e9848a343245|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "55851e66-09dc-41a4-907b-e9848a343245",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669029945423,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-11-21T11:25:45.526Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-21T11:25:45.527Z||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-21T11:25:45.527Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GmHQtEo58V8hNAS8) ...
2022-11-21T11:25:45.539Z||pool-104-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-21T11:25:45.539Z||pool-104-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-11-21T11:25:46.429Z|55851e66-09dc-41a4-907b-e9848a343245|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: e361ce21-fd68-43dd-af00-ff7b04afd51e
2022-11-21T11:25:46.430Z|55851e66-09dc-41a4-907b-e9848a343245|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf_macro 0 f906b13a-f1d2-424d-8596-c0eb8144ecd0 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-21T11:25:46.441Z|55851e66-09dc-41a4-907b-e9848a343245|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@4e6868df, org.onap.sdc.toscaparser.api.parameters.Input@364eb354, org.onap.sdc.toscaparser.api.parameters.Input@3b0bd01a, org.onap.sdc.toscaparser.api.parameters.Input@7cedd030, org.onap.sdc.toscaparser.api.parameters.Input@714e61e2]
2022-11-21T11:25:46.442Z|55851e66-09dc-41a4-907b-e9848a343245|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-21T11:25:46.442Z|55851e66-09dc-41a4-907b-e9848a343245|pool-2-thread-4|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-21T11:25:46.442Z|55851e66-09dc-41a4-907b-e9848a343245|pool-2-thread-4|||||DEBUG|500||VF Category is: Generic 
2022-11-21T11:25:46.443Z|55851e66-09dc-41a4-907b-e9848a343245|pool-2-thread-4|||||DEBUG|500||VFCustomizationUUID= 2d50a3d2-6a2e-4311-8172-708e5d00b3fe
2022-11-21T11:25:46.443Z|55851e66-09dc-41a4-907b-e9848a343245|pool-2-thread-4|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 2d50a3d2-6a2e-4311-8172-708e5d00b3fe matches Tosca VF Customization UUID: 2d50a3d2-6a2e-4311-8172-708e5d00b3fe
2022-11-21T11:25:46.443Z|55851e66-09dc-41a4-907b-e9848a343245|pool-2-thread-4|||||DEBUG|500||vfCustomizationUUID: 2d50a3d2-6a2e-4311-8172-708e5d00b3fe  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-21T11:25:46.445Z|55851e66-09dc-41a4-907b-e9848a343245|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-21T11:25:46.445Z|55851e66-09dc-41a4-907b-e9848a343245|pool-2-thread-4|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-21T11:25:46.446Z|55851e66-09dc-41a4-907b-e9848a343245|pool-2-thread-4|||||DEBUG|500||resource request for resource customization id 2d50a3d2-6a2e-4311-8172-708e5d00b3fe: {\"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-21T11:25:46.446Z|55851e66-09dc-41a4-907b-e9848a343245|pool-2-thread-4|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@4549034b
2022-11-21T11:25:46.446Z|55851e66-09dc-41a4-907b-e9848a343245|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-21T11:25:46.446Z|55851e66-09dc-41a4-907b-e9848a343245|pool-2-thread-4|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-11-21T11:25:46.446Z|55851e66-09dc-41a4-907b-e9848a343245|pool-2-thread-4|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : edbe71a1-1834-40e5-8a24-7dbcf3db25ad
2022-11-21T11:25:46.446Z|55851e66-09dc-41a4-907b-e9848a343245|pool-2-thread-4|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID edbe71a1-1834-40e5-8a24-7dbcf3db25ad
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-21T11:25:46.449Z|55851e66-09dc-41a4-907b-e9848a343245|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-21T11:25:46.449Z|55851e66-09dc-41a4-907b-e9848a343245|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-11-21T11:25:46.449Z|55851e66-09dc-41a4-907b-e9848a343245|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-21T11:25:46.449Z|55851e66-09dc-41a4-907b-e9848a343245|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-21T11:25:46.449Z|55851e66-09dc-41a4-907b-e9848a343245|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-11-21T11:25:46.450Z|55851e66-09dc-41a4-907b-e9848a343245|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-21T11:25:46.450Z|55851e66-09dc-41a4-907b-e9848a343245|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-21T11:25:46.450Z|55851e66-09dc-41a4-907b-e9848a343245|pool-2-thread-4|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-11-21T11:25:46.450Z|55851e66-09dc-41a4-907b-e9848a343245|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=2d50a3d2-6a2e-4311-8172-708e5d00b3fe
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-21T11:25:46.452Z|55851e66-09dc-41a4-907b-e9848a343245|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-21T11:25:46.452Z|55851e66-09dc-41a4-907b-e9848a343245|pool-2-thread-4|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-21T11:25:46.452Z|55851e66-09dc-41a4-907b-e9848a343245|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid e361ce21-fd68-43dd-af00-ff7b04afd51e: basic_cnf_macro
2022-11-21T11:25:46.452Z|55851e66-09dc-41a4-907b-e9848a343245|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-21T11:25:46.452Z|55851e66-09dc-41a4-907b-e9848a343245|pool-2-thread-4|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-21T11:25:46.453Z|55851e66-09dc-41a4-907b-e9848a343245|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-21T11:25:46.453Z|55851e66-09dc-41a4-907b-e9848a343245|pool-2-thread-4|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-21T11:25:46.453Z|55851e66-09dc-41a4-907b-e9848a343245|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-21T11:25:46.453Z|55851e66-09dc-41a4-907b-e9848a343245|pool-2-thread-4|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-21T11:25:46.453Z|55851e66-09dc-41a4-907b-e9848a343245|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-21T11:25:46.453Z|55851e66-09dc-41a4-907b-e9848a343245|pool-2-thread-4|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-21T11:25:46.453Z|55851e66-09dc-41a4-907b-e9848a343245|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-21T11:25:46.453Z|55851e66-09dc-41a4-907b-e9848a343245|pool-2-thread-4|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-21T11:25:46.454Z|55851e66-09dc-41a4-907b-e9848a343245|pool-2-thread-4|||||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-21T11:25:46.490Z|55851e66-09dc-41a4-907b-e9848a343245|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf_macro f906b13a-f1d2-424d-8596-c0eb8144ecd0 2 ASDC deployResourceStructure
2022-11-21T11:25:46.491Z|55851e66-09dc-41a4-907b-e9848a343245|pool-2-thread-4|||||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-21T11:25:46.491Z|55851e66-09dc-41a4-907b-e9848a343245|pool-2-thread-4|||||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-21T11:25:46.491Z|55851e66-09dc-41a4-907b-e9848a343245|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-21T11:25:46.492Z|55851e66-09dc-41a4-907b-e9848a343245|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-21T11:25:46.494Z|55851e66-09dc-41a4-907b-e9848a343245|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-21T11:25:46.494Z|55851e66-09dc-41a4-907b-e9848a343245|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "55851e66-09dc-41a4-907b-e9848a343245",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669029946491,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-11-21T11:25:46.595Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-11-21T11:25:46.596Z||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-21T11:25:46.596Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GmHQtEo58V8hNAS8) ...
2022-11-21T11:25:46.632Z||pool-105-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-21T11:25:46.632Z||pool-105-thread-1|||||INFO|500||cambria reply ok (37 ms):{"serverTimeMs":1,"count":1}
2022-11-21T11:25:47.496Z|55851e66-09dc-41a4-907b-e9848a343245|pool-2-thread-4|||||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-21T11:25:47.497Z|55851e66-09dc-41a4-907b-e9848a343245|pool-2-thread-4|||||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-21T11:25:47.497Z|55851e66-09dc-41a4-907b-e9848a343245|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-21T11:25:47.497Z|55851e66-09dc-41a4-907b-e9848a343245|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-21T11:25:47.499Z|55851e66-09dc-41a4-907b-e9848a343245|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-21T11:25:47.499Z|55851e66-09dc-41a4-907b-e9848a343245|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "55851e66-09dc-41a4-907b-e9848a343245",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669029947496,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DEPLOY_OK"
}
2022-11-21T11:25:47.599Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-21T11:25:47.600Z||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-21T11:25:47.600Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GmHQtEo58V8hNAS8) ...
2022-11-21T11:25:47.612Z||pool-106-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-21T11:25:47.612Z||pool-106-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-11-21T11:25:48.500Z|55851e66-09dc-41a4-907b-e9848a343245|pool-2-thread-4|||||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-21T11:25:48.500Z|55851e66-09dc-41a4-907b-e9848a343245|pool-2-thread-4|||||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-21T11:25:48.500Z|55851e66-09dc-41a4-907b-e9848a343245|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-11-21T11:25:48.501Z|55851e66-09dc-41a4-907b-e9848a343245|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-21T11:25:48.505Z|55851e66-09dc-41a4-907b-e9848a343245|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-21T11:25:48.505Z|55851e66-09dc-41a4-907b-e9848a343245|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "55851e66-09dc-41a4-907b-e9848a343245",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669029948500,
  "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-21T11:25:48.610Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms
2022-11-21T11:25:48.610Z||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-21T11:25:48.610Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GmHQtEo58V8hNAS8) ...
2022-11-21T11:25:48.628Z||pool-107-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-21T11:25:48.629Z||pool-107-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-11-21T11:25:49.507Z|55851e66-09dc-41a4-907b-e9848a343245|pool-2-thread-4|||||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-21T11:25:49.507Z|55851e66-09dc-41a4-907b-e9848a343245|pool-2-thread-4|||||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-21T11:25:49.507Z|55851e66-09dc-41a4-907b-e9848a343245|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-21T11:25:49.508Z|55851e66-09dc-41a4-907b-e9848a343245|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-21T11:25:49.509Z|55851e66-09dc-41a4-907b-e9848a343245|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-21T11:25:49.509Z|55851e66-09dc-41a4-907b-e9848a343245|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "55851e66-09dc-41a4-907b-e9848a343245",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669029949507,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DEPLOY_OK"
}
2022-11-21T11:25:49.611Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-11-21T11:25:49.612Z||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-21T11:25:49.612Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GmHQtEo58V8hNAS8) ...
2022-11-21T11:25:49.626Z||pool-108-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-21T11:25:49.627Z||pool-108-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-11-21T11:25:50.510Z|55851e66-09dc-41a4-907b-e9848a343245|pool-2-thread-4|||||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-21T11:25:50.510Z|55851e66-09dc-41a4-907b-e9848a343245|pool-2-thread-4|||||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-21T11:25:50.511Z|55851e66-09dc-41a4-907b-e9848a343245|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-11-21T11:25:50.511Z|55851e66-09dc-41a4-907b-e9848a343245|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-21T11:25:50.513Z|55851e66-09dc-41a4-907b-e9848a343245|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-21T11:25:50.513Z|55851e66-09dc-41a4-907b-e9848a343245|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "55851e66-09dc-41a4-907b-e9848a343245",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669029950510,
  "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-21T11:25:50.613Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-21T11:25:50.614Z||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-21T11:25:50.614Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GmHQtEo58V8hNAS8) ...
2022-11-21T11:25:50.632Z||pool-109-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-21T11:25:50.632Z||pool-109-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-11-21T11:25:51.514Z|55851e66-09dc-41a4-907b-e9848a343245|pool-2-thread-4|||||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-21T11:25:51.514Z|55851e66-09dc-41a4-907b-e9848a343245|pool-2-thread-4|||||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-21T11:25:51.514Z|55851e66-09dc-41a4-907b-e9848a343245|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-21T11:25:51.515Z|55851e66-09dc-41a4-907b-e9848a343245|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-21T11:25:51.517Z|55851e66-09dc-41a4-907b-e9848a343245|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-21T11:25:51.517Z|55851e66-09dc-41a4-907b-e9848a343245|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "55851e66-09dc-41a4-907b-e9848a343245",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669029951514,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-21T11:25:51.619Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-11-21T11:25:51.619Z||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-21T11:25:51.619Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GmHQtEo58V8hNAS8) ...
2022-11-21T11:25:51.637Z||pool-110-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-21T11:25:51.638Z||pool-110-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-11-21T11:25:52.518Z|55851e66-09dc-41a4-907b-e9848a343245|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 55851e66-09dc-41a4-907b-e9848a343245
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-21T11:25:52.527Z|55851e66-09dc-41a4-907b-e9848a343245|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 55851e66-09dc-41a4-907b-e9848a343245
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-21T11:25:52.530Z|55851e66-09dc-41a4-907b-e9848a343245|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-21T11:25:52.530Z|55851e66-09dc-41a4-907b-e9848a343245|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-11-21T11:25:52.530Z|55851e66-09dc-41a4-907b-e9848a343245|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-11-21T11:25:52.530Z|55851e66-09dc-41a4-907b-e9848a343245|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-11-21T11:25:52.530Z|55851e66-09dc-41a4-907b-e9848a343245|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-21T11:25:52.530Z|55851e66-09dc-41a4-907b-e9848a343245|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-21T11:25:52.530Z|55851e66-09dc-41a4-907b-e9848a343245|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-21T11:25:52.530Z|55851e66-09dc-41a4-907b-e9848a343245|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-21T11:25:52.530Z|55851e66-09dc-41a4-907b-e9848a343245|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-21T11:25:52.530Z|55851e66-09dc-41a4-907b-e9848a343245|pool-2-thread-4|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-21T11:25:52.535Z|55851e66-09dc-41a4-907b-e9848a343245|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-11-21T11:26:22.535Z|55851e66-09dc-41a4-907b-e9848a343245|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 55851e66-09dc-41a4-907b-e9848a343245 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-21T11:26:22.544Z|55851e66-09dc-41a4-907b-e9848a343245|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 55851e66-09dc-41a4-907b-e9848a343245 and serviceModelVersionId: e361ce21-fd68-43dd-af00-ff7b04afd51e
2022-11-21T11:26:22.544Z|55851e66-09dc-41a4-907b-e9848a343245|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 03e6455d-23ef-438a-86dc-01c500fc3ced
2022-11-21T11:26:22.545Z|55851e66-09dc-41a4-907b-e9848a343245|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/03e6455d-23ef-438a-86dc-01c500fc3ced/model-vers/model-ver/e361ce21-fd68-43dd-af00-ff7b04afd51e?depth=0
2022-11-21T11:26:22.551Z|55851e66-09dc-41a4-907b-e9848a343245|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2022-11-21T11:26:22.603Z|55851e66-09dc-41a4-907b-e9848a343245|pool-2-thread-4|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03e6455d-23ef-438a-86dc-01c500fc3ced/model-vers/model-ver/e361ce21-fd68-43dd-af00-ff7b04afd51e?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-21T11:26:22.605Z|55851e66-09dc-41a4-907b-e9848a343245|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03e6455d-23ef-438a-86dc-01c500fc3ced/model-vers/model-ver/e361ce21-fd68-43dd-af00-ff7b04afd51e?depth=0|INFO|500||Invoke
2022-11-21T11:26:22.632Z|55851e66-09dc-41a4-907b-e9848a343245|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03e6455d-23ef-438a-86dc-01c500fc3ced/model-vers/model-ver/e361ce21-fd68-43dd-af00-ff7b04afd51e?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-11-21T11:26:22.724Z|55851e66-09dc-41a4-907b-e9848a343245|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03e6455d-23ef-438a-86dc-01c500fc3ced/model-vers/model-ver/e361ce21-fd68-43dd-af00-ff7b04afd51e?depth=0|INFO|500||InvokeReturn
2022-11-21T11:26:22.726Z|55851e66-09dc-41a4-907b-e9848a343245|pool-2-thread-4|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03e6455d-23ef-438a-86dc-01c500fc3ced/model-vers/model-ver/e361ce21-fd68-43dd-af00-ff7b04afd51e?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-221121-11:26:22:982-87637], vertex-id=[196832], Content-Length=[0], Date=[Mon, 21 Nov 2022 11:26:22 GMT], Content-Type=[application/json]}
2022-11-21T11:26:22.726Z|55851e66-09dc-41a4-907b-e9848a343245|pool-2-thread-4|||||DEBUG|500||Response was returned with an empty entity.
2022-11-21T11:26:22.727Z|55851e66-09dc-41a4-907b-e9848a343245|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-11-21T11:26:22.728Z|55851e66-09dc-41a4-907b-e9848a343245|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-21T11:26:22.733Z|55851e66-09dc-41a4-907b-e9848a343245|pool-2-thread-4|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-11-21T11:26:22.734Z|55851e66-09dc-41a4-907b-e9848a343245|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 55851e66-09dc-41a4-907b-e9848a343245 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-11-21T11:26:22.734Z|55851e66-09dc-41a4-907b-e9848a343245|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-11-21T11:26:22.734Z|55851e66-09dc-41a4-907b-e9848a343245|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-21T11:26:22.736Z|55851e66-09dc-41a4-907b-e9848a343245|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-21T11:26:22.737Z|55851e66-09dc-41a4-907b-e9848a343245|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "55851e66-09dc-41a4-907b-e9848a343245",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669029982734,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-21T11:26:22.837Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-21T11:26:22.837Z||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-21T11:26:22.837Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GmHQtEo58V8hNAS8) ...
2022-11-21T11:26:22.850Z||pool-111-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-21T11:26:22.851Z||pool-111-thread-1|||||INFO|500||cambria reply ok (14 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-21T11:26:23.750Z|55851e66-09dc-41a4-907b-e9848a343245|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-21T11:26:23.750Z|55851e66-09dc-41a4-907b-e9848a343245|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"aba8b03f-00a8-45e9-b9db-8bd6dc01b77e","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"83928069-7ce9-4376-a9bc-940baf779f77","serviceDescription":"service","serviceInvariantUUID":"2a00f736-f114-4471-984d-796b6d79b6a8","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"7d92ce93-270c-4b6e-95f2-3e63c5a3d6d1","resourceInvariantUUID":"0552b5ce-211b-4dee-9643-4877a159e537","resourceCustomizationUUID":"ec4157cf-cdeb-4383-8d53-56dfa40d10c7","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":"NmI1NDg2NDA4ZGUyYTM5ZjU4ZWFhNjUyZTZkYjA2OTU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"2d64dfcb-80e6-4da7-b6ea-6fda9fd8c5a3","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":"YTFhMDNhZjJmNjZiNWRlZjlhNzA5YzM0Nzk2MGRkNDI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"e80a2b52-6f77-40de-9359-edab3e77f347","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":"12e7c8df-1a26-4bae-a87c-a708e9fcf409","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":"355013a8-e3ee-444e-9a96-d0610cda08e6","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":"f503ad13-8f5a-46bc-9733-0d0c2dc3f04b","artifactVersion":"2","generatedFromUUID":"12e7c8df-1a26-4bae-a87c-a708e9fcf409"},{"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":"NjJhY2RiYzIxMWZkYmI1YzE3ZmEwNzU1NGEyZWQ0NzA\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"5d88b3ee-798b-4f96-b82d-a397576054bf","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":"ZTUxMTVhYWI1Y2FlYWY1ZTYzYzlkMmM4MDdmNTRjZWU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"4ead8bf5-84c7-4b24-8382-f9f5b5254449","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"NjRhNWQ2ZTlmYWQ2MGFiZmM4MjNhYzIwMmZjNmFmZmI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"66e47336-080a-4258-b48d-a5d895401365","artifactVersion":"1"}],"workloadContext":"Production"}
2022-11-21T11:26:23.750Z|55851e66-09dc-41a4-907b-e9848a343245|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-21T11:26:23.750Z|55851e66-09dc-41a4-907b-e9848a343245|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-21T11:26:23.752Z|55851e66-09dc-41a4-907b-e9848a343245|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-21T11:26:23.752Z|55851e66-09dc-41a4-907b-e9848a343245|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "aba8b03f-00a8-45e9-b9db-8bd6dc01b77e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669029927660,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-21T11:26:23.852Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-21T11:26:23.853Z||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-21T11:26:23.853Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GmHQtEo58V8hNAS8) ...
2022-11-21T11:26:23.863Z||pool-112-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-21T11:26:23.864Z||pool-112-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-11-21T11:26:24.753Z|55851e66-09dc-41a4-907b-e9848a343245|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-21T11:26:24.753Z|55851e66-09dc-41a4-907b-e9848a343245|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-21T11:26:24.755Z|55851e66-09dc-41a4-907b-e9848a343245|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-21T11:26:24.755Z|55851e66-09dc-41a4-907b-e9848a343245|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "aba8b03f-00a8-45e9-b9db-8bd6dc01b77e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669029927660,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-11-21T11:26:24.856Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-21T11:26:24.856Z||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-21T11:26:24.857Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GmHQtEo58V8hNAS8) ...
2022-11-21T11:26:24.865Z||pool-113-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-21T11:26:24.866Z||pool-113-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-11-21T11:26:25.756Z|55851e66-09dc-41a4-907b-e9848a343245|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-21T11:26:25.756Z|55851e66-09dc-41a4-907b-e9848a343245|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-21T11:26:25.758Z|55851e66-09dc-41a4-907b-e9848a343245|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-21T11:26:25.758Z|55851e66-09dc-41a4-907b-e9848a343245|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "aba8b03f-00a8-45e9-b9db-8bd6dc01b77e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669029927660,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-11-21T11:26:25.858Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-21T11:26:25.859Z||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-21T11:26:25.859Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GmHQtEo58V8hNAS8) ...
2022-11-21T11:26:25.870Z||pool-114-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-21T11:26:25.870Z||pool-114-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2022-11-21T11:26:26.759Z|55851e66-09dc-41a4-907b-e9848a343245|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-21T11:26:26.759Z|55851e66-09dc-41a4-907b-e9848a343245|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-21T11:26:26.761Z|55851e66-09dc-41a4-907b-e9848a343245|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-21T11:26:26.761Z|55851e66-09dc-41a4-907b-e9848a343245|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "aba8b03f-00a8-45e9-b9db-8bd6dc01b77e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669029927660,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-21T11:26:26.861Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-21T11:26:26.862Z||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-21T11:26:26.862Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GmHQtEo58V8hNAS8) ...
2022-11-21T11:26:26.874Z||pool-115-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-21T11:26:26.874Z||pool-115-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-11-21T11:26:27.663Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-21T11:26:27.664Z||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-21T11:26:27.664Z||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 GmHQtEo58V8hNAS8) ...
2022-11-21T11:26:27.680Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-21T11:26:27.680Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-21T11:26:27.681Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd7dc388-19e7-494c-aff6-be6d697ae4e8",
  "consumerID": "cds",
  "timestamp": 1669029926103,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-21T11:26:27.681Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-21T11:26:27.762Z|55851e66-09dc-41a4-907b-e9848a343245|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-21T11:26:27.762Z|55851e66-09dc-41a4-907b-e9848a343245|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-21T11:26:27.764Z|55851e66-09dc-41a4-907b-e9848a343245|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-21T11:26:27.764Z|55851e66-09dc-41a4-907b-e9848a343245|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "aba8b03f-00a8-45e9-b9db-8bd6dc01b77e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669029927660,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-11-21T11:26:27.864Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-21T11:26:27.866Z||pool-116-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-11-21T11:26:27.866Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GmHQtEo58V8hNAS8) ...
2022-11-21T11:26:27.879Z||pool-116-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-21T11:26:27.880Z||pool-116-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-11-21T11:26:28.765Z|55851e66-09dc-41a4-907b-e9848a343245|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-21T11:26:28.765Z|55851e66-09dc-41a4-907b-e9848a343245|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-21T11:26:28.768Z|55851e66-09dc-41a4-907b-e9848a343245|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-21T11:26:28.768Z|55851e66-09dc-41a4-907b-e9848a343245|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "aba8b03f-00a8-45e9-b9db-8bd6dc01b77e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669029927660,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-21T11:26:28.868Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-21T11:26:28.868Z||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-21T11:26:28.869Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GmHQtEo58V8hNAS8) ...
2022-11-21T11:26:28.882Z||pool-117-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-21T11:26:28.882Z||pool-117-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-11-21T11:26:29.769Z|55851e66-09dc-41a4-907b-e9848a343245|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-21T11:26:29.769Z|55851e66-09dc-41a4-907b-e9848a343245|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-21T11:26:29.771Z|55851e66-09dc-41a4-907b-e9848a343245|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-21T11:26:29.771Z|55851e66-09dc-41a4-907b-e9848a343245|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "aba8b03f-00a8-45e9-b9db-8bd6dc01b77e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669029927660,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-21T11:26:29.871Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-21T11:26:29.872Z||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-21T11:26:29.872Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GmHQtEo58V8hNAS8) ...
2022-11-21T11:26:29.883Z||pool-118-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-21T11:26:29.883Z||pool-118-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-11-21T11:26:30.772Z|55851e66-09dc-41a4-907b-e9848a343245|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-21T11:26:30.772Z|55851e66-09dc-41a4-907b-e9848a343245|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-21T11:26:30.774Z|55851e66-09dc-41a4-907b-e9848a343245|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-21T11:26:30.774Z|55851e66-09dc-41a4-907b-e9848a343245|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "aba8b03f-00a8-45e9-b9db-8bd6dc01b77e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669029927660,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-11-21T11:26:30.875Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-21T11:26:30.876Z||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-21T11:26:30.876Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GmHQtEo58V8hNAS8) ...
2022-11-21T11:26:30.888Z||pool-119-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-21T11:26:30.888Z||pool-119-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-11-21T11:26:31.775Z|55851e66-09dc-41a4-907b-e9848a343245|pool-2-thread-4|||||DEBUG|500||sending notification to client: {
  "distributionID": "aba8b03f-00a8-45e9-b9db-8bd6dc01b77e",
  "serviceName": "basic_vm_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "83928069-7ce9-4376-a9bc-940baf779f77",
  "serviceDescription": "service",
  "serviceInvariantUUID": "2a00f736-f114-4471-984d-796b6d79b6a8",
  "resources": [
    {
      "resourceInstanceName": "basic_vm_macro 0",
      "resourceCustomizationUUID": "ec4157cf-cdeb-4383-8d53-56dfa40d10c7",
      "resourceName": "basic_vm_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "7d92ce93-270c-4b6e-95f2-3e63c5a3d6d1",
      "resourceInvariantUUID": "0552b5ce-211b-4dee-9643-4877a159e537",
      "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": "YTFhMDNhZjJmNjZiNWRlZjlhNzA5YzM0Nzk2MGRkNDI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "e80a2b52-6f77-40de-9359-edab3e77f347",
          "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": "12e7c8df-1a26-4bae-a87c-a708e9fcf409",
          "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": "f503ad13-8f5a-46bc-9733-0d0c2dc3f04b",
            "generatedFromUUID": "12e7c8df-1a26-4bae-a87c-a708e9fcf409"
          },
          "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": "f503ad13-8f5a-46bc-9733-0d0c2dc3f04b",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVmMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
      "artifactChecksum": "NjRhNWQ2ZTlmYWQ2MGFiZmM4MjNhYzIwMmZjNmFmZmI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "66e47336-080a-4258-b48d-a5d895401365"
    }
  ],
  "workloadContext": "Production"
}
2022-11-21T11:26:31.776Z|55851e66-09dc-41a4-907b-e9848a343245|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-11-21T11:26:31.776Z|55851e66-09dc-41a4-907b-e9848a343245|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 83928069-7ce9-4376-a9bc-940baf779f77 ASDC
2022-11-21T11:26:31.777Z|aba8b03f-00a8-45e9-b9db-8bd6dc01b77e|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:aba8b03f-00a8-45e9-b9db-8bd6dc01b77e
ServiceName:basic_vm_macro
ServiceVersion:1.0
ServiceUUID:83928069-7ce9-4376-a9bc-940baf779f77
ServiceInvariantUUID:2a00f736-f114-4471-984d-796b6d79b6a8
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:66e47336-080a-4258-b48d-a5d895401365
ArtifactChecksum:NjRhNWQ2ZTlmYWQ2MGFiZmM4MjNhYzIwMmZjNmFmZmI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm_macro 0
ResourceCustomizationUUID:ec4157cf-cdeb-4383-8d53-56dfa40d10c7
ResourceInvariantUUID:0552b5ce-211b-4dee-9643-4877a159e537
ResourceName:basic_vm_macro
ResourceType:VF
ResourceUUID:7d92ce93-270c-4b6e-95f2-3e63c5a3d6d1
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:e80a2b52-6f77-40de-9359-edab3e77f347
ArtifactChecksum:YTFhMDNhZjJmNjZiNWRlZjlhNzA5YzM0Nzk2MGRkNDI=
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:12e7c8df-1a26-4bae-a87c-a708e9fcf409
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:f503ad13-8f5a-46bc-9733-0d0c2dc3f04b
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:f503ad13-8f5a-46bc-9733-0d0c2dc3f04b
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-11-21T11:26:31.777Z|aba8b03f-00a8-45e9-b9db-8bd6dc01b77e|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 83928069-7ce9-4376-a9bc-940baf779f77 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-21T11:26:31.811Z|aba8b03f-00a8-45e9-b9db-8bd6dc01b77e|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-21T11:26:31.812Z|aba8b03f-00a8-45e9-b9db-8bd6dc01b77e|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-11-21T11:26:31.812Z|aba8b03f-00a8-45e9-b9db-8bd6dc01b77e|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-11-21T11:26:31.812Z|aba8b03f-00a8-45e9-b9db-8bd6dc01b77e|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 66e47336-080a-4258-b48d-a5d895401365 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-11-21T11:26:31.812Z|aba8b03f-00a8-45e9-b9db-8bd6dc01b77e|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-11-21T11:26:31.812Z|aba8b03f-00a8-45e9-b9db-8bd6dc01b77e|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-11-21T11:26:31.867Z|aba8b03f-00a8-45e9-b9db-8bd6dc01b77e|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-11-21T11:26:31.873Z|aba8b03f-00a8-45e9-b9db-8bd6dc01b77e|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 66e47336-080a-4258-b48d-a5d895401365 82620
2022-11-21T11:26:31.873Z|aba8b03f-00a8-45e9-b9db-8bd6dc01b77e|pool-2-thread-4|||||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-21T11:26:31.873Z|aba8b03f-00a8-45e9-b9db-8bd6dc01b77e|pool-2-thread-4|||||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-21T11:26:31.873Z|aba8b03f-00a8-45e9-b9db-8bd6dc01b77e|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-21T11:26:31.874Z|aba8b03f-00a8-45e9-b9db-8bd6dc01b77e|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-21T11:26:31.876Z|aba8b03f-00a8-45e9-b9db-8bd6dc01b77e|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-21T11:26:31.876Z|aba8b03f-00a8-45e9-b9db-8bd6dc01b77e|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "aba8b03f-00a8-45e9-b9db-8bd6dc01b77e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669029991873,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-21T11:26:31.976Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-21T11:26:31.977Z||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-21T11:26:31.977Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GmHQtEo58V8hNAS8) ...
2022-11-21T11:26:31.990Z||pool-120-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-21T11:26:31.990Z||pool-120-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-11-21T11:26:32.877Z|aba8b03f-00a8-45e9-b9db-8bd6dc01b77e|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-21T11:26:32.878Z|aba8b03f-00a8-45e9-b9db-8bd6dc01b77e|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-11-21T11:26:32.878Z|aba8b03f-00a8-45e9-b9db-8bd6dc01b77e|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 66e47336-080a-4258-b48d-a5d895401365, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-11-21T11:26:32.878Z|aba8b03f-00a8-45e9-b9db-8bd6dc01b77e|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar
2022-11-21T11:26:32.879Z|aba8b03f-00a8-45e9-b9db-8bd6dc01b77e|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-11-21T11:26:32.879Z|aba8b03f-00a8-45e9-b9db-8bd6dc01b77e|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-11-21T11:26:33.024Z|aba8b03f-00a8-45e9-b9db-8bd6dc01b77e|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7996460265308488117/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-21T11:26:34.199Z|aba8b03f-00a8-45e9-b9db-8bd6dc01b77e|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2022-11-21T11:26:34.199Z|aba8b03f-00a8-45e9-b9db-8bd6dc01b77e|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-11-21T11:26:34.199Z|aba8b03f-00a8-45e9-b9db-8bd6dc01b77e|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-11-21T11:26:34.200Z|aba8b03f-00a8-45e9-b9db-8bd6dc01b77e|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-11-21T11:26:34.200Z|aba8b03f-00a8-45e9-b9db-8bd6dc01b77e|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-11-21T11:26:34.200Z|aba8b03f-00a8-45e9-b9db-8bd6dc01b77e|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-11-21T11:26:34.200Z|aba8b03f-00a8-45e9-b9db-8bd6dc01b77e|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-11-21T11:26:34.200Z|aba8b03f-00a8-45e9-b9db-8bd6dc01b77e|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-11-21T11:26:34.200Z|aba8b03f-00a8-45e9-b9db-8bd6dc01b77e|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-11-21T11:26:34.200Z|aba8b03f-00a8-45e9-b9db-8bd6dc01b77e|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-11-21T11:26:34.200Z|aba8b03f-00a8-45e9-b9db-8bd6dc01b77e|pool-2-thread-4|||||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-21T11:26:34.200Z|aba8b03f-00a8-45e9-b9db-8bd6dc01b77e|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-11-21T11:26:34.200Z|aba8b03f-00a8-45e9-b9db-8bd6dc01b77e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-21T11:26:34.201Z|aba8b03f-00a8-45e9-b9db-8bd6dc01b77e|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-21T11:26:34.201Z|aba8b03f-00a8-45e9-b9db-8bd6dc01b77e|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-11-21T11:26:34.201Z|aba8b03f-00a8-45e9-b9db-8bd6dc01b77e|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-11-21T11:26:34.201Z|aba8b03f-00a8-45e9-b9db-8bd6dc01b77e|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-21T11:26:34.201Z|aba8b03f-00a8-45e9-b9db-8bd6dc01b77e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-21T11:26:34.201Z|aba8b03f-00a8-45e9-b9db-8bd6dc01b77e|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-21T11:26:34.202Z|aba8b03f-00a8-45e9-b9db-8bd6dc01b77e|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-11-21T11:26:34.202Z|aba8b03f-00a8-45e9-b9db-8bd6dc01b77e|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-11-21T11:26:34.202Z|aba8b03f-00a8-45e9-b9db-8bd6dc01b77e|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-21T11:26:34.202Z|aba8b03f-00a8-45e9-b9db-8bd6dc01b77e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-21T11:26:34.202Z|aba8b03f-00a8-45e9-b9db-8bd6dc01b77e|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-21T11:26:34.202Z|aba8b03f-00a8-45e9-b9db-8bd6dc01b77e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-21T11:26:34.202Z|aba8b03f-00a8-45e9-b9db-8bd6dc01b77e|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-11-21T11:26:34.202Z|aba8b03f-00a8-45e9-b9db-8bd6dc01b77e|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2022-11-21T11:26:34.203Z|aba8b03f-00a8-45e9-b9db-8bd6dc01b77e|pool-2-thread-4|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2022-11-21T11:26:34.203Z|aba8b03f-00a8-45e9-b9db-8bd6dc01b77e|pool-2-thread-4|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2022-11-21T11:26:34.203Z|aba8b03f-00a8-45e9-b9db-8bd6dc01b77e|pool-2-thread-4|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-11-21T11:26:34.203Z|aba8b03f-00a8-45e9-b9db-8bd6dc01b77e|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-11-21T11:26:34.203Z|aba8b03f-00a8-45e9-b9db-8bd6dc01b77e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-21T11:26:34.203Z|aba8b03f-00a8-45e9-b9db-8bd6dc01b77e|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-11-21T11:26:34.203Z|aba8b03f-00a8-45e9-b9db-8bd6dc01b77e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-21T11:26:34.204Z|aba8b03f-00a8-45e9-b9db-8bd6dc01b77e|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-11-21T11:26:34.204Z|aba8b03f-00a8-45e9-b9db-8bd6dc01b77e|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-21T11:26:34.204Z|aba8b03f-00a8-45e9-b9db-8bd6dc01b77e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-21T11:26:34.204Z|aba8b03f-00a8-45e9-b9db-8bd6dc01b77e|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-11-21T11:26:34.204Z|aba8b03f-00a8-45e9-b9db-8bd6dc01b77e|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-21T11:26:34.204Z|aba8b03f-00a8-45e9-b9db-8bd6dc01b77e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-21T11:26:34.205Z|aba8b03f-00a8-45e9-b9db-8bd6dc01b77e|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-11-21T11:26:34.205Z|aba8b03f-00a8-45e9-b9db-8bd6dc01b77e|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-21T11:26:34.205Z|aba8b03f-00a8-45e9-b9db-8bd6dc01b77e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-21T11:26:34.205Z|aba8b03f-00a8-45e9-b9db-8bd6dc01b77e|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-11-21T11:26:34.205Z|aba8b03f-00a8-45e9-b9db-8bd6dc01b77e|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-11-21T11:26:34.205Z|aba8b03f-00a8-45e9-b9db-8bd6dc01b77e|pool-2-thread-4|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-11-21T11:26:34.205Z|aba8b03f-00a8-45e9-b9db-8bd6dc01b77e|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=2b0ad6ae-26d3-476b-b6b2-5adce9b63a8d
2022-11-21T11:26:34.206Z|aba8b03f-00a8-45e9-b9db-8bd6dc01b77e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-21T11:26:34.206Z|aba8b03f-00a8-45e9-b9db-8bd6dc01b77e|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-21T11:26:34.206Z|aba8b03f-00a8-45e9-b9db-8bd6dc01b77e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-21T11:26:34.206Z|aba8b03f-00a8-45e9-b9db-8bd6dc01b77e|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-21T11:26:34.206Z|aba8b03f-00a8-45e9-b9db-8bd6dc01b77e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-21T11:26:34.206Z|aba8b03f-00a8-45e9-b9db-8bd6dc01b77e|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-21T11:26:34.206Z|aba8b03f-00a8-45e9-b9db-8bd6dc01b77e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-21T11:26:34.207Z|aba8b03f-00a8-45e9-b9db-8bd6dc01b77e|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-21T11:26:34.207Z|aba8b03f-00a8-45e9-b9db-8bd6dc01b77e|pool-2-thread-4|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm_macro
Description:service
Model UUID:83928069-7ce9-4376-a9bc-940baf779f77
Model Version:NULL
Model InvariantUuid:2a00f736-f114-4471-984d-796b6d79b6a8
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm_macro
Model UUID:b8a18eeb-f000-44ad-9d25-c4a123d6ccbd
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:0552b5ce-211b-4dee-9643-4877a159e537
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:ec4157cf-cdeb-4383-8d53-56dfa40d10c7
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:b030a9cc-7d42-4ab4-93e9-7dc13f4acacd
ModelName:BasicVmMacro..base_ubuntu20..module-0
ModelUuid:2245288e-457e-4deb-b367-f95f03d06f2b
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:2b0ad6ae-26d3-476b-b6b2-5adce9b63a8d
ModelInvariantUuid:bc555b65-8b7c-4347-9424-98bd4a5f2ea4
ModelName:basic_vm_macro-nodes.ubuntu20Cvfc
ModelUuid:5572f8a2-08a2-4d97-ae27-88f4bacc35e2
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:ed76e31c-95aa-40a9-a71d-4ecc3e7c30e8
ModelInvariantUuid:9d46b6a1-1981-4587-a3bf-e402fef2e9f8
ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20
ModelUuid:a966fc4d-57ab-4374-88e4-7b36a3d01cc3
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-21T11:26:34.212Z|aba8b03f-00a8-45e9-b9db-8bd6dc01b77e|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: 7d92ce93-270c-4b6e-95f2-3e63c5a3d6d1
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-21T11:26:34.214Z|aba8b03f-00a8-45e9-b9db-8bd6dc01b77e|pool-2-thread-4|||||INFO|500||basic_vm_macro 0
2022-11-21T11:26:34.214Z|aba8b03f-00a8-45e9-b9db-8bd6dc01b77e|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 7d92ce93-270c-4b6e-95f2-3e63c5a3d6d1
2022-11-21T11:26:34.214Z|aba8b03f-00a8-45e9-b9db-8bd6dc01b77e|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: e80a2b52-6f77-40de-9359-edab3e77f347 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-11-21T11:26:34.214Z|aba8b03f-00a8-45e9-b9db-8bd6dc01b77e|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-11-21T11:26:34.215Z|aba8b03f-00a8-45e9-b9db-8bd6dc01b77e|pool-2-thread-4|||||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-21T11:26:34.261Z|aba8b03f-00a8-45e9-b9db-8bd6dc01b77e|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-11-21T11:26:34.261Z|aba8b03f-00a8-45e9-b9db-8bd6dc01b77e|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json e80a2b52-6f77-40de-9359-edab3e77f347 792
2022-11-21T11:26:34.262Z|aba8b03f-00a8-45e9-b9db-8bd6dc01b77e|pool-2-thread-4|||||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-21T11:26:34.262Z|aba8b03f-00a8-45e9-b9db-8bd6dc01b77e|pool-2-thread-4|||||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-21T11:26:34.262Z|aba8b03f-00a8-45e9-b9db-8bd6dc01b77e|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-21T11:26:34.262Z|aba8b03f-00a8-45e9-b9db-8bd6dc01b77e|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-21T11:26:34.264Z|aba8b03f-00a8-45e9-b9db-8bd6dc01b77e|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-21T11:26:34.264Z|aba8b03f-00a8-45e9-b9db-8bd6dc01b77e|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "aba8b03f-00a8-45e9-b9db-8bd6dc01b77e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669029994262,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-11-21T11:26:34.364Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-21T11:26:34.365Z||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-21T11:26:34.365Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GmHQtEo58V8hNAS8) ...
2022-11-21T11:26:34.398Z||pool-121-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-21T11:26:34.399Z||pool-121-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":0,"count":1}
2022-11-21T11:26:35.265Z|aba8b03f-00a8-45e9-b9db-8bd6dc01b77e|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "b030a9cc-7d42-4ab4-93e9-7dc13f4acacd",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "2245288e-457e-4deb-b367-f95f03d06f2b",
    "vfModuleModelCustomizationUUID": "38d6cb84-9187-4976-9563-9e9b0449e5da",
    "isBase": true,
    "artifacts": [
      "12e7c8df-1a26-4bae-a87c-a708e9fcf409",
      "f503ad13-8f5a-46bc-9733-0d0c2dc3f04b"
    ],
    "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-21T11:26:35.268Z|aba8b03f-00a8-45e9-b9db-8bd6dc01b77e|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:2245288e-457e-4deb-b367-f95f03d06f2b
VfModuleModelInvariantUUID:b030a9cc-7d42-4ab4-93e9-7dc13f4acacd
VfModuleModelDescription:NULL
Artifacts UUID List:{
12e7c8df-1a26-4bae-a87c-a708e9fcf409
,
f503ad13-8f5a-46bc-9733-0d0c2dc3f04b

}
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-21T11:26:35.270Z|aba8b03f-00a8-45e9-b9db-8bd6dc01b77e|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "b030a9cc-7d42-4ab4-93e9-7dc13f4acacd",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "2245288e-457e-4deb-b367-f95f03d06f2b",
    "vfModuleModelCustomizationUUID": "38d6cb84-9187-4976-9563-9e9b0449e5da",
    "isBase": true,
    "artifacts": [
      "12e7c8df-1a26-4bae-a87c-a708e9fcf409",
      "f503ad13-8f5a-46bc-9733-0d0c2dc3f04b"
    ],
    "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-21T11:26:35.271Z|aba8b03f-00a8-45e9-b9db-8bd6dc01b77e|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:2245288e-457e-4deb-b367-f95f03d06f2b
VfModuleModelInvariantUUID:b030a9cc-7d42-4ab4-93e9-7dc13f4acacd
VfModuleModelDescription:NULL
Artifacts UUID List:{
12e7c8df-1a26-4bae-a87c-a708e9fcf409
,
f503ad13-8f5a-46bc-9733-0d0c2dc3f04b

}
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-21T11:26:35.271Z|aba8b03f-00a8-45e9-b9db-8bd6dc01b77e|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 12e7c8df-1a26-4bae-a87c-a708e9fcf409 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-11-21T11:26:35.271Z|aba8b03f-00a8-45e9-b9db-8bd6dc01b77e|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-11-21T11:26:35.271Z|aba8b03f-00a8-45e9-b9db-8bd6dc01b77e|pool-2-thread-4|||||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-21T11:26:35.310Z|aba8b03f-00a8-45e9-b9db-8bd6dc01b77e|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-11-21T11:26:35.310Z|aba8b03f-00a8-45e9-b9db-8bd6dc01b77e|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 12e7c8df-1a26-4bae-a87c-a708e9fcf409 5033
2022-11-21T11:26:35.310Z|aba8b03f-00a8-45e9-b9db-8bd6dc01b77e|pool-2-thread-4|||||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-21T11:26:35.310Z|aba8b03f-00a8-45e9-b9db-8bd6dc01b77e|pool-2-thread-4|||||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-21T11:26:35.310Z|aba8b03f-00a8-45e9-b9db-8bd6dc01b77e|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-21T11:26:35.311Z|aba8b03f-00a8-45e9-b9db-8bd6dc01b77e|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-21T11:26:35.313Z|aba8b03f-00a8-45e9-b9db-8bd6dc01b77e|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-21T11:26:35.313Z|aba8b03f-00a8-45e9-b9db-8bd6dc01b77e|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "aba8b03f-00a8-45e9-b9db-8bd6dc01b77e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669029995310,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-11-21T11:26:35.413Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-21T11:26:35.414Z||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-21T11:26:35.414Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GmHQtEo58V8hNAS8) ...
2022-11-21T11:26:35.424Z||pool-122-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-21T11:26:35.424Z||pool-122-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-11-21T11:26:36.313Z|aba8b03f-00a8-45e9-b9db-8bd6dc01b77e|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: f503ad13-8f5a-46bc-9733-0d0c2dc3f04b from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-11-21T11:26:36.314Z|aba8b03f-00a8-45e9-b9db-8bd6dc01b77e|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-11-21T11:26:36.314Z|aba8b03f-00a8-45e9-b9db-8bd6dc01b77e|pool-2-thread-4|||||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-21T11:26:36.384Z|aba8b03f-00a8-45e9-b9db-8bd6dc01b77e|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-11-21T11:26:36.384Z|aba8b03f-00a8-45e9-b9db-8bd6dc01b77e|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env f503ad13-8f5a-46bc-9733-0d0c2dc3f04b 903
2022-11-21T11:26:36.384Z|aba8b03f-00a8-45e9-b9db-8bd6dc01b77e|pool-2-thread-4|||||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-21T11:26:36.385Z|aba8b03f-00a8-45e9-b9db-8bd6dc01b77e|pool-2-thread-4|||||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-21T11:26:36.385Z|aba8b03f-00a8-45e9-b9db-8bd6dc01b77e|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-21T11:26:36.385Z|aba8b03f-00a8-45e9-b9db-8bd6dc01b77e|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-21T11:26:36.386Z|aba8b03f-00a8-45e9-b9db-8bd6dc01b77e|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-21T11:26:36.387Z|aba8b03f-00a8-45e9-b9db-8bd6dc01b77e|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "aba8b03f-00a8-45e9-b9db-8bd6dc01b77e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669029996384,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-11-21T11:26:36.487Z||pool-123-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-21T11:26:36.488Z||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-21T11:26:36.488Z||pool-123-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GmHQtEo58V8hNAS8) ...
2022-11-21T11:26:36.504Z||pool-123-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-21T11:26:36.505Z||pool-123-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-11-21T11:26:37.387Z|aba8b03f-00a8-45e9-b9db-8bd6dc01b77e|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: 83928069-7ce9-4376-a9bc-940baf779f77
2022-11-21T11:26:37.387Z|aba8b03f-00a8-45e9-b9db-8bd6dc01b77e|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 7d92ce93-270c-4b6e-95f2-3e63c5a3d6d1 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-21T11:26:37.401Z|aba8b03f-00a8-45e9-b9db-8bd6dc01b77e|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2ef660f7, org.onap.sdc.toscaparser.api.parameters.Input@711a4bf8, org.onap.sdc.toscaparser.api.parameters.Input@56a4e86f, org.onap.sdc.toscaparser.api.parameters.Input@71e7668e, org.onap.sdc.toscaparser.api.parameters.Input@6c8b519d]
2022-11-21T11:26:37.403Z|aba8b03f-00a8-45e9-b9db-8bd6dc01b77e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-21T11:26:37.403Z|aba8b03f-00a8-45e9-b9db-8bd6dc01b77e|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-21T11:26:37.403Z|aba8b03f-00a8-45e9-b9db-8bd6dc01b77e|pool-2-thread-4|||||DEBUG|500||VF Category is: Generic 
2022-11-21T11:26:37.404Z|aba8b03f-00a8-45e9-b9db-8bd6dc01b77e|pool-2-thread-4|||||DEBUG|500||VFCustomizationUUID= ec4157cf-cdeb-4383-8d53-56dfa40d10c7
2022-11-21T11:26:37.404Z|aba8b03f-00a8-45e9-b9db-8bd6dc01b77e|pool-2-thread-4|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: ec4157cf-cdeb-4383-8d53-56dfa40d10c7 matches Tosca VF Customization UUID: ec4157cf-cdeb-4383-8d53-56dfa40d10c7
2022-11-21T11:26:37.404Z|aba8b03f-00a8-45e9-b9db-8bd6dc01b77e|pool-2-thread-4|||||DEBUG|500||vfCustomizationUUID: ec4157cf-cdeb-4383-8d53-56dfa40d10c7  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-21T11:26:37.406Z|aba8b03f-00a8-45e9-b9db-8bd6dc01b77e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-21T11:26:37.406Z|aba8b03f-00a8-45e9-b9db-8bd6dc01b77e|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-21T11:26:37.406Z|aba8b03f-00a8-45e9-b9db-8bd6dc01b77e|pool-2-thread-4|||||DEBUG|500||resource request for resource customization id ec4157cf-cdeb-4383-8d53-56dfa40d10c7: {\"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-21T11:26:37.407Z|aba8b03f-00a8-45e9-b9db-8bd6dc01b77e|pool-2-thread-4|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@74622e2a
2022-11-21T11:26:37.407Z|aba8b03f-00a8-45e9-b9db-8bd6dc01b77e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-21T11:26:37.407Z|aba8b03f-00a8-45e9-b9db-8bd6dc01b77e|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-11-21T11:26:37.407Z|aba8b03f-00a8-45e9-b9db-8bd6dc01b77e|pool-2-thread-4|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 38d6cb84-9187-4976-9563-9e9b0449e5da
2022-11-21T11:26:37.407Z|aba8b03f-00a8-45e9-b9db-8bd6dc01b77e|pool-2-thread-4|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 38d6cb84-9187-4976-9563-9e9b0449e5da
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-21T11:26:37.409Z|aba8b03f-00a8-45e9-b9db-8bd6dc01b77e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-21T11:26:37.409Z|aba8b03f-00a8-45e9-b9db-8bd6dc01b77e|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-11-21T11:26:37.409Z|aba8b03f-00a8-45e9-b9db-8bd6dc01b77e|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-21T11:26:37.410Z|aba8b03f-00a8-45e9-b9db-8bd6dc01b77e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-21T11:26:37.410Z|aba8b03f-00a8-45e9-b9db-8bd6dc01b77e|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-11-21T11:26:37.410Z|aba8b03f-00a8-45e9-b9db-8bd6dc01b77e|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-21T11:26:37.410Z|aba8b03f-00a8-45e9-b9db-8bd6dc01b77e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-21T11:26:37.410Z|aba8b03f-00a8-45e9-b9db-8bd6dc01b77e|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-11-21T11:26:37.410Z|aba8b03f-00a8-45e9-b9db-8bd6dc01b77e|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-11-21T11:26:37.411Z|aba8b03f-00a8-45e9-b9db-8bd6dc01b77e|pool-2-thread-4|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-11-21T11:26:37.411Z|aba8b03f-00a8-45e9-b9db-8bd6dc01b77e|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=2b0ad6ae-26d3-476b-b6b2-5adce9b63a8d
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-21T11:26:37.413Z|aba8b03f-00a8-45e9-b9db-8bd6dc01b77e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-21T11:26:37.413Z|aba8b03f-00a8-45e9-b9db-8bd6dc01b77e|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-11-21T11:26:37.414Z|aba8b03f-00a8-45e9-b9db-8bd6dc01b77e|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-11-21T11:26:37.414Z|aba8b03f-00a8-45e9-b9db-8bd6dc01b77e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-21T11:26:37.414Z|aba8b03f-00a8-45e9-b9db-8bd6dc01b77e|pool-2-thread-4|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-11-21T11:26:37.414Z|aba8b03f-00a8-45e9-b9db-8bd6dc01b77e|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=ec4157cf-cdeb-4383-8d53-56dfa40d10c7
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-21T11:26:37.416Z|aba8b03f-00a8-45e9-b9db-8bd6dc01b77e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-21T11:26:37.416Z|aba8b03f-00a8-45e9-b9db-8bd6dc01b77e|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-21T11:26:37.416Z|aba8b03f-00a8-45e9-b9db-8bd6dc01b77e|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid 83928069-7ce9-4376-a9bc-940baf779f77: basic_vm_macro
2022-11-21T11:26:37.416Z|aba8b03f-00a8-45e9-b9db-8bd6dc01b77e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-21T11:26:37.416Z|aba8b03f-00a8-45e9-b9db-8bd6dc01b77e|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-21T11:26:37.416Z|aba8b03f-00a8-45e9-b9db-8bd6dc01b77e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-21T11:26:37.416Z|aba8b03f-00a8-45e9-b9db-8bd6dc01b77e|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-21T11:26:37.417Z|aba8b03f-00a8-45e9-b9db-8bd6dc01b77e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-21T11:26:37.417Z|aba8b03f-00a8-45e9-b9db-8bd6dc01b77e|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-21T11:26:37.417Z|aba8b03f-00a8-45e9-b9db-8bd6dc01b77e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-21T11:26:37.417Z|aba8b03f-00a8-45e9-b9db-8bd6dc01b77e|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-21T11:26:37.417Z|aba8b03f-00a8-45e9-b9db-8bd6dc01b77e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-21T11:26:37.417Z|aba8b03f-00a8-45e9-b9db-8bd6dc01b77e|pool-2-thread-4|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-21T11:26:37.417Z|aba8b03f-00a8-45e9-b9db-8bd6dc01b77e|pool-2-thread-4|||||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-21T11:26:37.518Z|aba8b03f-00a8-45e9-b9db-8bd6dc01b77e|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro 7d92ce93-270c-4b6e-95f2-3e63c5a3d6d1 1 ASDC deployResourceStructure
2022-11-21T11:26:37.518Z|aba8b03f-00a8-45e9-b9db-8bd6dc01b77e|pool-2-thread-4|||||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-21T11:26:37.518Z|aba8b03f-00a8-45e9-b9db-8bd6dc01b77e|pool-2-thread-4|||||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-21T11:26:37.518Z|aba8b03f-00a8-45e9-b9db-8bd6dc01b77e|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-21T11:26:37.519Z|aba8b03f-00a8-45e9-b9db-8bd6dc01b77e|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-21T11:26:37.520Z|aba8b03f-00a8-45e9-b9db-8bd6dc01b77e|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-21T11:26:37.520Z|aba8b03f-00a8-45e9-b9db-8bd6dc01b77e|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "aba8b03f-00a8-45e9-b9db-8bd6dc01b77e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669029997518,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-11-21T11:26:37.620Z||pool-124-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-21T11:26:37.621Z||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-21T11:26:37.621Z||pool-124-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GmHQtEo58V8hNAS8) ...
2022-11-21T11:26:37.639Z||pool-124-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-21T11:26:37.639Z||pool-124-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-11-21T11:26:38.521Z|aba8b03f-00a8-45e9-b9db-8bd6dc01b77e|pool-2-thread-4|||||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-21T11:26:38.521Z|aba8b03f-00a8-45e9-b9db-8bd6dc01b77e|pool-2-thread-4|||||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-21T11:26:38.521Z|aba8b03f-00a8-45e9-b9db-8bd6dc01b77e|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-21T11:26:38.522Z|aba8b03f-00a8-45e9-b9db-8bd6dc01b77e|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-21T11:26:38.523Z|aba8b03f-00a8-45e9-b9db-8bd6dc01b77e|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-21T11:26:38.523Z|aba8b03f-00a8-45e9-b9db-8bd6dc01b77e|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "aba8b03f-00a8-45e9-b9db-8bd6dc01b77e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669029998521,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-11-21T11:26:38.623Z||pool-125-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-21T11:26:38.624Z||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-21T11:26:38.625Z||pool-125-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GmHQtEo58V8hNAS8) ...
2022-11-21T11:26:38.636Z||pool-125-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-21T11:26:38.636Z||pool-125-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-11-21T11:26:39.525Z|aba8b03f-00a8-45e9-b9db-8bd6dc01b77e|pool-2-thread-4|||||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-21T11:26:39.525Z|aba8b03f-00a8-45e9-b9db-8bd6dc01b77e|pool-2-thread-4|||||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-21T11:26:39.525Z|aba8b03f-00a8-45e9-b9db-8bd6dc01b77e|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-21T11:26:39.526Z|aba8b03f-00a8-45e9-b9db-8bd6dc01b77e|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-21T11:26:39.528Z|aba8b03f-00a8-45e9-b9db-8bd6dc01b77e|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-21T11:26:39.528Z|aba8b03f-00a8-45e9-b9db-8bd6dc01b77e|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "aba8b03f-00a8-45e9-b9db-8bd6dc01b77e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669029999525,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-11-21T11:26:39.628Z||pool-126-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-21T11:26:39.629Z||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-21T11:26:39.630Z||pool-126-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GmHQtEo58V8hNAS8) ...
2022-11-21T11:26:39.644Z||pool-126-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-21T11:26:39.645Z||pool-126-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-11-21T11:26:40.529Z|aba8b03f-00a8-45e9-b9db-8bd6dc01b77e|pool-2-thread-4|||||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-21T11:26:40.529Z|aba8b03f-00a8-45e9-b9db-8bd6dc01b77e|pool-2-thread-4|||||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-21T11:26:40.530Z|aba8b03f-00a8-45e9-b9db-8bd6dc01b77e|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-21T11:26:40.530Z|aba8b03f-00a8-45e9-b9db-8bd6dc01b77e|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-21T11:26:40.532Z|aba8b03f-00a8-45e9-b9db-8bd6dc01b77e|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-21T11:26:40.532Z|aba8b03f-00a8-45e9-b9db-8bd6dc01b77e|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "aba8b03f-00a8-45e9-b9db-8bd6dc01b77e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669030000529,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-21T11:26:40.632Z||pool-127-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-21T11:26:40.633Z||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-21T11:26:40.633Z||pool-127-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GmHQtEo58V8hNAS8) ...
2022-11-21T11:26:40.644Z||pool-127-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-21T11:26:40.644Z||pool-127-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-11-21T11:26:41.533Z|aba8b03f-00a8-45e9-b9db-8bd6dc01b77e|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: aba8b03f-00a8-45e9-b9db-8bd6dc01b77e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-21T11:26:41.546Z|aba8b03f-00a8-45e9-b9db-8bd6dc01b77e|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: aba8b03f-00a8-45e9-b9db-8bd6dc01b77e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-21T11:26:41.548Z|aba8b03f-00a8-45e9-b9db-8bd6dc01b77e|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-21T11:26:41.548Z|aba8b03f-00a8-45e9-b9db-8bd6dc01b77e|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-21T11:26:41.548Z|aba8b03f-00a8-45e9-b9db-8bd6dc01b77e|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-21T11:27:11.548Z|aba8b03f-00a8-45e9-b9db-8bd6dc01b77e|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: aba8b03f-00a8-45e9-b9db-8bd6dc01b77e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-21T11:27:11.560Z|aba8b03f-00a8-45e9-b9db-8bd6dc01b77e|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: aba8b03f-00a8-45e9-b9db-8bd6dc01b77e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-21T11:27:11.562Z|aba8b03f-00a8-45e9-b9db-8bd6dc01b77e|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-21T11:27:11.563Z|aba8b03f-00a8-45e9-b9db-8bd6dc01b77e|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-21T11:27:11.563Z|aba8b03f-00a8-45e9-b9db-8bd6dc01b77e|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-21T11:27:27.664Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-21T11:27:27.666Z||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-21T11:27:27.666Z||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 GmHQtEo58V8hNAS8) ...
2022-11-21T11:27:27.689Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-21T11:27:27.690Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-11-21T11:27:27.690Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aba8b03f-00a8-45e9-b9db-8bd6dc01b77e",
  "consumerID": "aai-ml",
  "timestamp": 1669029920365,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-11-21T11:27:27.692Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-11-21T11:27:41.563Z|aba8b03f-00a8-45e9-b9db-8bd6dc01b77e|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: aba8b03f-00a8-45e9-b9db-8bd6dc01b77e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-21T11:27:41.573Z|aba8b03f-00a8-45e9-b9db-8bd6dc01b77e|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: aba8b03f-00a8-45e9-b9db-8bd6dc01b77e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-21T11:27:41.575Z|aba8b03f-00a8-45e9-b9db-8bd6dc01b77e|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-21T11:27:41.575Z|aba8b03f-00a8-45e9-b9db-8bd6dc01b77e|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-21T11:27:41.575Z|aba8b03f-00a8-45e9-b9db-8bd6dc01b77e|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-21T11:28:11.576Z|aba8b03f-00a8-45e9-b9db-8bd6dc01b77e|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: aba8b03f-00a8-45e9-b9db-8bd6dc01b77e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-21T11:28:11.586Z|aba8b03f-00a8-45e9-b9db-8bd6dc01b77e|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: aba8b03f-00a8-45e9-b9db-8bd6dc01b77e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-21T11:28:11.588Z|aba8b03f-00a8-45e9-b9db-8bd6dc01b77e|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-21T11:28:11.588Z|aba8b03f-00a8-45e9-b9db-8bd6dc01b77e|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-11-21T11:28:11.589Z|aba8b03f-00a8-45e9-b9db-8bd6dc01b77e|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-11-21T11:28:27.663Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-21T11:28:27.664Z||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-21T11:28:27.664Z||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 GmHQtEo58V8hNAS8) ...
2022-11-21T11:28:27.690Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-21T11:28:27.691Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-21T11:28:27.692Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aba8b03f-00a8-45e9-b9db-8bd6dc01b77e",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669029928495,
  "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-21T11:28:27.707Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of aba8b03f-00a8-45e9-b9db-8bd6dc01b77e
2022-11-21T11:28:27.707Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId aba8b03f-00a8-45e9-b9db-8bd6dc01b77e 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-21T11:28:27.719Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-21T11:28:27.719Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55851e66-09dc-41a4-907b-e9848a343245",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669029927660,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-21T11:28:27.719Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-21T11:28:27.719Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-21T11:28:27.719Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd7dc388-19e7-494c-aff6-be6d697ae4e8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669029928157,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-21T11:28:27.719Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-21T11:28:27.719Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-21T11:28:27.719Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd7dc388-19e7-494c-aff6-be6d697ae4e8",
  "consumerID": "cds",
  "timestamp": 1669029926103,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-21T11:28:27.720Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-21T11:28:27.720Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-21T11:28:27.720Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aba8b03f-00a8-45e9-b9db-8bd6dc01b77e",
  "consumerID": "aai-ml",
  "timestamp": 1669029929080,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-21T11:28:27.720Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-21T11:28:27.720Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-21T11:28:27.720Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55851e66-09dc-41a4-907b-e9848a343245",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669029927660,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-11-21T11:28:27.720Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-21T11:28:27.720Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-21T11:28:27.720Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd7dc388-19e7-494c-aff6-be6d697ae4e8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669029928157,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-21T11:28:27.720Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-21T11:28:27.721Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-21T11:28:27.721Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd7dc388-19e7-494c-aff6-be6d697ae4e8",
  "consumerID": "cds",
  "timestamp": 1669029926103,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-11-21T11:28:27.721Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-21T11:28:27.721Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-21T11:28:27.721Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55851e66-09dc-41a4-907b-e9848a343245",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669029927660,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-11-21T11:28:27.721Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-21T11:28:27.721Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-21T11:28:27.721Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd7dc388-19e7-494c-aff6-be6d697ae4e8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669029928157,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-11-21T11:28:27.721Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-21T11:28:27.721Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-21T11:28:27.721Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd7dc388-19e7-494c-aff6-be6d697ae4e8",
  "consumerID": "cds",
  "timestamp": 1669029926103,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-21T11:28:27.721Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-21T11:28:27.722Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-21T11:28:27.722Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55851e66-09dc-41a4-907b-e9848a343245",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669029927660,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-21T11:28:27.722Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-21T11:28:27.722Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-21T11:28:27.722Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd7dc388-19e7-494c-aff6-be6d697ae4e8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669029928157,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-21T11:28:27.722Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-21T11:28:27.722Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-21T11:28:27.723Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd7dc388-19e7-494c-aff6-be6d697ae4e8",
  "consumerID": "cds",
  "timestamp": 1669029926103,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-21T11:28:27.723Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-21T11:28:27.723Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-21T11:28:27.723Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55851e66-09dc-41a4-907b-e9848a343245",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669029927660,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-11-21T11:28:27.724Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-21T11:28:27.724Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-21T11:28:27.724Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd7dc388-19e7-494c-aff6-be6d697ae4e8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669029931908,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-21T11:28:27.724Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-21T11:28:27.724Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-21T11:28:27.724Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd7dc388-19e7-494c-aff6-be6d697ae4e8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669029928157,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-21T11:28:27.725Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-21T11:28:27.725Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-21T11:28:27.725Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd7dc388-19e7-494c-aff6-be6d697ae4e8",
  "consumerID": "cds",
  "timestamp": 1669029926103,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-21T11:28:27.725Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-21T11:28:27.725Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-21T11:28:27.725Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55851e66-09dc-41a4-907b-e9848a343245",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669029927660,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-11-21T11:28:27.725Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-21T11:28:27.725Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-21T11:28:27.726Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd7dc388-19e7-494c-aff6-be6d697ae4e8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669029931908,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-21T11:28:27.726Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-21T11:28:27.726Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-21T11:28:27.726Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd7dc388-19e7-494c-aff6-be6d697ae4e8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669029928157,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-21T11:28:27.726Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-21T11:28:27.726Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-21T11:28:27.726Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd7dc388-19e7-494c-aff6-be6d697ae4e8",
  "consumerID": "cds",
  "timestamp": 1669029926103,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-21T11:28:27.726Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-21T11:28:27.726Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-21T11:28:27.727Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55851e66-09dc-41a4-907b-e9848a343245",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669029927660,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-11-21T11:28:27.727Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-21T11:28:27.727Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-21T11:28:27.727Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd7dc388-19e7-494c-aff6-be6d697ae4e8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669029931908,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-11-21T11:28:27.727Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-21T11:28:27.727Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-21T11:28:27.727Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd7dc388-19e7-494c-aff6-be6d697ae4e8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669029928157,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-11-21T11:28:27.727Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-21T11:28:27.728Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-21T11:28:27.728Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd7dc388-19e7-494c-aff6-be6d697ae4e8",
  "consumerID": "cds",
  "timestamp": 1669029926103,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-21T11:28:27.728Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-21T11:28:27.728Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-21T11:28:27.728Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55851e66-09dc-41a4-907b-e9848a343245",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669029927660,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-21T11:28:27.728Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-21T11:28:27.728Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-21T11:28:27.728Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd7dc388-19e7-494c-aff6-be6d697ae4e8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669029931908,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-21T11:28:27.729Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-21T11:28:27.729Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-21T11:28:27.729Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd7dc388-19e7-494c-aff6-be6d697ae4e8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669029928157,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-21T11:28:27.729Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-21T11:28:27.729Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-21T11:28:27.729Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd7dc388-19e7-494c-aff6-be6d697ae4e8",
  "consumerID": "cds",
  "timestamp": 1669029926103,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-11-21T11:28:27.729Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-21T11:28:27.729Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-21T11:28:27.729Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aba8b03f-00a8-45e9-b9db-8bd6dc01b77e",
  "consumerID": "aai-ml",
  "timestamp": 1669029936121,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-21T11:28:27.730Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-21T11:28:27.730Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-21T11:28:27.730Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55851e66-09dc-41a4-907b-e9848a343245",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669029927660,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-21T11:28:27.730Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-21T11:28:27.730Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-21T11:28:27.730Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd7dc388-19e7-494c-aff6-be6d697ae4e8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669029931908,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-21T11:28:27.730Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-21T11:28:27.731Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-21T11:28:27.731Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd7dc388-19e7-494c-aff6-be6d697ae4e8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669029928157,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-21T11:28:27.731Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-21T11:28:27.731Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-21T11:28:27.731Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aba8b03f-00a8-45e9-b9db-8bd6dc01b77e",
  "consumerID": "aai-ml",
  "timestamp": 1669029937124,
  "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-21T11:28:27.735Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of aba8b03f-00a8-45e9-b9db-8bd6dc01b77e
2022-11-21T11:28:27.735Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId aba8b03f-00a8-45e9-b9db-8bd6dc01b77e 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-21T11:28:27.743Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-21T11:28:27.743Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd7dc388-19e7-494c-aff6-be6d697ae4e8",
  "consumerID": "cds",
  "timestamp": 1669029936670,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-21T11:28:27.744Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-21T11:28:27.744Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-21T11:28:27.744Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55851e66-09dc-41a4-907b-e9848a343245",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669029927660,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-11-21T11:28:27.744Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-21T11:28:27.744Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-21T11:28:27.744Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd7dc388-19e7-494c-aff6-be6d697ae4e8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669029931908,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-21T11:28:27.744Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-21T11:28:27.744Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-21T11:28:27.744Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd7dc388-19e7-494c-aff6-be6d697ae4e8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669029937962,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-11-21T11:28:27.745Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-21T11:28:27.745Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-21T11:28:27.745Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd7dc388-19e7-494c-aff6-be6d697ae4e8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669029931908,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-21T11:28:27.745Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-21T11:28:27.745Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-21T11:28:27.745Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55851e66-09dc-41a4-907b-e9848a343245",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669029938481,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-21T11:28:27.745Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-21T11:28:27.745Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-21T11:28:27.746Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd7dc388-19e7-494c-aff6-be6d697ae4e8",
  "consumerID": "cds",
  "timestamp": 1669029937938,
  "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-21T11:28:27.755Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of bd7dc388-19e7-494c-aff6-be6d697ae4e8
2022-11-21T11:28:27.755Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId bd7dc388-19e7-494c-aff6-be6d697ae4e8 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-21T11:28:27.763Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-21T11:28:27.763Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd7dc388-19e7-494c-aff6-be6d697ae4e8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669029938993,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-11-21T11:28:27.763Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-21T11:28:27.763Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-21T11:28:27.763Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd7dc388-19e7-494c-aff6-be6d697ae4e8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669029931908,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-21T11:28:27.764Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-21T11:28:27.764Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-21T11:28:27.764Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd7dc388-19e7-494c-aff6-be6d697ae4e8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1669029939996,
  "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-21T11:28:27.768Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of bd7dc388-19e7-494c-aff6-be6d697ae4e8
2022-11-21T11:28:27.768Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId bd7dc388-19e7-494c-aff6-be6d697ae4e8 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-21T11:28:27.776Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-21T11:28:27.776Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd7dc388-19e7-494c-aff6-be6d697ae4e8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1669029931908,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-11-21T11:28:27.776Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-21T11:28:27.777Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-21T11:28:27.777Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55851e66-09dc-41a4-907b-e9848a343245",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669029941073,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-11-21T11:28:27.777Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-21T11:28:27.777Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-21T11:28:27.777Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55851e66-09dc-41a4-907b-e9848a343245",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669029942129,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-11-21T11:28:27.777Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-21T11:28:27.777Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-21T11:28:27.777Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55851e66-09dc-41a4-907b-e9848a343245",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669029943213,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DOWNLOAD_OK"
}
2022-11-21T11:28:27.777Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-21T11:28:27.778Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-21T11:28:27.778Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55851e66-09dc-41a4-907b-e9848a343245",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669029944307,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-11-21T11:28:27.778Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-21T11:28:27.778Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-21T11:28:27.778Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55851e66-09dc-41a4-907b-e9848a343245",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669029945423,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-11-21T11:28:27.778Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-21T11:28:27.778Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-21T11:28:27.778Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55851e66-09dc-41a4-907b-e9848a343245",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669029946491,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-11-21T11:28:27.778Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-21T11:28:27.779Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-21T11:28:27.779Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd7dc388-19e7-494c-aff6-be6d697ae4e8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669029946455,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-21T11:28:27.779Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-21T11:28:27.779Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-21T11:28:27.779Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55851e66-09dc-41a4-907b-e9848a343245",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669029947496,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DEPLOY_OK"
}
2022-11-21T11:28:27.779Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-21T11:28:27.779Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-21T11:28:27.779Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd7dc388-19e7-494c-aff6-be6d697ae4e8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669029946455,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-21T11:28:27.779Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-21T11:28:27.780Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-21T11:28:27.780Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55851e66-09dc-41a4-907b-e9848a343245",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669029948500,
  "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-21T11:28:27.780Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-21T11:28:27.780Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-21T11:28:27.780Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd7dc388-19e7-494c-aff6-be6d697ae4e8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669029946455,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-11-21T11:28:27.780Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-21T11:28:27.780Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-21T11:28:27.780Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55851e66-09dc-41a4-907b-e9848a343245",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669029949507,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DEPLOY_OK"
}
2022-11-21T11:28:27.780Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-21T11:28:27.781Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-21T11:28:27.781Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd7dc388-19e7-494c-aff6-be6d697ae4e8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669029946455,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-21T11:28:27.781Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-21T11:28:27.781Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-21T11:28:27.781Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55851e66-09dc-41a4-907b-e9848a343245",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669029950510,
  "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-21T11:28:27.781Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-21T11:28:27.781Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-21T11:28:27.781Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd7dc388-19e7-494c-aff6-be6d697ae4e8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669029946455,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-21T11:28:27.782Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-21T11:28:27.782Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-21T11:28:27.782Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd7dc388-19e7-494c-aff6-be6d697ae4e8",
  "consumerID": "aai-ml",
  "timestamp": 1669029950365,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-21T11:28:27.782Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-21T11:28:27.782Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-21T11:28:27.782Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55851e66-09dc-41a4-907b-e9848a343245",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669029951514,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-21T11:28:27.782Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-21T11:28:27.782Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-21T11:28:27.782Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd7dc388-19e7-494c-aff6-be6d697ae4e8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669029946455,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-21T11:28:27.783Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-21T11:28:27.783Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-21T11:28:27.783Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd7dc388-19e7-494c-aff6-be6d697ae4e8",
  "consumerID": "aai-ml",
  "timestamp": 1669029950365,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-21T11:28:27.783Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-21T11:28:27.783Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-21T11:28:27.783Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd7dc388-19e7-494c-aff6-be6d697ae4e8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669029946455,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-21T11:28:27.783Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-21T11:28:27.783Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-21T11:28:27.783Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd7dc388-19e7-494c-aff6-be6d697ae4e8",
  "consumerID": "aai-ml",
  "timestamp": 1669029950365,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-11-21T11:28:27.784Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-21T11:28:27.784Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-21T11:28:27.784Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd7dc388-19e7-494c-aff6-be6d697ae4e8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669029946455,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-21T11:28:27.784Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-21T11:28:27.784Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-21T11:28:27.784Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd7dc388-19e7-494c-aff6-be6d697ae4e8",
  "consumerID": "aai-ml",
  "timestamp": 1669029950365,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-21T11:28:27.784Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-21T11:28:27.784Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-21T11:28:27.785Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd7dc388-19e7-494c-aff6-be6d697ae4e8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669029946455,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-11-21T11:28:27.785Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-21T11:28:27.785Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-21T11:28:27.785Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd7dc388-19e7-494c-aff6-be6d697ae4e8",
  "consumerID": "aai-ml",
  "timestamp": 1669029950365,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-21T11:28:27.785Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-21T11:28:27.785Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-21T11:28:27.785Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd7dc388-19e7-494c-aff6-be6d697ae4e8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669029956252,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-21T11:28:27.785Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-21T11:28:27.786Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-21T11:28:27.786Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd7dc388-19e7-494c-aff6-be6d697ae4e8",
  "consumerID": "aai-ml",
  "timestamp": 1669029950365,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-21T11:28:27.786Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-21T11:28:27.786Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-21T11:28:27.786Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd7dc388-19e7-494c-aff6-be6d697ae4e8",
  "consumerID": "aai-ml",
  "timestamp": 1669029950365,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-21T11:28:27.786Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-21T11:28:27.786Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-21T11:28:27.786Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd7dc388-19e7-494c-aff6-be6d697ae4e8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669029958181,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-21T11:28:27.786Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-21T11:28:27.787Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-21T11:28:27.787Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd7dc388-19e7-494c-aff6-be6d697ae4e8",
  "consumerID": "aai-ml",
  "timestamp": 1669029950365,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-21T11:28:27.787Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-21T11:28:27.787Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-21T11:28:27.787Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd7dc388-19e7-494c-aff6-be6d697ae4e8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1669029959184,
  "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-21T11:28:27.791Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of bd7dc388-19e7-494c-aff6-be6d697ae4e8
2022-11-21T11:28:27.791Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId bd7dc388-19e7-494c-aff6-be6d697ae4e8 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-21T11:28:27.798Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-21T11:28:27.798Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd7dc388-19e7-494c-aff6-be6d697ae4e8",
  "consumerID": "aai-ml",
  "timestamp": 1669029950365,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-11-21T11:28:27.798Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-21T11:28:27.798Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-21T11:28:27.798Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd7dc388-19e7-494c-aff6-be6d697ae4e8",
  "consumerID": "aai-ml",
  "timestamp": 1669029960141,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-21T11:28:27.798Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-21T11:28:27.798Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-21T11:28:27.798Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd7dc388-19e7-494c-aff6-be6d697ae4e8",
  "consumerID": "aai-ml",
  "timestamp": 1669029965097,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-21T11:28:27.799Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-21T11:28:27.799Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-21T11:28:27.799Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd7dc388-19e7-494c-aff6-be6d697ae4e8",
  "consumerID": "aai-ml",
  "timestamp": 1669029966101,
  "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-21T11:28:27.803Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of bd7dc388-19e7-494c-aff6-be6d697ae4e8
2022-11-21T11:28:27.803Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId bd7dc388-19e7-494c-aff6-be6d697ae4e8 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-21T11:28:27.810Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-21T11:28:27.810Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "55851e66-09dc-41a4-907b-e9848a343245",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669029982734,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-21T11:28:27.810Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-21T11:28:27.811Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-21T11:28:27.811Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aba8b03f-00a8-45e9-b9db-8bd6dc01b77e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669029927660,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-21T11:28:27.811Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-21T11:28:27.811Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-21T11:28:27.811Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aba8b03f-00a8-45e9-b9db-8bd6dc01b77e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669029927660,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-11-21T11:28:27.811Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-21T11:28:27.811Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-21T11:28:27.811Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aba8b03f-00a8-45e9-b9db-8bd6dc01b77e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669029927660,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-11-21T11:28:27.812Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-21T11:28:27.812Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-11-21T11:28:27.812Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aba8b03f-00a8-45e9-b9db-8bd6dc01b77e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669029927660,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-21T11:28:27.812Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 
2022-11-21T11:28:41.589Z|aba8b03f-00a8-45e9-b9db-8bd6dc01b77e|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: aba8b03f-00a8-45e9-b9db-8bd6dc01b77e
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-21T11:28:41.601Z|aba8b03f-00a8-45e9-b9db-8bd6dc01b77e|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: aba8b03f-00a8-45e9-b9db-8bd6dc01b77e
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-21T11:28:41.604Z|aba8b03f-00a8-45e9-b9db-8bd6dc01b77e|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-21T11:28:41.604Z|aba8b03f-00a8-45e9-b9db-8bd6dc01b77e|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-11-21T11:28:41.604Z|aba8b03f-00a8-45e9-b9db-8bd6dc01b77e|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-11-21T11:28:41.604Z|aba8b03f-00a8-45e9-b9db-8bd6dc01b77e|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-11-21T11:28:41.604Z|aba8b03f-00a8-45e9-b9db-8bd6dc01b77e|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-21T11:28:41.605Z|aba8b03f-00a8-45e9-b9db-8bd6dc01b77e|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-21T11:28:41.605Z|aba8b03f-00a8-45e9-b9db-8bd6dc01b77e|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-21T11:28:41.605Z|aba8b03f-00a8-45e9-b9db-8bd6dc01b77e|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-21T11:28:41.605Z|aba8b03f-00a8-45e9-b9db-8bd6dc01b77e|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-21T11:28:41.605Z|aba8b03f-00a8-45e9-b9db-8bd6dc01b77e|pool-2-thread-4|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-21T11:28:41.611Z|aba8b03f-00a8-45e9-b9db-8bd6dc01b77e|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-11-21T11:29:11.612Z|aba8b03f-00a8-45e9-b9db-8bd6dc01b77e|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: aba8b03f-00a8-45e9-b9db-8bd6dc01b77e 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-21T11:29:11.620Z|aba8b03f-00a8-45e9-b9db-8bd6dc01b77e|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: aba8b03f-00a8-45e9-b9db-8bd6dc01b77e and serviceModelVersionId: 83928069-7ce9-4376-a9bc-940baf779f77
2022-11-21T11:29:11.620Z|aba8b03f-00a8-45e9-b9db-8bd6dc01b77e|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 2a00f736-f114-4471-984d-796b6d79b6a8
2022-11-21T11:29:11.622Z|aba8b03f-00a8-45e9-b9db-8bd6dc01b77e|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/2a00f736-f114-4471-984d-796b6d79b6a8/model-vers/model-ver/83928069-7ce9-4376-a9bc-940baf779f77?depth=0
2022-11-21T11:29:11.630Z|aba8b03f-00a8-45e9-b9db-8bd6dc01b77e|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2022-11-21T11:29:11.698Z|aba8b03f-00a8-45e9-b9db-8bd6dc01b77e|pool-2-thread-4|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a00f736-f114-4471-984d-796b6d79b6a8/model-vers/model-ver/83928069-7ce9-4376-a9bc-940baf779f77?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-21T11:29:11.699Z|aba8b03f-00a8-45e9-b9db-8bd6dc01b77e|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a00f736-f114-4471-984d-796b6d79b6a8/model-vers/model-ver/83928069-7ce9-4376-a9bc-940baf779f77?depth=0|INFO|500||Invoke
2022-11-21T11:29:11.725Z|aba8b03f-00a8-45e9-b9db-8bd6dc01b77e|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a00f736-f114-4471-984d-796b6d79b6a8/model-vers/model-ver/83928069-7ce9-4376-a9bc-940baf779f77?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-11-21T11:29:11.831Z|aba8b03f-00a8-45e9-b9db-8bd6dc01b77e|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a00f736-f114-4471-984d-796b6d79b6a8/model-vers/model-ver/83928069-7ce9-4376-a9bc-940baf779f77?depth=0|INFO|500||InvokeReturn
2022-11-21T11:29:11.833Z|aba8b03f-00a8-45e9-b9db-8bd6dc01b77e|pool-2-thread-4|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a00f736-f114-4471-984d-796b6d79b6a8/model-vers/model-ver/83928069-7ce9-4376-a9bc-940baf779f77?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-221121-11:29:12:094-84958], vertex-id=[295032], Content-Length=[0], Date=[Mon, 21 Nov 2022 11:29:12 GMT], Content-Type=[application/json]}
2022-11-21T11:29:11.834Z|aba8b03f-00a8-45e9-b9db-8bd6dc01b77e|pool-2-thread-4|||||DEBUG|500||Response was returned with an empty entity.
2022-11-21T11:29:11.834Z|aba8b03f-00a8-45e9-b9db-8bd6dc01b77e|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-11-21T11:29:11.834Z|aba8b03f-00a8-45e9-b9db-8bd6dc01b77e|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-21T11:29:11.842Z|aba8b03f-00a8-45e9-b9db-8bd6dc01b77e|pool-2-thread-4|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-11-21T11:29:11.842Z|aba8b03f-00a8-45e9-b9db-8bd6dc01b77e|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID aba8b03f-00a8-45e9-b9db-8bd6dc01b77e and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-11-21T11:29:11.842Z|aba8b03f-00a8-45e9-b9db-8bd6dc01b77e|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-11-21T11:29:11.842Z|aba8b03f-00a8-45e9-b9db-8bd6dc01b77e|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-21T11:29:11.845Z|aba8b03f-00a8-45e9-b9db-8bd6dc01b77e|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-21T11:29:11.845Z|aba8b03f-00a8-45e9-b9db-8bd6dc01b77e|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "aba8b03f-00a8-45e9-b9db-8bd6dc01b77e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669030151842,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-21T11:29:11.946Z||pool-128-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-11-21T11:29:11.948Z||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-21T11:29:11.948Z||pool-128-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GmHQtEo58V8hNAS8) ...
2022-11-21T11:29:11.965Z||pool-128-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-21T11:29:11.966Z||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-21T11:29:13.069Z|aba8b03f-00a8-45e9-b9db-8bd6dc01b77e|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-11-21T11:29:13.069Z|aba8b03f-00a8-45e9-b9db-8bd6dc01b77e|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"bd7dc388-19e7-494c-aff6-be6d697ae4e8","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"404d87c7-55ce-45a1-a4ca-14ef511fcbd0","serviceDescription":"service","serviceInvariantUUID":"d924d1cd-f402-437f-b697-3236466a97b7","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"53265c12-be87-4643-bc30-01e00eb1bcc6","resourceInvariantUUID":"1fc1c8f4-e305-471d-846d-e81cdb0b3fa9","resourceCustomizationUUID":"7aa821da-2ab7-40bf-b3f8-e73ae41d530b","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":"Yjg3MmIwMDdmOGYzMDU5MWRiZmQ0MGNlZTI1MjI1ZWI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"74db7359-71bb-4037-83e0-df7c95640e43","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":"da86a3a8-5e21-4eac-aee2-73a0eb0eaa48","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":"78e4d2a2-bf1d-4723-ba34-41377c63d31c","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":"MjNmNjQyNGM2MzZkYzA2N2FhNDRkNjNiZmFmOWQzNjQ\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"8e75d677-c485-428c-b4c5-4e47104a201e","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":"82d95530-d8e3-42aa-b1fd-813f89e1b68d","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":"9cf49277-0c7d-4868-84aa-d20041d79718","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":"55324f56-f320-4f3c-8345-49bb983ea994","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":"NWNiYTUyZGFiNGYxODJkNGY1NmI0ZWUxMDhlNzBjNWM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"9fede9b4-4884-481b-8114-ad1e33a01c52","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"NTU5M2NkOTBkN2YzOTFkZmQyNzljZWE2ODM1YjQzNzA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"db380044-5496-4ae5-bfb6-1681e993d7be","artifactVersion":"1"}],"workloadContext":"Production"}
2022-11-21T11:29:13.070Z|aba8b03f-00a8-45e9-b9db-8bd6dc01b77e|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-21T11:29:13.070Z|aba8b03f-00a8-45e9-b9db-8bd6dc01b77e|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-21T11:29:13.072Z|aba8b03f-00a8-45e9-b9db-8bd6dc01b77e|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-21T11:29:13.072Z|aba8b03f-00a8-45e9-b9db-8bd6dc01b77e|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "bd7dc388-19e7-494c-aff6-be6d697ae4e8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669029927660,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-21T11:29:13.172Z||pool-129-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-21T11:29:13.173Z||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-21T11:29:13.173Z||pool-129-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GmHQtEo58V8hNAS8) ...
2022-11-21T11:29:13.184Z||pool-129-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-21T11:29:13.184Z||pool-129-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-11-21T11:29:14.072Z|aba8b03f-00a8-45e9-b9db-8bd6dc01b77e|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-21T11:29:14.073Z|aba8b03f-00a8-45e9-b9db-8bd6dc01b77e|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-21T11:29:14.075Z|aba8b03f-00a8-45e9-b9db-8bd6dc01b77e|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-21T11:29:14.075Z|aba8b03f-00a8-45e9-b9db-8bd6dc01b77e|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "bd7dc388-19e7-494c-aff6-be6d697ae4e8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669029927660,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-21T11:29:14.177Z||pool-130-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-11-21T11:29:14.178Z||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-21T11:29:14.178Z||pool-130-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GmHQtEo58V8hNAS8) ...
2022-11-21T11:29:14.191Z||pool-130-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-21T11:29:14.191Z||pool-130-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-11-21T11:29:15.077Z|aba8b03f-00a8-45e9-b9db-8bd6dc01b77e|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-21T11:29:15.077Z|aba8b03f-00a8-45e9-b9db-8bd6dc01b77e|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-21T11:29:15.080Z|aba8b03f-00a8-45e9-b9db-8bd6dc01b77e|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-21T11:29:15.080Z|aba8b03f-00a8-45e9-b9db-8bd6dc01b77e|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "bd7dc388-19e7-494c-aff6-be6d697ae4e8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669029927660,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-11-21T11:29:15.180Z||pool-131-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-21T11:29:15.181Z||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-21T11:29:15.181Z||pool-131-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GmHQtEo58V8hNAS8) ...
2022-11-21T11:29:15.192Z||pool-131-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-21T11:29:15.192Z||pool-131-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-11-21T11:29:16.080Z|aba8b03f-00a8-45e9-b9db-8bd6dc01b77e|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-21T11:29:16.081Z|aba8b03f-00a8-45e9-b9db-8bd6dc01b77e|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-21T11:29:16.083Z|aba8b03f-00a8-45e9-b9db-8bd6dc01b77e|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-21T11:29:16.083Z|aba8b03f-00a8-45e9-b9db-8bd6dc01b77e|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "bd7dc388-19e7-494c-aff6-be6d697ae4e8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669029927660,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-21T11:29:16.183Z||pool-132-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-21T11:29:16.184Z||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-21T11:29:16.184Z||pool-132-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GmHQtEo58V8hNAS8) ...
2022-11-21T11:29:16.200Z||pool-132-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-21T11:29:16.200Z||pool-132-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-11-21T11:29:17.084Z|aba8b03f-00a8-45e9-b9db-8bd6dc01b77e|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-21T11:29:17.084Z|aba8b03f-00a8-45e9-b9db-8bd6dc01b77e|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-21T11:29:17.086Z|aba8b03f-00a8-45e9-b9db-8bd6dc01b77e|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-21T11:29:17.086Z|aba8b03f-00a8-45e9-b9db-8bd6dc01b77e|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "bd7dc388-19e7-494c-aff6-be6d697ae4e8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669029927660,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-21T11:29:17.186Z||pool-133-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-21T11:29:17.187Z||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-21T11:29:17.188Z||pool-133-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GmHQtEo58V8hNAS8) ...
2022-11-21T11:29:17.205Z||pool-133-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-21T11:29:17.206Z||pool-133-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-11-21T11:29:18.087Z|aba8b03f-00a8-45e9-b9db-8bd6dc01b77e|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-21T11:29:18.087Z|aba8b03f-00a8-45e9-b9db-8bd6dc01b77e|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-21T11:29:18.089Z|aba8b03f-00a8-45e9-b9db-8bd6dc01b77e|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-21T11:29:18.089Z|aba8b03f-00a8-45e9-b9db-8bd6dc01b77e|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "bd7dc388-19e7-494c-aff6-be6d697ae4e8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669029927660,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-21T11:29:18.189Z||pool-134-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-21T11:29:18.190Z||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-21T11:29:18.191Z||pool-134-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GmHQtEo58V8hNAS8) ...
2022-11-21T11:29:18.204Z||pool-134-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-21T11:29:18.205Z||pool-134-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-11-21T11:29:19.090Z|aba8b03f-00a8-45e9-b9db-8bd6dc01b77e|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-21T11:29:19.090Z|aba8b03f-00a8-45e9-b9db-8bd6dc01b77e|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-21T11:29:19.092Z|aba8b03f-00a8-45e9-b9db-8bd6dc01b77e|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-21T11:29:19.093Z|aba8b03f-00a8-45e9-b9db-8bd6dc01b77e|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "bd7dc388-19e7-494c-aff6-be6d697ae4e8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669029927660,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-21T11:29:19.193Z||pool-135-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-21T11:29:19.193Z||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-21T11:29:19.194Z||pool-135-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GmHQtEo58V8hNAS8) ...
2022-11-21T11:29:19.211Z||pool-135-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-21T11:29:19.211Z||pool-135-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-11-21T11:29:20.093Z|aba8b03f-00a8-45e9-b9db-8bd6dc01b77e|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-21T11:29:20.094Z|aba8b03f-00a8-45e9-b9db-8bd6dc01b77e|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-21T11:29:20.096Z|aba8b03f-00a8-45e9-b9db-8bd6dc01b77e|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-21T11:29:20.096Z|aba8b03f-00a8-45e9-b9db-8bd6dc01b77e|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "bd7dc388-19e7-494c-aff6-be6d697ae4e8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669029927660,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-21T11:29:20.197Z||pool-136-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-21T11:29:20.198Z||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-21T11:29:20.198Z||pool-136-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GmHQtEo58V8hNAS8) ...
2022-11-21T11:29:20.211Z||pool-136-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-21T11:29:20.211Z||pool-136-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-11-21T11:29:21.097Z|aba8b03f-00a8-45e9-b9db-8bd6dc01b77e|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-11-21T11:29:21.097Z|aba8b03f-00a8-45e9-b9db-8bd6dc01b77e|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-21T11:29:21.100Z|aba8b03f-00a8-45e9-b9db-8bd6dc01b77e|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-21T11:29:21.100Z|aba8b03f-00a8-45e9-b9db-8bd6dc01b77e|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "bd7dc388-19e7-494c-aff6-be6d697ae4e8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669029927660,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-11-21T11:29:21.200Z||pool-137-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-21T11:29:21.201Z||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-21T11:29:21.202Z||pool-137-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GmHQtEo58V8hNAS8) ...
2022-11-21T11:29:21.216Z||pool-137-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-21T11:29:21.216Z||pool-137-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-11-21T11:29:22.108Z|aba8b03f-00a8-45e9-b9db-8bd6dc01b77e|pool-2-thread-4|||||DEBUG|500||sending notification to client: {
  "distributionID": "bd7dc388-19e7-494c-aff6-be6d697ae4e8",
  "serviceName": "test_pnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "404d87c7-55ce-45a1-a4ca-14ef511fcbd0",
  "serviceDescription": "service",
  "serviceInvariantUUID": "d924d1cd-f402-437f-b697-3236466a97b7",
  "resources": [
    {
      "resourceInstanceName": "test-pnf 0",
      "resourceCustomizationUUID": "7aa821da-2ab7-40bf-b3f8-e73ae41d530b",
      "resourceName": "test-pnf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "53265c12-be87-4643-bc30-01e00eb1bcc6",
      "resourceInvariantUUID": "1fc1c8f4-e305-471d-846d-e81cdb0b3fa9",
      "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": "NTU5M2NkOTBkN2YzOTFkZmQyNzljZWE2ODM1YjQzNzA\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "db380044-5496-4ae5-bfb6-1681e993d7be"
    }
  ],
  "workloadContext": "Production"
}
2022-11-21T11:29:22.109Z|aba8b03f-00a8-45e9-b9db-8bd6dc01b77e|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-11-21T11:29:22.109Z|aba8b03f-00a8-45e9-b9db-8bd6dc01b77e|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 404d87c7-55ce-45a1-a4ca-14ef511fcbd0 ASDC
2022-11-21T11:29:22.109Z|bd7dc388-19e7-494c-aff6-be6d697ae4e8|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:bd7dc388-19e7-494c-aff6-be6d697ae4e8
ServiceName:test_pnf_macro
ServiceVersion:1.0
ServiceUUID:404d87c7-55ce-45a1-a4ca-14ef511fcbd0
ServiceInvariantUUID:d924d1cd-f402-437f-b697-3236466a97b7
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:db380044-5496-4ae5-bfb6-1681e993d7be
ArtifactChecksum:NTU5M2NkOTBkN2YzOTFkZmQyNzljZWE2ODM1YjQzNzA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:test-pnf 0
ResourceCustomizationUUID:7aa821da-2ab7-40bf-b3f8-e73ae41d530b
ResourceInvariantUUID:1fc1c8f4-e305-471d-846d-e81cdb0b3fa9
ResourceName:test-pnf
ResourceType:PNF
ResourceUUID:53265c12-be87-4643-bc30-01e00eb1bcc6
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-11-21T11:29:22.109Z|bd7dc388-19e7-494c-aff6-be6d697ae4e8|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 404d87c7-55ce-45a1-a4ca-14ef511fcbd0 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-21T11:29:22.138Z|bd7dc388-19e7-494c-aff6-be6d697ae4e8|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-21T11:29:22.139Z|bd7dc388-19e7-494c-aff6-be6d697ae4e8|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-11-21T11:29:22.139Z|bd7dc388-19e7-494c-aff6-be6d697ae4e8|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-11-21T11:29:22.139Z|bd7dc388-19e7-494c-aff6-be6d697ae4e8|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: db380044-5496-4ae5-bfb6-1681e993d7be from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-11-21T11:29:22.139Z|bd7dc388-19e7-494c-aff6-be6d697ae4e8|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-11-21T11:29:22.140Z|bd7dc388-19e7-494c-aff6-be6d697ae4e8|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-11-21T11:29:22.511Z|bd7dc388-19e7-494c-aff6-be6d697ae4e8|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-11-21T11:29:22.518Z|bd7dc388-19e7-494c-aff6-be6d697ae4e8|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar db380044-5496-4ae5-bfb6-1681e993d7be 110861
2022-11-21T11:29:22.519Z|bd7dc388-19e7-494c-aff6-be6d697ae4e8|pool-2-thread-4|||||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-21T11:29:22.519Z|bd7dc388-19e7-494c-aff6-be6d697ae4e8|pool-2-thread-4|||||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-21T11:29:22.520Z|bd7dc388-19e7-494c-aff6-be6d697ae4e8|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-11-21T11:29:22.520Z|bd7dc388-19e7-494c-aff6-be6d697ae4e8|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-21T11:29:22.523Z|bd7dc388-19e7-494c-aff6-be6d697ae4e8|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-21T11:29:22.523Z|bd7dc388-19e7-494c-aff6-be6d697ae4e8|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "bd7dc388-19e7-494c-aff6-be6d697ae4e8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669030162519,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-21T11:29:22.623Z||pool-138-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-21T11:29:22.624Z||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-21T11:29:22.625Z||pool-138-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GmHQtEo58V8hNAS8) ...
2022-11-21T11:29:22.638Z||pool-138-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-21T11:29:22.639Z||pool-138-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-11-21T11:29:23.524Z|bd7dc388-19e7-494c-aff6-be6d697ae4e8|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-11-21T11:29:23.525Z|bd7dc388-19e7-494c-aff6-be6d697ae4e8|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-11-21T11:29:23.525Z|bd7dc388-19e7-494c-aff6-be6d697ae4e8|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: db380044-5496-4ae5-bfb6-1681e993d7be, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-11-21T11:29:23.526Z|bd7dc388-19e7-494c-aff6-be6d697ae4e8|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar
2022-11-21T11:29:23.526Z|bd7dc388-19e7-494c-aff6-be6d697ae4e8|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-11-21T11:29:23.527Z|bd7dc388-19e7-494c-aff6-be6d697ae4e8|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-11-21T11:29:23.712Z|bd7dc388-19e7-494c-aff6-be6d697ae4e8|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17698383160032994255/Definitions/service-TestPnfMacro-template.yml
2022-11-21T11:29:24.580Z|bd7dc388-19e7-494c-aff6-be6d697ae4e8|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2022-11-21T11:29:24.580Z|bd7dc388-19e7-494c-aff6-be6d697ae4e8|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-11-21T11:29:24.581Z|bd7dc388-19e7-494c-aff6-be6d697ae4e8|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-11-21T11:29:24.581Z|bd7dc388-19e7-494c-aff6-be6d697ae4e8|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-11-21T11:29:24.581Z|bd7dc388-19e7-494c-aff6-be6d697ae4e8|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-11-21T11:29:24.581Z|bd7dc388-19e7-494c-aff6-be6d697ae4e8|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-11-21T11:29:24.582Z|bd7dc388-19e7-494c-aff6-be6d697ae4e8|pool-2-thread-4|||||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-21T11:29:24.582Z|bd7dc388-19e7-494c-aff6-be6d697ae4e8|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-11-21T11:29:24.582Z|bd7dc388-19e7-494c-aff6-be6d697ae4e8|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-11-21T11:29:24.582Z|bd7dc388-19e7-494c-aff6-be6d697ae4e8|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-11-21T11:29:24.582Z|bd7dc388-19e7-494c-aff6-be6d697ae4e8|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-11-21T11:29:24.583Z|bd7dc388-19e7-494c-aff6-be6d697ae4e8|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-11-21T11:29:24.583Z|bd7dc388-19e7-494c-aff6-be6d697ae4e8|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-21T11:29:24.583Z|bd7dc388-19e7-494c-aff6-be6d697ae4e8|pool-2-thread-4|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-11-21T11:29:24.584Z|bd7dc388-19e7-494c-aff6-be6d697ae4e8|pool-2-thread-4|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2022-11-21T11:29:24.584Z|bd7dc388-19e7-494c-aff6-be6d697ae4e8|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-11-21T11:29:24.584Z|bd7dc388-19e7-494c-aff6-be6d697ae4e8|pool-2-thread-4|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-21T11:29:24.585Z|bd7dc388-19e7-494c-aff6-be6d697ae4e8|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-21T11:29:24.585Z|bd7dc388-19e7-494c-aff6-be6d697ae4e8|pool-2-thread-4|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-11-21T11:29:24.585Z|bd7dc388-19e7-494c-aff6-be6d697ae4e8|pool-2-thread-4|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2022-11-21T11:29:24.585Z|bd7dc388-19e7-494c-aff6-be6d697ae4e8|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-11-21T11:29:24.586Z|bd7dc388-19e7-494c-aff6-be6d697ae4e8|pool-2-thread-4|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-11-21T11:29:24.586Z|bd7dc388-19e7-494c-aff6-be6d697ae4e8|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-21T11:29:24.586Z|bd7dc388-19e7-494c-aff6-be6d697ae4e8|pool-2-thread-4|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-21T11:29:24.586Z|bd7dc388-19e7-494c-aff6-be6d697ae4e8|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-21T11:29:24.587Z|bd7dc388-19e7-494c-aff6-be6d697ae4e8|pool-2-thread-4|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-11-21T11:29:24.587Z|bd7dc388-19e7-494c-aff6-be6d697ae4e8|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-21T11:29:24.587Z|bd7dc388-19e7-494c-aff6-be6d697ae4e8|pool-2-thread-4|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-11-21T11:29:24.587Z|bd7dc388-19e7-494c-aff6-be6d697ae4e8|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-21T11:29:24.588Z|bd7dc388-19e7-494c-aff6-be6d697ae4e8|pool-2-thread-4|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-11-21T11:29:24.588Z|bd7dc388-19e7-494c-aff6-be6d697ae4e8|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-21T11:29:24.588Z|bd7dc388-19e7-494c-aff6-be6d697ae4e8|pool-2-thread-4|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-21T11:29:24.589Z|bd7dc388-19e7-494c-aff6-be6d697ae4e8|pool-2-thread-4|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:test_pnf_macro
Description:service
Model UUID:404d87c7-55ce-45a1-a4ca-14ef511fcbd0
Model Version:NULL
Model InvariantUuid:d924d1cd-f402-437f-b697-3236466a97b7
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-21T11:29:24.597Z|bd7dc388-19e7-494c-aff6-be6d697ae4e8|pool-2-thread-4|||||INFO|500||Processing Resource Type: PNF, Model UUID: 53265c12-be87-4643-bc30-01e00eb1bcc6
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-21T11:29:24.600Z|bd7dc388-19e7-494c-aff6-be6d697ae4e8|pool-2-thread-4|||||INFO|500||test-pnf 0
2022-11-21T11:29:24.601Z|bd7dc388-19e7-494c-aff6-be6d697ae4e8|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 53265c12-be87-4643-bc30-01e00eb1bcc6
2022-11-21T11:29:24.601Z|bd7dc388-19e7-494c-aff6-be6d697ae4e8|pool-2-thread-4|||||DEBUG|500||No resources found for Service: 404d87c7-55ce-45a1-a4ca-14ef511fcbd0
2022-11-21T11:29:24.601Z|bd7dc388-19e7-494c-aff6-be6d697ae4e8|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: 404d87c7-55ce-45a1-a4ca-14ef511fcbd0
2022-11-21T11:29:24.601Z|bd7dc388-19e7-494c-aff6-be6d697ae4e8|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 53265c12-be87-4643-bc30-01e00eb1bcc6 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-21T11:29:24.606Z|bd7dc388-19e7-494c-aff6-be6d697ae4e8|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@1b1c863e, org.onap.sdc.toscaparser.api.parameters.Input@12e530c4, org.onap.sdc.toscaparser.api.parameters.Input@2e04e7d7, org.onap.sdc.toscaparser.api.parameters.Input@638acb9d, org.onap.sdc.toscaparser.api.parameters.Input@1c588ca4]
2022-11-21T11:29:24.607Z|bd7dc388-19e7-494c-aff6-be6d697ae4e8|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-21T11:29:24.607Z|bd7dc388-19e7-494c-aff6-be6d697ae4e8|pool-2-thread-4|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-11-21T11:29:24.607Z|bd7dc388-19e7-494c-aff6-be6d697ae4e8|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid 404d87c7-55ce-45a1-a4ca-14ef511fcbd0: test-pnf
2022-11-21T11:29:24.608Z|bd7dc388-19e7-494c-aff6-be6d697ae4e8|pool-2-thread-4|||||INFO|500||Processing PNF resource: 53265c12-be87-4643-bc30-01e00eb1bcc6
2022-11-21T11:29:24.608Z|bd7dc388-19e7-494c-aff6-be6d697ae4e8|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-11-21T11:29:24.608Z|bd7dc388-19e7-494c-aff6-be6d697ae4e8|pool-2-thread-4|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-11-21T11:29:24.608Z|bd7dc388-19e7-494c-aff6-be6d697ae4e8|pool-2-thread-4|||||INFO|500||Resource customization UUID: 7aa821da-2ab7-40bf-b3f8-e73ae41d530b is the same as notified resource customizationUUID: 7aa821da-2ab7-40bf-b3f8-e73ae41d530b
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-21T11:29:24.644Z|bd7dc388-19e7-494c-aff6-be6d697ae4e8|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf 53265c12-be87-4643-bc30-01e00eb1bcc6 0 ASDC deployResourceStructure
2022-11-21T11:29:24.644Z|bd7dc388-19e7-494c-aff6-be6d697ae4e8|pool-2-thread-4|||||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-21T11:29:24.645Z|bd7dc388-19e7-494c-aff6-be6d697ae4e8|pool-2-thread-4|||||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-21T11:29:24.645Z|bd7dc388-19e7-494c-aff6-be6d697ae4e8|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-11-21T11:29:24.645Z|bd7dc388-19e7-494c-aff6-be6d697ae4e8|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-21T11:29:24.647Z|bd7dc388-19e7-494c-aff6-be6d697ae4e8|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-21T11:29:24.648Z|bd7dc388-19e7-494c-aff6-be6d697ae4e8|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "bd7dc388-19e7-494c-aff6-be6d697ae4e8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669030164644,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-21T11:29:24.748Z||pool-139-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-11-21T11:29:24.748Z||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-21T11:29:24.749Z||pool-139-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GmHQtEo58V8hNAS8) ...
2022-11-21T11:29:24.764Z||pool-139-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-21T11:29:24.764Z||pool-139-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-11-21T11:29:25.648Z|bd7dc388-19e7-494c-aff6-be6d697ae4e8|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bd7dc388-19e7-494c-aff6-be6d697ae4e8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-21T11:29:25.661Z|bd7dc388-19e7-494c-aff6-be6d697ae4e8|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bd7dc388-19e7-494c-aff6-be6d697ae4e8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-21T11:29:25.664Z|bd7dc388-19e7-494c-aff6-be6d697ae4e8|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-11-21T11:29:25.664Z|bd7dc388-19e7-494c-aff6-be6d697ae4e8|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-11-21T11:29:25.665Z|bd7dc388-19e7-494c-aff6-be6d697ae4e8|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-11-21T11:29:25.665Z|bd7dc388-19e7-494c-aff6-be6d697ae4e8|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-11-21T11:29:25.665Z|bd7dc388-19e7-494c-aff6-be6d697ae4e8|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-21T11:29:25.665Z|bd7dc388-19e7-494c-aff6-be6d697ae4e8|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-21T11:29:25.665Z|bd7dc388-19e7-494c-aff6-be6d697ae4e8|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-21T11:29:25.666Z|bd7dc388-19e7-494c-aff6-be6d697ae4e8|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-21T11:29:25.666Z|bd7dc388-19e7-494c-aff6-be6d697ae4e8|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-11-21T11:29:25.666Z|bd7dc388-19e7-494c-aff6-be6d697ae4e8|pool-2-thread-4|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-11-21T11:29:25.671Z|bd7dc388-19e7-494c-aff6-be6d697ae4e8|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-11-21T11:29:27.663Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-21T11:29:27.664Z||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-21T11:29:27.664Z||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 GmHQtEo58V8hNAS8) ...
2022-11-21T11:29:27.685Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-21T11:29:27.686Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-21T11:29:27.686Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aba8b03f-00a8-45e9-b9db-8bd6dc01b77e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669029927660,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-11-21T11:29:27.686Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-21T11:29:27.686Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-21T11:29:27.687Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aba8b03f-00a8-45e9-b9db-8bd6dc01b77e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669029927660,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-21T11:29:27.687Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-21T11:29:27.687Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-21T11:29:27.687Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aba8b03f-00a8-45e9-b9db-8bd6dc01b77e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669029927660,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-21T11:29:27.687Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-21T11:29:27.687Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-21T11:29:27.687Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aba8b03f-00a8-45e9-b9db-8bd6dc01b77e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669029927660,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-11-21T11:29:27.687Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-11-21T11:29:27.687Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-21T11:29:27.687Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aba8b03f-00a8-45e9-b9db-8bd6dc01b77e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669029991873,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-21T11:29:27.687Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-21T11:29:27.688Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-21T11:29:27.688Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aba8b03f-00a8-45e9-b9db-8bd6dc01b77e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669029994262,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-11-21T11:29:27.688Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-21T11:29:27.688Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-21T11:29:27.688Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aba8b03f-00a8-45e9-b9db-8bd6dc01b77e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669029995310,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-11-21T11:29:27.688Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-21T11:29:27.688Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-21T11:29:27.688Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aba8b03f-00a8-45e9-b9db-8bd6dc01b77e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669029996384,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-11-21T11:29:27.688Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-21T11:29:27.688Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-21T11:29:27.688Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aba8b03f-00a8-45e9-b9db-8bd6dc01b77e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669029997518,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-11-21T11:29:27.689Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-21T11:29:27.689Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-21T11:29:27.689Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aba8b03f-00a8-45e9-b9db-8bd6dc01b77e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669029998521,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-11-21T11:29:27.689Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-21T11:29:27.689Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-21T11:29:27.689Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aba8b03f-00a8-45e9-b9db-8bd6dc01b77e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669029999525,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-11-21T11:29:27.689Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-21T11:29:27.689Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-21T11:29:27.689Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aba8b03f-00a8-45e9-b9db-8bd6dc01b77e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669030000529,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-21T11:29:27.689Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-21T11:29:55.671Z|bd7dc388-19e7-494c-aff6-be6d697ae4e8|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: bd7dc388-19e7-494c-aff6-be6d697ae4e8 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-21T11:29:55.678Z|bd7dc388-19e7-494c-aff6-be6d697ae4e8|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: bd7dc388-19e7-494c-aff6-be6d697ae4e8 and serviceModelVersionId: 404d87c7-55ce-45a1-a4ca-14ef511fcbd0
2022-11-21T11:29:55.678Z|bd7dc388-19e7-494c-aff6-be6d697ae4e8|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : d924d1cd-f402-437f-b697-3236466a97b7
2022-11-21T11:29:55.679Z|bd7dc388-19e7-494c-aff6-be6d697ae4e8|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/d924d1cd-f402-437f-b697-3236466a97b7/model-vers/model-ver/404d87c7-55ce-45a1-a4ca-14ef511fcbd0?depth=0
2022-11-21T11:29:55.683Z|bd7dc388-19e7-494c-aff6-be6d697ae4e8|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2022-11-21T11:29:55.721Z|bd7dc388-19e7-494c-aff6-be6d697ae4e8|pool-2-thread-4|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d924d1cd-f402-437f-b697-3236466a97b7/model-vers/model-ver/404d87c7-55ce-45a1-a4ca-14ef511fcbd0?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-21T11:29:55.722Z|bd7dc388-19e7-494c-aff6-be6d697ae4e8|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d924d1cd-f402-437f-b697-3236466a97b7/model-vers/model-ver/404d87c7-55ce-45a1-a4ca-14ef511fcbd0?depth=0|INFO|500||Invoke
2022-11-21T11:29:55.740Z|bd7dc388-19e7-494c-aff6-be6d697ae4e8|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d924d1cd-f402-437f-b697-3236466a97b7/model-vers/model-ver/404d87c7-55ce-45a1-a4ca-14ef511fcbd0?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-11-21T11:29:55.879Z|bd7dc388-19e7-494c-aff6-be6d697ae4e8|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d924d1cd-f402-437f-b697-3236466a97b7/model-vers/model-ver/404d87c7-55ce-45a1-a4ca-14ef511fcbd0?depth=0|INFO|500||InvokeReturn
2022-11-21T11:29:55.880Z|bd7dc388-19e7-494c-aff6-be6d697ae4e8|pool-2-thread-4|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d924d1cd-f402-437f-b697-3236466a97b7/model-vers/model-ver/404d87c7-55ce-45a1-a4ca-14ef511fcbd0?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-221121-11:29:56:111-79782], vertex-id=[221408], Content-Length=[0], Date=[Mon, 21 Nov 2022 11:29:56 GMT], Content-Type=[application/json]}
2022-11-21T11:29:55.881Z|bd7dc388-19e7-494c-aff6-be6d697ae4e8|pool-2-thread-4|||||DEBUG|500||Response was returned with an empty entity.
2022-11-21T11:29:55.881Z|bd7dc388-19e7-494c-aff6-be6d697ae4e8|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-11-21T11:29:55.881Z|bd7dc388-19e7-494c-aff6-be6d697ae4e8|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-11-21T11:29:55.887Z|bd7dc388-19e7-494c-aff6-be6d697ae4e8|pool-2-thread-4|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-11-21T11:29:55.888Z|bd7dc388-19e7-494c-aff6-be6d697ae4e8|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID bd7dc388-19e7-494c-aff6-be6d697ae4e8 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-11-21T11:29:55.888Z|bd7dc388-19e7-494c-aff6-be6d697ae4e8|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-11-21T11:29:55.888Z|bd7dc388-19e7-494c-aff6-be6d697ae4e8|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-11-21T11:29:55.890Z|bd7dc388-19e7-494c-aff6-be6d697ae4e8|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-11-21T11:29:55.891Z|bd7dc388-19e7-494c-aff6-be6d697ae4e8|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "bd7dc388-19e7-494c-aff6-be6d697ae4e8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669030195888,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-21T11:29:55.991Z||pool-140-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-11-21T11:29:55.991Z||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-21T11:29:55.991Z||pool-140-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as GmHQtEo58V8hNAS8) ...
2022-11-21T11:29:56.009Z||pool-140-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-21T11:29:56.009Z||pool-140-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-21T11:29:56.903Z|bd7dc388-19e7-494c-aff6-be6d697ae4e8|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-21T11:29:56.904Z|bd7dc388-19e7-494c-aff6-be6d697ae4e8|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-21T11:29:56.904Z|bd7dc388-19e7-494c-aff6-be6d697ae4e8|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 GmHQtEo58V8hNAS8) ...
2022-11-21T11:30:07.254Z|bd7dc388-19e7-494c-aff6-be6d697ae4e8|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-21T11:30:07.255Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-21T11:30:07.255Z||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-21T11:30:07.256Z||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 GmHQtEo58V8hNAS8) ...
2022-11-21T11:30:16.822Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-21T11:30:16.823Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-21T11:30:16.824Z||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-21T11:30:16.824Z||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 GmHQtEo58V8hNAS8) ...
2022-11-21T11:30:26.379Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-21T11:30:26.380Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-21T11:30:26.381Z||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-21T11:30:26.381Z||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 GmHQtEo58V8hNAS8) ...
2022-11-21T11:30:27.663Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-21T11:30:27.665Z||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-21T11:30:27.665Z||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 GmHQtEo58V8hNAS8) ...
2022-11-21T11:30:27.690Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-21T11:30:27.690Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-21T11:30:27.690Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "aba8b03f-00a8-45e9-b9db-8bd6dc01b77e",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669030151842,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-21T11:30:27.691Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-21T11:30:27.691Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-21T11:30:27.691Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd7dc388-19e7-494c-aff6-be6d697ae4e8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669029927660,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-21T11:30:27.692Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-21T11:30:27.692Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-21T11:30:27.692Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd7dc388-19e7-494c-aff6-be6d697ae4e8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669029927660,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-11-21T11:30:27.692Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-21T11:30:27.692Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-21T11:30:27.692Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd7dc388-19e7-494c-aff6-be6d697ae4e8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669029927660,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-11-21T11:30:27.693Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-21T11:30:27.693Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-21T11:30:27.693Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd7dc388-19e7-494c-aff6-be6d697ae4e8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669029927660,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-11-21T11:30:27.693Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-21T11:30:27.693Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-21T11:30:27.693Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd7dc388-19e7-494c-aff6-be6d697ae4e8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669029927660,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-11-21T11:30:27.693Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-21T11:30:27.693Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-21T11:30:27.693Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd7dc388-19e7-494c-aff6-be6d697ae4e8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669029927660,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-21T11:30:27.694Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-21T11:30:27.694Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-21T11:30:27.694Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd7dc388-19e7-494c-aff6-be6d697ae4e8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669029927660,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-11-21T11:30:27.694Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-21T11:30:27.694Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-21T11:30:27.694Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd7dc388-19e7-494c-aff6-be6d697ae4e8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669029927660,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-11-21T11:30:27.694Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-21T11:30:27.694Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-21T11:30:27.694Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd7dc388-19e7-494c-aff6-be6d697ae4e8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669029927660,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-11-21T11:30:27.694Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-11-21T11:30:27.694Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-21T11:30:27.695Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd7dc388-19e7-494c-aff6-be6d697ae4e8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669030162519,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-11-21T11:30:27.695Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-21T11:30:27.695Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-11-21T11:30:27.695Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd7dc388-19e7-494c-aff6-be6d697ae4e8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669030164644,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-11-21T11:30:27.695Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-21T11:30:35.955Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-21T11:30:35.955Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-21T11:30:35.956Z||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-21T11:30:35.956Z||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 GmHQtEo58V8hNAS8) ...
2022-11-21T11:30:45.525Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-21T11:31:27.660Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-21T11:31:27.661Z||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-21T11:31:27.661Z||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 GmHQtEo58V8hNAS8) ...
2022-11-21T11:31:27.663Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-21T11:31:27.664Z||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-21T11:31:27.664Z||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 GmHQtEo58V8hNAS8) ...
2022-11-21T11:31:28.180Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-21T11:31:28.181Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-11-21T11:31:28.181Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bd7dc388-19e7-494c-aff6-be6d697ae4e8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1669030195888,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-11-21T11:31:28.182Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-11-21T11:31:37.218Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-21T11:32:27.660Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-21T11:32:27.661Z||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-21T11:32:27.661Z||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 GmHQtEo58V8hNAS8) ...
2022-11-21T11:32:27.663Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-21T11:32:27.664Z||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-21T11:32:27.664Z||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 GmHQtEo58V8hNAS8) ...
2022-11-21T11:32:37.206Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-21T11:32:37.206Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-21T11:33:27.660Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-21T11:33:27.661Z||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-21T11:33:27.661Z||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 GmHQtEo58V8hNAS8) ...
2022-11-21T11:33:27.663Z|bd7dc388-19e7-494c-aff6-be6d697ae4e8|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-21T11:33:27.664Z|bd7dc388-19e7-494c-aff6-be6d697ae4e8|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-21T11:33:27.664Z|bd7dc388-19e7-494c-aff6-be6d697ae4e8|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 GmHQtEo58V8hNAS8) ...
2022-11-21T11:33:37.244Z|bd7dc388-19e7-494c-aff6-be6d697ae4e8|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-21T11:33:37.244Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-21T11:34:27.660Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-21T11:34:27.662Z||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-21T11:34:27.662Z||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 GmHQtEo58V8hNAS8) ...
2022-11-21T11:34:27.664Z|0eedca7f-676d-4fd8-9cd1-814aa321a78c|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-21T11:34:27.664Z|0eedca7f-676d-4fd8-9cd1-814aa321a78c|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-21T11:34:27.664Z|0eedca7f-676d-4fd8-9cd1-814aa321a78c|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 GmHQtEo58V8hNAS8) ...
2022-11-21T11:34:37.224Z|0eedca7f-676d-4fd8-9cd1-814aa321a78c|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-21T11:34:37.224Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-21T11:35:27.660Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-21T11:35:27.661Z||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-21T11:35:27.661Z||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 GmHQtEo58V8hNAS8) ...
2022-11-21T11:35:27.663Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-21T11:35:27.664Z||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-21T11:35:27.664Z||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 GmHQtEo58V8hNAS8) ...
2022-11-21T11:35:37.225Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-21T11:35:37.225Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-21T11:36:27.660Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-21T11:36:27.660Z||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-21T11:36:27.661Z||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 GmHQtEo58V8hNAS8) ...
2022-11-21T11:36:27.663Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-21T11:36:27.664Z||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-21T11:36:27.664Z||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 GmHQtEo58V8hNAS8) ...
2022-11-21T11:36:37.225Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-21T11:36:37.228Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-21T11:37:27.660Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-21T11:37:27.661Z||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-21T11:37:27.661Z||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 GmHQtEo58V8hNAS8) ...
2022-11-21T11:37:27.663Z|bd7dc388-19e7-494c-aff6-be6d697ae4e8|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-21T11:37:27.664Z|bd7dc388-19e7-494c-aff6-be6d697ae4e8|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-21T11:37:27.665Z|bd7dc388-19e7-494c-aff6-be6d697ae4e8|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 GmHQtEo58V8hNAS8) ...
2022-11-21T11:37:37.211Z|bd7dc388-19e7-494c-aff6-be6d697ae4e8|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-21T11:37:37.211Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-21T11:38:27.660Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-21T11:38:27.661Z||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-21T11:38:27.661Z||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 GmHQtEo58V8hNAS8) ...
2022-11-21T11:38:27.663Z|bd7dc388-19e7-494c-aff6-be6d697ae4e8|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-21T11:38:27.664Z|bd7dc388-19e7-494c-aff6-be6d697ae4e8|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-21T11:38:27.664Z|bd7dc388-19e7-494c-aff6-be6d697ae4e8|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 GmHQtEo58V8hNAS8) ...
2022-11-21T11:38:37.218Z|bd7dc388-19e7-494c-aff6-be6d697ae4e8|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-21T11:38:37.218Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-21T11:39:27.660Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-21T11:39:27.662Z||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-21T11:39:27.662Z||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 GmHQtEo58V8hNAS8) ...
2022-11-21T11:39:27.663Z|bd7dc388-19e7-494c-aff6-be6d697ae4e8|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-21T11:39:27.664Z|bd7dc388-19e7-494c-aff6-be6d697ae4e8|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-21T11:39:27.664Z|bd7dc388-19e7-494c-aff6-be6d697ae4e8|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 GmHQtEo58V8hNAS8) ...
2022-11-21T11:39:37.210Z|bd7dc388-19e7-494c-aff6-be6d697ae4e8|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-21T11:39:37.234Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-21T11:40:27.660Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-21T11:40:27.661Z||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-21T11:40:27.661Z||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 GmHQtEo58V8hNAS8) ...
2022-11-21T11:40:27.663Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-21T11:40:27.664Z||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-21T11:40:27.664Z||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 GmHQtEo58V8hNAS8) ...
2022-11-21T11:40:37.236Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-21T11:40:37.236Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-21T11:41:27.660Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-21T11:41:27.662Z||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-21T11:41:27.662Z||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 GmHQtEo58V8hNAS8) ...
2022-11-21T11:41:27.663Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-21T11:41:27.664Z||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-21T11:41:27.665Z||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 GmHQtEo58V8hNAS8) ...
2022-11-21T11:41:37.228Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-21T11:41:37.231Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-21T11:42:27.660Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-21T11:42:27.661Z||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-21T11:42:27.661Z||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 GmHQtEo58V8hNAS8) ...
2022-11-21T11:42:27.663Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-21T11:42:27.664Z||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-21T11:42:27.664Z||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 GmHQtEo58V8hNAS8) ...
2022-11-21T11:42:37.212Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-21T11:42:37.212Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-21T11:43:27.660Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-21T11:43:27.660Z||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-21T11:43:27.660Z||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 GmHQtEo58V8hNAS8) ...
2022-11-21T11:43:27.663Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-21T11:43:27.664Z||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-21T11:43:27.665Z||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 GmHQtEo58V8hNAS8) ...
2022-11-21T11:43:37.212Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-21T11:43:37.231Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-21T11:44:27.660Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-21T11:44:27.660Z||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-21T11:44:27.661Z||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 GmHQtEo58V8hNAS8) ...
2022-11-21T11:44:27.664Z|0eedca7f-676d-4fd8-9cd1-814aa321a78c|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-21T11:44:27.665Z|0eedca7f-676d-4fd8-9cd1-814aa321a78c|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-21T11:44:27.665Z|0eedca7f-676d-4fd8-9cd1-814aa321a78c|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 GmHQtEo58V8hNAS8) ...
2022-11-21T11:44:37.239Z|0eedca7f-676d-4fd8-9cd1-814aa321a78c|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-21T11:44:37.245Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-21T11:45:27.660Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-21T11:45:27.661Z||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-21T11:45:27.661Z||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 GmHQtEo58V8hNAS8) ...
2022-11-21T11:45:27.663Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-21T11:45:27.664Z||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-21T11:45:27.664Z||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 GmHQtEo58V8hNAS8) ...
2022-11-21T11:45:37.215Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-21T11:45:37.218Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-21T11:46:27.660Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-21T11:46:27.661Z||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-21T11:46:27.661Z||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 GmHQtEo58V8hNAS8) ...
2022-11-21T11:46:27.663Z|bd7dc388-19e7-494c-aff6-be6d697ae4e8|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-21T11:46:27.664Z|bd7dc388-19e7-494c-aff6-be6d697ae4e8|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-21T11:46:27.664Z|bd7dc388-19e7-494c-aff6-be6d697ae4e8|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 GmHQtEo58V8hNAS8) ...
2022-11-21T11:46:37.224Z|bd7dc388-19e7-494c-aff6-be6d697ae4e8|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-21T11:46:37.224Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-21T11:47:27.660Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-21T11:47:27.661Z||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-21T11:47:27.661Z||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 GmHQtEo58V8hNAS8) ...
2022-11-21T11:47:27.664Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-21T11:47:27.664Z||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-21T11:47:27.664Z||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 GmHQtEo58V8hNAS8) ...
2022-11-21T11:47:37.208Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-21T11:47:37.208Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-21T11:48:27.660Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-21T11:48:27.661Z||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-21T11:48:27.661Z||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 GmHQtEo58V8hNAS8) ...
2022-11-21T11:48:27.664Z|0eedca7f-676d-4fd8-9cd1-814aa321a78c|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-21T11:48:27.664Z|0eedca7f-676d-4fd8-9cd1-814aa321a78c|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-21T11:48:27.664Z|0eedca7f-676d-4fd8-9cd1-814aa321a78c|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 GmHQtEo58V8hNAS8) ...
2022-11-21T11:48:37.239Z|0eedca7f-676d-4fd8-9cd1-814aa321a78c|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-21T11:48:37.239Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-21T11:49:27.660Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-21T11:49:27.664Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-21T11:49:27.664Z||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-21T11:49:27.664Z||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-21T11:49:27.664Z||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 GmHQtEo58V8hNAS8) ...
2022-11-21T11:49:27.664Z||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 GmHQtEo58V8hNAS8) ...
2022-11-21T11:49:37.241Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-21T11:49:37.256Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-21T11:50:27.660Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-21T11:50:27.661Z||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-21T11:50:27.661Z||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 GmHQtEo58V8hNAS8) ...
2022-11-21T11:50:27.663Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-21T11:50:27.664Z||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-21T11:50:27.664Z||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 GmHQtEo58V8hNAS8) ...
2022-11-21T11:50:37.220Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-21T11:50:37.220Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-21T11:51:27.660Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-21T11:51:27.660Z||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-21T11:51:27.661Z||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 GmHQtEo58V8hNAS8) ...
2022-11-21T11:51:27.663Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-21T11:51:27.664Z||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-21T11:51:27.664Z||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 GmHQtEo58V8hNAS8) ...
2022-11-21T11:51:37.208Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-21T11:51:37.221Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-21T11:52:27.660Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-21T11:52:27.661Z||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-21T11:52:27.661Z||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 GmHQtEo58V8hNAS8) ...
2022-11-21T11:52:27.663Z|0eedca7f-676d-4fd8-9cd1-814aa321a78c|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-21T11:52:27.664Z|0eedca7f-676d-4fd8-9cd1-814aa321a78c|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-21T11:52:27.664Z|0eedca7f-676d-4fd8-9cd1-814aa321a78c|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 GmHQtEo58V8hNAS8) ...
2022-11-21T11:52:37.211Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-21T11:52:37.211Z|0eedca7f-676d-4fd8-9cd1-814aa321a78c|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-21T11:53:27.660Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-21T11:53:27.661Z||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-21T11:53:27.661Z||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 GmHQtEo58V8hNAS8) ...
2022-11-21T11:53:27.664Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-21T11:53:27.664Z||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-21T11:53:27.665Z||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 GmHQtEo58V8hNAS8) ...
2022-11-21T11:53:37.215Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-21T11:53:37.215Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-21T11:54:27.660Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-21T11:54:27.661Z||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-21T11:54:27.661Z||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 GmHQtEo58V8hNAS8) ...
2022-11-21T11:54:27.664Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-21T11:54:27.664Z||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-21T11:54:27.664Z||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 GmHQtEo58V8hNAS8) ...
2022-11-21T11:54:37.204Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-21T11:54:37.204Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-21T11:55:27.660Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-21T11:55:27.661Z||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-21T11:55:27.661Z||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 GmHQtEo58V8hNAS8) ...
2022-11-21T11:55:27.663Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-21T11:55:27.664Z||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-21T11:55:27.664Z||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 GmHQtEo58V8hNAS8) ...
2022-11-21T11:55:37.209Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-21T11:55:37.209Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-21T11:56:27.660Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-21T11:56:27.661Z||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-21T11:56:27.662Z||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 GmHQtEo58V8hNAS8) ...
2022-11-21T11:56:27.664Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-21T11:56:27.664Z||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-21T11:56:27.665Z||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 GmHQtEo58V8hNAS8) ...
2022-11-21T11:56:37.217Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-21T11:56:37.220Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-21T11:57:27.660Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-21T11:57:27.662Z||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-21T11:57:27.662Z||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 GmHQtEo58V8hNAS8) ...
2022-11-21T11:57:27.663Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-21T11:57:27.664Z||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-21T11:57:27.664Z||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 GmHQtEo58V8hNAS8) ...
2022-11-21T11:57:37.226Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-21T11:57:37.226Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-21T11:58:27.660Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-21T11:58:27.661Z||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-21T11:58:27.661Z||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 GmHQtEo58V8hNAS8) ...
2022-11-21T11:58:27.663Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-21T11:58:27.664Z||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-21T11:58:27.664Z||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 GmHQtEo58V8hNAS8) ...
2022-11-21T11:58:37.217Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-21T11:58:37.217Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-21T11:59:27.660Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-21T11:59:27.660Z||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-21T11:59:27.661Z||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 GmHQtEo58V8hNAS8) ...
2022-11-21T11:59:27.663Z|bd7dc388-19e7-494c-aff6-be6d697ae4e8|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-21T11:59:27.664Z|bd7dc388-19e7-494c-aff6-be6d697ae4e8|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-21T11:59:27.664Z|bd7dc388-19e7-494c-aff6-be6d697ae4e8|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 GmHQtEo58V8hNAS8) ...
2022-11-21T11:59:37.227Z|bd7dc388-19e7-494c-aff6-be6d697ae4e8|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-21T11:59:37.227Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-21T12:00:27.660Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-21T12:00:27.661Z||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-21T12:00:27.661Z||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 GmHQtEo58V8hNAS8) ...
2022-11-21T12:00:27.663Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-21T12:00:27.665Z||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-21T12:00:27.665Z||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 GmHQtEo58V8hNAS8) ...
2022-11-21T12:00:37.233Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-21T12:00:37.233Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-21T12:01:27.660Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-21T12:01:27.661Z||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-21T12:01:27.661Z||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 GmHQtEo58V8hNAS8) ...
2022-11-21T12:01:27.663Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-21T12:01:27.664Z||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-21T12:01:27.664Z||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 GmHQtEo58V8hNAS8) ...
2022-11-21T12:01:37.208Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-21T12:01:37.213Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-21T12:02:27.660Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-21T12:02:27.661Z||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-21T12:02:27.661Z||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 GmHQtEo58V8hNAS8) ...
2022-11-21T12:02:27.663Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-21T12:02:27.664Z||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-21T12:02:27.664Z||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 GmHQtEo58V8hNAS8) ...
2022-11-21T12:02:37.203Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-21T12:02:37.204Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-21T12:03:27.660Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-21T12:03:27.661Z||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-21T12:03:27.661Z||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 GmHQtEo58V8hNAS8) ...
2022-11-21T12:03:27.663Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-21T12:03:27.664Z||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-21T12:03:27.664Z||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 GmHQtEo58V8hNAS8) ...
2022-11-21T12:03:37.205Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-21T12:03:37.213Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-21T12:04:27.660Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-21T12:04:27.661Z||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-21T12:04:27.661Z||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 GmHQtEo58V8hNAS8) ...
2022-11-21T12:04:27.664Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-21T12:04:27.664Z||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-21T12:04:27.664Z||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 GmHQtEo58V8hNAS8) ...
2022-11-21T12:04:37.221Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-21T12:04:37.223Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-21T12:05:27.660Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-21T12:05:27.661Z||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-21T12:05:27.661Z||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 GmHQtEo58V8hNAS8) ...
2022-11-21T12:05:27.663Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-21T12:05:27.664Z||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-21T12:05:27.664Z||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 GmHQtEo58V8hNAS8) ...
2022-11-21T12:05:37.235Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-21T12:05:37.235Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-21T12:06:27.660Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-21T12:06:27.662Z||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-21T12:06:27.662Z||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 GmHQtEo58V8hNAS8) ...
2022-11-21T12:06:27.663Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-21T12:06:27.664Z||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-21T12:06:27.664Z||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 GmHQtEo58V8hNAS8) ...
2022-11-21T12:06:37.221Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-21T12:06:37.221Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-21T12:07:27.660Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-21T12:07:27.661Z||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-21T12:07:27.661Z||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 GmHQtEo58V8hNAS8) ...
2022-11-21T12:07:27.663Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-21T12:07:27.664Z||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-21T12:07:27.664Z||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 GmHQtEo58V8hNAS8) ...
2022-11-21T12:07:37.206Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-21T12:07:37.206Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-21T12:08:27.660Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-21T12:08:27.660Z||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-21T12:08:27.661Z||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 GmHQtEo58V8hNAS8) ...
2022-11-21T12:08:27.664Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-21T12:08:27.664Z||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-21T12:08:27.664Z||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 GmHQtEo58V8hNAS8) ...
2022-11-21T12:08:37.233Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-21T12:08:37.239Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-21T12:09:27.660Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-21T12:09:27.661Z||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-21T12:09:27.661Z||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 GmHQtEo58V8hNAS8) ...
2022-11-21T12:09:27.663Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-21T12:09:27.664Z||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-21T12:09:27.664Z||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 GmHQtEo58V8hNAS8) ...
2022-11-21T12:09:37.222Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-21T12:09:37.228Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-21T12:10:27.660Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-21T12:10:27.661Z||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-21T12:10:27.661Z||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 GmHQtEo58V8hNAS8) ...
2022-11-21T12:10:27.663Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-21T12:10:27.664Z||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-21T12:10:27.664Z||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 GmHQtEo58V8hNAS8) ...
2022-11-21T12:10:37.235Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-21T12:10:37.236Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-21T12:11:27.660Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-21T12:11:27.661Z||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-21T12:11:27.661Z||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 GmHQtEo58V8hNAS8) ...
2022-11-21T12:11:27.664Z|0eedca7f-676d-4fd8-9cd1-814aa321a78c|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-21T12:11:27.664Z|0eedca7f-676d-4fd8-9cd1-814aa321a78c|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-21T12:11:27.664Z|0eedca7f-676d-4fd8-9cd1-814aa321a78c|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 GmHQtEo58V8hNAS8) ...
2022-11-21T12:11:37.206Z|0eedca7f-676d-4fd8-9cd1-814aa321a78c|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-21T12:11:37.214Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-21T12:12:27.660Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-21T12:12:27.661Z||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-21T12:12:27.661Z||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 GmHQtEo58V8hNAS8) ...
2022-11-21T12:12:27.664Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-21T12:12:27.664Z||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-21T12:12:27.665Z||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 GmHQtEo58V8hNAS8) ...
2022-11-21T12:12:37.254Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-21T12:12:37.263Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-21T12:13:27.660Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-21T12:13:27.661Z||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-21T12:13:27.661Z||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 GmHQtEo58V8hNAS8) ...
2022-11-21T12:13:27.663Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-21T12:13:27.664Z||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-21T12:13:27.664Z||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 GmHQtEo58V8hNAS8) ...
2022-11-21T12:13:37.210Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-21T12:13:37.228Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-21T12:14:27.660Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-21T12:14:27.661Z||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-21T12:14:27.661Z||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 GmHQtEo58V8hNAS8) ...
2022-11-21T12:14:27.663Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-21T12:14:27.664Z||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-21T12:14:27.664Z||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 GmHQtEo58V8hNAS8) ...
2022-11-21T12:14:37.207Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-21T12:14:37.209Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-21T12:15:27.660Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-21T12:15:27.662Z||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-21T12:15:27.662Z||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 GmHQtEo58V8hNAS8) ...
2022-11-21T12:15:27.664Z|bd7dc388-19e7-494c-aff6-be6d697ae4e8|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-21T12:15:27.664Z|bd7dc388-19e7-494c-aff6-be6d697ae4e8|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-21T12:15:27.665Z|bd7dc388-19e7-494c-aff6-be6d697ae4e8|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 GmHQtEo58V8hNAS8) ...
2022-11-21T12:15:37.225Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-21T12:15:37.229Z|bd7dc388-19e7-494c-aff6-be6d697ae4e8|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-21T12:16:27.660Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-21T12:16:27.661Z||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-21T12:16:27.661Z||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 GmHQtEo58V8hNAS8) ...
2022-11-21T12:16:27.667Z|0eedca7f-676d-4fd8-9cd1-814aa321a78c|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-21T12:16:27.667Z|0eedca7f-676d-4fd8-9cd1-814aa321a78c|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-21T12:16:27.668Z|0eedca7f-676d-4fd8-9cd1-814aa321a78c|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 GmHQtEo58V8hNAS8) ...
2022-11-21T12:16:37.215Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-21T12:16:37.215Z|0eedca7f-676d-4fd8-9cd1-814aa321a78c|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-21T12:17:27.660Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-21T12:17:27.660Z||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-21T12:17:27.661Z||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 GmHQtEo58V8hNAS8) ...
2022-11-21T12:17:27.663Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-21T12:17:27.664Z||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-21T12:17:27.664Z||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 GmHQtEo58V8hNAS8) ...
2022-11-21T12:17:37.213Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-21T12:17:37.213Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-21T12:18:27.660Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-21T12:18:27.661Z||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-21T12:18:27.661Z||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 GmHQtEo58V8hNAS8) ...
2022-11-21T12:18:27.663Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-21T12:18:27.664Z||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-21T12:18:27.664Z||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 GmHQtEo58V8hNAS8) ...
2022-11-21T12:18:37.218Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-21T12:18:37.218Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-21T12:19:27.660Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-21T12:19:27.661Z||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-21T12:19:27.661Z||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 GmHQtEo58V8hNAS8) ...
2022-11-21T12:19:27.663Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-21T12:19:27.664Z||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-21T12:19:27.664Z||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 GmHQtEo58V8hNAS8) ...
2022-11-21T12:19:37.211Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-21T12:19:37.211Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-21T12:20:27.660Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-21T12:20:27.661Z||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-21T12:20:27.661Z||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 GmHQtEo58V8hNAS8) ...
2022-11-21T12:20:27.663Z|bd7dc388-19e7-494c-aff6-be6d697ae4e8|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-21T12:20:27.664Z|bd7dc388-19e7-494c-aff6-be6d697ae4e8|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-21T12:20:27.664Z|bd7dc388-19e7-494c-aff6-be6d697ae4e8|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 GmHQtEo58V8hNAS8) ...
2022-11-21T12:20:37.229Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-21T12:20:37.229Z|bd7dc388-19e7-494c-aff6-be6d697ae4e8|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-21T12:21:27.660Z|bd7dc388-19e7-494c-aff6-be6d697ae4e8|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-21T12:21:27.661Z|bd7dc388-19e7-494c-aff6-be6d697ae4e8|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-21T12:21:27.661Z|bd7dc388-19e7-494c-aff6-be6d697ae4e8|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 GmHQtEo58V8hNAS8) ...
2022-11-21T12:21:27.666Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-11-21T12:21:27.666Z||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-21T12:21:27.666Z||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 GmHQtEo58V8hNAS8) ...
2022-11-21T12:21:37.223Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-11-21T12:21:37.223Z|bd7dc388-19e7-494c-aff6-be6d697ae4e8|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK