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-10-27T03:21:36.820Z||main|||||INFO|500||The following profiles are active: basic
2022-10-27T03:21:48.701Z||main|||||INFO|500||Starting service [Tomcat]
2022-10-27T03:21:48.702Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-10-27T03:21:48.819Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-10-27T03:21:52.752Z||main|||||INFO|500||catdb-pool - Starting...
2022-10-27T03:21:53.194Z||main|||||INFO|500||catdb-pool - Start completed.
2022-10-27T03:21:53.644Z||main|||||INFO|500||reqdb-pool - Starting...
2022-10-27T03:21:53.654Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-10-27T03:21:53.773Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-10-27T03:21:54.203Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-10-27T03:21:54.867Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-10-27T03:21:56.767Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-10-27T03:21:59.077Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-10-27T03:21:59.140Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-10-27T03:21:59.772Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-10-27T03:22:00.013Z||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-10-27T03:22:01.203Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-10-27T03:22:02.261Z||main|||||DEBUG|500||SDC ActivitySpec endpoint:  http://sdc-wfd-be:8080
2022-10-27T03:22:02.276Z||main|||||WARN|500||Exception on connecting to SDC WFD endpoint: 
java.net.ConnectException: Connection refused (Connection refused)
	at java.base/java.net.PlainSocketImpl.socketConnect(Native Method)
	at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source)
	at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source)
	at java.base/java.net.Socket.connect(Unknown Source)
	at java.base/sun.net.NetworkClient.doConnect(Unknown Source)
	at java.base/sun.net.www.http.HttpClient.openServer(Unknown Source)
	at java.base/sun.net.www.http.HttpClient.openServer(Unknown Source)
	at java.base/sun.net.www.http.HttpClient.(Unknown Source)
	at java.base/sun.net.www.http.HttpClient.New(Unknown Source)
	at java.base/sun.net.www.http.HttpClient.New(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect0(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.connect(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream0(Unknown Source)
	at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source)
	at java.base/java.net.HttpURLConnection.getResponseCode(Unknown Source)
	at org.onap.so.asdc.activity.DeployActivitySpecs.checkHttpServerUp(DeployActivitySpecs.java:155)
	at org.onap.so.asdc.activity.DeployActivitySpecs.deployActivities(DeployActivitySpecs.java:70)
	at org.onap.so.asdc.activity.DeployActivitySpecs$$FastClassBySpringCGLIB$$7dbd81c4.invoke()
	at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:367)
	at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:118)
	at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186)
	at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749)
	at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691)
	at org.onap.so.asdc.activity.DeployActivitySpecs$$EnhancerBySpringCGLIB$$2538ded1.deployActivities()
	at org.onap.so.asdc.Application.deployActivities(Application.java:52)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:389)
	at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:333)
	at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:157)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:415)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1786)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:516)
	at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:324)
	at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
	at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:322)
	at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202)
	at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:897)
	at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:879)
	at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:551)
	at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:143)
	at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:758)
	at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:750)
	at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:405)
	at org.springframework.boot.SpringApplication.run(SpringApplication.java:315)
	at org.springframework.boot.SpringApplication.run(SpringApplication.java:1237)
	at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226)
	at org.onap.so.asdc.Application.main(Application.java:60)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:49)
	at org.springframework.boot.loader.Launcher.launch(Launcher.java:107)
	at org.springframework.boot.loader.Launcher.launch(Launcher.java:58)
	at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:88)
2022-10-27T03:22:02.277Z||main|||||WARN|500||The sdc end point is not alive
2022-10-27T03:22:05.398Z||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-10-27T03:22:08.426Z||main|||||WARN|500||---
2022-10-27T03:22:08.427Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-10-27T03:22:08.427Z||main|||||WARN|500||---
2022-10-27T03:22:08.862Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-10-27T03:22:13.317Z||main|||||INFO|500||Started Application in 39.669 seconds (JVM running for 41.945)
2022-10-27T03:22:13.333Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-10-27T03:22:13.336Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-10-27T03:22:13.347Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-10-27T03:22:13.370Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-10-27T03:22:13.413Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 2065a51b-5398-4829-b7ce-5560d2c0d618 url= /sdc/v1/artifactTypes
2022-10-27T03:22:13.414Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-10-27T03:22:13.652Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-10-27T03:22:13.677Z||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-10-27T03:22:13.738Z||scheduling-1|||||DEBUG|500||create keys
2022-10-27T03:22:13.747Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-10-27T03:22:13.780Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-27T03:22:13.800Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= fd5c3f33-450d-4f97-af25-f57523604669 url= /sdc/v1/registerForDistribution
2022-10-27T03:22:13.910Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= fd5c3f33-450d-4f97-af25-f57523604669 url= /sdc/v1/registerForDistribution
2022-10-27T03:22:13.911Z||scheduling-1|||||INFO|500||start DistributionClient
2022-10-27T03:22:13.923Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T03:22:13.924Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T03:22:13.932Z||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-10-27T03:22:13.932Z||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-10-27T03:22:13.932Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-10-27T03:22:13.932Z||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 WdsfDHbwDbLQzANJ) ...
2022-10-27T03:22:13.932Z||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 WdsfDHbwDbLQzANJ) ...
2022-10-27T03:22:24.284Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-27T03:22:24.314Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-27T03:23:13.920Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T03:23:13.921Z||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-10-27T03:23:13.921Z||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 WdsfDHbwDbLQzANJ) ...
2022-10-27T03:23:13.923Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T03:23:13.924Z||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-10-27T03:23:13.924Z||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 WdsfDHbwDbLQzANJ) ...
2022-10-27T03:23:23.506Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-27T03:23:23.506Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-27T03:24:13.920Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T03:24:13.921Z||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-10-27T03:24:13.921Z||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 WdsfDHbwDbLQzANJ) ...
2022-10-27T03:24:13.923Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T03:24:13.924Z||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-10-27T03:24:13.924Z||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 WdsfDHbwDbLQzANJ) ...
2022-10-27T03:24:23.474Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-27T03:24:23.504Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-27T03:25:13.920Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T03:25:13.921Z||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-10-27T03:25:13.922Z||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 WdsfDHbwDbLQzANJ) ...
2022-10-27T03:25:13.923Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T03:25:13.924Z||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-10-27T03:25:13.925Z||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 WdsfDHbwDbLQzANJ) ...
2022-10-27T03:25:23.500Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-27T03:25:23.501Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-27T03:26:13.920Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T03:26:13.921Z||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-10-27T03:26:13.921Z||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 WdsfDHbwDbLQzANJ) ...
2022-10-27T03:26:13.924Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T03:26:13.924Z||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-10-27T03:26:13.924Z||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 WdsfDHbwDbLQzANJ) ...
2022-10-27T03:26:23.493Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-27T03:26:23.493Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-27T03:27:13.920Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T03:27:13.921Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-27T03:27:13.921Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WdsfDHbwDbLQzANJ) ...
2022-10-27T03:27:13.923Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T03:27:13.924Z||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-10-27T03:27:13.924Z||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 WdsfDHbwDbLQzANJ) ...
2022-10-27T03:27:23.493Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-27T03:27:23.496Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-27T03:28:13.920Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T03:28:13.923Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T03:28:13.924Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-27T03:28:13.924Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WdsfDHbwDbLQzANJ) ...
2022-10-27T03:28:13.924Z||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-10-27T03:28:13.924Z||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 WdsfDHbwDbLQzANJ) ...
2022-10-27T03:28:23.476Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-27T03:28:23.480Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-27T03:29:13.920Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T03:29:13.921Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-27T03:29:13.921Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WdsfDHbwDbLQzANJ) ...
2022-10-27T03:29:13.923Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T03:29:13.927Z||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-10-27T03:29:13.927Z||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 WdsfDHbwDbLQzANJ) ...
2022-10-27T03:29:23.497Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-27T03:29:23.513Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-27T03:30:13.920Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T03:30:13.921Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-27T03:30:13.921Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WdsfDHbwDbLQzANJ) ...
2022-10-27T03:30:13.923Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T03:30:13.924Z||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-10-27T03:30:13.924Z||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 WdsfDHbwDbLQzANJ) ...
2022-10-27T03:30:23.501Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-27T03:30:23.501Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-27T03:31:13.920Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T03:31:13.921Z||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-10-27T03:31:13.921Z||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 WdsfDHbwDbLQzANJ) ...
2022-10-27T03:31:13.923Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T03:31:13.924Z||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-10-27T03:31:13.924Z||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 WdsfDHbwDbLQzANJ) ...
2022-10-27T03:31:23.477Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-27T03:31:23.478Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-27T03:31:41.003Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-10-27T03:32:13.920Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T03:32:13.921Z||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-10-27T03:32:13.921Z||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 WdsfDHbwDbLQzANJ) ...
2022-10-27T03:32:13.923Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T03:32:13.924Z||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-10-27T03:32:13.924Z||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 WdsfDHbwDbLQzANJ) ...
2022-10-27T03:32:23.503Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-27T03:32:23.504Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-27T03:33:13.920Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T03:33:13.921Z||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-10-27T03:33:13.921Z||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 WdsfDHbwDbLQzANJ) ...
2022-10-27T03:33:13.924Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T03:33:13.925Z||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-10-27T03:33:13.925Z||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 WdsfDHbwDbLQzANJ) ...
2022-10-27T03:33:23.484Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-27T03:33:23.485Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-27T03:34:13.920Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T03:34:13.921Z||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-10-27T03:34:13.921Z||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 WdsfDHbwDbLQzANJ) ...
2022-10-27T03:34:13.923Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T03:34:13.924Z||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-10-27T03:34:13.924Z||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 WdsfDHbwDbLQzANJ) ...
2022-10-27T03:34:23.475Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-27T03:34:23.475Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-27T03:35:13.920Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T03:35:13.922Z||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-10-27T03:35:13.922Z||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 WdsfDHbwDbLQzANJ) ...
2022-10-27T03:35:13.923Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T03:35:13.924Z||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-10-27T03:35:13.924Z||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 WdsfDHbwDbLQzANJ) ...
2022-10-27T03:35:23.492Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-27T03:35:23.495Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-27T03:36:13.920Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T03:36:13.922Z||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-10-27T03:36:13.922Z||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 WdsfDHbwDbLQzANJ) ...
2022-10-27T03:36:13.924Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T03:36:13.924Z||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-10-27T03:36:13.925Z||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 WdsfDHbwDbLQzANJ) ...
2022-10-27T03:36:23.477Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-27T03:36:23.481Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-27T03:37:13.920Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T03:37:13.921Z||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-10-27T03:37:13.921Z||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 WdsfDHbwDbLQzANJ) ...
2022-10-27T03:37:13.924Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T03:37:13.925Z||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-10-27T03:37:13.926Z||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 WdsfDHbwDbLQzANJ) ...
2022-10-27T03:37:23.472Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-27T03:37:23.504Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-27T03:38:13.920Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T03:38:13.921Z||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-10-27T03:38:13.921Z||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 WdsfDHbwDbLQzANJ) ...
2022-10-27T03:38:13.924Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T03:38:13.924Z||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-10-27T03:38:13.925Z||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 WdsfDHbwDbLQzANJ) ...
2022-10-27T03:38:23.473Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-27T03:38:23.477Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-27T03:39:13.920Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T03:39:13.921Z||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-10-27T03:39:13.921Z||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 WdsfDHbwDbLQzANJ) ...
2022-10-27T03:39:13.923Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T03:39:13.924Z||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-10-27T03:39:13.924Z||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 WdsfDHbwDbLQzANJ) ...
2022-10-27T03:39:23.469Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-27T03:39:23.495Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-27T03:40:13.920Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T03:40:13.921Z||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-10-27T03:40:13.921Z||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 WdsfDHbwDbLQzANJ) ...
2022-10-27T03:40:13.923Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T03:40:13.924Z||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-10-27T03:40:13.924Z||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 WdsfDHbwDbLQzANJ) ...
2022-10-27T03:40:23.489Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-27T03:40:23.489Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-27T03:41:13.920Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T03:41:13.921Z||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-10-27T03:41:13.921Z||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 WdsfDHbwDbLQzANJ) ...
2022-10-27T03:41:13.923Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T03:41:13.924Z||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-10-27T03:41:13.924Z||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 WdsfDHbwDbLQzANJ) ...
2022-10-27T03:41:23.488Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-27T03:41:23.489Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-27T03:42:13.921Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T03:42:13.923Z||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-10-27T03:42:13.923Z||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 WdsfDHbwDbLQzANJ) ...
2022-10-27T03:42:13.923Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T03:42:13.924Z||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-10-27T03:42:13.924Z||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 WdsfDHbwDbLQzANJ) ...
2022-10-27T03:42:23.492Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-27T03:42:23.492Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-27T03:43:13.920Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T03:43:13.921Z||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-10-27T03:43:13.921Z||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 WdsfDHbwDbLQzANJ) ...
2022-10-27T03:43:13.925Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T03:43:13.926Z||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-10-27T03:43:13.926Z||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 WdsfDHbwDbLQzANJ) ...
2022-10-27T03:43:23.498Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-27T03:43:23.505Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-27T03:44:13.920Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T03:44:13.921Z||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-10-27T03:44:13.921Z||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 WdsfDHbwDbLQzANJ) ...
2022-10-27T03:44:13.923Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T03:44:13.924Z||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-10-27T03:44:13.925Z||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 WdsfDHbwDbLQzANJ) ...
2022-10-27T03:44:23.485Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-27T03:44:23.487Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-27T03:45:13.920Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T03:45:13.921Z||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-10-27T03:45:13.921Z||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 WdsfDHbwDbLQzANJ) ...
2022-10-27T03:45:13.923Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T03:45:13.924Z||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-10-27T03:45:13.924Z||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 WdsfDHbwDbLQzANJ) ...
2022-10-27T03:45:23.485Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-27T03:45:23.486Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-27T03:46:13.920Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T03:46:13.921Z||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-10-27T03:46:13.921Z||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 WdsfDHbwDbLQzANJ) ...
2022-10-27T03:46:13.923Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T03:46:13.924Z||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-10-27T03:46:13.924Z||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 WdsfDHbwDbLQzANJ) ...
2022-10-27T03:46:23.479Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-27T03:46:23.481Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-27T03:47:13.920Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T03:47:13.921Z||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-10-27T03:47:13.921Z||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 WdsfDHbwDbLQzANJ) ...
2022-10-27T03:47:13.923Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T03:47:13.924Z||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-10-27T03:47:13.925Z||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 WdsfDHbwDbLQzANJ) ...
2022-10-27T03:47:23.488Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-27T03:47:23.491Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-27T03:48:13.920Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T03:48:13.921Z||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-10-27T03:48:13.921Z||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 WdsfDHbwDbLQzANJ) ...
2022-10-27T03:48:13.923Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T03:48:13.924Z||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-10-27T03:48:13.924Z||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 WdsfDHbwDbLQzANJ) ...
2022-10-27T03:48:23.495Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-27T03:48:23.495Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-27T03:49:13.920Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T03:49:13.921Z||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-10-27T03:49:13.921Z||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 WdsfDHbwDbLQzANJ) ...
2022-10-27T03:49:13.923Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T03:49:13.924Z||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-10-27T03:49:13.924Z||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 WdsfDHbwDbLQzANJ) ...
2022-10-27T03:49:23.496Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-27T03:49:23.501Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-27T03:50:13.921Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T03:50:13.923Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T03:50:13.924Z||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-10-27T03:50:13.924Z||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-10-27T03:50:13.924Z||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 WdsfDHbwDbLQzANJ) ...
2022-10-27T03:50:13.924Z||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 WdsfDHbwDbLQzANJ) ...
2022-10-27T03:50:23.482Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-27T03:50:23.484Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-27T03:51:13.920Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T03:51:13.920Z||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-10-27T03:51:13.921Z||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 WdsfDHbwDbLQzANJ) ...
2022-10-27T03:51:13.923Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T03:51:13.924Z||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-10-27T03:51:13.924Z||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 WdsfDHbwDbLQzANJ) ...
2022-10-27T03:51:23.476Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-27T03:51:23.476Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-27T03:52:13.920Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T03:52:13.921Z||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-10-27T03:52:13.921Z||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 WdsfDHbwDbLQzANJ) ...
2022-10-27T03:52:13.923Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T03:52:13.924Z||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-10-27T03:52:13.924Z||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 WdsfDHbwDbLQzANJ) ...
2022-10-27T03:52:23.474Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-27T03:52:23.474Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-27T03:53:13.920Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T03:53:13.920Z||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-10-27T03:53:13.921Z||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 WdsfDHbwDbLQzANJ) ...
2022-10-27T03:53:13.923Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T03:53:13.924Z||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-10-27T03:53:13.924Z||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 WdsfDHbwDbLQzANJ) ...
2022-10-27T03:53:23.485Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-27T03:53:23.486Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-27T03:54:13.920Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T03:54:13.920Z||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-10-27T03:54:13.921Z||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 WdsfDHbwDbLQzANJ) ...
2022-10-27T03:54:13.923Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T03:54:13.924Z||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-10-27T03:54:13.924Z||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 WdsfDHbwDbLQzANJ) ...
2022-10-27T03:54:23.475Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-27T03:54:23.476Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-27T03:55:13.920Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T03:55:13.921Z||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-10-27T03:55:13.921Z||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 WdsfDHbwDbLQzANJ) ...
2022-10-27T03:55:13.923Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T03:55:13.924Z||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-10-27T03:55:13.924Z||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 WdsfDHbwDbLQzANJ) ...
2022-10-27T03:55:23.479Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-27T03:55:23.492Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-27T03:56:13.920Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T03:56:13.921Z||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-10-27T03:56:13.921Z||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 WdsfDHbwDbLQzANJ) ...
2022-10-27T03:56:13.923Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T03:56:13.924Z||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-10-27T03:56:13.924Z||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 WdsfDHbwDbLQzANJ) ...
2022-10-27T03:56:23.467Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-27T03:56:23.468Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-27T03:57:13.920Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T03:57:13.922Z||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-10-27T03:57:13.922Z||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 WdsfDHbwDbLQzANJ) ...
2022-10-27T03:57:13.924Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T03:57:13.924Z||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-10-27T03:57:13.925Z||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 WdsfDHbwDbLQzANJ) ...
2022-10-27T03:57:23.475Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-27T03:57:23.478Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-27T03:58:13.920Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T03:58:13.921Z||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-10-27T03:58:13.921Z||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 WdsfDHbwDbLQzANJ) ...
2022-10-27T03:58:13.923Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T03:58:13.924Z||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-10-27T03:58:13.924Z||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 WdsfDHbwDbLQzANJ) ...
2022-10-27T03:58:23.479Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-27T03:58:23.481Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-27T03:59:13.920Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T03:59:13.920Z||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-10-27T03:59:13.921Z||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 WdsfDHbwDbLQzANJ) ...
2022-10-27T03:59:13.923Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T03:59:13.924Z||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-10-27T03:59:13.924Z||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 WdsfDHbwDbLQzANJ) ...
2022-10-27T03:59:23.473Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-27T03:59:23.475Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-27T04:00:13.920Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T04:00:13.921Z||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-10-27T04:00:13.921Z||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 WdsfDHbwDbLQzANJ) ...
2022-10-27T04:00:13.923Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T04:00:13.924Z||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-10-27T04:00:13.924Z||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 WdsfDHbwDbLQzANJ) ...
2022-10-27T04:00:23.484Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-27T04:00:23.484Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-27T04:01:13.920Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T04:01:13.920Z||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-10-27T04:01:13.921Z||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 WdsfDHbwDbLQzANJ) ...
2022-10-27T04:01:13.924Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T04:01:13.924Z||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-10-27T04:01:13.924Z||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 WdsfDHbwDbLQzANJ) ...
2022-10-27T04:01:23.473Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-27T04:01:23.507Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-27T04:02:13.920Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T04:02:13.921Z||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-10-27T04:02:13.921Z||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 WdsfDHbwDbLQzANJ) ...
2022-10-27T04:02:13.923Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T04:02:13.924Z||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-10-27T04:02:13.925Z||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 WdsfDHbwDbLQzANJ) ...
2022-10-27T04:02:14.555Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-27T04:02:14.557Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-27T04:02:14.557Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"f79c398f-200f-4b3c-92a4-84c6b778a3f8","serviceName":"vFW 2022-10-27 04-00-40","serviceVersion":"1.0","serviceUUID":"709bd4f9-ce4e-4489-9034-2dd97b85e03f","serviceDescription":"catalog service description","serviceInvariantUUID":"a0b324b2-faf8-4ecf-afce-783178958983","resources":[{"resourceInstanceName":"vFW 22ad662a-6d0a 0","resourceName":"vFW 22ad662a-6d0a","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"0561a628-6349-4067-beea-d50b86098981","resourceInvariantUUID":"70f6cb9e-bb62-422a-b75d-9f6ec0317673","resourceCustomizationUUID":"59310610-ff83-4723-bd4a-d172deb4fee8","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20221027040040/1.0/resourceInstances/vfw22ad662a6d0a0/artifacts/vf-license-model.xml","artifactChecksum":"Mzk4Mjk2MWQwNzkxZmY5OTJhODA2MThjYWUzYjgzMmE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"b58e2e06-eafa-4d81-9657-cd0fa05a7a3f","artifactVersion":"1"},{"artifactName":"vfw22ad662a6d0a0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20221027040040/1.0/resourceInstances/vfw22ad662a6d0a0/artifacts/vfw22ad662a6d0a0_modules.json","artifactChecksum":"Njk0MTM4Zjg1MzcyMGY4NmFiOGM3MDY5ZDIxZDBlOWQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"acd60201-faeb-4ff8-9883-14bf28e46b28","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20221027040040/1.0/resourceInstances/vfw22ad662a6d0a0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"e57339f1-bc52-4581-9257-38031d38d024","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20221027040040/1.0/resourceInstances/vfw22ad662a6d0a0/artifacts/vendor-license-model.xml","artifactChecksum":"YmE0NzE2ZjdhMWUyNzIyNTJiNjJjZDU0NjlkMTU4Yzg\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"418548ea-3e22-4a3f-a3ff-b1e36534f021","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20221027040040/1.0/resourceInstances/vfw22ad662a6d0a0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"eb60528a-fec2-432c-bff6-7f363da4d6a8","artifactVersion":"2","generatedFromUUID":"e57339f1-bc52-4581-9257-38031d38d024"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20221027040040-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20221027040040/1.0/artifacts/service-Vfw20221027040040-template.yml","artifactChecksum":"ODg0ODI3ZGRjN2NhN2FiOGYzNGM5MDBjMDUyZTg1OWU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"203b66d7-f160-43f4-be24-fc042944933b","artifactVersion":"1"},{"artifactName":"service-Vfw20221027040040-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20221027040040/1.0/artifacts/service-Vfw20221027040040-csar.csar","artifactChecksum":"Njk3MzhiMzI3ZmI4Njg4YTczNmU3MDNiNmQ1YWE2ZmQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"1fa15cc4-4249-4d19-b447-22365bfeb3fc","artifactVersion":"1"}],"workloadContext":"Production"}
2022-10-27T04:02:14.563Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-27T04:02:14.568Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:02:14.569Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f79c398f-200f-4b3c-92a4-84c6b778a3f8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666843302491,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221027040040/1.0/resourceInstances/vfw22ad662a6d0a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:02:14.569Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-27T04:02:14.577Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-27T04:02:14.588Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-27T04:02:14.588Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "f79c398f-200f-4b3c-92a4-84c6b778a3f8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666843333920,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221027040040/1.0/resourceInstances/vfw22ad662a6d0a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:02:14.589Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:02:14.590Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:02:14.590Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f79c398f-200f-4b3c-92a4-84c6b778a3f8",
  "consumerID": "cds",
  "timestamp": 1666843303029,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221027040040/1.0/resourceInstances/vfw22ad662a6d0a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:02:14.590Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:02:14.590Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:02:14.590Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f79c398f-200f-4b3c-92a4-84c6b778a3f8",
  "consumerID": "clamp",
  "timestamp": 1666843303374,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221027040040/1.0/resourceInstances/vfw22ad662a6d0a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:02:14.590Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:02:14.590Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:02:14.590Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f79c398f-200f-4b3c-92a4-84c6b778a3f8",
  "consumerID": "aai-ml",
  "timestamp": 1666843299816,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221027040040/1.0/resourceInstances/vfw22ad662a6d0a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:02:14.591Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:02:14.591Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:02:14.591Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f79c398f-200f-4b3c-92a4-84c6b778a3f8",
  "consumerID": "cds",
  "timestamp": 1666843303029,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221027040040/1.0/resourceInstances/vfw22ad662a6d0a0/artifacts/vfw22ad662a6d0a0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:02:14.591Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:02:14.591Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:02:14.591Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f79c398f-200f-4b3c-92a4-84c6b778a3f8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666843302491,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221027040040/1.0/resourceInstances/vfw22ad662a6d0a0/artifacts/vfw22ad662a6d0a0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:02:14.592Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:02:14.592Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:02:14.592Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f79c398f-200f-4b3c-92a4-84c6b778a3f8",
  "consumerID": "clamp",
  "timestamp": 1666843303374,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221027040040/1.0/resourceInstances/vfw22ad662a6d0a0/artifacts/vfw22ad662a6d0a0_modules.json",
  "status": "NOTIFIED"
}
2022-10-27T04:02:14.592Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:02:14.592Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:02:14.592Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f79c398f-200f-4b3c-92a4-84c6b778a3f8",
  "consumerID": "aai-ml",
  "timestamp": 1666843299816,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221027040040/1.0/resourceInstances/vfw22ad662a6d0a0/artifacts/vfw22ad662a6d0a0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:02:14.592Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:02:14.592Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:02:14.592Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f79c398f-200f-4b3c-92a4-84c6b778a3f8",
  "consumerID": "cds",
  "timestamp": 1666843303029,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221027040040/1.0/resourceInstances/vfw22ad662a6d0a0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:02:14.593Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:02:14.593Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:02:14.593Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f79c398f-200f-4b3c-92a4-84c6b778a3f8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666843302491,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221027040040/1.0/resourceInstances/vfw22ad662a6d0a0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:02:14.593Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:02:14.593Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:02:14.593Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f79c398f-200f-4b3c-92a4-84c6b778a3f8",
  "consumerID": "clamp",
  "timestamp": 1666843303374,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221027040040/1.0/resourceInstances/vfw22ad662a6d0a0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:02:14.593Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:02:14.594Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:02:14.594Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f79c398f-200f-4b3c-92a4-84c6b778a3f8",
  "consumerID": "aai-ml",
  "timestamp": 1666843299816,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221027040040/1.0/resourceInstances/vfw22ad662a6d0a0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:02:14.594Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:02:14.594Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:02:14.594Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f79c398f-200f-4b3c-92a4-84c6b778a3f8",
  "consumerID": "cds",
  "timestamp": 1666843303029,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221027040040/1.0/resourceInstances/vfw22ad662a6d0a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:02:14.594Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:02:14.594Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:02:14.594Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f79c398f-200f-4b3c-92a4-84c6b778a3f8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666843302491,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221027040040/1.0/resourceInstances/vfw22ad662a6d0a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:02:14.594Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:02:14.595Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:02:14.595Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f79c398f-200f-4b3c-92a4-84c6b778a3f8",
  "consumerID": "clamp",
  "timestamp": 1666843303374,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221027040040/1.0/resourceInstances/vfw22ad662a6d0a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:02:14.595Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:02:14.595Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:02:14.595Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f79c398f-200f-4b3c-92a4-84c6b778a3f8",
  "consumerID": "aai-ml",
  "timestamp": 1666843299816,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221027040040/1.0/resourceInstances/vfw22ad662a6d0a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:02:14.596Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:02:14.596Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:02:14.596Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f79c398f-200f-4b3c-92a4-84c6b778a3f8",
  "consumerID": "policy-id",
  "timestamp": 1666843307658,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221027040040/1.0/resourceInstances/vfw22ad662a6d0a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:02:14.596Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:02:14.596Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:02:14.596Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f79c398f-200f-4b3c-92a4-84c6b778a3f8",
  "consumerID": "cds",
  "timestamp": 1666843303029,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221027040040/1.0/resourceInstances/vfw22ad662a6d0a0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:02:14.596Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:02:14.597Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:02:14.597Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f79c398f-200f-4b3c-92a4-84c6b778a3f8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666843302491,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221027040040/1.0/resourceInstances/vfw22ad662a6d0a0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:02:14.597Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:02:14.597Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:02:14.597Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f79c398f-200f-4b3c-92a4-84c6b778a3f8",
  "consumerID": "clamp",
  "timestamp": 1666843303374,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221027040040/1.0/resourceInstances/vfw22ad662a6d0a0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:02:14.597Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:02:14.597Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:02:14.597Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f79c398f-200f-4b3c-92a4-84c6b778a3f8",
  "consumerID": "aai-ml",
  "timestamp": 1666843299816,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221027040040/1.0/resourceInstances/vfw22ad662a6d0a0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:02:14.598Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:02:14.598Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:02:14.598Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f79c398f-200f-4b3c-92a4-84c6b778a3f8",
  "consumerID": "policy-id",
  "timestamp": 1666843307658,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221027040040/1.0/resourceInstances/vfw22ad662a6d0a0/artifacts/vfw22ad662a6d0a0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:02:14.598Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:02:14.598Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:02:14.598Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f79c398f-200f-4b3c-92a4-84c6b778a3f8",
  "consumerID": "cds",
  "timestamp": 1666843303029,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221027040040/1.0/artifacts/service-Vfw20221027040040-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:02:14.598Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:02:14.598Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:02:14.599Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f79c398f-200f-4b3c-92a4-84c6b778a3f8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666843302491,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221027040040/1.0/artifacts/service-Vfw20221027040040-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:02:14.599Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:02:14.599Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:02:14.599Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f79c398f-200f-4b3c-92a4-84c6b778a3f8",
  "consumerID": "clamp",
  "timestamp": 1666843303374,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221027040040/1.0/artifacts/service-Vfw20221027040040-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:02:14.599Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:02:14.599Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:02:14.599Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f79c398f-200f-4b3c-92a4-84c6b778a3f8",
  "consumerID": "aai-ml",
  "timestamp": 1666843299816,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221027040040/1.0/artifacts/service-Vfw20221027040040-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:02:14.599Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:02:14.600Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:02:14.600Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f79c398f-200f-4b3c-92a4-84c6b778a3f8",
  "consumerID": "policy-id",
  "timestamp": 1666843307658,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221027040040/1.0/resourceInstances/vfw22ad662a6d0a0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-10-27T04:02:14.600Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:02:14.600Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:02:14.600Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f79c398f-200f-4b3c-92a4-84c6b778a3f8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666843310987,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221027040040/1.0/resourceInstances/vfw22ad662a6d0a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:02:14.600Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:02:14.600Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:02:14.600Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f79c398f-200f-4b3c-92a4-84c6b778a3f8",
  "consumerID": "cds",
  "timestamp": 1666843303029,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221027040040/1.0/artifacts/service-Vfw20221027040040-csar.csar",
  "status": "NOTIFIED"
}
2022-10-27T04:02:14.602Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:02:14.602Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:02:14.602Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f79c398f-200f-4b3c-92a4-84c6b778a3f8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666843302491,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221027040040/1.0/artifacts/service-Vfw20221027040040-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:02:14.602Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:02:14.603Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:02:14.603Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f79c398f-200f-4b3c-92a4-84c6b778a3f8",
  "consumerID": "clamp",
  "timestamp": 1666843303374,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221027040040/1.0/artifacts/service-Vfw20221027040040-csar.csar",
  "status": "NOTIFIED"
}
2022-10-27T04:02:14.603Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:02:14.603Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:02:14.603Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f79c398f-200f-4b3c-92a4-84c6b778a3f8",
  "consumerID": "aai-ml",
  "timestamp": 1666843299816,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221027040040/1.0/artifacts/service-Vfw20221027040040-csar.csar",
  "status": "NOTIFIED"
}
2022-10-27T04:02:14.603Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:02:14.603Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:02:14.603Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f79c398f-200f-4b3c-92a4-84c6b778a3f8",
  "consumerID": "policy-id",
  "timestamp": 1666843307658,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221027040040/1.0/resourceInstances/vfw22ad662a6d0a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:02:14.604Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:02:14.604Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:02:14.604Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f79c398f-200f-4b3c-92a4-84c6b778a3f8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666843310987,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221027040040/1.0/resourceInstances/vfw22ad662a6d0a0/artifacts/vfw22ad662a6d0a0_modules.json",
  "status": "NOTIFIED"
}
2022-10-27T04:02:14.604Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:02:14.604Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:02:14.604Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f79c398f-200f-4b3c-92a4-84c6b778a3f8",
  "consumerID": "policy-id",
  "timestamp": 1666843307658,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221027040040/1.0/resourceInstances/vfw22ad662a6d0a0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:02:14.604Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:02:14.604Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:02:14.604Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f79c398f-200f-4b3c-92a4-84c6b778a3f8",
  "consumerID": "cds",
  "timestamp": 1666843312332,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221027040040/1.0/artifacts/service-Vfw20221027040040-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-27T04:02:14.605Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-27T04:02:14.605Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:02:14.605Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f79c398f-200f-4b3c-92a4-84c6b778a3f8",
  "consumerID": "aai-ml",
  "timestamp": 1666843312500,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221027040040/1.0/artifacts/service-Vfw20221027040040-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-27T04:02:14.605Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-27T04:02:14.605Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:02:14.605Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f79c398f-200f-4b3c-92a4-84c6b778a3f8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666843310987,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221027040040/1.0/resourceInstances/vfw22ad662a6d0a0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-10-27T04:02:14.606Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:02:14.606Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:02:14.606Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f79c398f-200f-4b3c-92a4-84c6b778a3f8",
  "consumerID": "policy-id",
  "timestamp": 1666843307658,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221027040040/1.0/artifacts/service-Vfw20221027040040-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:02:14.606Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:02:14.607Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:02:14.607Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f79c398f-200f-4b3c-92a4-84c6b778a3f8",
  "consumerID": "cds",
  "timestamp": 1666843313348,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221027040040/1.0/artifacts/service-Vfw20221027040040-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-10-27T04:02:14.689Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms
2022-10-27T04:02:14.708Z||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-10-27T04:02:14.708Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WdsfDHbwDbLQzANJ) ...
2022-10-27T04:02:14.720Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-27T04:02:14.721Z||pool-3-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: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-10-27T04:02:14.784Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of f79c398f-200f-4b3c-92a4-84c6b778a3f8
2022-10-27T04:02:14.806Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId f79c398f-200f-4b3c-92a4-84c6b778a3f8 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-10-27T04:02:14.827Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:02:14.827Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f79c398f-200f-4b3c-92a4-84c6b778a3f8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666843310987,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221027040040/1.0/resourceInstances/vfw22ad662a6d0a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:02:14.828Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:02:14.828Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:02:14.828Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f79c398f-200f-4b3c-92a4-84c6b778a3f8",
  "consumerID": "policy-id",
  "timestamp": 1666843307658,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221027040040/1.0/artifacts/service-Vfw20221027040040-csar.csar",
  "status": "NOTIFIED"
}
2022-10-27T04:02:14.828Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:02:14.829Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:02:14.829Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f79c398f-200f-4b3c-92a4-84c6b778a3f8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666843310987,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221027040040/1.0/resourceInstances/vfw22ad662a6d0a0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-10-27T04:02:14.829Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:02:14.829Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:02:14.830Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f79c398f-200f-4b3c-92a4-84c6b778a3f8",
  "consumerID": "policy-id",
  "timestamp": 1666843315474,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221027040040/1.0/artifacts/service-Vfw20221027040040-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-27T04:02:14.830Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-27T04:02:14.830Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:02:14.830Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f79c398f-200f-4b3c-92a4-84c6b778a3f8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666843310987,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221027040040/1.0/artifacts/service-Vfw20221027040040-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:02:14.831Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:02:14.831Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:02:14.831Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f79c398f-200f-4b3c-92a4-84c6b778a3f8",
  "consumerID": "policy-id",
  "timestamp": 1666843316489,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221027040040/1.0/artifacts/service-Vfw20221027040040-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-27T04:02:14.831Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-27T04:02:14.831Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:02:14.832Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f79c398f-200f-4b3c-92a4-84c6b778a3f8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666843310987,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221027040040/1.0/artifacts/service-Vfw20221027040040-csar.csar",
  "status": "NOTIFIED"
}
2022-10-27T04:02:14.832Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:02:14.832Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:02:14.832Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f79c398f-200f-4b3c-92a4-84c6b778a3f8",
  "consumerID": "policy-id",
  "timestamp": 1666843317494,
  "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-10-27T04:02:14.845Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f79c398f-200f-4b3c-92a4-84c6b778a3f8
2022-10-27T04:02:14.846Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId f79c398f-200f-4b3c-92a4-84c6b778a3f8 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-10-27T04:02:14.851Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:02:14.851Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f79c398f-200f-4b3c-92a4-84c6b778a3f8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666843318787,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221027040040/1.0/resourceInstances/vfw22ad662a6d0a0/artifacts/vfw22ad662a6d0a0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-10-27T04:02:14.851Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-27T04:02:14.852Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:02:14.852Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f79c398f-200f-4b3c-92a4-84c6b778a3f8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666843319875,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221027040040/1.0/resourceInstances/vfw22ad662a6d0a0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-10-27T04:02:14.852Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-27T04:02:14.852Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:02:14.853Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f79c398f-200f-4b3c-92a4-84c6b778a3f8",
  "consumerID": "clamp",
  "timestamp": 1666843319754,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221027040040/1.0/artifacts/service-Vfw20221027040040-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-27T04:02:14.853Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-27T04:02:14.853Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:02:14.853Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f79c398f-200f-4b3c-92a4-84c6b778a3f8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666843320941,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221027040040/1.0/resourceInstances/vfw22ad662a6d0a0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-10-27T04:02:14.854Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-27T04:02:14.854Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:02:14.854Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f79c398f-200f-4b3c-92a4-84c6b778a3f8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666843319863,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221027040040/1.0/resourceInstances/vfw22ad662a6d0a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:02:14.854Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:02:14.854Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:02:14.855Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f79c398f-200f-4b3c-92a4-84c6b778a3f8",
  "consumerID": "clamp",
  "timestamp": 1666843320821,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221027040040/1.0/artifacts/service-Vfw20221027040040-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-27T04:02:14.855Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-27T04:02:14.855Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:02:14.855Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f79c398f-200f-4b3c-92a4-84c6b778a3f8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666843322018,
  "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-10-27T04:02:14.858Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f79c398f-200f-4b3c-92a4-84c6b778a3f8
2022-10-27T04:02:14.858Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId f79c398f-200f-4b3c-92a4-84c6b778a3f8 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-10-27T04:02:14.864Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:02:14.865Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f79c398f-200f-4b3c-92a4-84c6b778a3f8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666843319863,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221027040040/1.0/resourceInstances/vfw22ad662a6d0a0/artifacts/vfw22ad662a6d0a0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:02:14.865Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:02:14.865Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:02:14.865Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f79c398f-200f-4b3c-92a4-84c6b778a3f8",
  "consumerID": "clamp",
  "timestamp": 1666843321825,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-10-27T04:02:14.868Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of f79c398f-200f-4b3c-92a4-84c6b778a3f8
2022-10-27T04:02:14.868Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId f79c398f-200f-4b3c-92a4-84c6b778a3f8 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-10-27T04:02:14.873Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:02:14.873Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f79c398f-200f-4b3c-92a4-84c6b778a3f8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666843323025,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221027040040/1.0/resourceInstances/vfw22ad662a6d0a0/artifacts/vfw22ad662a6d0a0_modules.json",
  "status": "DEPLOY_OK"
}
2022-10-27T04:02:14.873Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-27T04:02:14.874Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:02:14.874Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f79c398f-200f-4b3c-92a4-84c6b778a3f8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666843319863,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221027040040/1.0/resourceInstances/vfw22ad662a6d0a0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:02:14.874Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:02:14.874Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:02:14.874Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f79c398f-200f-4b3c-92a4-84c6b778a3f8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666843319863,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221027040040/1.0/resourceInstances/vfw22ad662a6d0a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:02:14.875Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:02:14.875Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:02:14.875Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f79c398f-200f-4b3c-92a4-84c6b778a3f8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666843319863,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221027040040/1.0/resourceInstances/vfw22ad662a6d0a0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:02:14.875Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:02:14.876Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:02:14.876Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f79c398f-200f-4b3c-92a4-84c6b778a3f8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666843319863,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221027040040/1.0/artifacts/service-Vfw20221027040040-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:02:14.876Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:02:14.876Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:02:14.876Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f79c398f-200f-4b3c-92a4-84c6b778a3f8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666843319863,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221027040040/1.0/artifacts/service-Vfw20221027040040-csar.csar",
  "status": "NOTIFIED"
}
2022-10-27T04:02:14.877Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:02:14.877Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:02:14.877Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f79c398f-200f-4b3c-92a4-84c6b778a3f8",
  "consumerID": "aai-ml",
  "timestamp": 1666843327185,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221027040040/1.0/artifacts/service-Vfw20221027040040-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-27T04:02:14.877Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-27T04:02:14.878Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:02:14.878Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f79c398f-200f-4b3c-92a4-84c6b778a3f8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666843327695,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221027040040/1.0/artifacts/service-Vfw20221027040040-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-27T04:02:14.878Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-27T04:02:14.878Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:02:14.879Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f79c398f-200f-4b3c-92a4-84c6b778a3f8",
  "consumerID": "aai-ml",
  "timestamp": 1666843328192,
  "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-10-27T04:02:14.881Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of f79c398f-200f-4b3c-92a4-84c6b778a3f8
2022-10-27T04:02:14.881Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId f79c398f-200f-4b3c-92a4-84c6b778a3f8 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-10-27T04:02:14.886Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:02:14.887Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f79c398f-200f-4b3c-92a4-84c6b778a3f8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666843331887,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221027040040/1.0/artifacts/service-Vfw20221027040040-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-27T04:02:14.887Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-27T04:02:14.887Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:02:14.888Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f79c398f-200f-4b3c-92a4-84c6b778a3f8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666843332892,
  "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-10-27T04:02:14.890Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of f79c398f-200f-4b3c-92a4-84c6b778a3f8
2022-10-27T04:02:14.891Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId f79c398f-200f-4b3c-92a4-84c6b778a3f8 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-10-27T04:02:15.594Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-27T04:02:15.595Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-27T04:02:15.597Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-27T04:02:15.597Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "f79c398f-200f-4b3c-92a4-84c6b778a3f8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666843333920,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221027040040/1.0/resourceInstances/vfw22ad662a6d0a0/artifacts/vfw22ad662a6d0a0_modules.json",
  "status": "NOTIFIED"
}
2022-10-27T04:02:15.698Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-27T04:02:15.698Z||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-10-27T04:02:15.699Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WdsfDHbwDbLQzANJ) ...
2022-10-27T04:02:15.715Z||pool-4-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-27T04:02:15.715Z||pool-4-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-10-27T04:02:16.598Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-27T04:02:16.599Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-27T04:02:16.601Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-27T04:02:16.601Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "f79c398f-200f-4b3c-92a4-84c6b778a3f8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666843333920,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221027040040/1.0/resourceInstances/vfw22ad662a6d0a0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-10-27T04:02:16.701Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-27T04:02:16.702Z||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-10-27T04:02:16.702Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WdsfDHbwDbLQzANJ) ...
2022-10-27T04:02:16.719Z||pool-5-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-27T04:02:16.720Z||pool-5-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-10-27T04:02:17.602Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-27T04:02:17.603Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-27T04:02:17.604Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-27T04:02:17.605Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "f79c398f-200f-4b3c-92a4-84c6b778a3f8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666843333920,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221027040040/1.0/resourceInstances/vfw22ad662a6d0a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:02:17.705Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-27T04:02:17.706Z||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-10-27T04:02:17.706Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WdsfDHbwDbLQzANJ) ...
2022-10-27T04:02:17.720Z||pool-6-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-27T04:02:17.721Z||pool-6-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-10-27T04:02:18.605Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-27T04:02:18.606Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-27T04:02:18.608Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-27T04:02:18.608Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "f79c398f-200f-4b3c-92a4-84c6b778a3f8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666843333920,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221027040040/1.0/resourceInstances/vfw22ad662a6d0a0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-10-27T04:02:18.708Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-27T04:02:18.709Z||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-10-27T04:02:18.709Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WdsfDHbwDbLQzANJ) ...
2022-10-27T04:02:18.723Z||pool-7-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-27T04:02:18.723Z||pool-7-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-10-27T04:02:19.609Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-27T04:02:19.609Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-27T04:02:19.611Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-27T04:02:19.611Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "f79c398f-200f-4b3c-92a4-84c6b778a3f8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666843333920,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221027040040/1.0/artifacts/service-Vfw20221027040040-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:02:19.712Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-27T04:02:19.713Z||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-10-27T04:02:19.713Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WdsfDHbwDbLQzANJ) ...
2022-10-27T04:02:19.731Z||pool-8-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-27T04:02:19.731Z||pool-8-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1}
2022-10-27T04:02:20.612Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-27T04:02:20.612Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-27T04:02:20.622Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-27T04:02:20.622Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "f79c398f-200f-4b3c-92a4-84c6b778a3f8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666843333920,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221027040040/1.0/artifacts/service-Vfw20221027040040-csar.csar",
  "status": "NOTIFIED"
}
2022-10-27T04:02:20.715Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 93 ms
2022-10-27T04:02:20.716Z||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-10-27T04:02:20.716Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WdsfDHbwDbLQzANJ) ...
2022-10-27T04:02:20.730Z||pool-9-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-27T04:02:20.730Z||pool-9-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-10-27T04:02:21.624Z||pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "f79c398f-200f-4b3c-92a4-84c6b778a3f8",
  "serviceName": "vFW 2022-10-27 04-00-40",
  "serviceVersion": "1.0",
  "serviceUUID": "709bd4f9-ce4e-4489-9034-2dd97b85e03f",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "a0b324b2-faf8-4ecf-afce-783178958983",
  "resources": [
    {
      "resourceInstanceName": "vFW 22ad662a-6d0a 0",
      "resourceCustomizationUUID": "59310610-ff83-4723-bd4a-d172deb4fee8",
      "resourceName": "vFW 22ad662a-6d0a",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "0561a628-6349-4067-beea-d50b86098981",
      "resourceInvariantUUID": "70f6cb9e-bb62-422a-b75d-9f6ec0317673",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw22ad662a6d0a0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20221027040040/1.0/resourceInstances/vfw22ad662a6d0a0/artifacts/vfw22ad662a6d0a0_modules.json",
          "artifactChecksum": "Njk0MTM4Zjg1MzcyMGY4NmFiOGM3MDY5ZDIxZDBlOWQ\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "acd60201-faeb-4ff8-9883-14bf28e46b28",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20221027040040/1.0/resourceInstances/vfw22ad662a6d0a0/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "e57339f1-bc52-4581-9257-38031d38d024",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20221027040040/1.0/resourceInstances/vfw22ad662a6d0a0/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "eb60528a-fec2-432c-bff6-7f363da4d6a8",
            "generatedFromUUID": "e57339f1-bc52-4581-9257-38031d38d024"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20221027040040/1.0/resourceInstances/vfw22ad662a6d0a0/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "eb60528a-fec2-432c-bff6-7f363da4d6a8",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20221027040040-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20221027040040/1.0/artifacts/service-Vfw20221027040040-csar.csar",
      "artifactChecksum": "Njk3MzhiMzI3ZmI4Njg4YTczNmU3MDNiNmQ1YWE2ZmQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "1fa15cc4-4249-4d19-b447-22365bfeb3fc"
    }
  ],
  "workloadContext": "Production"
}
2022-10-27T04:02:21.625Z||pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-10-27T04:02:21.625Z||pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 709bd4f9-ce4e-4489-9034-2dd97b85e03f ASDC
2022-10-27T04:02:21.750Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:f79c398f-200f-4b3c-92a4-84c6b778a3f8
ServiceName:vFW 2022-10-27 04-00-40
ServiceVersion:1.0
ServiceUUID:709bd4f9-ce4e-4489-9034-2dd97b85e03f
ServiceInvariantUUID:a0b324b2-faf8-4ecf-afce-783178958983
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20221027040040-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20221027040040/1.0/artifacts/service-Vfw20221027040040-csar.csar
ArtifactUUID:1fa15cc4-4249-4d19-b447-22365bfeb3fc
ArtifactChecksum:Njk3MzhiMzI3ZmI4Njg4YTczNmU3MDNiNmQ1YWE2ZmQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 22ad662a-6d0a 0
ResourceCustomizationUUID:59310610-ff83-4723-bd4a-d172deb4fee8
ResourceInvariantUUID:70f6cb9e-bb62-422a-b75d-9f6ec0317673
ResourceName:vFW 22ad662a-6d0a
ResourceType:VF
ResourceUUID:0561a628-6349-4067-beea-d50b86098981
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw22ad662a6d0a0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20221027040040/1.0/resourceInstances/vfw22ad662a6d0a0/artifacts/vfw22ad662a6d0a0_modules.json
ArtifactUUID:acd60201-faeb-4ff8-9883-14bf28e46b28
ArtifactChecksum:Njk0MTM4Zjg1MzcyMGY4NmFiOGM3MDY5ZDIxZDBlOWQ=
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/Vfw20221027040040/1.0/resourceInstances/vfw22ad662a6d0a0/artifacts/base_vfw.yaml
ArtifactUUID:e57339f1-bc52-4581-9257-38031d38d024
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/Vfw20221027040040/1.0/resourceInstances/vfw22ad662a6d0a0/artifacts/base_vfw.env
ArtifactUUID:eb60528a-fec2-432c-bff6-7f363da4d6a8
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/Vfw20221027040040/1.0/resourceInstances/vfw22ad662a6d0a0/artifacts/base_vfw.env
ArtifactUUID:eb60528a-fec2-432c-bff6-7f363da4d6a8
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-10-27T04:02:21.751Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 709bd4f9-ce4e-4489-9034-2dd97b85e03f 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-10-27T04:02:21.793Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-27T04:02:21.805Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-10-27T04:02:21.806Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-10-27T04:02:21.806Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 1fa15cc4-4249-4d19-b447-22365bfeb3fc from URL: /sdc/v1/catalog/services/Vfw20221027040040/1.0/artifacts/service-Vfw20221027040040-csar.csar
2022-10-27T04:02:21.807Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-10-27T04:02:21.808Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221027040040/1.0/artifacts/service-Vfw20221027040040-csar.csar
2022-10-27T04:02:21.909Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-10-27T04:02:21.926Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221027040040/1.0/artifacts/service-Vfw20221027040040-csar.csar 1fa15cc4-4249-4d19-b447-22365bfeb3fc 98978
2022-10-27T04:02:21.928Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221027040040/1.0/artifacts/service-Vfw20221027040040-csar.csar ASDC sendASDCNotification
2022-10-27T04:02:21.928Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221027040040/1.0/artifacts/service-Vfw20221027040040-csar.csar
2022-10-27T04:02:21.929Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-27T04:02:21.930Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-27T04:02:21.932Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-27T04:02:21.932Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "f79c398f-200f-4b3c-92a4-84c6b778a3f8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666843341926,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221027040040/1.0/artifacts/service-Vfw20221027040040-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-27T04:02:22.032Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-27T04:02:22.033Z||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-10-27T04:02:22.033Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WdsfDHbwDbLQzANJ) ...
2022-10-27T04:02:22.047Z||pool-10-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-27T04:02:22.047Z||pool-10-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-10-27T04:02:22.933Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-27T04:02:22.934Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-10-27T04:02:22.934Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 1fa15cc4-4249-4d19-b447-22365bfeb3fc, URL: /sdc/v1/catalog/services/Vfw20221027040040/1.0/artifacts/service-Vfw20221027040040-csar.csar to file: /app/ASDC/1/service-Vfw20221027040040-csar.csar
2022-10-27T04:02:22.935Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20221027040040-csar.csar
2022-10-27T04:02:23.010Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20221027040040-csar.csar
2022-10-27T04:02:23.011Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20221027040040-csar.csar
2022-10-27T04:02:23.641Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6478304059964374732/Definitions/service-Vfw20221027040040-template.yml
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
2022-10-27T04:02:26.162Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2022-10-27T04:02:26.166Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-10-27T04:02:26.166Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20221027040040-csar.csar
2022-10-27T04:02:26.167Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-10-27T04:02:26.167Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20221027040040-csar.csar
2022-10-27T04:02:26.167Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20221027040040-csar.csar
2022-10-27T04:02:26.167Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|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-Vfw20221027040040-csar.csar
2022-10-27T04:02:26.167Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221027040040-csar.csar
2022-10-27T04:02:26.167Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221027040040-csar.csar
2022-10-27T04:02:26.167Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20221027040040-csar.csar
2022-10-27T04:02:26.168Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 22ad662a-6d0a 0" are missing field(s): [nf_type, nf_naming_code, sdnc_artifact_name, max_instances, sdnc_model_version, min_instances, nf_function, nf_role, sdnc_model_name]. CSAR name - /app/ASDC/1/service-Vfw20221027040040-csar.csar
2022-10-27T04:02:26.168Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|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-Vfw20221027040040-csar.csar
2022-10-27T04:02:26.168Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20221027040040-csar.csar
2022-10-27T04:02:26.168Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20221027040040-csar.csar
2022-10-27T04:02:26.168Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|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-Vfw20221027040040-csar.csar
2022-10-27T04:02:26.168Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20221027040040-csar.csar
2022-10-27T04:02:26.168Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|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-Vfw20221027040040-csar.csar
2022-10-27T04:02:26.168Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-10-27T04:02:26.175Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-27T04:02:26.176Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-10-27 04-00-40 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-10-27T04:02:26.180Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||Node template vFW 22ad662a-6d0a 0 is matching search criteria
2022-10-27T04:02:26.181Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-10-27T04:02:26.182Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 22ad662a-6d0a 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-27T04:02:26.184Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-27T04:02:26.184Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-10-27 04-00-40 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-10-27T04:02:26.184Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||Node template vFW 22ad662a-6d0a 0 is matching search criteria
2022-10-27T04:02:26.184Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-10-27T04:02:26.185Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 22ad662a-6d0a 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-27T04:02:26.185Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-27T04:02:26.185Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-10-27 04-00-40 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-27T04:02:26.188Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-27T04:02:26.188Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||Node template vFW 22ad662a-6d0a 0 is not matching search criteria
2022-10-27T04:02:26.188Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-10-27T04:02:26.189Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-10-27T04:02:26.189Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-10-27T04:02:26.189Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-10-27T04:02:26.189Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-10-27T04:02:26.189Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2022-10-27T04:02:26.190Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-10-27T04:02:26.190Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-10-27T04:02:26.190Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2022-10-27T04:02:26.190Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-10-27T04:02:26.190Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-10-27T04:02:26.190Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-10-27T04:02:26.190Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-10-27T04:02:26.191Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2022-10-27T04:02:26.191Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-10-27T04:02:26.191Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-10-27T04:02:26.191Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-27T04:02:26.191Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-10-27 04-00-40 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-10-27T04:02:26.193Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-27T04:02:26.193Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||Node template vFW 22ad662a-6d0a 0 is matching search criteria
2022-10-27T04:02:26.193Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 22ad662a-6d0a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-27T04:02:26.193Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-27T04:02:26.193Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||Node template vFW 22ad662a-6d0a 0 is matching search criteria
2022-10-27T04:02:26.194Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 22ad662a-6d0a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-27T04:02:26.194Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-27T04:02:26.194Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||Node template vFW 22ad662a-6d0a 0 is matching search criteria
2022-10-27T04:02:26.194Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 22ad662a-6d0a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-27T04:02:26.194Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-27T04:02:26.195Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||Node template vFW 22ad662a-6d0a 0 is not matching search criteria
2022-10-27T04:02:26.195Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-10-27T04:02:26.195Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-10-27T04:02:26.195Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-10-27T04:02:26.195Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-10-27T04:02:26.195Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2022-10-27T04:02:26.196Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-10-27T04:02:26.196Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-10-27T04:02:26.196Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-10-27T04:02:26.196Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-10-27T04:02:26.196Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2022-10-27T04:02:26.196Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-10-27T04:02:26.197Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=70689c0f-2f17-4789-8bc1-4d5397cebcd8
2022-10-27T04:02:26.197Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-27T04:02:26.197Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||Node template vFW 22ad662a-6d0a 0 is not matching search criteria
2022-10-27T04:02:26.197Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-10-27T04:02:26.197Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-10-27T04:02:26.197Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-10-27T04:02:26.198Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-10-27T04:02:26.198Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-10-27T04:02:26.198Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2022-10-27T04:02:26.198Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-10-27T04:02:26.198Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-10-27T04:02:26.198Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-10-27T04:02:26.198Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-10-27T04:02:26.199Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2022-10-27T04:02:26.199Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-10-27T04:02:26.199Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=413b660a-18b4-439a-8852-d6da934f90ac
2022-10-27T04:02:26.199Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-27T04:02:26.199Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||Node template vFW 22ad662a-6d0a 0 is not matching search criteria
2022-10-27T04:02:26.199Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-10-27T04:02:26.199Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-10-27T04:02:26.200Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-10-27T04:02:26.200Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-10-27T04:02:26.200Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-10-27T04:02:26.200Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2022-10-27T04:02:26.200Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-10-27T04:02:26.200Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-10-27T04:02:26.201Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2022-10-27T04:02:26.201Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-10-27T04:02:26.201Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-10-27T04:02:26.201Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-10-27T04:02:26.201Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=65b6ad02-f893-4fec-a66d-c01b464fcb32
2022-10-27T04:02:26.201Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-27T04:02:26.202Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-10-27 04-00-40 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-10-27T04:02:26.202Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-27T04:02:26.202Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-10-27 04-00-40 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-10-27T04:02:26.202Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-27T04:02:26.202Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-10-27 04-00-40 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-27T04:02:26.202Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-27T04:02:26.202Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-10-27 04-00-40 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-10-27T04:02:26.203Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2022-10-27 04-00-40
Description:catalog service description
Model UUID:709bd4f9-ce4e-4489-9034-2dd97b85e03f
Model Version:NULL
Model InvariantUuid:a0b324b2-faf8-4ecf-afce-783178958983
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 22ad662a-6d0a
Model UUID:e0d21931-bfb8-4e9d-97a1-a6aa2b515ba8
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:70f6cb9e-bb62-422a-b75d-9f6ec0317673
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:59310610-ff83-4723-bd4a-d172deb4fee8
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:143395b1-27c5-40e8-b9fd-d358000ad630
ModelName:Vfw22ad662a6d0a..base_vfw..module-0
ModelUuid:d9d48ab8-ed3d-4371-8f90-62545ca8bb45
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:70689c0f-2f17-4789-8bc1-4d5397cebcd8
ModelInvariantUuid:cf542c3e-6353-46f5-b8b9-859d63ffcf96
ModelName:vFW 22ad662a-6d0a-nodes.vfwCvfc
ModelUuid:dff87fd0-c772-41ae-b78e-1401ce049a55
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:1de77f2c-1428-4171-a0ef-0ea617233607
ModelInvariantUuid:703f8540-ceed-4f4b-aa59-69855729f488
ModelName:Vfw22ad662a6d0a.compute.nodes.heat.vfw
ModelUuid:f8cdc816-2c1c-448f-b48c-54184448178a
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:413b660a-18b4-439a-8852-d6da934f90ac
ModelInvariantUuid:b30f017c-be8b-4fce-9115-fbf0d924d14b
ModelName:vFW 22ad662a-6d0a-nodes.vsnCvfc
ModelUuid:8316ec3e-7186-4122-b756-49fa320183be
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:f0d738be-9fc9-442b-9bdd-5c6338f99ef3
ModelInvariantUuid:08a588cf-616e-4a1f-bc90-6c96116ceabd
ModelName:Vfw22ad662a6d0a.compute.nodes.heat.vsn
ModelUuid:f823f396-2baa-4df1-a9ba-c0e5544895ef
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:65b6ad02-f893-4fec-a66d-c01b464fcb32
ModelInvariantUuid:e5403fa7-f7ec-4835-b56e-234850997e5b
ModelName:vFW 22ad662a-6d0a-nodes.vpgCvfc
ModelUuid:45bf9aaf-d5b0-4ba3-ad8d-9af622dcfd90
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:f1653a3c-b977-4bfa-8839-45933292fc1c
ModelInvariantUuid:40fb5f89-914f-4b39-aa72-d21d3eb4c970
ModelName:Vfw22ad662a6d0a.compute.nodes.heat.vpg
ModelUuid:babdb945-d33c-4dc6-a357-b13164490012
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-10-27T04:02:26.212Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: 0561a628-6349-4067-beea-d50b86098981
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-10-27T04:02:26.297Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||INFO|500||vFW 22ad662a-6d0a 0
2022-10-27T04:02:26.303Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 0561a628-6349-4067-beea-d50b86098981
2022-10-27T04:02:26.304Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: acd60201-faeb-4ff8-9883-14bf28e46b28 from URL: /sdc/v1/catalog/services/Vfw20221027040040/1.0/resourceInstances/vfw22ad662a6d0a0/artifacts/vfw22ad662a6d0a0_modules.json
2022-10-27T04:02:26.304Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-10-27T04:02:26.304Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221027040040/1.0/resourceInstances/vfw22ad662a6d0a0/artifacts/vfw22ad662a6d0a0_modules.json
2022-10-27T04:02:26.383Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-10-27T04:02:26.384Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221027040040/1.0/resourceInstances/vfw22ad662a6d0a0/artifacts/vfw22ad662a6d0a0_modules.json acd60201-faeb-4ff8-9883-14bf28e46b28 785
2022-10-27T04:02:26.384Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221027040040/1.0/resourceInstances/vfw22ad662a6d0a0/artifacts/vfw22ad662a6d0a0_modules.json ASDC sendASDCNotification
2022-10-27T04:02:26.384Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221027040040/1.0/resourceInstances/vfw22ad662a6d0a0/artifacts/vfw22ad662a6d0a0_modules.json
2022-10-27T04:02:26.385Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-27T04:02:26.385Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-27T04:02:26.387Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-27T04:02:26.387Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "f79c398f-200f-4b3c-92a4-84c6b778a3f8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666843346384,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221027040040/1.0/resourceInstances/vfw22ad662a6d0a0/artifacts/vfw22ad662a6d0a0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-10-27T04:02:26.488Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-27T04:02:26.489Z||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-10-27T04:02:26.489Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WdsfDHbwDbLQzANJ) ...
2022-10-27T04:02:26.502Z||pool-11-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-27T04:02:26.502Z||pool-11-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-10-27T04:02:27.389Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw22ad662a6d0a..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "143395b1-27c5-40e8-b9fd-d358000ad630",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "d9d48ab8-ed3d-4371-8f90-62545ca8bb45",
    "vfModuleModelCustomizationUUID": "6f6c56b3-c6ca-49fa-802d-0efdb62bb265",
    "isBase": true,
    "artifacts": [
      "e57339f1-bc52-4581-9257-38031d38d024",
      "eb60528a-fec2-432c-bff6-7f363da4d6a8"
    ],
    "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-10-27T04:02:27.403Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw22ad662a6d0a..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:d9d48ab8-ed3d-4371-8f90-62545ca8bb45
VfModuleModelInvariantUUID:143395b1-27c5-40e8-b9fd-d358000ad630
VfModuleModelDescription:NULL
Artifacts UUID List:{
e57339f1-bc52-4581-9257-38031d38d024
,
eb60528a-fec2-432c-bff6-7f363da4d6a8

}
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-10-27T04:02:27.406Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw22ad662a6d0a..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "143395b1-27c5-40e8-b9fd-d358000ad630",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "d9d48ab8-ed3d-4371-8f90-62545ca8bb45",
    "vfModuleModelCustomizationUUID": "6f6c56b3-c6ca-49fa-802d-0efdb62bb265",
    "isBase": true,
    "artifacts": [
      "e57339f1-bc52-4581-9257-38031d38d024",
      "eb60528a-fec2-432c-bff6-7f363da4d6a8"
    ],
    "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-10-27T04:02:27.407Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw22ad662a6d0a..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:d9d48ab8-ed3d-4371-8f90-62545ca8bb45
VfModuleModelInvariantUUID:143395b1-27c5-40e8-b9fd-d358000ad630
VfModuleModelDescription:NULL
Artifacts UUID List:{
e57339f1-bc52-4581-9257-38031d38d024
,
eb60528a-fec2-432c-bff6-7f363da4d6a8

}
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-10-27T04:02:27.407Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: e57339f1-bc52-4581-9257-38031d38d024 from URL: /sdc/v1/catalog/services/Vfw20221027040040/1.0/resourceInstances/vfw22ad662a6d0a0/artifacts/base_vfw.yaml
2022-10-27T04:02:27.407Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-10-27T04:02:27.407Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221027040040/1.0/resourceInstances/vfw22ad662a6d0a0/artifacts/base_vfw.yaml
2022-10-27T04:02:27.535Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-10-27T04:02:27.536Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221027040040/1.0/resourceInstances/vfw22ad662a6d0a0/artifacts/base_vfw.yaml e57339f1-bc52-4581-9257-38031d38d024 20368
2022-10-27T04:02:27.536Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221027040040/1.0/resourceInstances/vfw22ad662a6d0a0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-10-27T04:02:27.536Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221027040040/1.0/resourceInstances/vfw22ad662a6d0a0/artifacts/base_vfw.yaml
2022-10-27T04:02:27.536Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-27T04:02:27.537Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-27T04:02:27.538Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-27T04:02:27.539Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "f79c398f-200f-4b3c-92a4-84c6b778a3f8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666843347536,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221027040040/1.0/resourceInstances/vfw22ad662a6d0a0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-10-27T04:02:27.639Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-27T04:02:27.640Z||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-10-27T04:02:27.640Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WdsfDHbwDbLQzANJ) ...
2022-10-27T04:02:27.653Z||pool-12-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-27T04:02:27.654Z||pool-12-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-10-27T04:02:28.540Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: eb60528a-fec2-432c-bff6-7f363da4d6a8 from URL: /sdc/v1/catalog/services/Vfw20221027040040/1.0/resourceInstances/vfw22ad662a6d0a0/artifacts/base_vfw.env
2022-10-27T04:02:28.540Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-10-27T04:02:28.540Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20221027040040/1.0/resourceInstances/vfw22ad662a6d0a0/artifacts/base_vfw.env
2022-10-27T04:02:28.602Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-10-27T04:02:28.602Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20221027040040/1.0/resourceInstances/vfw22ad662a6d0a0/artifacts/base_vfw.env eb60528a-fec2-432c-bff6-7f363da4d6a8 2098
2022-10-27T04:02:28.602Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20221027040040/1.0/resourceInstances/vfw22ad662a6d0a0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-10-27T04:02:28.602Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221027040040/1.0/resourceInstances/vfw22ad662a6d0a0/artifacts/base_vfw.env
2022-10-27T04:02:28.603Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-27T04:02:28.603Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-27T04:02:28.605Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-27T04:02:28.605Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "f79c398f-200f-4b3c-92a4-84c6b778a3f8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666843348602,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221027040040/1.0/resourceInstances/vfw22ad662a6d0a0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-10-27T04:02:28.706Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-27T04:02:28.706Z||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-10-27T04:02:28.707Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WdsfDHbwDbLQzANJ) ...
2022-10-27T04:02:28.718Z||pool-13-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-27T04:02:28.719Z||pool-13-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-10-27T04:02:29.606Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 709bd4f9-ce4e-4489-9034-2dd97b85e03f
2022-10-27T04:02:29.606Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 22ad662a-6d0a 0 0561a628-6349-4067-beea-d50b86098981 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-10-27T04:02:29.640Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7c3e8fe, org.onap.sdc.toscaparser.api.parameters.Input@2f73045a, org.onap.sdc.toscaparser.api.parameters.Input@7d9b8eb7, org.onap.sdc.toscaparser.api.parameters.Input@ce50c47, org.onap.sdc.toscaparser.api.parameters.Input@1479813d]
2022-10-27T04:02:29.643Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-27T04:02:29.644Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-10-27 04-00-40 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-27T04:02:29.644Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic 
2022-10-27T04:02:29.644Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= 59310610-ff83-4723-bd4a-d172deb4fee8
2022-10-27T04:02:29.644Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 59310610-ff83-4723-bd4a-d172deb4fee8 matches Tosca VF Customization UUID: 59310610-ff83-4723-bd4a-d172deb4fee8
2022-10-27T04:02:29.645Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: 59310610-ff83-4723-bd4a-d172deb4fee8  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-10-27T04:02:29.651Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-27T04:02:29.651Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-10-27 04-00-40 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-10-27T04:02:29.652Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id 59310610-ff83-4723-bd4a-d172deb4fee8: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"}
2022-10-27T04:02:29.653Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@5d1d5616
2022-10-27T04:02:29.653Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-27T04:02:29.653Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-10-27 04-00-40 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-10-27T04:02:29.654Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 6f6c56b3-c6ca-49fa-802d-0efdb62bb265
2022-10-27T04:02:29.655Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 6f6c56b3-c6ca-49fa-802d-0efdb62bb265
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-10-27T04:02:29.660Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-27T04:02:29.661Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||Node template vFW 22ad662a-6d0a 0 is matching search criteria
2022-10-27T04:02:29.661Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 22ad662a-6d0a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-27T04:02:29.662Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-27T04:02:29.662Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||Node template vFW 22ad662a-6d0a 0 is matching search criteria
2022-10-27T04:02:29.662Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 22ad662a-6d0a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-27T04:02:29.663Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-27T04:02:29.663Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||Node template vFW 22ad662a-6d0a 0 is not matching search criteria
2022-10-27T04:02:29.663Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-10-27T04:02:29.663Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-10-27T04:02:29.663Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-10-27T04:02:29.664Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-10-27T04:02:29.664Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2022-10-27T04:02:29.664Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-10-27T04:02:29.664Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-10-27T04:02:29.665Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-10-27T04:02:29.665Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-10-27T04:02:29.665Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2022-10-27T04:02:29.665Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-10-27T04:02:29.665Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=70689c0f-2f17-4789-8bc1-4d5397cebcd8
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-10-27T04:02:29.672Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-27T04:02:29.672Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||Node template vFW 22ad662a-6d0a 0 is matching search criteria
2022-10-27T04:02:29.673Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 22ad662a-6d0a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-27T04:02:29.673Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-27T04:02:29.673Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||Node template vFW 22ad662a-6d0a 0 is not matching search criteria
2022-10-27T04:02:29.674Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-10-27T04:02:29.674Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-10-27T04:02:29.674Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-10-27T04:02:29.674Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-10-27T04:02:29.674Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-10-27T04:02:29.675Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2022-10-27T04:02:29.675Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-10-27T04:02:29.675Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-10-27T04:02:29.676Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-10-27T04:02:29.676Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-10-27T04:02:29.676Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria
2022-10-27T04:02:29.676Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-10-27T04:02:29.677Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=413b660a-18b4-439a-8852-d6da934f90ac
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-10-27T04:02:29.679Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-27T04:02:29.679Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||Node template vFW 22ad662a-6d0a 0 is matching search criteria
2022-10-27T04:02:29.680Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 22ad662a-6d0a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-27T04:02:29.682Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-27T04:02:29.682Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||Node template vFW 22ad662a-6d0a 0 is not matching search criteria
2022-10-27T04:02:29.682Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-10-27T04:02:29.683Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-10-27T04:02:29.683Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-10-27T04:02:29.683Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-10-27T04:02:29.683Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-10-27T04:02:29.684Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria
2022-10-27T04:02:29.684Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-10-27T04:02:29.684Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-10-27T04:02:29.684Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria
2022-10-27T04:02:29.684Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-10-27T04:02:29.685Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-10-27T04:02:29.685Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-10-27T04:02:29.685Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=65b6ad02-f893-4fec-a66d-c01b464fcb32
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-10-27T04:02:29.687Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-27T04:02:29.688Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||Node template vFW 22ad662a-6d0a 0 is matching search criteria
2022-10-27T04:02:29.688Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 22ad662a-6d0a 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-27T04:02:29.688Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-27T04:02:29.688Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||Node template vFW 22ad662a-6d0a 0 is matching search criteria
2022-10-27T04:02:29.689Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 22ad662a-6d0a 0] matching following query criteria: sdcType=VF, customizationUUID=59310610-ff83-4723-bd4a-d172deb4fee8
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-10-27T04:02:29.691Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-27T04:02:29.691Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-10-27 04-00-40 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-10-27T04:02:29.691Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 709bd4f9-ce4e-4489-9034-2dd97b85e03f: vFW 22ad662a-6d0a
2022-10-27T04:02:29.691Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-27T04:02:29.692Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-10-27 04-00-40 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-10-27T04:02:29.692Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-27T04:02:29.692Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-10-27 04-00-40 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-10-27T04:02:29.693Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-27T04:02:29.693Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-10-27 04-00-40 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-10-27T04:02:29.693Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-27T04:02:29.693Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-10-27 04-00-40 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-10-27T04:02:29.693Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-27T04:02:29.694Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-10-27 04-00-40 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-10-27T04:02:29.694Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||INFO|500||Saving Service: vFW 2022-10-27 04-00-40 
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-10-27T04:02:29.938Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 22ad662a-6d0a 0561a628-6349-4067-beea-d50b86098981 1 ASDC deployResourceStructure
2022-10-27T04:02:29.939Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221027040040/1.0/resourceInstances/vfw22ad662a6d0a0/artifacts/vfw22ad662a6d0a0_modules.json ASDC sendASDCNotification
2022-10-27T04:02:29.939Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221027040040/1.0/resourceInstances/vfw22ad662a6d0a0/artifacts/vfw22ad662a6d0a0_modules.json
2022-10-27T04:02:29.939Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-27T04:02:29.939Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-27T04:02:29.940Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-27T04:02:29.941Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "f79c398f-200f-4b3c-92a4-84c6b778a3f8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666843349938,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221027040040/1.0/resourceInstances/vfw22ad662a6d0a0/artifacts/vfw22ad662a6d0a0_modules.json",
  "status": "DEPLOY_OK"
}
2022-10-27T04:02:30.041Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-27T04:02:30.042Z||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-10-27T04:02:30.042Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WdsfDHbwDbLQzANJ) ...
2022-10-27T04:02:30.057Z||pool-14-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-27T04:02:30.057Z||pool-14-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-10-27T04:02:30.942Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221027040040/1.0/resourceInstances/vfw22ad662a6d0a0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-10-27T04:02:30.942Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221027040040/1.0/resourceInstances/vfw22ad662a6d0a0/artifacts/base_vfw.yaml
2022-10-27T04:02:30.942Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-27T04:02:30.942Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-27T04:02:30.944Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-27T04:02:30.944Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "f79c398f-200f-4b3c-92a4-84c6b778a3f8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666843350941,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221027040040/1.0/resourceInstances/vfw22ad662a6d0a0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-10-27T04:02:31.044Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-27T04:02:31.045Z||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-10-27T04:02:31.046Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WdsfDHbwDbLQzANJ) ...
2022-10-27T04:02:31.060Z||pool-15-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-27T04:02:31.060Z||pool-15-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-10-27T04:02:31.945Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221027040040/1.0/resourceInstances/vfw22ad662a6d0a0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-10-27T04:02:31.945Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221027040040/1.0/resourceInstances/vfw22ad662a6d0a0/artifacts/base_vfw.env
2022-10-27T04:02:31.946Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-27T04:02:31.946Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-27T04:02:31.947Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-27T04:02:31.948Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "f79c398f-200f-4b3c-92a4-84c6b778a3f8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666843351945,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221027040040/1.0/resourceInstances/vfw22ad662a6d0a0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-10-27T04:02:32.048Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-27T04:02:32.049Z||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-10-27T04:02:32.049Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WdsfDHbwDbLQzANJ) ...
2022-10-27T04:02:32.063Z||pool-16-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-27T04:02:32.063Z||pool-16-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-10-27T04:02:32.948Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20221027040040/1.0/artifacts/service-Vfw20221027040040-csar.csar ASDC sendASDCNotification
2022-10-27T04:02:32.949Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20221027040040/1.0/artifacts/service-Vfw20221027040040-csar.csar
2022-10-27T04:02:32.949Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-27T04:02:32.949Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-27T04:02:32.951Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-27T04:02:32.952Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "f79c398f-200f-4b3c-92a4-84c6b778a3f8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666843352948,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221027040040/1.0/artifacts/service-Vfw20221027040040-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-27T04:02:33.052Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-27T04:02:33.053Z||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-10-27T04:02:33.053Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WdsfDHbwDbLQzANJ) ...
2022-10-27T04:02:33.068Z||pool-17-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-27T04:02:33.068Z||pool-17-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-10-27T04:02:33.953Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f79c398f-200f-4b3c-92a4-84c6b778a3f8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-27T04:02:33.966Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f79c398f-200f-4b3c-92a4-84c6b778a3f8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-10-27T04:02:33.969Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-27T04:02:33.969Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-10-27T04:02:33.969Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-10-27T04:02:33.969Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-10-27T04:02:33.970Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-27T04:02:33.970Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-27T04:02:33.970Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-27T04:02:33.970Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-27T04:02:33.970Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-27T04:02:33.970Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-27T04:02:33.970Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|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-10-27T04:02:33.973Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-10-27T04:03:03.973Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: f79c398f-200f-4b3c-92a4-84c6b778a3f8 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-10-27T04:03:03.982Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: f79c398f-200f-4b3c-92a4-84c6b778a3f8 and serviceModelVersionId: 709bd4f9-ce4e-4489-9034-2dd97b85e03f
2022-10-27T04:03:03.982Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : a0b324b2-faf8-4ecf-afce-783178958983
2022-10-27T04:03:13.923Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T04:03:13.924Z||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-10-27T04:03:13.924Z||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 WdsfDHbwDbLQzANJ) ...
2022-10-27T04:03:14.067Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-27T04:03:14.067Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:03:14.067Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f79c398f-200f-4b3c-92a4-84c6b778a3f8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666843333920,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221027040040/1.0/resourceInstances/vfw22ad662a6d0a0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:03:14.068Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:03:18.414Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/a0b324b2-faf8-4ecf-afce-783178958983/model-vers/model-ver/709bd4f9-ce4e-4489-9034-2dd97b85e03f?depth=0
2022-10-27T04:03:18.515Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2022-10-27T04:03:18.993Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a0b324b2-faf8-4ecf-afce-783178958983/model-vers/model-ver/709bd4f9-ce4e-4489-9034-2dd97b85e03f?depth=0|INFO|500||Invoke
2022-10-27T04:03:19.000Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a0b324b2-faf8-4ecf-afce-783178958983/model-vers/model-ver/709bd4f9-ce4e-4489-9034-2dd97b85e03f?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a0b324b2-faf8-4ecf-afce-783178958983/model-vers/model-ver/709bd4f9-ce4e-4489-9034-2dd97b85e03f?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[f79c398f-200f-4b3c-92a4-84c6b778a3f8], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[0d01e99b-5e78-4f2d-8524-eb432e399fa6], X-ECOMP-RequestID=[f79c398f-200f-4b3c-92a4-84c6b778a3f8], X-TransactionId=[], X-ONAP-RequestID=[f79c398f-200f-4b3c-92a4-84c6b778a3f8], Content-Type=[application/merge-patch+json]}
2022-10-27T04:03:19.096Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a0b324b2-faf8-4ecf-afce-783178958983/model-vers/model-ver/709bd4f9-ce4e-4489-9034-2dd97b85e03f?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-10-27T04:03:19.325Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a0b324b2-faf8-4ecf-afce-783178958983/model-vers/model-ver/709bd4f9-ce4e-4489-9034-2dd97b85e03f?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/a0b324b2-faf8-4ecf-afce-783178958983/model-vers/model-ver/709bd4f9-ce4e-4489-9034-2dd97b85e03f?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-221027-04:03:19:728-86447], vertex-id=[196712], Content-Length=[0], Date=[Thu, 27 Oct 2022 04:03:19 GMT], Content-Type=[application/json]}
2022-10-27T04:03:19.327Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a0b324b2-faf8-4ecf-afce-783178958983/model-vers/model-ver/709bd4f9-ce4e-4489-9034-2dd97b85e03f?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-10-27T04:03:19.328Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a0b324b2-faf8-4ecf-afce-783178958983/model-vers/model-ver/709bd4f9-ce4e-4489-9034-2dd97b85e03f?depth=0|INFO|500||InvokeReturn
2022-10-27T04:03:19.333Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-10-27T04:03:19.334Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|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-10-27T04:03:19.340Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|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-10-27T04:03:19.341Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID f79c398f-200f-4b3c-92a4-84c6b778a3f8 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-10-27T04:03:19.342Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-10-27T04:03:19.342Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-27T04:03:19.344Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-27T04:03:19.344Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "f79c398f-200f-4b3c-92a4-84c6b778a3f8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666843399341,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-10-27T04:03:19.444Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-27T04:03:19.445Z||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-10-27T04:03:19.445Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WdsfDHbwDbLQzANJ) ...
2022-10-27T04:03:19.458Z||pool-18-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-27T04:03:19.458Z||pool-18-thread-1|||||INFO|500||cambria reply ok (13 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-10-27T04:03:20.354Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T04:03:20.354Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|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-10-27T04:03:20.355Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|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 WdsfDHbwDbLQzANJ) ...
2022-10-27T04:03:29.909Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-27T04:04:13.920Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T04:04:13.924Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|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-10-27T04:04:13.924Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T04:04:13.924Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|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 WdsfDHbwDbLQzANJ) ...
2022-10-27T04:04:13.925Z||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-10-27T04:04:13.925Z||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 WdsfDHbwDbLQzANJ) ...
2022-10-27T04:04:13.961Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-27T04:04:13.963Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-27T04:04:13.963Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f79c398f-200f-4b3c-92a4-84c6b778a3f8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666843333920,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221027040040/1.0/resourceInstances/vfw22ad662a6d0a0/artifacts/vfw22ad662a6d0a0_modules.json",
  "status": "NOTIFIED"
}
2022-10-27T04:04:13.965Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:04:13.965Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-27T04:04:13.965Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f79c398f-200f-4b3c-92a4-84c6b778a3f8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666843333920,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221027040040/1.0/resourceInstances/vfw22ad662a6d0a0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-10-27T04:04:13.966Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:04:13.966Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-27T04:04:13.966Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f79c398f-200f-4b3c-92a4-84c6b778a3f8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666843333920,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221027040040/1.0/resourceInstances/vfw22ad662a6d0a0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:04:13.966Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:04:13.966Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-27T04:04:13.966Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f79c398f-200f-4b3c-92a4-84c6b778a3f8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666843333920,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221027040040/1.0/resourceInstances/vfw22ad662a6d0a0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-10-27T04:04:13.966Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:04:13.967Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-27T04:04:13.967Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f79c398f-200f-4b3c-92a4-84c6b778a3f8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666843333920,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221027040040/1.0/artifacts/service-Vfw20221027040040-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:04:13.967Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:04:13.967Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-27T04:04:13.967Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f79c398f-200f-4b3c-92a4-84c6b778a3f8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666843333920,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221027040040/1.0/artifacts/service-Vfw20221027040040-csar.csar",
  "status": "NOTIFIED"
}
2022-10-27T04:04:13.967Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:04:13.967Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-27T04:04:13.967Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f79c398f-200f-4b3c-92a4-84c6b778a3f8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666843341926,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221027040040/1.0/artifacts/service-Vfw20221027040040-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-27T04:04:13.968Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-27T04:04:13.969Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-27T04:04:13.969Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f79c398f-200f-4b3c-92a4-84c6b778a3f8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666843346384,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221027040040/1.0/resourceInstances/vfw22ad662a6d0a0/artifacts/vfw22ad662a6d0a0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-10-27T04:04:13.969Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-27T04:04:13.969Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-27T04:04:13.969Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f79c398f-200f-4b3c-92a4-84c6b778a3f8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666843347536,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221027040040/1.0/resourceInstances/vfw22ad662a6d0a0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-10-27T04:04:13.969Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-27T04:04:13.969Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-27T04:04:13.970Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f79c398f-200f-4b3c-92a4-84c6b778a3f8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666843348602,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221027040040/1.0/resourceInstances/vfw22ad662a6d0a0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-10-27T04:04:13.970Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-27T04:04:13.970Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-27T04:04:13.970Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f79c398f-200f-4b3c-92a4-84c6b778a3f8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666843349938,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221027040040/1.0/resourceInstances/vfw22ad662a6d0a0/artifacts/vfw22ad662a6d0a0_modules.json",
  "status": "DEPLOY_OK"
}
2022-10-27T04:04:13.970Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-27T04:04:13.970Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-27T04:04:13.970Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f79c398f-200f-4b3c-92a4-84c6b778a3f8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666843350941,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221027040040/1.0/resourceInstances/vfw22ad662a6d0a0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-10-27T04:04:13.971Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-27T04:04:13.971Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-27T04:04:13.971Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f79c398f-200f-4b3c-92a4-84c6b778a3f8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666843351945,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221027040040/1.0/resourceInstances/vfw22ad662a6d0a0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-10-27T04:04:13.971Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-27T04:04:13.971Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-10-27T04:04:13.971Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f79c398f-200f-4b3c-92a4-84c6b778a3f8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666843352948,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20221027040040/1.0/artifacts/service-Vfw20221027040040-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-27T04:04:13.971Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-27T04:04:23.488Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-27T04:05:13.920Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T04:05:13.921Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|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-10-27T04:05:13.921Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|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 WdsfDHbwDbLQzANJ) ...
2022-10-27T04:05:13.923Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T04:05:13.924Z||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-10-27T04:05:13.924Z||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 WdsfDHbwDbLQzANJ) ...
2022-10-27T04:05:14.454Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-27T04:05:14.455Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-27T04:05:14.455Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f79c398f-200f-4b3c-92a4-84c6b778a3f8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666843399341,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-10-27T04:05:14.457Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-27T04:05:23.475Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-27T04:06:13.920Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T04:06:13.920Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|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-10-27T04:06:13.920Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|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 WdsfDHbwDbLQzANJ) ...
2022-10-27T04:06:13.923Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T04:06:13.924Z||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-10-27T04:06:13.924Z||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 WdsfDHbwDbLQzANJ) ...
2022-10-27T04:06:14.130Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-27T04:06:14.132Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-27T04:06:14.132Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e40c573d-a042-4506-b428-3b29376eb444",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666843559862,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEldnwo/1.0/resourceInstances/basic_onboard_eldnwo0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:06:14.132Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:06:14.133Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-27T04:06:14.133Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e40c573d-a042-4506-b428-3b29376eb444",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666843562491,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEldnwo/1.0/resourceInstances/basic_onboard_eldnwo0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:06:14.133Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:06:14.133Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-27T04:06:14.133Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e40c573d-a042-4506-b428-3b29376eb444",
  "consumerID": "policy-id",
  "timestamp": 1666843567658,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEldnwo/1.0/resourceInstances/basic_onboard_eldnwo0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:06:14.134Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:06:14.134Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-27T04:06:14.134Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e40c573d-a042-4506-b428-3b29376eb444",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666843562491,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEldnwo/1.0/resourceInstances/basic_onboard_eldnwo0/artifacts/basic_onboard_eldnwo0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:06:14.134Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:06:14.134Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-27T04:06:14.134Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e40c573d-a042-4506-b428-3b29376eb444",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666843559862,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEldnwo/1.0/resourceInstances/basic_onboard_eldnwo0/artifacts/basic_onboard_eldnwo0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:06:14.135Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:06:14.135Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-27T04:06:14.135Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e40c573d-a042-4506-b428-3b29376eb444",
  "consumerID": "policy-id",
  "timestamp": 1666843567658,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEldnwo/1.0/resourceInstances/basic_onboard_eldnwo0/artifacts/basic_onboard_eldnwo0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:06:14.135Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:06:14.135Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-27T04:06:14.135Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e40c573d-a042-4506-b428-3b29376eb444",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666843559862,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEldnwo/1.0/resourceInstances/basic_onboard_eldnwo0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:06:14.135Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:06:14.136Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-27T04:06:14.136Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e40c573d-a042-4506-b428-3b29376eb444",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666843562491,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEldnwo/1.0/resourceInstances/basic_onboard_eldnwo0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:06:14.136Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:06:14.136Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-27T04:06:14.136Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e40c573d-a042-4506-b428-3b29376eb444",
  "consumerID": "aai-ml",
  "timestamp": 1666843569816,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEldnwo/1.0/resourceInstances/basic_onboard_eldnwo0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:06:14.136Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:06:14.137Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-27T04:06:14.137Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e40c573d-a042-4506-b428-3b29376eb444",
  "consumerID": "policy-id",
  "timestamp": 1666843567658,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEldnwo/1.0/resourceInstances/basic_onboard_eldnwo0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-10-27T04:06:14.137Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:06:14.137Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-27T04:06:14.137Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e40c573d-a042-4506-b428-3b29376eb444",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666843570987,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEldnwo/1.0/resourceInstances/basic_onboard_eldnwo0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:06:14.137Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:06:14.137Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-27T04:06:14.137Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e40c573d-a042-4506-b428-3b29376eb444",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666843562491,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEldnwo/1.0/resourceInstances/basic_onboard_eldnwo0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:06:14.138Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:06:14.138Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-27T04:06:14.138Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e40c573d-a042-4506-b428-3b29376eb444",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666843559862,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEldnwo/1.0/resourceInstances/basic_onboard_eldnwo0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:06:14.138Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:06:14.138Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-27T04:06:14.138Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e40c573d-a042-4506-b428-3b29376eb444",
  "consumerID": "aai-ml",
  "timestamp": 1666843569816,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEldnwo/1.0/resourceInstances/basic_onboard_eldnwo0/artifacts/basic_onboard_eldnwo0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:06:14.138Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:06:14.138Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-27T04:06:14.139Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e40c573d-a042-4506-b428-3b29376eb444",
  "consumerID": "policy-id",
  "timestamp": 1666843567658,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEldnwo/1.0/resourceInstances/basic_onboard_eldnwo0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:06:14.139Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:06:14.139Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-27T04:06:14.139Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e40c573d-a042-4506-b428-3b29376eb444",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666843570987,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEldnwo/1.0/resourceInstances/basic_onboard_eldnwo0/artifacts/basic_onboard_eldnwo0_modules.json",
  "status": "NOTIFIED"
}
2022-10-27T04:06:14.139Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:06:14.139Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-27T04:06:14.139Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e40c573d-a042-4506-b428-3b29376eb444",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666843562491,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEldnwo/1.0/resourceInstances/basic_onboard_eldnwo0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:06:14.139Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:06:14.139Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-27T04:06:14.140Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e40c573d-a042-4506-b428-3b29376eb444",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666843559862,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEldnwo/1.0/resourceInstances/basic_onboard_eldnwo0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:06:14.140Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:06:14.140Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-27T04:06:14.140Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e40c573d-a042-4506-b428-3b29376eb444",
  "consumerID": "aai-ml",
  "timestamp": 1666843569816,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEldnwo/1.0/resourceInstances/basic_onboard_eldnwo0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:06:14.140Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:06:14.140Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-27T04:06:14.140Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e40c573d-a042-4506-b428-3b29376eb444",
  "consumerID": "policy-id",
  "timestamp": 1666843567658,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEldnwo/1.0/resourceInstances/basic_onboard_eldnwo0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:06:14.140Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:06:14.140Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-27T04:06:14.141Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e40c573d-a042-4506-b428-3b29376eb444",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666843570987,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEldnwo/1.0/resourceInstances/basic_onboard_eldnwo0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-10-27T04:06:14.141Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:06:14.141Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-27T04:06:14.141Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e40c573d-a042-4506-b428-3b29376eb444",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666843562491,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEldnwo/1.0/artifacts/service-BasicOnboardEldnwo-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:06:14.141Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:06:14.141Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-27T04:06:14.141Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e40c573d-a042-4506-b428-3b29376eb444",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666843559862,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEldnwo/1.0/artifacts/service-BasicOnboardEldnwo-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:06:14.141Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:06:14.142Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-27T04:06:14.142Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e40c573d-a042-4506-b428-3b29376eb444",
  "consumerID": "aai-ml",
  "timestamp": 1666843569816,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEldnwo/1.0/resourceInstances/basic_onboard_eldnwo0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:06:14.142Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:06:14.142Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-27T04:06:14.142Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e40c573d-a042-4506-b428-3b29376eb444",
  "consumerID": "policy-id",
  "timestamp": 1666843567658,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEldnwo/1.0/artifacts/service-BasicOnboardEldnwo-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:06:14.142Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:06:14.142Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-27T04:06:14.142Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e40c573d-a042-4506-b428-3b29376eb444",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666843570987,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEldnwo/1.0/resourceInstances/basic_onboard_eldnwo0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:06:14.143Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:06:14.143Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-10-27T04:06:14.143Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e40c573d-a042-4506-b428-3b29376eb444",
  "consumerID": "cds",
  "timestamp": 1666843573029,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEldnwo/1.0/resourceInstances/basic_onboard_eldnwo0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:06:14.143Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:06:14.565Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-27T04:06:14.567Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-27T04:06:14.567Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"e40c573d-a042-4506-b428-3b29376eb444","serviceName":"basic_onboard_ElDNWO","serviceVersion":"1.0","serviceUUID":"7689544f-d63f-40d4-a535-d700d49a8952","serviceDescription":"service","serviceInvariantUUID":"abe05cf9-4fe2-4930-bfcf-8ef0079e6c44","resources":[{"resourceInstanceName":"basic_onboard_ElDNWO 0","resourceName":"basic_onboard_ElDNWO","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"9f6cbec9-0e96-457c-a3f9-8db3191c3900","resourceInvariantUUID":"f4f0648a-5b03-408c-9059-93b7e9cd5f29","resourceCustomizationUUID":"d5d7a9f1-e0e4-43d8-8848-51394c3c8581","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardEldnwo/1.0/resourceInstances/basic_onboard_eldnwo0/artifacts/vf-license-model.xml","artifactChecksum":"ODFmZDczOWRiOGFkOGQ3MjEzZmU4YmQ3MzdiYzk4ZmE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"d2248cac-207c-4eee-8fcc-882b5a12caf2","artifactVersion":"1"},{"artifactName":"basic_onboard_eldnwo0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardEldnwo/1.0/resourceInstances/basic_onboard_eldnwo0/artifacts/basic_onboard_eldnwo0_modules.json","artifactChecksum":"MjU2NDZmNWQxMGI3YWZlNmUxNzkwY2ZjYTA2ZWVjYTQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"0aa03c9e-26c9-41ac-b305-b4ab828c2cb0","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardEldnwo/1.0/resourceInstances/basic_onboard_eldnwo0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"8dec5fed-c78a-4358-aed3-d3e51cfa1eda","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardEldnwo/1.0/resourceInstances/basic_onboard_eldnwo0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"19d08491-7557-4ffa-a496-ab8f1c01aa08","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardEldnwo/1.0/resourceInstances/basic_onboard_eldnwo0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"21f1c3f2-ed7c-4d22-b6b7-7002e2948beb","artifactVersion":"2","generatedFromUUID":"8dec5fed-c78a-4358-aed3-d3e51cfa1eda"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardEldnwo-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardEldnwo/1.0/artifacts/service-BasicOnboardEldnwo-template.yml","artifactChecksum":"ZDE4Y2M1YWFhM2FlNTExOGNmMzkwMzI1MzBhODQ5MGU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"5f00aa7d-6fad-41a5-a5d2-dcf8b68886b8","artifactVersion":"1"},{"artifactName":"service-BasicOnboardEldnwo-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardEldnwo/1.0/artifacts/service-BasicOnboardEldnwo-csar.csar","artifactChecksum":"MjIzNGY4MmM4MWZkYjdkMjg2Y2E3YzNmMDM3NDczZTA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"81fd4dc5-b41f-4426-81c9-dc14ca8cf8d1","artifactVersion":"1"}],"workloadContext":"Production"}
2022-10-27T04:06:14.572Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-27T04:06:14.573Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-27T04:06:14.579Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-27T04:06:14.579Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "e40c573d-a042-4506-b428-3b29376eb444",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666843573920,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEldnwo/1.0/resourceInstances/basic_onboard_eldnwo0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:06:14.679Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-27T04:06:14.680Z||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-10-27T04:06:14.680Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WdsfDHbwDbLQzANJ) ...
2022-10-27T04:06:14.702Z||pool-19-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-27T04:06:14.702Z||pool-19-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1}
2022-10-27T04:06:15.579Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-27T04:06:15.580Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-27T04:06:15.583Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-27T04:06:15.583Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "e40c573d-a042-4506-b428-3b29376eb444",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666843573920,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEldnwo/1.0/resourceInstances/basic_onboard_eldnwo0/artifacts/basic_onboard_eldnwo0_modules.json",
  "status": "NOTIFIED"
}
2022-10-27T04:06:15.683Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-27T04:06:15.684Z||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-10-27T04:06:15.685Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WdsfDHbwDbLQzANJ) ...
2022-10-27T04:06:15.697Z||pool-20-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-27T04:06:15.698Z||pool-20-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-10-27T04:06:16.584Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-27T04:06:16.585Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-27T04:06:16.587Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-27T04:06:16.587Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "e40c573d-a042-4506-b428-3b29376eb444",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666843573920,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEldnwo/1.0/resourceInstances/basic_onboard_eldnwo0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-10-27T04:06:16.687Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-27T04:06:16.688Z||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-10-27T04:06:16.689Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WdsfDHbwDbLQzANJ) ...
2022-10-27T04:06:16.711Z||pool-21-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-27T04:06:16.712Z||pool-21-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-10-27T04:06:17.587Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-27T04:06:17.589Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-27T04:06:17.591Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-27T04:06:17.591Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "e40c573d-a042-4506-b428-3b29376eb444",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666843573920,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEldnwo/1.0/resourceInstances/basic_onboard_eldnwo0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:06:17.691Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-27T04:06:17.692Z||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-10-27T04:06:17.693Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WdsfDHbwDbLQzANJ) ...
2022-10-27T04:06:17.709Z||pool-22-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-27T04:06:17.710Z||pool-22-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-10-27T04:06:18.592Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-27T04:06:18.593Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-27T04:06:18.595Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-27T04:06:18.595Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "e40c573d-a042-4506-b428-3b29376eb444",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666843573920,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEldnwo/1.0/resourceInstances/basic_onboard_eldnwo0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-10-27T04:06:18.695Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-27T04:06:18.696Z||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-10-27T04:06:18.696Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WdsfDHbwDbLQzANJ) ...
2022-10-27T04:06:18.714Z||pool-23-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-27T04:06:18.715Z||pool-23-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-10-27T04:06:19.595Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-27T04:06:19.596Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-27T04:06:19.598Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-27T04:06:19.598Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "e40c573d-a042-4506-b428-3b29376eb444",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666843573920,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEldnwo/1.0/artifacts/service-BasicOnboardEldnwo-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:06:19.702Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms
2022-10-27T04:06:19.703Z||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-10-27T04:06:19.703Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WdsfDHbwDbLQzANJ) ...
2022-10-27T04:06:19.728Z||pool-24-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-27T04:06:19.729Z||pool-24-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2022-10-27T04:06:20.599Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-27T04:06:20.600Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-27T04:06:20.602Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-27T04:06:20.605Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "e40c573d-a042-4506-b428-3b29376eb444",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666843573920,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEldnwo/1.0/artifacts/service-BasicOnboardEldnwo-csar.csar",
  "status": "NOTIFIED"
}
2022-10-27T04:06:20.702Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2022-10-27T04:06:20.703Z||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-10-27T04:06:20.703Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WdsfDHbwDbLQzANJ) ...
2022-10-27T04:06:20.722Z||pool-25-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-27T04:06:20.723Z||pool-25-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
2022-10-27T04:06:21.606Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "e40c573d-a042-4506-b428-3b29376eb444",
  "serviceName": "basic_onboard_ElDNWO",
  "serviceVersion": "1.0",
  "serviceUUID": "7689544f-d63f-40d4-a535-d700d49a8952",
  "serviceDescription": "service",
  "serviceInvariantUUID": "abe05cf9-4fe2-4930-bfcf-8ef0079e6c44",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_ElDNWO 0",
      "resourceCustomizationUUID": "d5d7a9f1-e0e4-43d8-8848-51394c3c8581",
      "resourceName": "basic_onboard_ElDNWO",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "9f6cbec9-0e96-457c-a3f9-8db3191c3900",
      "resourceInvariantUUID": "f4f0648a-5b03-408c-9059-93b7e9cd5f29",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_eldnwo0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEldnwo/1.0/resourceInstances/basic_onboard_eldnwo0/artifacts/basic_onboard_eldnwo0_modules.json",
          "artifactChecksum": "MjU2NDZmNWQxMGI3YWZlNmUxNzkwY2ZjYTA2ZWVjYTQ\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "0aa03c9e-26c9-41ac-b305-b4ab828c2cb0",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEldnwo/1.0/resourceInstances/basic_onboard_eldnwo0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "8dec5fed-c78a-4358-aed3-d3e51cfa1eda",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEldnwo/1.0/resourceInstances/basic_onboard_eldnwo0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "21f1c3f2-ed7c-4d22-b6b7-7002e2948beb",
            "generatedFromUUID": "8dec5fed-c78a-4358-aed3-d3e51cfa1eda"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEldnwo/1.0/resourceInstances/basic_onboard_eldnwo0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "21f1c3f2-ed7c-4d22-b6b7-7002e2948beb",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardEldnwo-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEldnwo/1.0/artifacts/service-BasicOnboardEldnwo-csar.csar",
      "artifactChecksum": "MjIzNGY4MmM4MWZkYjdkMjg2Y2E3YzNmMDM3NDczZTA\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "81fd4dc5-b41f-4426-81c9-dc14ca8cf8d1"
    }
  ],
  "workloadContext": "Production"
}
2022-10-27T04:06:21.607Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-10-27T04:06:21.607Z|f79c398f-200f-4b3c-92a4-84c6b778a3f8|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 7689544f-d63f-40d4-a535-d700d49a8952 ASDC
2022-10-27T04:06:21.608Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:e40c573d-a042-4506-b428-3b29376eb444
ServiceName:basic_onboard_ElDNWO
ServiceVersion:1.0
ServiceUUID:7689544f-d63f-40d4-a535-d700d49a8952
ServiceInvariantUUID:abe05cf9-4fe2-4930-bfcf-8ef0079e6c44
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardEldnwo-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardEldnwo/1.0/artifacts/service-BasicOnboardEldnwo-csar.csar
ArtifactUUID:81fd4dc5-b41f-4426-81c9-dc14ca8cf8d1
ArtifactChecksum:MjIzNGY4MmM4MWZkYjdkMjg2Y2E3YzNmMDM3NDczZTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_ElDNWO 0
ResourceCustomizationUUID:d5d7a9f1-e0e4-43d8-8848-51394c3c8581
ResourceInvariantUUID:f4f0648a-5b03-408c-9059-93b7e9cd5f29
ResourceName:basic_onboard_ElDNWO
ResourceType:VF
ResourceUUID:9f6cbec9-0e96-457c-a3f9-8db3191c3900
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_eldnwo0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardEldnwo/1.0/resourceInstances/basic_onboard_eldnwo0/artifacts/basic_onboard_eldnwo0_modules.json
ArtifactUUID:0aa03c9e-26c9-41ac-b305-b4ab828c2cb0
ArtifactChecksum:MjU2NDZmNWQxMGI3YWZlNmUxNzkwY2ZjYTA2ZWVjYTQ=
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/BasicOnboardEldnwo/1.0/resourceInstances/basic_onboard_eldnwo0/artifacts/base_ubuntu18.yaml
ArtifactUUID:8dec5fed-c78a-4358-aed3-d3e51cfa1eda
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/BasicOnboardEldnwo/1.0/resourceInstances/basic_onboard_eldnwo0/artifacts/base_ubuntu18.env
ArtifactUUID:21f1c3f2-ed7c-4d22-b6b7-7002e2948beb
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/BasicOnboardEldnwo/1.0/resourceInstances/basic_onboard_eldnwo0/artifacts/base_ubuntu18.env
ArtifactUUID:21f1c3f2-ed7c-4d22-b6b7-7002e2948beb
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-10-27T04:06:21.613Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 7689544f-d63f-40d4-a535-d700d49a8952 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-10-27T04:06:21.649Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-27T04:06:21.650Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-10-27T04:06:21.650Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-10-27T04:06:21.651Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 81fd4dc5-b41f-4426-81c9-dc14ca8cf8d1 from URL: /sdc/v1/catalog/services/BasicOnboardEldnwo/1.0/artifacts/service-BasicOnboardEldnwo-csar.csar
2022-10-27T04:06:21.651Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-10-27T04:06:21.651Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardEldnwo/1.0/artifacts/service-BasicOnboardEldnwo-csar.csar
2022-10-27T04:06:21.715Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-10-27T04:06:21.718Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardEldnwo/1.0/artifacts/service-BasicOnboardEldnwo-csar.csar 81fd4dc5-b41f-4426-81c9-dc14ca8cf8d1 71575
2022-10-27T04:06:21.719Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardEldnwo/1.0/artifacts/service-BasicOnboardEldnwo-csar.csar ASDC sendASDCNotification
2022-10-27T04:06:21.719Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardEldnwo/1.0/artifacts/service-BasicOnboardEldnwo-csar.csar
2022-10-27T04:06:21.719Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-27T04:06:21.720Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-27T04:06:21.722Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-27T04:06:21.722Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "e40c573d-a042-4506-b428-3b29376eb444",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666843581719,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEldnwo/1.0/artifacts/service-BasicOnboardEldnwo-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-27T04:06:21.822Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-27T04:06:21.823Z||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-10-27T04:06:21.823Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WdsfDHbwDbLQzANJ) ...
2022-10-27T04:06:21.837Z||pool-26-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-27T04:06:21.838Z||pool-26-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-10-27T04:06:22.726Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-27T04:06:22.726Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-10-27T04:06:22.727Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 81fd4dc5-b41f-4426-81c9-dc14ca8cf8d1, URL: /sdc/v1/catalog/services/BasicOnboardEldnwo/1.0/artifacts/service-BasicOnboardEldnwo-csar.csar to file: /app/ASDC/1/service-BasicOnboardEldnwo-csar.csar
2022-10-27T04:06:22.727Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardEldnwo-csar.csar
2022-10-27T04:06:22.727Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardEldnwo-csar.csar
2022-10-27T04:06:22.728Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardEldnwo-csar.csar
2022-10-27T04:06:22.923Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2887583823635055633/Definitions/service-BasicOnboardEldnwo-template.yml
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided
2022-10-27T04:06:24.135Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2022-10-27T04:06:24.136Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-10-27T04:06:24.136Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardEldnwo-csar.csar
2022-10-27T04:06:24.136Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-10-27T04:06:24.136Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicOnboardEldnwo-csar.csar
2022-10-27T04:06:24.136Z|e40c573d-a042-4506-b428-3b29376eb444|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-BasicOnboardEldnwo-csar.csar
2022-10-27T04:06:24.137Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardEldnwo-csar.csar
2022-10-27T04:06:24.137Z|e40c573d-a042-4506-b428-3b29376eb444|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-BasicOnboardEldnwo-csar.csar
2022-10-27T04:06:24.137Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardEldnwo-csar.csar
2022-10-27T04:06:24.137Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardEldnwo-csar.csar
2022-10-27T04:06:24.137Z|e40c573d-a042-4506-b428-3b29376eb444|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-BasicOnboardEldnwo-csar.csar
2022-10-27T04:06:24.137Z|e40c573d-a042-4506-b428-3b29376eb444|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-BasicOnboardEldnwo-csar.csar
2022-10-27T04:06:24.137Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_ElDNWO 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicOnboardEldnwo-csar.csar
2022-10-27T04:06:24.137Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-10-27T04:06:24.138Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-27T04:06:24.138Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_ElDNWO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-10-27T04:06:24.138Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_ElDNWO 0 is matching search criteria
2022-10-27T04:06:24.138Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-10-27T04:06:24.139Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_ElDNWO 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-27T04:06:24.139Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-27T04:06:24.139Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_ElDNWO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-10-27T04:06:24.139Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_ElDNWO 0 is matching search criteria
2022-10-27T04:06:24.139Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-10-27T04:06:24.139Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_ElDNWO 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-27T04:06:24.140Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-27T04:06:24.140Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_ElDNWO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-27T04:06:24.140Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-27T04:06:24.140Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_ElDNWO 0 is not matching search criteria
2022-10-27T04:06:24.140Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-10-27T04:06:24.141Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-10-27T04:06:24.141Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-10-27T04:06:24.141Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-10-27T04:06:24.141Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-10-27T04:06:24.141Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-27T04:06:24.141Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_ElDNWO is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-10-27T04:06:24.142Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-27T04:06:24.142Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_ElDNWO 0 is matching search criteria
2022-10-27T04:06:24.142Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_ElDNWO 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-27T04:06:24.142Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-27T04:06:24.142Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_ElDNWO 0 is matching search criteria
2022-10-27T04:06:24.142Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_ElDNWO 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-27T04:06:24.143Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-27T04:06:24.143Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_ElDNWO 0 is matching search criteria
2022-10-27T04:06:24.143Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_ElDNWO 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-27T04:06:24.143Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-27T04:06:24.143Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_ElDNWO 0 is not matching search criteria
2022-10-27T04:06:24.144Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-10-27T04:06:24.144Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-10-27T04:06:24.144Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=021622b3-b177-4ae3-9b96-dff7dd4e5940
2022-10-27T04:06:24.144Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-27T04:06:24.144Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_ElDNWO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-10-27T04:06:24.144Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-27T04:06:24.145Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_ElDNWO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-10-27T04:06:24.145Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-27T04:06:24.145Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_ElDNWO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-27T04:06:24.145Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-27T04:06:24.145Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_ElDNWO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-10-27T04:06:24.145Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_onboard_ElDNWO
Description:service
Model UUID:7689544f-d63f-40d4-a535-d700d49a8952
Model Version:NULL
Model InvariantUuid:abe05cf9-4fe2-4930-bfcf-8ef0079e6c44
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_onboard_ElDNWO
Model UUID:b827a41e-1870-46e0-9c6b-e0b23d235e39
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:f4f0648a-5b03-408c-9059-93b7e9cd5f29
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:d5d7a9f1-e0e4-43d8-8848-51394c3c8581
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:04a4e81d-0dab-4fd9-b6b4-4cc19562bdd6
ModelName:BasicOnboardEldnwo..base_ubuntu18..module-0
ModelUuid:a32bfe79-0849-4cb7-83d8-470191052004
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:021622b3-b177-4ae3-9b96-dff7dd4e5940
ModelInvariantUuid:284ad47b-a80a-4cd3-923a-5be852d92d23
ModelName:basic_onboard_ElDNWO-nodes.ubuntu18Cvfc
ModelUuid:86d51055-0bab-490f-b9a2-19a08208571e
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:869b9109-4372-45f9-bdbb-0d4f2edf534a
ModelInvariantUuid:0cae14cd-f788-4c99-a6bf-005a80beb491
ModelName:BasicOnboardEldnwo.compute.nodes.heat.ubuntu18
ModelUuid:e61d0244-4d48-4bcb-af32-d2b124074db2
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-10-27T04:06:24.154Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: 9f6cbec9-0e96-457c-a3f9-8db3191c3900
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-10-27T04:06:24.158Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||INFO|500||basic_onboard_ElDNWO 0
2022-10-27T04:06:24.158Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 9f6cbec9-0e96-457c-a3f9-8db3191c3900
2022-10-27T04:06:24.158Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 0aa03c9e-26c9-41ac-b305-b4ab828c2cb0 from URL: /sdc/v1/catalog/services/BasicOnboardEldnwo/1.0/resourceInstances/basic_onboard_eldnwo0/artifacts/basic_onboard_eldnwo0_modules.json
2022-10-27T04:06:24.158Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-10-27T04:06:24.158Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardEldnwo/1.0/resourceInstances/basic_onboard_eldnwo0/artifacts/basic_onboard_eldnwo0_modules.json
2022-10-27T04:06:24.212Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-10-27T04:06:24.212Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardEldnwo/1.0/resourceInstances/basic_onboard_eldnwo0/artifacts/basic_onboard_eldnwo0_modules.json 0aa03c9e-26c9-41ac-b305-b4ab828c2cb0 798
2022-10-27T04:06:24.212Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardEldnwo/1.0/resourceInstances/basic_onboard_eldnwo0/artifacts/basic_onboard_eldnwo0_modules.json ASDC sendASDCNotification
2022-10-27T04:06:24.212Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardEldnwo/1.0/resourceInstances/basic_onboard_eldnwo0/artifacts/basic_onboard_eldnwo0_modules.json
2022-10-27T04:06:24.212Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-27T04:06:24.213Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-27T04:06:24.215Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-27T04:06:24.215Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "e40c573d-a042-4506-b428-3b29376eb444",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666843584212,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEldnwo/1.0/resourceInstances/basic_onboard_eldnwo0/artifacts/basic_onboard_eldnwo0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-10-27T04:06:24.315Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-27T04:06:24.316Z||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-10-27T04:06:24.316Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WdsfDHbwDbLQzANJ) ...
2022-10-27T04:06:24.330Z||pool-27-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-27T04:06:24.331Z||pool-27-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-10-27T04:06:25.215Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardEldnwo..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "04a4e81d-0dab-4fd9-b6b4-4cc19562bdd6",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "a32bfe79-0849-4cb7-83d8-470191052004",
    "vfModuleModelCustomizationUUID": "6a60baa5-fc2e-4e84-a571-d4855e9aa84b",
    "isBase": true,
    "artifacts": [
      "8dec5fed-c78a-4358-aed3-d3e51cfa1eda",
      "21f1c3f2-ed7c-4d22-b6b7-7002e2948beb"
    ],
    "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-10-27T04:06:25.220Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardEldnwo..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:a32bfe79-0849-4cb7-83d8-470191052004
VfModuleModelInvariantUUID:04a4e81d-0dab-4fd9-b6b4-4cc19562bdd6
VfModuleModelDescription:NULL
Artifacts UUID List:{
8dec5fed-c78a-4358-aed3-d3e51cfa1eda
,
21f1c3f2-ed7c-4d22-b6b7-7002e2948beb

}
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-10-27T04:06:25.222Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardEldnwo..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "04a4e81d-0dab-4fd9-b6b4-4cc19562bdd6",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "a32bfe79-0849-4cb7-83d8-470191052004",
    "vfModuleModelCustomizationUUID": "6a60baa5-fc2e-4e84-a571-d4855e9aa84b",
    "isBase": true,
    "artifacts": [
      "8dec5fed-c78a-4358-aed3-d3e51cfa1eda",
      "21f1c3f2-ed7c-4d22-b6b7-7002e2948beb"
    ],
    "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-10-27T04:06:25.222Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardEldnwo..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:a32bfe79-0849-4cb7-83d8-470191052004
VfModuleModelInvariantUUID:04a4e81d-0dab-4fd9-b6b4-4cc19562bdd6
VfModuleModelDescription:NULL
Artifacts UUID List:{
8dec5fed-c78a-4358-aed3-d3e51cfa1eda
,
21f1c3f2-ed7c-4d22-b6b7-7002e2948beb

}
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-10-27T04:06:25.223Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 8dec5fed-c78a-4358-aed3-d3e51cfa1eda from URL: /sdc/v1/catalog/services/BasicOnboardEldnwo/1.0/resourceInstances/basic_onboard_eldnwo0/artifacts/base_ubuntu18.yaml
2022-10-27T04:06:25.223Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-10-27T04:06:25.223Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardEldnwo/1.0/resourceInstances/basic_onboard_eldnwo0/artifacts/base_ubuntu18.yaml
2022-10-27T04:06:25.281Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-10-27T04:06:25.282Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardEldnwo/1.0/resourceInstances/basic_onboard_eldnwo0/artifacts/base_ubuntu18.yaml 8dec5fed-c78a-4358-aed3-d3e51cfa1eda 5033
2022-10-27T04:06:25.282Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardEldnwo/1.0/resourceInstances/basic_onboard_eldnwo0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-10-27T04:06:25.282Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardEldnwo/1.0/resourceInstances/basic_onboard_eldnwo0/artifacts/base_ubuntu18.yaml
2022-10-27T04:06:25.282Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-27T04:06:25.283Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-27T04:06:25.290Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-27T04:06:25.290Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "e40c573d-a042-4506-b428-3b29376eb444",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666843585282,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEldnwo/1.0/resourceInstances/basic_onboard_eldnwo0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-10-27T04:06:25.385Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms
2022-10-27T04:06:25.386Z||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-10-27T04:06:25.386Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WdsfDHbwDbLQzANJ) ...
2022-10-27T04:06:25.401Z||pool-28-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-27T04:06:25.402Z||pool-28-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-10-27T04:06:26.291Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 21f1c3f2-ed7c-4d22-b6b7-7002e2948beb from URL: /sdc/v1/catalog/services/BasicOnboardEldnwo/1.0/resourceInstances/basic_onboard_eldnwo0/artifacts/base_ubuntu18.env
2022-10-27T04:06:26.291Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-10-27T04:06:26.292Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardEldnwo/1.0/resourceInstances/basic_onboard_eldnwo0/artifacts/base_ubuntu18.env
2022-10-27T04:06:26.342Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-10-27T04:06:26.342Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardEldnwo/1.0/resourceInstances/basic_onboard_eldnwo0/artifacts/base_ubuntu18.env 21f1c3f2-ed7c-4d22-b6b7-7002e2948beb 909
2022-10-27T04:06:26.343Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardEldnwo/1.0/resourceInstances/basic_onboard_eldnwo0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-10-27T04:06:26.343Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardEldnwo/1.0/resourceInstances/basic_onboard_eldnwo0/artifacts/base_ubuntu18.env
2022-10-27T04:06:26.343Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-27T04:06:26.343Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-27T04:06:26.345Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-27T04:06:26.345Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "e40c573d-a042-4506-b428-3b29376eb444",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666843586343,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEldnwo/1.0/resourceInstances/basic_onboard_eldnwo0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-10-27T04:06:26.445Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-27T04:06:26.446Z||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-10-27T04:06:26.446Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WdsfDHbwDbLQzANJ) ...
2022-10-27T04:06:26.460Z||pool-29-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-27T04:06:26.460Z||pool-29-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-10-27T04:06:27.346Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 7689544f-d63f-40d4-a535-d700d49a8952
2022-10-27T04:06:27.346Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_ElDNWO 0 9f6cbec9-0e96-457c-a3f9-8db3191c3900 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-10-27T04:06:27.359Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@1ffc5826, org.onap.sdc.toscaparser.api.parameters.Input@5de8dfb7, org.onap.sdc.toscaparser.api.parameters.Input@39e41e1b, org.onap.sdc.toscaparser.api.parameters.Input@4edcd323, org.onap.sdc.toscaparser.api.parameters.Input@339c9fb6]
2022-10-27T04:06:27.361Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-27T04:06:27.361Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_ElDNWO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-27T04:06:27.361Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic 
2022-10-27T04:06:27.361Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= d5d7a9f1-e0e4-43d8-8848-51394c3c8581
2022-10-27T04:06:27.362Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: d5d7a9f1-e0e4-43d8-8848-51394c3c8581 matches Tosca VF Customization UUID: d5d7a9f1-e0e4-43d8-8848-51394c3c8581
2022-10-27T04:06:27.362Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: d5d7a9f1-e0e4-43d8-8848-51394c3c8581  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-10-27T04:06:27.364Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-27T04:06:27.364Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_ElDNWO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-10-27T04:06:27.365Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id d5d7a9f1-e0e4-43d8-8848-51394c3c8581: {\"vf_module_id\":\"Ubuntu18-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu18-VNF-name\",\"ubuntu18_name_0\":\"ubuntu18\",\"ubuntu18_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu18-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu18_flavor_name\":\"m1.small\",\"admin_plane_net_name\":\"admin\",\"ubuntu18_image_name\":\"ubuntu-18.04-daily\"}
2022-10-27T04:06:27.365Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@1972b411
2022-10-27T04:06:27.365Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-27T04:06:27.365Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_ElDNWO is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-10-27T04:06:27.366Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 6a60baa5-fc2e-4e84-a571-d4855e9aa84b
2022-10-27T04:06:27.366Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 6a60baa5-fc2e-4e84-a571-d4855e9aa84b
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-10-27T04:06:27.369Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-27T04:06:27.369Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_ElDNWO 0 is matching search criteria
2022-10-27T04:06:27.369Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_ElDNWO 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-27T04:06:27.369Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-27T04:06:27.370Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_ElDNWO 0 is matching search criteria
2022-10-27T04:06:27.370Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_ElDNWO 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-27T04:06:27.370Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-27T04:06:27.370Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_ElDNWO 0 is not matching search criteria
2022-10-27T04:06:27.370Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-10-27T04:06:27.371Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-10-27T04:06:27.371Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=021622b3-b177-4ae3-9b96-dff7dd4e5940
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-10-27T04:06:27.373Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-27T04:06:27.373Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_ElDNWO 0 is matching search criteria
2022-10-27T04:06:27.373Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_ElDNWO 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-27T04:06:27.373Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-27T04:06:27.374Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_ElDNWO 0 is matching search criteria
2022-10-27T04:06:27.374Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_ElDNWO 0] matching following query criteria: sdcType=VF, customizationUUID=d5d7a9f1-e0e4-43d8-8848-51394c3c8581
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-10-27T04:06:27.375Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-27T04:06:27.375Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_ElDNWO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-10-27T04:06:27.376Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 7689544f-d63f-40d4-a535-d700d49a8952: basic_onboard_ElDNWO
2022-10-27T04:06:27.376Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-27T04:06:27.376Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_ElDNWO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-10-27T04:06:27.376Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-27T04:06:27.376Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_ElDNWO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-10-27T04:06:27.377Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-27T04:06:27.377Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_ElDNWO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-10-27T04:06:27.377Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-27T04:06:27.377Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_ElDNWO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-10-27T04:06:27.377Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-27T04:06:27.378Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_ElDNWO is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-10-27T04:06:27.378Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||INFO|500||Saving Service: basic_onboard_ElDNWO 
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-10-27T04:06:27.450Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_ElDNWO 9f6cbec9-0e96-457c-a3f9-8db3191c3900 1 ASDC deployResourceStructure
2022-10-27T04:06:27.450Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardEldnwo/1.0/resourceInstances/basic_onboard_eldnwo0/artifacts/basic_onboard_eldnwo0_modules.json ASDC sendASDCNotification
2022-10-27T04:06:27.450Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardEldnwo/1.0/resourceInstances/basic_onboard_eldnwo0/artifacts/basic_onboard_eldnwo0_modules.json
2022-10-27T04:06:27.450Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-27T04:06:27.451Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-27T04:06:27.453Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-27T04:06:27.453Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "e40c573d-a042-4506-b428-3b29376eb444",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666843587450,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEldnwo/1.0/resourceInstances/basic_onboard_eldnwo0/artifacts/basic_onboard_eldnwo0_modules.json",
  "status": "DEPLOY_OK"
}
2022-10-27T04:06:27.553Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-27T04:06:27.554Z||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-10-27T04:06:27.554Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WdsfDHbwDbLQzANJ) ...
2022-10-27T04:06:27.573Z||pool-30-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-27T04:06:27.573Z||pool-30-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-10-27T04:06:28.454Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardEldnwo/1.0/resourceInstances/basic_onboard_eldnwo0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-10-27T04:06:28.454Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardEldnwo/1.0/resourceInstances/basic_onboard_eldnwo0/artifacts/base_ubuntu18.yaml
2022-10-27T04:06:28.454Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-27T04:06:28.454Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-27T04:06:28.456Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-27T04:06:28.456Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "e40c573d-a042-4506-b428-3b29376eb444",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666843588453,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEldnwo/1.0/resourceInstances/basic_onboard_eldnwo0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-10-27T04:06:28.556Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-27T04:06:28.557Z||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-10-27T04:06:28.557Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WdsfDHbwDbLQzANJ) ...
2022-10-27T04:06:28.577Z||pool-31-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-27T04:06:28.578Z||pool-31-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
2022-10-27T04:06:29.457Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardEldnwo/1.0/resourceInstances/basic_onboard_eldnwo0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-10-27T04:06:29.458Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardEldnwo/1.0/resourceInstances/basic_onboard_eldnwo0/artifacts/base_ubuntu18.env
2022-10-27T04:06:29.458Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-27T04:06:29.458Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-27T04:06:29.460Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-27T04:06:29.460Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "e40c573d-a042-4506-b428-3b29376eb444",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666843589457,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEldnwo/1.0/resourceInstances/basic_onboard_eldnwo0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-10-27T04:06:29.560Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-27T04:06:29.561Z||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-10-27T04:06:29.561Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WdsfDHbwDbLQzANJ) ...
2022-10-27T04:06:29.577Z||pool-32-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-27T04:06:29.577Z||pool-32-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-10-27T04:06:30.461Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardEldnwo/1.0/artifacts/service-BasicOnboardEldnwo-csar.csar ASDC sendASDCNotification
2022-10-27T04:06:30.461Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardEldnwo/1.0/artifacts/service-BasicOnboardEldnwo-csar.csar
2022-10-27T04:06:30.462Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-27T04:06:30.462Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-27T04:06:30.464Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-27T04:06:30.464Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "e40c573d-a042-4506-b428-3b29376eb444",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666843590461,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEldnwo/1.0/artifacts/service-BasicOnboardEldnwo-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-27T04:06:30.564Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-27T04:06:30.565Z||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-10-27T04:06:30.565Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WdsfDHbwDbLQzANJ) ...
2022-10-27T04:06:30.594Z||pool-33-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-27T04:06:30.594Z||pool-33-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1}
2022-10-27T04:06:31.464Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e40c573d-a042-4506-b428-3b29376eb444
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-27T04:06:31.472Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e40c573d-a042-4506-b428-3b29376eb444
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-10-27T04:06:31.474Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-27T04:06:31.474Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-10-27T04:06:31.474Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-10-27T04:07:01.475Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e40c573d-a042-4506-b428-3b29376eb444
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-27T04:07:01.487Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e40c573d-a042-4506-b428-3b29376eb444
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-10-27T04:07:01.488Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-27T04:07:01.489Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-10-27T04:07:01.489Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-10-27T04:07:13.924Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T04:07:13.924Z||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-10-27T04:07:13.924Z||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 WdsfDHbwDbLQzANJ) ...
2022-10-27T04:07:13.956Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-27T04:07:13.957Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:07:13.957Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e40c573d-a042-4506-b428-3b29376eb444",
  "consumerID": "clamp",
  "timestamp": 1666843573374,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEldnwo/1.0/resourceInstances/basic_onboard_eldnwo0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:07:13.958Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:07:31.489Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e40c573d-a042-4506-b428-3b29376eb444
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-27T04:07:31.496Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e40c573d-a042-4506-b428-3b29376eb444
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-10-27T04:07:31.497Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-27T04:07:31.498Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-10-27T04:07:31.498Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-10-27T04:08:01.498Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e40c573d-a042-4506-b428-3b29376eb444
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-27T04:08:01.506Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e40c573d-a042-4506-b428-3b29376eb444
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-10-27T04:08:01.508Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-27T04:08:01.509Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-10-27T04:08:01.509Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-10-27T04:08:13.924Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T04:08:13.924Z||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-10-27T04:08:13.925Z||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 WdsfDHbwDbLQzANJ) ...
2022-10-27T04:08:13.953Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-27T04:08:13.954Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:08:13.954Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e40c573d-a042-4506-b428-3b29376eb444",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666843562491,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEldnwo/1.0/artifacts/service-BasicOnboardEldnwo-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:08:13.955Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:08:31.511Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e40c573d-a042-4506-b428-3b29376eb444
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-27T04:08:31.521Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e40c573d-a042-4506-b428-3b29376eb444
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-10-27T04:08:31.523Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-27T04:08:31.524Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-10-27T04:08:31.524Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-10-27T04:09:01.524Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e40c573d-a042-4506-b428-3b29376eb444
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-27T04:09:01.531Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e40c573d-a042-4506-b428-3b29376eb444
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-10-27T04:09:01.532Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-27T04:09:01.534Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-10-27T04:09:01.534Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-10-27T04:09:13.923Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T04:09:13.924Z||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-10-27T04:09:13.924Z||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 WdsfDHbwDbLQzANJ) ...
2022-10-27T04:09:14.457Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-27T04:09:14.460Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:09:14.460Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e40c573d-a042-4506-b428-3b29376eb444",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666843559862,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEldnwo/1.0/artifacts/service-BasicOnboardEldnwo-csar.csar",
  "status": "NOTIFIED"
}
2022-10-27T04:09:14.461Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:09:14.461Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:09:14.461Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e40c573d-a042-4506-b428-3b29376eb444",
  "consumerID": "aai-ml",
  "timestamp": 1666843569816,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEldnwo/1.0/resourceInstances/basic_onboard_eldnwo0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:09:14.461Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:09:14.461Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:09:14.462Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e40c573d-a042-4506-b428-3b29376eb444",
  "consumerID": "policy-id",
  "timestamp": 1666843567658,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEldnwo/1.0/artifacts/service-BasicOnboardEldnwo-csar.csar",
  "status": "NOTIFIED"
}
2022-10-27T04:09:14.462Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:09:14.462Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:09:14.462Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e40c573d-a042-4506-b428-3b29376eb444",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666843570987,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEldnwo/1.0/resourceInstances/basic_onboard_eldnwo0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-10-27T04:09:14.462Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:09:14.462Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:09:14.462Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e40c573d-a042-4506-b428-3b29376eb444",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666843573920,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEldnwo/1.0/resourceInstances/basic_onboard_eldnwo0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:09:14.462Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:09:14.462Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:09:14.462Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e40c573d-a042-4506-b428-3b29376eb444",
  "consumerID": "cds",
  "timestamp": 1666843573029,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEldnwo/1.0/resourceInstances/basic_onboard_eldnwo0/artifacts/basic_onboard_eldnwo0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:09:14.463Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:09:14.463Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:09:14.463Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e40c573d-a042-4506-b428-3b29376eb444",
  "consumerID": "clamp",
  "timestamp": 1666843573374,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEldnwo/1.0/resourceInstances/basic_onboard_eldnwo0/artifacts/basic_onboard_eldnwo0_modules.json",
  "status": "NOTIFIED"
}
2022-10-27T04:09:14.463Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:09:14.463Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:09:14.463Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e40c573d-a042-4506-b428-3b29376eb444",
  "consumerID": "aai-ml",
  "timestamp": 1666843569816,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEldnwo/1.0/artifacts/service-BasicOnboardEldnwo-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:09:14.463Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:09:14.463Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:09:14.463Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e40c573d-a042-4506-b428-3b29376eb444",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666843570987,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEldnwo/1.0/artifacts/service-BasicOnboardEldnwo-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:09:14.463Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:09:14.463Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:09:14.464Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e40c573d-a042-4506-b428-3b29376eb444",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666843575703,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEldnwo/1.0/artifacts/service-BasicOnboardEldnwo-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-27T04:09:14.464Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-27T04:09:14.464Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:09:14.464Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e40c573d-a042-4506-b428-3b29376eb444",
  "consumerID": "policy-id",
  "timestamp": 1666843575558,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEldnwo/1.0/artifacts/service-BasicOnboardEldnwo-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-27T04:09:14.464Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-27T04:09:14.464Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:09:14.464Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e40c573d-a042-4506-b428-3b29376eb444",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666843573920,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEldnwo/1.0/resourceInstances/basic_onboard_eldnwo0/artifacts/basic_onboard_eldnwo0_modules.json",
  "status": "NOTIFIED"
}
2022-10-27T04:09:14.464Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:09:14.464Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:09:14.464Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e40c573d-a042-4506-b428-3b29376eb444",
  "consumerID": "cds",
  "timestamp": 1666843573029,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEldnwo/1.0/resourceInstances/basic_onboard_eldnwo0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:09:14.465Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:09:14.465Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:09:14.465Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e40c573d-a042-4506-b428-3b29376eb444",
  "consumerID": "clamp",
  "timestamp": 1666843573374,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEldnwo/1.0/resourceInstances/basic_onboard_eldnwo0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:09:14.465Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:09:14.465Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:09:14.465Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e40c573d-a042-4506-b428-3b29376eb444",
  "consumerID": "aai-ml",
  "timestamp": 1666843569816,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEldnwo/1.0/artifacts/service-BasicOnboardEldnwo-csar.csar",
  "status": "NOTIFIED"
}
2022-10-27T04:09:14.465Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:09:14.465Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:09:14.466Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e40c573d-a042-4506-b428-3b29376eb444",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666843570987,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEldnwo/1.0/artifacts/service-BasicOnboardEldnwo-csar.csar",
  "status": "NOTIFIED"
}
2022-10-27T04:09:14.466Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:09:14.466Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:09:14.466Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e40c573d-a042-4506-b428-3b29376eb444",
  "consumerID": "policy-id",
  "timestamp": 1666843576564,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEldnwo/1.0/artifacts/service-BasicOnboardEldnwo-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-27T04:09:14.466Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-27T04:09:14.466Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:09:14.466Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e40c573d-a042-4506-b428-3b29376eb444",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666843573920,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEldnwo/1.0/resourceInstances/basic_onboard_eldnwo0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-10-27T04:09:14.466Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:09:14.466Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:09:14.466Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e40c573d-a042-4506-b428-3b29376eb444",
  "consumerID": "cds",
  "timestamp": 1666843573029,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEldnwo/1.0/resourceInstances/basic_onboard_eldnwo0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:09:14.467Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:09:14.467Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:09:14.467Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e40c573d-a042-4506-b428-3b29376eb444",
  "consumerID": "clamp",
  "timestamp": 1666843573374,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEldnwo/1.0/resourceInstances/basic_onboard_eldnwo0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:09:14.467Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:09:14.467Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:09:14.467Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e40c573d-a042-4506-b428-3b29376eb444",
  "consumerID": "aai-ml",
  "timestamp": 1666843577553,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEldnwo/1.0/artifacts/service-BasicOnboardEldnwo-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-27T04:09:14.467Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-27T04:09:14.467Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:09:14.467Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e40c573d-a042-4506-b428-3b29376eb444",
  "consumerID": "policy-id",
  "timestamp": 1666843577567,
  "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-10-27T04:09:14.473Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e40c573d-a042-4506-b428-3b29376eb444
2022-10-27T04:09:14.473Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId e40c573d-a042-4506-b428-3b29376eb444 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-10-27T04:09:14.480Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:09:14.480Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e40c573d-a042-4506-b428-3b29376eb444",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666843578740,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEldnwo/1.0/resourceInstances/basic_onboard_eldnwo0/artifacts/basic_onboard_eldnwo0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-10-27T04:09:14.480Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-27T04:09:14.480Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:09:14.480Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e40c573d-a042-4506-b428-3b29376eb444",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666843573920,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEldnwo/1.0/resourceInstances/basic_onboard_eldnwo0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:09:14.480Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:09:14.480Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:09:14.480Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e40c573d-a042-4506-b428-3b29376eb444",
  "consumerID": "cds",
  "timestamp": 1666843573029,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEldnwo/1.0/resourceInstances/basic_onboard_eldnwo0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:09:14.481Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:09:14.481Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:09:14.481Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e40c573d-a042-4506-b428-3b29376eb444",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666843578032,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEldnwo/1.0/artifacts/service-BasicOnboardEldnwo-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-27T04:09:14.481Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-27T04:09:14.481Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:09:14.481Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e40c573d-a042-4506-b428-3b29376eb444",
  "consumerID": "clamp",
  "timestamp": 1666843573374,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEldnwo/1.0/resourceInstances/basic_onboard_eldnwo0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:09:14.481Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:09:14.481Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:09:14.481Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e40c573d-a042-4506-b428-3b29376eb444",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666843573920,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEldnwo/1.0/resourceInstances/basic_onboard_eldnwo0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-10-27T04:09:14.481Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:09:14.482Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:09:14.482Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e40c573d-a042-4506-b428-3b29376eb444",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666843579801,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEldnwo/1.0/resourceInstances/basic_onboard_eldnwo0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-10-27T04:09:14.482Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-27T04:09:14.482Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:09:14.482Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e40c573d-a042-4506-b428-3b29376eb444",
  "consumerID": "cds",
  "timestamp": 1666843573029,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEldnwo/1.0/artifacts/service-BasicOnboardEldnwo-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:09:14.482Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:09:14.482Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:09:14.482Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e40c573d-a042-4506-b428-3b29376eb444",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666843579047,
  "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-10-27T04:09:14.485Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of e40c573d-a042-4506-b428-3b29376eb444
2022-10-27T04:09:14.486Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId e40c573d-a042-4506-b428-3b29376eb444 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-10-27T04:09:14.492Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:09:14.492Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e40c573d-a042-4506-b428-3b29376eb444",
  "consumerID": "clamp",
  "timestamp": 1666843573374,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEldnwo/1.0/artifacts/service-BasicOnboardEldnwo-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:09:14.493Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:09:14.493Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:09:14.493Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e40c573d-a042-4506-b428-3b29376eb444",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666843573920,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEldnwo/1.0/artifacts/service-BasicOnboardEldnwo-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:09:14.494Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:09:14.494Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:09:14.494Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e40c573d-a042-4506-b428-3b29376eb444",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666843580850,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEldnwo/1.0/resourceInstances/basic_onboard_eldnwo0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-10-27T04:09:14.494Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-27T04:09:14.494Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:09:14.494Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e40c573d-a042-4506-b428-3b29376eb444",
  "consumerID": "cds",
  "timestamp": 1666843573029,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEldnwo/1.0/artifacts/service-BasicOnboardEldnwo-csar.csar",
  "status": "NOTIFIED"
}
2022-10-27T04:09:14.495Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:09:14.495Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:09:14.495Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e40c573d-a042-4506-b428-3b29376eb444",
  "consumerID": "clamp",
  "timestamp": 1666843573374,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEldnwo/1.0/artifacts/service-BasicOnboardEldnwo-csar.csar",
  "status": "NOTIFIED"
}
2022-10-27T04:09:14.495Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:09:14.495Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:09:14.495Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e40c573d-a042-4506-b428-3b29376eb444",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666843573920,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEldnwo/1.0/artifacts/service-BasicOnboardEldnwo-csar.csar",
  "status": "NOTIFIED"
}
2022-10-27T04:09:14.495Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:09:14.495Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:09:14.495Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e40c573d-a042-4506-b428-3b29376eb444",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666843581873,
  "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-10-27T04:09:14.497Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e40c573d-a042-4506-b428-3b29376eb444
2022-10-27T04:09:14.497Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId e40c573d-a042-4506-b428-3b29376eb444 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-10-27T04:09:14.501Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:09:14.502Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e40c573d-a042-4506-b428-3b29376eb444",
  "consumerID": "cds",
  "timestamp": 1666843580770,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEldnwo/1.0/artifacts/service-BasicOnboardEldnwo-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-27T04:09:14.502Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-27T04:09:14.502Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:09:14.502Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e40c573d-a042-4506-b428-3b29376eb444",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666843581719,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEldnwo/1.0/artifacts/service-BasicOnboardEldnwo-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-27T04:09:14.502Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-27T04:09:14.502Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:09:14.502Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e40c573d-a042-4506-b428-3b29376eb444",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666843582876,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEldnwo/1.0/resourceInstances/basic_onboard_eldnwo0/artifacts/basic_onboard_eldnwo0_modules.json",
  "status": "DEPLOY_OK"
}
2022-10-27T04:09:14.502Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-27T04:09:14.502Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:09:14.503Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e40c573d-a042-4506-b428-3b29376eb444",
  "consumerID": "cds",
  "timestamp": 1666843581776,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEldnwo/1.0/artifacts/service-BasicOnboardEldnwo-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-10-27T04:09:14.505Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of e40c573d-a042-4506-b428-3b29376eb444
2022-10-27T04:09:14.505Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId e40c573d-a042-4506-b428-3b29376eb444 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-10-27T04:09:14.512Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:09:14.513Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e40c573d-a042-4506-b428-3b29376eb444",
  "consumerID": "aai-ml",
  "timestamp": 1666843584151,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEldnwo/1.0/artifacts/service-BasicOnboardEldnwo-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-27T04:09:14.513Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-27T04:09:14.513Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:09:14.513Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e40c573d-a042-4506-b428-3b29376eb444",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666843584212,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEldnwo/1.0/resourceInstances/basic_onboard_eldnwo0/artifacts/basic_onboard_eldnwo0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-10-27T04:09:14.513Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-27T04:09:14.513Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:09:14.513Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e40c573d-a042-4506-b428-3b29376eb444",
  "consumerID": "aai-ml",
  "timestamp": 1666843585155,
  "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-10-27T04:09:14.518Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of e40c573d-a042-4506-b428-3b29376eb444
2022-10-27T04:09:14.518Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId e40c573d-a042-4506-b428-3b29376eb444 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-10-27T04:09:14.523Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:09:14.523Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e40c573d-a042-4506-b428-3b29376eb444",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666843585282,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEldnwo/1.0/resourceInstances/basic_onboard_eldnwo0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-10-27T04:09:14.523Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-27T04:09:14.523Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:09:14.523Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e40c573d-a042-4506-b428-3b29376eb444",
  "consumerID": "clamp",
  "timestamp": 1666843585618,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEldnwo/1.0/artifacts/service-BasicOnboardEldnwo-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-27T04:09:14.523Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-27T04:09:14.523Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:09:14.524Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e40c573d-a042-4506-b428-3b29376eb444",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666843586343,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEldnwo/1.0/resourceInstances/basic_onboard_eldnwo0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-10-27T04:09:14.524Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-27T04:09:14.524Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:09:14.524Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e40c573d-a042-4506-b428-3b29376eb444",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666843587450,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEldnwo/1.0/resourceInstances/basic_onboard_eldnwo0/artifacts/basic_onboard_eldnwo0_modules.json",
  "status": "DEPLOY_OK"
}
2022-10-27T04:09:14.524Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-27T04:09:14.524Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:09:14.524Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e40c573d-a042-4506-b428-3b29376eb444",
  "consumerID": "clamp",
  "timestamp": 1666843587626,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEldnwo/1.0/artifacts/service-BasicOnboardEldnwo-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-27T04:09:14.524Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-27T04:09:14.524Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:09:14.524Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e40c573d-a042-4506-b428-3b29376eb444",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666843588453,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEldnwo/1.0/resourceInstances/basic_onboard_eldnwo0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-10-27T04:09:14.524Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-27T04:09:14.525Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:09:14.525Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e40c573d-a042-4506-b428-3b29376eb444",
  "consumerID": "clamp",
  "timestamp": 1666843588629,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-10-27T04:09:14.528Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of e40c573d-a042-4506-b428-3b29376eb444
2022-10-27T04:09:14.528Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId e40c573d-a042-4506-b428-3b29376eb444 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-10-27T04:09:14.534Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:09:14.534Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e40c573d-a042-4506-b428-3b29376eb444",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666843589457,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEldnwo/1.0/resourceInstances/basic_onboard_eldnwo0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-10-27T04:09:14.534Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-27T04:09:14.534Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:09:14.534Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e40c573d-a042-4506-b428-3b29376eb444",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666843590461,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardEldnwo/1.0/artifacts/service-BasicOnboardEldnwo-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-27T04:09:14.534Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-27T04:09:31.534Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e40c573d-a042-4506-b428-3b29376eb444
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-27T04:09:31.543Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e40c573d-a042-4506-b428-3b29376eb444
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-10-27T04:09:31.547Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-27T04:09:31.547Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-10-27T04:09:31.547Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-10-27T04:09:31.547Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-10-27T04:09:31.547Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-27T04:09:31.548Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-27T04:09:31.548Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-27T04:09:31.548Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-27T04:09:31.548Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-27T04:09:31.549Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-27T04:09:31.549Z|e40c573d-a042-4506-b428-3b29376eb444|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-10-27T04:09:31.552Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-10-27T04:10:01.552Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: e40c573d-a042-4506-b428-3b29376eb444 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-10-27T04:10:01.557Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: e40c573d-a042-4506-b428-3b29376eb444 and serviceModelVersionId: 7689544f-d63f-40d4-a535-d700d49a8952
2022-10-27T04:10:01.558Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : abe05cf9-4fe2-4930-bfcf-8ef0079e6c44
2022-10-27T04:10:01.559Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/abe05cf9-4fe2-4930-bfcf-8ef0079e6c44/model-vers/model-ver/7689544f-d63f-40d4-a535-d700d49a8952?depth=0
2022-10-27T04:10:01.564Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2022-10-27T04:10:01.614Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/abe05cf9-4fe2-4930-bfcf-8ef0079e6c44/model-vers/model-ver/7689544f-d63f-40d4-a535-d700d49a8952?depth=0|INFO|500||Invoke
2022-10-27T04:10:01.615Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/abe05cf9-4fe2-4930-bfcf-8ef0079e6c44/model-vers/model-ver/7689544f-d63f-40d4-a535-d700d49a8952?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/abe05cf9-4fe2-4930-bfcf-8ef0079e6c44/model-vers/model-ver/7689544f-d63f-40d4-a535-d700d49a8952?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[e40c573d-a042-4506-b428-3b29376eb444], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[1e766961-a5cb-4012-bef6-956b8002f3a8], X-ECOMP-RequestID=[e40c573d-a042-4506-b428-3b29376eb444], X-TransactionId=[], X-ONAP-RequestID=[e40c573d-a042-4506-b428-3b29376eb444], Content-Type=[application/merge-patch+json]}
2022-10-27T04:10:01.640Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/abe05cf9-4fe2-4930-bfcf-8ef0079e6c44/model-vers/model-ver/7689544f-d63f-40d4-a535-d700d49a8952?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-10-27T04:10:01.745Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/abe05cf9-4fe2-4930-bfcf-8ef0079e6c44/model-vers/model-ver/7689544f-d63f-40d4-a535-d700d49a8952?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/abe05cf9-4fe2-4930-bfcf-8ef0079e6c44/model-vers/model-ver/7689544f-d63f-40d4-a535-d700d49a8952?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-221027-04:10:02:287-55263], vertex-id=[192720], Content-Length=[0], Date=[Thu, 27 Oct 2022 04:10:02 GMT], Content-Type=[application/json]}
2022-10-27T04:10:01.746Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/abe05cf9-4fe2-4930-bfcf-8ef0079e6c44/model-vers/model-ver/7689544f-d63f-40d4-a535-d700d49a8952?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-10-27T04:10:01.747Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/abe05cf9-4fe2-4930-bfcf-8ef0079e6c44/model-vers/model-ver/7689544f-d63f-40d4-a535-d700d49a8952?depth=0|INFO|500||InvokeReturn
2022-10-27T04:10:01.747Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-10-27T04:10:01.748Z|e40c573d-a042-4506-b428-3b29376eb444|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-10-27T04:10:01.753Z|e40c573d-a042-4506-b428-3b29376eb444|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-10-27T04:10:01.753Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID e40c573d-a042-4506-b428-3b29376eb444 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-10-27T04:10:01.754Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-10-27T04:10:01.754Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-27T04:10:01.757Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-27T04:10:01.757Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "e40c573d-a042-4506-b428-3b29376eb444",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666843801753,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-10-27T04:10:01.857Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-27T04:10:01.858Z||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-10-27T04:10:01.858Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WdsfDHbwDbLQzANJ) ...
2022-10-27T04:10:01.875Z||pool-34-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-27T04:10:01.875Z||pool-34-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-10-27T04:10:02.765Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T04:10:02.765Z|e40c573d-a042-4506-b428-3b29376eb444|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-10-27T04:10:02.765Z|e40c573d-a042-4506-b428-3b29376eb444|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 WdsfDHbwDbLQzANJ) ...
2022-10-27T04:10:13.055Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-27T04:10:13.056Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T04:10:13.056Z|e40c573d-a042-4506-b428-3b29376eb444|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-10-27T04:10:13.056Z|e40c573d-a042-4506-b428-3b29376eb444|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 WdsfDHbwDbLQzANJ) ...
2022-10-27T04:10:13.923Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T04:10:13.924Z||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-10-27T04:10:13.924Z||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 WdsfDHbwDbLQzANJ) ...
2022-10-27T04:10:14.555Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-27T04:10:14.556Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:10:14.556Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "e40c573d-a042-4506-b428-3b29376eb444",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666843801753,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-10-27T04:10:14.557Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-27T04:10:22.602Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-27T04:10:22.603Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T04:10:22.604Z|e40c573d-a042-4506-b428-3b29376eb444|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-10-27T04:10:22.604Z|e40c573d-a042-4506-b428-3b29376eb444|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 WdsfDHbwDbLQzANJ) ...
2022-10-27T04:10:32.150Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-27T04:10:32.151Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T04:10:32.151Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-27T04:10:32.152Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WdsfDHbwDbLQzANJ) ...
2022-10-27T04:10:41.701Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-27T04:11:13.920Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T04:11:13.920Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-27T04:11:13.920Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WdsfDHbwDbLQzANJ) ...
2022-10-27T04:11:13.923Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T04:11:13.924Z||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-10-27T04:11:13.924Z||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 WdsfDHbwDbLQzANJ) ...
2022-10-27T04:11:23.469Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-27T04:11:23.479Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-27T04:12:13.920Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T04:12:13.923Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-27T04:12:13.923Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WdsfDHbwDbLQzANJ) ...
2022-10-27T04:12:13.923Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T04:12:13.924Z||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-10-27T04:12:13.924Z||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 WdsfDHbwDbLQzANJ) ...
2022-10-27T04:12:23.471Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-27T04:12:23.475Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-27T04:13:13.920Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T04:13:13.920Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-27T04:13:13.921Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WdsfDHbwDbLQzANJ) ...
2022-10-27T04:13:13.927Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T04:13:13.927Z||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-10-27T04:13:13.927Z||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 WdsfDHbwDbLQzANJ) ...
2022-10-27T04:13:23.470Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-27T04:13:23.470Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-27T04:14:13.920Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T04:14:13.921Z||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-10-27T04:14:13.921Z||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 WdsfDHbwDbLQzANJ) ...
2022-10-27T04:14:13.923Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T04:14:13.924Z||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-10-27T04:14:13.924Z||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 WdsfDHbwDbLQzANJ) ...
2022-10-27T04:14:23.469Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-27T04:14:23.478Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-27T04:15:13.920Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T04:15:13.921Z||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-10-27T04:15:13.921Z||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 WdsfDHbwDbLQzANJ) ...
2022-10-27T04:15:13.923Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T04:15:13.924Z||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-10-27T04:15:13.924Z||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 WdsfDHbwDbLQzANJ) ...
2022-10-27T04:15:23.483Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-27T04:15:23.483Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-27T04:16:13.920Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T04:16:13.922Z|e40c573d-a042-4506-b428-3b29376eb444|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-10-27T04:16:13.922Z|e40c573d-a042-4506-b428-3b29376eb444|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 WdsfDHbwDbLQzANJ) ...
2022-10-27T04:16:13.923Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T04:16:13.924Z||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-10-27T04:16:13.924Z||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 WdsfDHbwDbLQzANJ) ...
2022-10-27T04:16:14.092Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-27T04:16:14.416Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-27T04:16:14.416Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ae5f1fd-5a57-4583-93fb-dd8e44f95626",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666844122491,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLikkdb7n0yiq0it7aqdn/1.0/resourceInstances/pnf618ad0111ca00/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:16:14.419Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:16:14.419Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-27T04:16:14.419Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ae5f1fd-5a57-4583-93fb-dd8e44f95626",
  "consumerID": "policy-id",
  "timestamp": 1666844127658,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLikkdb7n0yiq0it7aqdn/1.0/resourceInstances/pnf618ad0111ca00/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:16:14.420Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:16:14.420Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-27T04:16:14.420Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ae5f1fd-5a57-4583-93fb-dd8e44f95626",
  "consumerID": "cds",
  "timestamp": 1666844128029,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLikkdb7n0yiq0it7aqdn/1.0/resourceInstances/pnf618ad0111ca00/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:16:14.420Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:16:14.420Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-27T04:16:14.420Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ae5f1fd-5a57-4583-93fb-dd8e44f95626",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666844122491,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLikkdb7n0yiq0it7aqdn/1.0/resourceInstances/pnf618ad0111ca00/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:16:14.420Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:16:14.421Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-27T04:16:14.421Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ae5f1fd-5a57-4583-93fb-dd8e44f95626",
  "consumerID": "policy-id",
  "timestamp": 1666844127658,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLikkdb7n0yiq0it7aqdn/1.0/resourceInstances/pnf618ad0111ca00/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:16:14.421Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:16:14.421Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-27T04:16:14.421Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ae5f1fd-5a57-4583-93fb-dd8e44f95626",
  "consumerID": "cds",
  "timestamp": 1666844128029,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLikkdb7n0yiq0it7aqdn/1.0/resourceInstances/pnf618ad0111ca00/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:16:14.421Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:16:14.421Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-27T04:16:14.421Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ae5f1fd-5a57-4583-93fb-dd8e44f95626",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666844122491,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLikkdb7n0yiq0it7aqdn/1.0/resourceInstances/pnf618ad0111ca00/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:16:14.421Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:16:14.421Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-27T04:16:14.421Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ae5f1fd-5a57-4583-93fb-dd8e44f95626",
  "consumerID": "policy-id",
  "timestamp": 1666844127658,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLikkdb7n0yiq0it7aqdn/1.0/resourceInstances/pnf618ad0111ca00/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:16:14.422Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:16:14.422Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-27T04:16:14.422Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ae5f1fd-5a57-4583-93fb-dd8e44f95626",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666844129862,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLikkdb7n0yiq0it7aqdn/1.0/resourceInstances/pnf618ad0111ca00/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:16:14.422Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:16:14.422Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-27T04:16:14.422Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ae5f1fd-5a57-4583-93fb-dd8e44f95626",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666844130987,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLikkdb7n0yiq0it7aqdn/1.0/resourceInstances/pnf618ad0111ca00/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:16:14.422Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:16:14.422Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-27T04:16:14.423Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ae5f1fd-5a57-4583-93fb-dd8e44f95626",
  "consumerID": "cds",
  "timestamp": 1666844128029,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLikkdb7n0yiq0it7aqdn/1.0/resourceInstances/pnf618ad0111ca00/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:16:14.423Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:16:14.423Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-27T04:16:14.423Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ae5f1fd-5a57-4583-93fb-dd8e44f95626",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666844122491,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLikkdb7n0yiq0it7aqdn/1.0/resourceInstances/pnf618ad0111ca00/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:16:14.423Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:16:14.423Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-27T04:16:14.423Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ae5f1fd-5a57-4583-93fb-dd8e44f95626",
  "consumerID": "policy-id",
  "timestamp": 1666844127658,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLikkdb7n0yiq0it7aqdn/1.0/resourceInstances/pnf618ad0111ca00/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:16:14.423Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:16:14.423Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-27T04:16:14.424Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ae5f1fd-5a57-4583-93fb-dd8e44f95626",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666844129862,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLikkdb7n0yiq0it7aqdn/1.0/resourceInstances/pnf618ad0111ca00/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:16:14.424Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:16:14.424Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-27T04:16:14.424Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ae5f1fd-5a57-4583-93fb-dd8e44f95626",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666844130987,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLikkdb7n0yiq0it7aqdn/1.0/resourceInstances/pnf618ad0111ca00/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:16:14.424Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:16:14.424Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-27T04:16:14.424Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ae5f1fd-5a57-4583-93fb-dd8e44f95626",
  "consumerID": "cds",
  "timestamp": 1666844128029,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLikkdb7n0yiq0it7aqdn/1.0/resourceInstances/pnf618ad0111ca00/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:16:14.424Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:16:14.424Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-27T04:16:14.425Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ae5f1fd-5a57-4583-93fb-dd8e44f95626",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666844122491,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLikkdb7n0yiq0it7aqdn/1.0/resourceInstances/pnf618ad0111ca00/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:16:14.425Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:16:14.425Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-27T04:16:14.425Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ae5f1fd-5a57-4583-93fb-dd8e44f95626",
  "consumerID": "policy-id",
  "timestamp": 1666844127658,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLikkdb7n0yiq0it7aqdn/1.0/resourceInstances/pnf618ad0111ca00/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:16:14.425Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:16:14.425Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-27T04:16:14.426Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ae5f1fd-5a57-4583-93fb-dd8e44f95626",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666844129862,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLikkdb7n0yiq0it7aqdn/1.0/resourceInstances/pnf618ad0111ca00/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:16:14.426Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:16:14.426Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-27T04:16:14.426Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ae5f1fd-5a57-4583-93fb-dd8e44f95626",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666844130987,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLikkdb7n0yiq0it7aqdn/1.0/resourceInstances/pnf618ad0111ca00/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:16:14.426Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:16:14.426Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-27T04:16:14.426Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ae5f1fd-5a57-4583-93fb-dd8e44f95626",
  "consumerID": "cds",
  "timestamp": 1666844128029,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLikkdb7n0yiq0it7aqdn/1.0/resourceInstances/pnf618ad0111ca00/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:16:14.426Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:16:14.426Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-27T04:16:14.427Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ae5f1fd-5a57-4583-93fb-dd8e44f95626",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666844122491,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLikkdb7n0yiq0it7aqdn/1.0/resourceInstances/pnf618ad0111ca00/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-10-27T04:16:14.427Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:16:14.427Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-27T04:16:14.427Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ae5f1fd-5a57-4583-93fb-dd8e44f95626",
  "consumerID": "policy-id",
  "timestamp": 1666844127658,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLikkdb7n0yiq0it7aqdn/1.0/resourceInstances/pnf618ad0111ca00/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:16:14.427Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:16:14.427Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-27T04:16:14.427Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ae5f1fd-5a57-4583-93fb-dd8e44f95626",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666844129862,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLikkdb7n0yiq0it7aqdn/1.0/resourceInstances/pnf618ad0111ca00/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:16:14.427Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:16:14.427Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-27T04:16:14.428Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ae5f1fd-5a57-4583-93fb-dd8e44f95626",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666844130987,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLikkdb7n0yiq0it7aqdn/1.0/resourceInstances/pnf618ad0111ca00/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:16:14.428Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:16:14.428Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-27T04:16:14.428Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ae5f1fd-5a57-4583-93fb-dd8e44f95626",
  "consumerID": "cds",
  "timestamp": 1666844128029,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLikkdb7n0yiq0it7aqdn/1.0/resourceInstances/pnf618ad0111ca00/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:16:14.428Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:16:14.428Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-27T04:16:14.429Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ae5f1fd-5a57-4583-93fb-dd8e44f95626",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666844122491,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLikkdb7n0yiq0it7aqdn/1.0/artifacts/service-DemoPnfLikkdb7n0yiq0it7aqdn-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:16:14.429Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:16:14.429Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-27T04:16:14.429Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ae5f1fd-5a57-4583-93fb-dd8e44f95626",
  "consumerID": "policy-id",
  "timestamp": 1666844127658,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLikkdb7n0yiq0it7aqdn/1.0/artifacts/service-DemoPnfLikkdb7n0yiq0it7aqdn-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:16:14.429Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:16:14.429Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-27T04:16:14.429Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ae5f1fd-5a57-4583-93fb-dd8e44f95626",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666844129862,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLikkdb7n0yiq0it7aqdn/1.0/resourceInstances/pnf618ad0111ca00/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:16:14.430Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:16:14.430Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-27T04:16:14.430Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ae5f1fd-5a57-4583-93fb-dd8e44f95626",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666844130987,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLikkdb7n0yiq0it7aqdn/1.0/resourceInstances/pnf618ad0111ca00/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:16:14.430Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:16:14.430Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-27T04:16:14.430Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ae5f1fd-5a57-4583-93fb-dd8e44f95626",
  "consumerID": "cds",
  "timestamp": 1666844128029,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLikkdb7n0yiq0it7aqdn/1.0/artifacts/service-DemoPnfLikkdb7n0yiq0it7aqdn-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:16:14.430Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:16:14.430Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-27T04:16:14.430Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ae5f1fd-5a57-4583-93fb-dd8e44f95626",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666844122491,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLikkdb7n0yiq0it7aqdn/1.0/artifacts/service-DemoPnfLikkdb7n0yiq0it7aqdn-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:16:14.431Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:16:14.431Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-27T04:16:14.431Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ae5f1fd-5a57-4583-93fb-dd8e44f95626",
  "consumerID": "policy-id",
  "timestamp": 1666844127658,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLikkdb7n0yiq0it7aqdn/1.0/artifacts/service-DemoPnfLikkdb7n0yiq0it7aqdn-csar.csar",
  "status": "NOTIFIED"
}
2022-10-27T04:16:14.431Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:16:14.431Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-27T04:16:14.431Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ae5f1fd-5a57-4583-93fb-dd8e44f95626",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666844129862,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLikkdb7n0yiq0it7aqdn/1.0/resourceInstances/pnf618ad0111ca00/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:16:14.431Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:16:14.432Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-27T04:16:14.432Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ae5f1fd-5a57-4583-93fb-dd8e44f95626",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666844130987,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLikkdb7n0yiq0it7aqdn/1.0/resourceInstances/pnf618ad0111ca00/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:16:14.432Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:16:14.432Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-27T04:16:14.432Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ae5f1fd-5a57-4583-93fb-dd8e44f95626",
  "consumerID": "cds",
  "timestamp": 1666844128029,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLikkdb7n0yiq0it7aqdn/1.0/artifacts/service-DemoPnfLikkdb7n0yiq0it7aqdn-csar.csar",
  "status": "NOTIFIED"
}
2022-10-27T04:16:14.432Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:16:14.432Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-27T04:16:14.432Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ae5f1fd-5a57-4583-93fb-dd8e44f95626",
  "consumerID": "policy-id",
  "timestamp": 1666844136038,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLikkdb7n0yiq0it7aqdn/1.0/artifacts/service-DemoPnfLikkdb7n0yiq0it7aqdn-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-27T04:16:14.433Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-27T04:16:14.433Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-27T04:16:14.433Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ae5f1fd-5a57-4583-93fb-dd8e44f95626",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666844136017,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLikkdb7n0yiq0it7aqdn/1.0/resourceInstances/pnf618ad0111ca00/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-10-27T04:16:14.433Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-27T04:16:14.433Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-27T04:16:14.433Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ae5f1fd-5a57-4583-93fb-dd8e44f95626",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666844129862,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLikkdb7n0yiq0it7aqdn/1.0/artifacts/service-DemoPnfLikkdb7n0yiq0it7aqdn-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:16:14.433Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:16:14.434Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-27T04:16:14.434Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ae5f1fd-5a57-4583-93fb-dd8e44f95626",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666844130987,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLikkdb7n0yiq0it7aqdn/1.0/artifacts/service-DemoPnfLikkdb7n0yiq0it7aqdn-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:16:14.434Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:16:14.434Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-27T04:16:14.434Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ae5f1fd-5a57-4583-93fb-dd8e44f95626",
  "consumerID": "cds",
  "timestamp": 1666844136779,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLikkdb7n0yiq0it7aqdn/1.0/artifacts/service-DemoPnfLikkdb7n0yiq0it7aqdn-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-27T04:16:14.434Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-27T04:16:14.434Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-27T04:16:14.434Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ae5f1fd-5a57-4583-93fb-dd8e44f95626",
  "consumerID": "policy-id",
  "timestamp": 1666844137044,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLikkdb7n0yiq0it7aqdn/1.0/artifacts/service-DemoPnfLikkdb7n0yiq0it7aqdn-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-27T04:16:14.435Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-27T04:16:14.435Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-27T04:16:14.435Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ae5f1fd-5a57-4583-93fb-dd8e44f95626",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666844137203,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLikkdb7n0yiq0it7aqdn/1.0/resourceInstances/pnf618ad0111ca00/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-10-27T04:16:14.435Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-27T04:16:14.435Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-27T04:16:14.435Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ae5f1fd-5a57-4583-93fb-dd8e44f95626",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666844129862,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLikkdb7n0yiq0it7aqdn/1.0/artifacts/service-DemoPnfLikkdb7n0yiq0it7aqdn-csar.csar",
  "status": "NOTIFIED"
}
2022-10-27T04:16:14.435Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:16:14.435Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-27T04:16:14.436Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ae5f1fd-5a57-4583-93fb-dd8e44f95626",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666844130987,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLikkdb7n0yiq0it7aqdn/1.0/artifacts/service-DemoPnfLikkdb7n0yiq0it7aqdn-csar.csar",
  "status": "NOTIFIED"
}
2022-10-27T04:16:14.436Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:16:14.436Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-27T04:16:14.436Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ae5f1fd-5a57-4583-93fb-dd8e44f95626",
  "consumerID": "cds",
  "timestamp": 1666844137787,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLikkdb7n0yiq0it7aqdn/1.0/artifacts/service-DemoPnfLikkdb7n0yiq0it7aqdn-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-10-27T04:16:14.455Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 4ae5f1fd-5a57-4583-93fb-dd8e44f95626
2022-10-27T04:16:14.456Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4ae5f1fd-5a57-4583-93fb-dd8e44f95626 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-10-27T04:16:14.462Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-27T04:16:14.462Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ae5f1fd-5a57-4583-93fb-dd8e44f95626",
  "consumerID": "policy-id",
  "timestamp": 1666844138047,
  "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-10-27T04:16:14.466Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 4ae5f1fd-5a57-4583-93fb-dd8e44f95626
2022-10-27T04:16:14.466Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4ae5f1fd-5a57-4583-93fb-dd8e44f95626 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-10-27T04:16:14.476Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-27T04:16:14.476Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ae5f1fd-5a57-4583-93fb-dd8e44f95626",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666844138207,
  "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-10-27T04:16:14.478Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 4ae5f1fd-5a57-4583-93fb-dd8e44f95626
2022-10-27T04:16:14.478Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4ae5f1fd-5a57-4583-93fb-dd8e44f95626 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-10-27T04:16:14.484Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-27T04:16:14.484Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ae5f1fd-5a57-4583-93fb-dd8e44f95626",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666844138628,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLikkdb7n0yiq0it7aqdn/1.0/artifacts/service-DemoPnfLikkdb7n0yiq0it7aqdn-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-27T04:16:14.485Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-27T04:16:14.485Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-27T04:16:14.485Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d36e9553-782c-4ae8-a7c9-ed36092a98f1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666844130987,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:16:14.485Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:16:14.485Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-27T04:16:14.485Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d36e9553-782c-4ae8-a7c9-ed36092a98f1",
  "consumerID": "cds",
  "timestamp": 1666844128029,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:16:14.485Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:16:14.485Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-27T04:16:14.485Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d36e9553-782c-4ae8-a7c9-ed36092a98f1",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666844130987,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-10-27T04:16:14.486Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:16:14.486Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-27T04:16:14.486Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d36e9553-782c-4ae8-a7c9-ed36092a98f1",
  "consumerID": "cds",
  "timestamp": 1666844128029,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-10-27T04:16:14.486Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:16:14.486Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-27T04:16:14.486Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ae5f1fd-5a57-4583-93fb-dd8e44f95626",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666844140356,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLikkdb7n0yiq0it7aqdn/1.0/artifacts/service-DemoPnfLikkdb7n0yiq0it7aqdn-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-27T04:16:14.486Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-27T04:16:14.486Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-27T04:16:14.486Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ae5f1fd-5a57-4583-93fb-dd8e44f95626",
  "consumerID": "aai-ml",
  "timestamp": 1666844139817,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLikkdb7n0yiq0it7aqdn/1.0/resourceInstances/pnf618ad0111ca00/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:16:14.486Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:16:14.486Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-27T04:16:14.487Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d36e9553-782c-4ae8-a7c9-ed36092a98f1",
  "consumerID": "cds",
  "timestamp": 1666844140895,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-27T04:16:14.487Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-27T04:16:14.487Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-27T04:16:14.487Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ae5f1fd-5a57-4583-93fb-dd8e44f95626",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666844141364,
  "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-10-27T04:16:14.494Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 4ae5f1fd-5a57-4583-93fb-dd8e44f95626
2022-10-27T04:16:14.494Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4ae5f1fd-5a57-4583-93fb-dd8e44f95626 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-10-27T04:16:14.500Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-27T04:16:14.500Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ae5f1fd-5a57-4583-93fb-dd8e44f95626",
  "consumerID": "aai-ml",
  "timestamp": 1666844139817,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLikkdb7n0yiq0it7aqdn/1.0/resourceInstances/pnf618ad0111ca00/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:16:14.500Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:16:14.501Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-27T04:16:14.501Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d36e9553-782c-4ae8-a7c9-ed36092a98f1",
  "consumerID": "cds",
  "timestamp": 1666844141903,
  "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-10-27T04:16:14.508Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of d36e9553-782c-4ae8-a7c9-ed36092a98f1
2022-10-27T04:16:14.508Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId d36e9553-782c-4ae8-a7c9-ed36092a98f1 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-10-27T04:16:14.518Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-27T04:16:14.519Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d36e9553-782c-4ae8-a7c9-ed36092a98f1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666844129862,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:16:14.519Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:16:14.521Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-27T04:16:14.521Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ae5f1fd-5a57-4583-93fb-dd8e44f95626",
  "consumerID": "aai-ml",
  "timestamp": 1666844139817,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLikkdb7n0yiq0it7aqdn/1.0/resourceInstances/pnf618ad0111ca00/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:16:14.522Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:16:14.522Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-27T04:16:14.522Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d36e9553-782c-4ae8-a7c9-ed36092a98f1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666844142491,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:16:14.522Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:16:14.523Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-27T04:16:14.523Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d36e9553-782c-4ae8-a7c9-ed36092a98f1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666844129862,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-10-27T04:16:14.524Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:16:14.524Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-27T04:16:14.524Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ae5f1fd-5a57-4583-93fb-dd8e44f95626",
  "consumerID": "aai-ml",
  "timestamp": 1666844139817,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLikkdb7n0yiq0it7aqdn/1.0/resourceInstances/pnf618ad0111ca00/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:16:14.524Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:16:14.525Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-27T04:16:14.525Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ae5f1fd-5a57-4583-93fb-dd8e44f95626",
  "consumerID": "clamp",
  "timestamp": 1666844143374,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLikkdb7n0yiq0it7aqdn/1.0/resourceInstances/pnf618ad0111ca00/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:16:14.526Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:16:14.527Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-27T04:16:14.527Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d36e9553-782c-4ae8-a7c9-ed36092a98f1",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666844142491,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:16:14.527Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:16:14.527Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-27T04:16:14.527Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d36e9553-782c-4ae8-a7c9-ed36092a98f1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666844144443,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-27T04:16:14.528Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-27T04:16:14.528Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-27T04:16:14.528Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ae5f1fd-5a57-4583-93fb-dd8e44f95626",
  "consumerID": "aai-ml",
  "timestamp": 1666844139817,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLikkdb7n0yiq0it7aqdn/1.0/resourceInstances/pnf618ad0111ca00/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:16:14.528Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:16:14.529Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-27T04:16:14.529Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ae5f1fd-5a57-4583-93fb-dd8e44f95626",
  "consumerID": "clamp",
  "timestamp": 1666844143374,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLikkdb7n0yiq0it7aqdn/1.0/resourceInstances/pnf618ad0111ca00/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:16:14.529Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:16:14.529Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-27T04:16:14.529Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ae5f1fd-5a57-4583-93fb-dd8e44f95626",
  "consumerID": "aai-ml",
  "timestamp": 1666844139817,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLikkdb7n0yiq0it7aqdn/1.0/resourceInstances/pnf618ad0111ca00/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:16:14.529Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:16:14.530Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-27T04:16:14.530Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d36e9553-782c-4ae8-a7c9-ed36092a98f1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666844145885,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-27T04:16:14.530Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-27T04:16:14.530Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-27T04:16:14.530Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ae5f1fd-5a57-4583-93fb-dd8e44f95626",
  "consumerID": "clamp",
  "timestamp": 1666844143374,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLikkdb7n0yiq0it7aqdn/1.0/resourceInstances/pnf618ad0111ca00/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:16:14.531Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:16:14.531Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-27T04:16:14.531Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ae5f1fd-5a57-4583-93fb-dd8e44f95626",
  "consumerID": "aai-ml",
  "timestamp": 1666844139817,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLikkdb7n0yiq0it7aqdn/1.0/artifacts/service-DemoPnfLikkdb7n0yiq0it7aqdn-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:16:14.531Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:16:14.531Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-27T04:16:14.531Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d36e9553-782c-4ae8-a7c9-ed36092a98f1",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666844146888,
  "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-10-27T04:16:14.535Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of d36e9553-782c-4ae8-a7c9-ed36092a98f1
2022-10-27T04:16:14.535Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId d36e9553-782c-4ae8-a7c9-ed36092a98f1 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-10-27T04:16:14.542Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-27T04:16:14.542Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ae5f1fd-5a57-4583-93fb-dd8e44f95626",
  "consumerID": "clamp",
  "timestamp": 1666844143374,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLikkdb7n0yiq0it7aqdn/1.0/resourceInstances/pnf618ad0111ca00/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:16:14.542Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:16:14.542Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-27T04:16:14.543Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ae5f1fd-5a57-4583-93fb-dd8e44f95626",
  "consumerID": "aai-ml",
  "timestamp": 1666844139817,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLikkdb7n0yiq0it7aqdn/1.0/artifacts/service-DemoPnfLikkdb7n0yiq0it7aqdn-csar.csar",
  "status": "NOTIFIED"
}
2022-10-27T04:16:14.543Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:16:14.543Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-27T04:16:14.543Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ae5f1fd-5a57-4583-93fb-dd8e44f95626",
  "consumerID": "clamp",
  "timestamp": 1666844143374,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLikkdb7n0yiq0it7aqdn/1.0/resourceInstances/pnf618ad0111ca00/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:16:14.544Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:16:14.544Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-27T04:16:14.544Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d36e9553-782c-4ae8-a7c9-ed36092a98f1",
  "consumerID": "policy-id",
  "timestamp": 1666844147658,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:16:14.544Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:16:14.544Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-27T04:16:14.545Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ae5f1fd-5a57-4583-93fb-dd8e44f95626",
  "consumerID": "aai-ml",
  "timestamp": 1666844148579,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLikkdb7n0yiq0it7aqdn/1.0/artifacts/service-DemoPnfLikkdb7n0yiq0it7aqdn-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-27T04:16:14.545Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-27T04:16:14.545Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-27T04:16:14.545Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ae5f1fd-5a57-4583-93fb-dd8e44f95626",
  "consumerID": "clamp",
  "timestamp": 1666844143374,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLikkdb7n0yiq0it7aqdn/1.0/resourceInstances/pnf618ad0111ca00/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:16:14.546Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:16:14.546Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-27T04:16:14.546Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d36e9553-782c-4ae8-a7c9-ed36092a98f1",
  "consumerID": "policy-id",
  "timestamp": 1666844147658,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-10-27T04:16:14.546Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:16:14.546Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-27T04:16:14.547Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ae5f1fd-5a57-4583-93fb-dd8e44f95626",
  "consumerID": "clamp",
  "timestamp": 1666844143374,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLikkdb7n0yiq0it7aqdn/1.0/artifacts/service-DemoPnfLikkdb7n0yiq0it7aqdn-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:16:14.547Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:16:14.547Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-27T04:16:14.547Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d36e9553-782c-4ae8-a7c9-ed36092a98f1",
  "consumerID": "policy-id",
  "timestamp": 1666844150255,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-27T04:16:14.547Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-27T04:16:14.548Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-27T04:16:14.548Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ae5f1fd-5a57-4583-93fb-dd8e44f95626",
  "consumerID": "clamp",
  "timestamp": 1666844143374,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLikkdb7n0yiq0it7aqdn/1.0/artifacts/service-DemoPnfLikkdb7n0yiq0it7aqdn-csar.csar",
  "status": "NOTIFIED"
}
2022-10-27T04:16:14.548Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:16:14.549Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-27T04:16:14.549Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d36e9553-782c-4ae8-a7c9-ed36092a98f1",
  "consumerID": "policy-id",
  "timestamp": 1666844151261,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-27T04:16:14.549Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-27T04:16:14.550Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-27T04:16:14.550Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d36e9553-782c-4ae8-a7c9-ed36092a98f1",
  "consumerID": "policy-id",
  "timestamp": 1666844152264,
  "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-10-27T04:16:14.553Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d36e9553-782c-4ae8-a7c9-ed36092a98f1
2022-10-27T04:16:14.554Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId d36e9553-782c-4ae8-a7c9-ed36092a98f1 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-10-27T04:16:14.560Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-27T04:16:14.560Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ae5f1fd-5a57-4583-93fb-dd8e44f95626",
  "consumerID": "aai-ml",
  "timestamp": 1666844153690,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLikkdb7n0yiq0it7aqdn/1.0/artifacts/service-DemoPnfLikkdb7n0yiq0it7aqdn-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-27T04:16:14.560Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-27T04:16:14.560Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-27T04:16:14.561Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666844150987,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:16:14.561Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:16:14.561Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-27T04:16:14.561Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ae5f1fd-5a57-4583-93fb-dd8e44f95626",
  "consumerID": "aai-ml",
  "timestamp": 1666844154695,
  "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-10-27T04:16:14.564Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 4ae5f1fd-5a57-4583-93fb-dd8e44f95626
2022-10-27T04:16:14.564Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4ae5f1fd-5a57-4583-93fb-dd8e44f95626 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-10-27T04:16:14.570Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-27T04:16:14.570Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666844150987,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-10-27T04:16:14.571Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:16:14.571Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-27T04:16:14.571Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d36e9553-782c-4ae8-a7c9-ed36092a98f1",
  "consumerID": "aai-ml",
  "timestamp": 1666844139817,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:16:14.571Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:16:14.572Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-27T04:16:14.572Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666844150987,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-10-27T04:16:14.572Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:16:14.572Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-27T04:16:14.572Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d36e9553-782c-4ae8-a7c9-ed36092a98f1",
  "consumerID": "aai-ml",
  "timestamp": 1666844139817,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-10-27T04:16:14.573Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:16:14.573Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-27T04:16:14.573Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666844150987,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:16:14.573Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:16:14.574Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-27T04:16:14.574Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d36e9553-782c-4ae8-a7c9-ed36092a98f1",
  "consumerID": "aai-ml",
  "timestamp": 1666844157765,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-27T04:16:14.574Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-27T04:16:14.574Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-27T04:16:14.574Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666844150987,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-10-27T04:16:14.575Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:16:14.575Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-27T04:16:14.575Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85",
  "consumerID": "cds",
  "timestamp": 1666844158029,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:16:14.575Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:16:14.576Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-27T04:16:14.576Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666844150987,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:16:14.576Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:16:14.576Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-27T04:16:14.576Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85",
  "consumerID": "cds",
  "timestamp": 1666844158029,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:16:14.577Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:16:14.577Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-27T04:16:14.577Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666844159862,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:16:14.577Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:16:14.577Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-27T04:16:14.578Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666844150987,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-10-27T04:16:14.578Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:16:14.578Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-27T04:16:14.579Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85",
  "consumerID": "cds",
  "timestamp": 1666844158029,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:16:14.579Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:16:14.579Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-27T04:16:14.579Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d36e9553-782c-4ae8-a7c9-ed36092a98f1",
  "consumerID": "aai-ml",
  "timestamp": 1666844161339,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-27T04:16:14.580Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-27T04:16:14.580Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-27T04:16:14.580Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666844159862,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:16:14.581Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:16:14.581Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-27T04:16:14.581Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666844162821,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-10-27T04:16:14.581Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-27T04:16:14.582Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-27T04:16:14.582Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ae5f1fd-5a57-4583-93fb-dd8e44f95626",
  "consumerID": "clamp",
  "timestamp": 1666844161721,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLikkdb7n0yiq0it7aqdn/1.0/artifacts/service-DemoPnfLikkdb7n0yiq0it7aqdn-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-27T04:16:14.582Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-27T04:16:14.582Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-27T04:16:14.582Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85",
  "consumerID": "cds",
  "timestamp": 1666844158029,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:16:14.582Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:16:14.583Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-27T04:16:14.583Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d36e9553-782c-4ae8-a7c9-ed36092a98f1",
  "consumerID": "aai-ml",
  "timestamp": 1666844162342,
  "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-10-27T04:16:14.586Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of d36e9553-782c-4ae8-a7c9-ed36092a98f1
2022-10-27T04:16:14.586Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId d36e9553-782c-4ae8-a7c9-ed36092a98f1 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-10-27T04:16:14.593Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-27T04:16:14.593Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666844159862,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:16:14.593Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:16:14.594Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-27T04:16:14.594Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666844163880,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-10-27T04:16:14.594Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-27T04:16:14.594Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-27T04:16:14.594Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85",
  "consumerID": "cds",
  "timestamp": 1666844158029,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:16:14.594Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:16:14.595Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-27T04:16:14.596Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666844162491,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:16:14.596Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:16:14.596Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-27T04:16:14.596Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666844159862,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:16:14.596Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:16:14.596Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-27T04:16:14.596Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ae5f1fd-5a57-4583-93fb-dd8e44f95626",
  "consumerID": "clamp",
  "timestamp": 1666844163729,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLikkdb7n0yiq0it7aqdn/1.0/artifacts/service-DemoPnfLikkdb7n0yiq0it7aqdn-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-27T04:16:14.596Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-27T04:16:14.597Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-27T04:16:14.597Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85",
  "consumerID": "cds",
  "timestamp": 1666844158029,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:16:14.597Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:16:14.597Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-27T04:16:14.597Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666844164938,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-10-27T04:16:14.597Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-27T04:16:14.597Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-27T04:16:14.597Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666844162491,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:16:14.598Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:16:14.598Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-27T04:16:14.598Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666844159862,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:16:14.598Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:16:14.598Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-27T04:16:14.598Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ae5f1fd-5a57-4583-93fb-dd8e44f95626",
  "consumerID": "clamp",
  "timestamp": 1666844164735,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-10-27T04:16:14.601Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 4ae5f1fd-5a57-4583-93fb-dd8e44f95626
2022-10-27T04:16:14.601Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4ae5f1fd-5a57-4583-93fb-dd8e44f95626 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-10-27T04:16:14.609Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-27T04:16:14.609Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85",
  "consumerID": "cds",
  "timestamp": 1666844158029,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-10-27T04:16:14.610Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:16:14.610Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-27T04:16:14.610Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666844165968,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-10-27T04:16:14.616Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85
2022-10-27T04:16:14.616Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-27T04:16:14.616Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85 and ComponentName POLICY
2022-10-27T04:16:14.617Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-27T04:16:14.617Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"4ae5f1fd-5a57-4583-93fb-dd8e44f95626","serviceName":"Demo_pNF_liKKDB7N0YiQ0It7aqdN","serviceVersion":"1.0","serviceUUID":"65d31541-63d2-44e8-8609-8f8d896a0dde","serviceDescription":"catalog service description","serviceInvariantUUID":"ffda7468-c7e5-47db-8c99-8b47490a8490","resources":[{"resourceInstanceName":"pNF 618ad011-1ca0 0","resourceName":"pNF 618ad011-1ca0","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"5c8e30ec-59b8-4e31-856f-9d778e75e15e","resourceInvariantUUID":"92aa4644-10e0-43c1-9dd4-a37473952ff6","resourceCustomizationUUID":"bf141092-d7ed-4602-a651-0e6855f436b9","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfLikkdb7n0yiq0it7aqdn/1.0/resourceInstances/pnf618ad0111ca00/artifacts/vf-license-model.xml","artifactChecksum":"NTAxMzA1NzliNGY3N2RjMTFlOTE4MzkzZGFkZjdlMDU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"3729ba50-eac5-415a-bbcb-5a9cf6a84df5","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfLikkdb7n0yiq0it7aqdn/1.0/resourceInstances/pnf618ad0111ca00/artifacts/pNF.csar","artifactChecksum":"NTMzMjA4MzU3ZmM0Y2I3YTA4M2NmZGNkNjg0NDJjZDQ\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"748d7675-238d-43a4-b582-5a66d64b7d7d","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfLikkdb7n0yiq0it7aqdn/1.0/resourceInstances/pnf618ad0111ca00/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"3c09c79e-de3c-41d8-accd-e5aeee566793","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfLikkdb7n0yiq0it7aqdn/1.0/resourceInstances/pnf618ad0111ca00/artifacts/vendor-license-model.xml","artifactChecksum":"ODhhOGFkZTk3ODU0ZTBmYmYxYmFmMjM2ZDdhZmE5OTQ\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"bba7623c-edec-42f4-bb95-827e58b5ac4f","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfLikkdb7n0yiq0it7aqdn/1.0/resourceInstances/pnf618ad0111ca00/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"3bb04b77-a25a-488f-ab02-9e78fc925dbe","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfLikkdb7n0yiq0it7aqdn/1.0/resourceInstances/pnf618ad0111ca00/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"717646d7-5993-4bb3-8736-73c77e850dca","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfLikkdb7n0yiq0it7aqdn-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfLikkdb7n0yiq0it7aqdn/1.0/artifacts/service-DemoPnfLikkdb7n0yiq0it7aqdn-template.yml","artifactChecksum":"Y2I4MWUzMzlhZWRmNDczYzM2NTkwMzkwMzQ2NjBhZTU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e14a02f0-ac2d-4c3b-a167-f6dbb73dd478","artifactVersion":"1"},{"artifactName":"service-DemoPnfLikkdb7n0yiq0it7aqdn-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfLikkdb7n0yiq0it7aqdn/1.0/artifacts/service-DemoPnfLikkdb7n0yiq0it7aqdn-csar.csar","artifactChecksum":"ZjQ2NmMwOTIxYzUzYjQ3OWY5OTAwYmI0NzQxZGIwMTA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"a467a206-39cf-4179-96dd-9306bfa018eb","artifactVersion":"1"}],"workloadContext":"Production"}
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-10-27T04:16:14.626Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-27T04:16:14.626Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666844162491,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:16:14.627Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:16:14.627Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-27T04:16:14.627Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666844159862,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:16:14.627Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:16:14.627Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-27T04:16:14.627Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-27T04:16:14.628Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d36e9553-782c-4ae8-a7c9-ed36092a98f1",
  "consumerID": "clamp",
  "timestamp": 1666844143374,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:16:14.628Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:16:14.628Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-27T04:16:14.628Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85",
  "consumerID": "cds",
  "timestamp": 1666844165731,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-27T04:16:14.628Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-27T04:16:14.628Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-27T04:16:14.628Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666844166975,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-10-27T04:16:14.629Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-27T04:16:14.629Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-27T04:16:14.629Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666844162491,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:16:14.629Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:16:14.629Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-27T04:16:14.629Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666844159862,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-10-27T04:16:14.629Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:16:14.629Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-27T04:16:14.630Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-27T04:16:14.630Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d36e9553-782c-4ae8-a7c9-ed36092a98f1",
  "consumerID": "clamp",
  "timestamp": 1666844143374,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-10-27T04:16:14.630Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:16:14.630Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-27T04:16:14.630Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85",
  "consumerID": "cds",
  "timestamp": 1666844166736,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-10-27T04:16:14.634Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-27T04:16:14.634Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "4ae5f1fd-5a57-4583-93fb-dd8e44f95626",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666844173920,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLikkdb7n0yiq0it7aqdn/1.0/resourceInstances/pnf618ad0111ca00/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:16:14.636Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85
2022-10-27T04:16:14.636Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85 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-10-27T04:16:14.643Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-27T04:16:14.643Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666844162491,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:16:14.644Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:16:14.644Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-27T04:16:14.644Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666844167587,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-27T04:16:14.644Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-27T04:16:14.644Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-27T04:16:14.644Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666844162491,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:16:14.644Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:16:14.645Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-27T04:16:14.645Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85",
  "consumerID": "policy-id",
  "timestamp": 1666844167658,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:16:14.645Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:16:14.645Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-27T04:16:14.645Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666844162491,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:16:14.645Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:16:14.646Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-27T04:16:14.646Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85",
  "consumerID": "policy-id",
  "timestamp": 1666844167658,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:16:14.646Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:16:14.646Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-27T04:16:14.646Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666844169551,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-27T04:16:14.646Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-27T04:16:14.646Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-27T04:16:14.646Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85",
  "consumerID": "policy-id",
  "timestamp": 1666844167658,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-10-27T04:16:14.647Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:16:14.647Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-27T04:16:14.647Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666844170559,
  "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-10-27T04:16:14.651Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85
2022-10-27T04:16:14.651Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85 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-10-27T04:16:14.656Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-27T04:16:14.657Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85",
  "consumerID": "aai-ml",
  "timestamp": 1666844169816,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:16:14.657Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:16:14.657Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-27T04:16:14.657Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85",
  "consumerID": "policy-id",
  "timestamp": 1666844167658,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:16:14.657Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:16:14.657Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-27T04:16:14.657Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85",
  "consumerID": "aai-ml",
  "timestamp": 1666844169816,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:16:14.658Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:16:14.658Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-27T04:16:14.658Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85",
  "consumerID": "policy-id",
  "timestamp": 1666844167658,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:16:14.658Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:16:14.658Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-27T04:16:14.658Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85",
  "consumerID": "aai-ml",
  "timestamp": 1666844169816,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:16:14.658Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:16:14.659Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-27T04:16:14.659Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85",
  "consumerID": "policy-id",
  "timestamp": 1666844167658,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:16:14.659Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:16:14.659Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-27T04:16:14.659Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85",
  "consumerID": "aai-ml",
  "timestamp": 1666844169816,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:16:14.659Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:16:14.734Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-27T04:16:14.735Z||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-10-27T04:16:14.735Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WdsfDHbwDbLQzANJ) ...
2022-10-27T04:16:14.752Z||pool-35-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-27T04:16:14.753Z||pool-35-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-10-27T04:16:15.635Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-27T04:16:15.636Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-27T04:16:15.638Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-27T04:16:15.638Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "4ae5f1fd-5a57-4583-93fb-dd8e44f95626",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666844173920,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLikkdb7n0yiq0it7aqdn/1.0/resourceInstances/pnf618ad0111ca00/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:16:15.739Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-10-27T04:16:15.740Z||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-10-27T04:16:15.740Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WdsfDHbwDbLQzANJ) ...
2022-10-27T04:16:15.768Z||pool-36-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-27T04:16:15.771Z||pool-36-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1}
2022-10-27T04:16:16.639Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-27T04:16:16.639Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-27T04:16:16.641Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-27T04:16:16.642Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "4ae5f1fd-5a57-4583-93fb-dd8e44f95626",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666844173920,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLikkdb7n0yiq0it7aqdn/1.0/resourceInstances/pnf618ad0111ca00/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:16:16.742Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-27T04:16:16.743Z||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-10-27T04:16:16.743Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WdsfDHbwDbLQzANJ) ...
2022-10-27T04:16:16.756Z||pool-37-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-27T04:16:16.757Z||pool-37-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-10-27T04:16:17.642Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-27T04:16:17.643Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-27T04:16:17.646Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-27T04:16:17.646Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "4ae5f1fd-5a57-4583-93fb-dd8e44f95626",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666844173920,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLikkdb7n0yiq0it7aqdn/1.0/resourceInstances/pnf618ad0111ca00/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:16:17.746Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-27T04:16:17.747Z||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-10-27T04:16:17.747Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WdsfDHbwDbLQzANJ) ...
2022-10-27T04:16:17.762Z||pool-38-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-27T04:16:17.762Z||pool-38-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-10-27T04:16:18.646Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-27T04:16:18.648Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-27T04:16:18.650Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-27T04:16:18.650Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "4ae5f1fd-5a57-4583-93fb-dd8e44f95626",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666844173920,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLikkdb7n0yiq0it7aqdn/1.0/resourceInstances/pnf618ad0111ca00/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:16:18.751Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-10-27T04:16:18.752Z||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-10-27T04:16:18.752Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WdsfDHbwDbLQzANJ) ...
2022-10-27T04:16:18.767Z||pool-39-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-27T04:16:18.768Z||pool-39-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-10-27T04:16:19.650Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-27T04:16:19.651Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-27T04:16:19.653Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-27T04:16:19.653Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "4ae5f1fd-5a57-4583-93fb-dd8e44f95626",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666844173920,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLikkdb7n0yiq0it7aqdn/1.0/resourceInstances/pnf618ad0111ca00/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:16:19.755Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-10-27T04:16:19.756Z||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-10-27T04:16:19.757Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WdsfDHbwDbLQzANJ) ...
2022-10-27T04:16:19.770Z||pool-40-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-27T04:16:19.771Z||pool-40-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-10-27T04:16:20.658Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-27T04:16:20.659Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-27T04:16:20.670Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-27T04:16:20.670Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "4ae5f1fd-5a57-4583-93fb-dd8e44f95626",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666844173920,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLikkdb7n0yiq0it7aqdn/1.0/artifacts/service-DemoPnfLikkdb7n0yiq0it7aqdn-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:16:20.762Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 91 ms
2022-10-27T04:16:20.763Z||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-10-27T04:16:20.763Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WdsfDHbwDbLQzANJ) ...
2022-10-27T04:16:20.776Z||pool-41-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-27T04:16:20.776Z||pool-41-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-10-27T04:16:21.671Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-27T04:16:21.671Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-27T04:16:21.674Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-27T04:16:21.674Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "4ae5f1fd-5a57-4583-93fb-dd8e44f95626",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666844173920,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLikkdb7n0yiq0it7aqdn/1.0/artifacts/service-DemoPnfLikkdb7n0yiq0it7aqdn-csar.csar",
  "status": "NOTIFIED"
}
2022-10-27T04:16:21.778Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-10-27T04:16:21.779Z||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-10-27T04:16:21.780Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WdsfDHbwDbLQzANJ) ...
2022-10-27T04:16:21.792Z||pool-42-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-27T04:16:21.793Z||pool-42-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-10-27T04:16:22.677Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "4ae5f1fd-5a57-4583-93fb-dd8e44f95626",
  "serviceName": "Demo_pNF_liKKDB7N0YiQ0It7aqdN",
  "serviceVersion": "1.0",
  "serviceUUID": "65d31541-63d2-44e8-8609-8f8d896a0dde",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "ffda7468-c7e5-47db-8c99-8b47490a8490",
  "resources": [
    {
      "resourceInstanceName": "pNF 618ad011-1ca0 0",
      "resourceCustomizationUUID": "bf141092-d7ed-4602-a651-0e6855f436b9",
      "resourceName": "pNF 618ad011-1ca0",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "5c8e30ec-59b8-4e31-856f-9d778e75e15e",
      "resourceInvariantUUID": "92aa4644-10e0-43c1-9dd4-a37473952ff6",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfLikkdb7n0yiq0it7aqdn-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfLikkdb7n0yiq0it7aqdn/1.0/artifacts/service-DemoPnfLikkdb7n0yiq0it7aqdn-csar.csar",
      "artifactChecksum": "ZjQ2NmMwOTIxYzUzYjQ3OWY5OTAwYmI0NzQxZGIwMTA\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "a467a206-39cf-4179-96dd-9306bfa018eb"
    }
  ],
  "workloadContext": "Production"
}
2022-10-27T04:16:22.678Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-10-27T04:16:22.678Z|e40c573d-a042-4506-b428-3b29376eb444|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 65d31541-63d2-44e8-8609-8f8d896a0dde ASDC
2022-10-27T04:16:22.679Z|4ae5f1fd-5a57-4583-93fb-dd8e44f95626|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:4ae5f1fd-5a57-4583-93fb-dd8e44f95626
ServiceName:Demo_pNF_liKKDB7N0YiQ0It7aqdN
ServiceVersion:1.0
ServiceUUID:65d31541-63d2-44e8-8609-8f8d896a0dde
ServiceInvariantUUID:ffda7468-c7e5-47db-8c99-8b47490a8490
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfLikkdb7n0yiq0it7aqdn-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfLikkdb7n0yiq0it7aqdn/1.0/artifacts/service-DemoPnfLikkdb7n0yiq0it7aqdn-csar.csar
ArtifactUUID:a467a206-39cf-4179-96dd-9306bfa018eb
ArtifactChecksum:ZjQ2NmMwOTIxYzUzYjQ3OWY5OTAwYmI0NzQxZGIwMTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 618ad011-1ca0 0
ResourceCustomizationUUID:bf141092-d7ed-4602-a651-0e6855f436b9
ResourceInvariantUUID:92aa4644-10e0-43c1-9dd4-a37473952ff6
ResourceName:pNF 618ad011-1ca0
ResourceType:PNF
ResourceUUID:5c8e30ec-59b8-4e31-856f-9d778e75e15e
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-10-27T04:16:22.679Z|4ae5f1fd-5a57-4583-93fb-dd8e44f95626|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 65d31541-63d2-44e8-8609-8f8d896a0dde 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-10-27T04:16:22.701Z|4ae5f1fd-5a57-4583-93fb-dd8e44f95626|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-27T04:16:22.702Z|4ae5f1fd-5a57-4583-93fb-dd8e44f95626|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-10-27T04:16:22.703Z|4ae5f1fd-5a57-4583-93fb-dd8e44f95626|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-10-27T04:16:22.703Z|4ae5f1fd-5a57-4583-93fb-dd8e44f95626|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: a467a206-39cf-4179-96dd-9306bfa018eb from URL: /sdc/v1/catalog/services/DemoPnfLikkdb7n0yiq0it7aqdn/1.0/artifacts/service-DemoPnfLikkdb7n0yiq0it7aqdn-csar.csar
2022-10-27T04:16:22.703Z|4ae5f1fd-5a57-4583-93fb-dd8e44f95626|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-10-27T04:16:22.704Z|4ae5f1fd-5a57-4583-93fb-dd8e44f95626|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfLikkdb7n0yiq0it7aqdn/1.0/artifacts/service-DemoPnfLikkdb7n0yiq0it7aqdn-csar.csar
2022-10-27T04:16:22.774Z|4ae5f1fd-5a57-4583-93fb-dd8e44f95626|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-10-27T04:16:22.778Z|4ae5f1fd-5a57-4583-93fb-dd8e44f95626|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfLikkdb7n0yiq0it7aqdn/1.0/artifacts/service-DemoPnfLikkdb7n0yiq0it7aqdn-csar.csar a467a206-39cf-4179-96dd-9306bfa018eb 82643
2022-10-27T04:16:22.778Z|4ae5f1fd-5a57-4583-93fb-dd8e44f95626|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfLikkdb7n0yiq0it7aqdn/1.0/artifacts/service-DemoPnfLikkdb7n0yiq0it7aqdn-csar.csar ASDC sendASDCNotification
2022-10-27T04:16:22.778Z|4ae5f1fd-5a57-4583-93fb-dd8e44f95626|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfLikkdb7n0yiq0it7aqdn/1.0/artifacts/service-DemoPnfLikkdb7n0yiq0it7aqdn-csar.csar
2022-10-27T04:16:22.779Z|4ae5f1fd-5a57-4583-93fb-dd8e44f95626|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-27T04:16:22.779Z|4ae5f1fd-5a57-4583-93fb-dd8e44f95626|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-27T04:16:22.781Z|4ae5f1fd-5a57-4583-93fb-dd8e44f95626|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-27T04:16:22.781Z|4ae5f1fd-5a57-4583-93fb-dd8e44f95626|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "4ae5f1fd-5a57-4583-93fb-dd8e44f95626",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666844182778,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLikkdb7n0yiq0it7aqdn/1.0/artifacts/service-DemoPnfLikkdb7n0yiq0it7aqdn-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-27T04:16:22.881Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-27T04:16:22.882Z||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-10-27T04:16:22.882Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WdsfDHbwDbLQzANJ) ...
2022-10-27T04:16:22.923Z||pool-43-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-27T04:16:22.924Z||pool-43-thread-1|||||INFO|500||cambria reply ok (42 ms):{"serverTimeMs":1,"count":1}
2022-10-27T04:16:23.782Z|4ae5f1fd-5a57-4583-93fb-dd8e44f95626|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-27T04:16:23.784Z|4ae5f1fd-5a57-4583-93fb-dd8e44f95626|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-10-27T04:16:23.784Z|4ae5f1fd-5a57-4583-93fb-dd8e44f95626|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: a467a206-39cf-4179-96dd-9306bfa018eb, URL: /sdc/v1/catalog/services/DemoPnfLikkdb7n0yiq0it7aqdn/1.0/artifacts/service-DemoPnfLikkdb7n0yiq0it7aqdn-csar.csar to file: /app/ASDC/1/service-DemoPnfLikkdb7n0yiq0it7aqdn-csar.csar
2022-10-27T04:16:23.785Z|4ae5f1fd-5a57-4583-93fb-dd8e44f95626|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfLikkdb7n0yiq0it7aqdn-csar.csar
2022-10-27T04:16:23.785Z|4ae5f1fd-5a57-4583-93fb-dd8e44f95626|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfLikkdb7n0yiq0it7aqdn-csar.csar
2022-10-27T04:16:23.786Z|4ae5f1fd-5a57-4583-93fb-dd8e44f95626|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfLikkdb7n0yiq0it7aqdn-csar.csar
2022-10-27T04:16:23.970Z|4ae5f1fd-5a57-4583-93fb-dd8e44f95626|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2670701941774373400/Definitions/service-DemoPnfLikkdb7n0yiq0it7aqdn-template.yml
2022-10-27T04:16:24.850Z|4ae5f1fd-5a57-4583-93fb-dd8e44f95626|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2022-10-27T04:16:24.851Z|4ae5f1fd-5a57-4583-93fb-dd8e44f95626|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-10-27T04:16:24.851Z|4ae5f1fd-5a57-4583-93fb-dd8e44f95626|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfLikkdb7n0yiq0it7aqdn-csar.csar
2022-10-27T04:16:24.851Z|4ae5f1fd-5a57-4583-93fb-dd8e44f95626|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-10-27T04:16:24.852Z|4ae5f1fd-5a57-4583-93fb-dd8e44f95626|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-DemoPnfLikkdb7n0yiq0it7aqdn-csar.csar
2022-10-27T04:16:24.852Z|4ae5f1fd-5a57-4583-93fb-dd8e44f95626|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-DemoPnfLikkdb7n0yiq0it7aqdn-csar.csar
2022-10-27T04:16:24.852Z|4ae5f1fd-5a57-4583-93fb-dd8e44f95626|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-DemoPnfLikkdb7n0yiq0it7aqdn-csar.csar
2022-10-27T04:16:24.852Z|4ae5f1fd-5a57-4583-93fb-dd8e44f95626|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-DemoPnfLikkdb7n0yiq0it7aqdn-csar.csar
2022-10-27T04:16:24.853Z|4ae5f1fd-5a57-4583-93fb-dd8e44f95626|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-DemoPnfLikkdb7n0yiq0it7aqdn-csar.csar
2022-10-27T04:16:24.853Z|4ae5f1fd-5a57-4583-93fb-dd8e44f95626|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 618ad011-1ca0 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-DemoPnfLikkdb7n0yiq0it7aqdn-csar.csar
2022-10-27T04:16:24.853Z|4ae5f1fd-5a57-4583-93fb-dd8e44f95626|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-DemoPnfLikkdb7n0yiq0it7aqdn-csar.csar
2022-10-27T04:16:24.853Z|4ae5f1fd-5a57-4583-93fb-dd8e44f95626|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-10-27T04:16:24.854Z|4ae5f1fd-5a57-4583-93fb-dd8e44f95626|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-27T04:16:24.854Z|4ae5f1fd-5a57-4583-93fb-dd8e44f95626|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_liKKDB7N0YiQ0It7aqdN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-10-27T04:16:24.854Z|4ae5f1fd-5a57-4583-93fb-dd8e44f95626|pool-2-thread-9|||||DEBUG|500||Node template pNF 618ad011-1ca0 0 is matching search criteria
2022-10-27T04:16:24.855Z|4ae5f1fd-5a57-4583-93fb-dd8e44f95626|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-10-27T04:16:24.855Z|4ae5f1fd-5a57-4583-93fb-dd8e44f95626|pool-2-thread-9|||||DEBUG|500||Found topology templates [pNF 618ad011-1ca0 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-27T04:16:24.855Z|4ae5f1fd-5a57-4583-93fb-dd8e44f95626|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-27T04:16:24.856Z|4ae5f1fd-5a57-4583-93fb-dd8e44f95626|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_liKKDB7N0YiQ0It7aqdN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-10-27T04:16:24.857Z|4ae5f1fd-5a57-4583-93fb-dd8e44f95626|pool-2-thread-9|||||DEBUG|500||Node template pNF 618ad011-1ca0 0 is matching search criteria
2022-10-27T04:16:24.857Z|4ae5f1fd-5a57-4583-93fb-dd8e44f95626|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-10-27T04:16:24.857Z|4ae5f1fd-5a57-4583-93fb-dd8e44f95626|pool-2-thread-9|||||DEBUG|500||Found topology templates [pNF 618ad011-1ca0 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-27T04:16:24.857Z|4ae5f1fd-5a57-4583-93fb-dd8e44f95626|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-27T04:16:24.858Z|4ae5f1fd-5a57-4583-93fb-dd8e44f95626|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_liKKDB7N0YiQ0It7aqdN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-27T04:16:24.858Z|4ae5f1fd-5a57-4583-93fb-dd8e44f95626|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-27T04:16:24.858Z|4ae5f1fd-5a57-4583-93fb-dd8e44f95626|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_liKKDB7N0YiQ0It7aqdN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-10-27T04:16:24.859Z|4ae5f1fd-5a57-4583-93fb-dd8e44f95626|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-27T04:16:24.859Z|4ae5f1fd-5a57-4583-93fb-dd8e44f95626|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_liKKDB7N0YiQ0It7aqdN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-10-27T04:16:24.859Z|4ae5f1fd-5a57-4583-93fb-dd8e44f95626|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-27T04:16:24.859Z|4ae5f1fd-5a57-4583-93fb-dd8e44f95626|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_liKKDB7N0YiQ0It7aqdN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-27T04:16:24.860Z|4ae5f1fd-5a57-4583-93fb-dd8e44f95626|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-27T04:16:24.860Z|4ae5f1fd-5a57-4583-93fb-dd8e44f95626|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_liKKDB7N0YiQ0It7aqdN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-10-27T04:16:24.860Z|4ae5f1fd-5a57-4583-93fb-dd8e44f95626|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_liKKDB7N0YiQ0It7aqdN
Description:catalog service description
Model UUID:65d31541-63d2-44e8-8609-8f8d896a0dde
Model Version:NULL
Model InvariantUuid:ffda7468-c7e5-47db-8c99-8b47490a8490
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-10-27T04:16:24.867Z|4ae5f1fd-5a57-4583-93fb-dd8e44f95626|pool-2-thread-9|||||INFO|500||Processing Resource Type: PNF, Model UUID: 5c8e30ec-59b8-4e31-856f-9d778e75e15e
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-10-27T04:16:24.872Z|4ae5f1fd-5a57-4583-93fb-dd8e44f95626|pool-2-thread-9|||||INFO|500||pNF 618ad011-1ca0 0
2022-10-27T04:16:24.872Z|4ae5f1fd-5a57-4583-93fb-dd8e44f95626|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 5c8e30ec-59b8-4e31-856f-9d778e75e15e
2022-10-27T04:16:24.873Z|4ae5f1fd-5a57-4583-93fb-dd8e44f95626|pool-2-thread-9|||||DEBUG|500||No resources found for Service: 65d31541-63d2-44e8-8609-8f8d896a0dde
2022-10-27T04:16:24.873Z|4ae5f1fd-5a57-4583-93fb-dd8e44f95626|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 65d31541-63d2-44e8-8609-8f8d896a0dde
2022-10-27T04:16:24.874Z|4ae5f1fd-5a57-4583-93fb-dd8e44f95626|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 618ad011-1ca0 0 5c8e30ec-59b8-4e31-856f-9d778e75e15e 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-10-27T04:16:24.878Z|4ae5f1fd-5a57-4583-93fb-dd8e44f95626|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5ac98db0, org.onap.sdc.toscaparser.api.parameters.Input@797b7ed9, org.onap.sdc.toscaparser.api.parameters.Input@6cad6610, org.onap.sdc.toscaparser.api.parameters.Input@5a631970, org.onap.sdc.toscaparser.api.parameters.Input@4cd1bb81]
2022-10-27T04:16:24.879Z|4ae5f1fd-5a57-4583-93fb-dd8e44f95626|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-27T04:16:24.879Z|4ae5f1fd-5a57-4583-93fb-dd8e44f95626|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_liKKDB7N0YiQ0It7aqdN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-10-27T04:16:24.880Z|4ae5f1fd-5a57-4583-93fb-dd8e44f95626|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 65d31541-63d2-44e8-8609-8f8d896a0dde: pNF 618ad011-1ca0
2022-10-27T04:16:24.880Z|4ae5f1fd-5a57-4583-93fb-dd8e44f95626|pool-2-thread-9|||||INFO|500||Processing PNF resource: 5c8e30ec-59b8-4e31-856f-9d778e75e15e
2022-10-27T04:16:24.880Z|4ae5f1fd-5a57-4583-93fb-dd8e44f95626|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-27T04:16:24.881Z|4ae5f1fd-5a57-4583-93fb-dd8e44f95626|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_liKKDB7N0YiQ0It7aqdN is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-10-27T04:16:24.881Z|4ae5f1fd-5a57-4583-93fb-dd8e44f95626|pool-2-thread-9|||||INFO|500||Resource customization UUID: bf141092-d7ed-4602-a651-0e6855f436b9 is the same as notified resource customizationUUID: bf141092-d7ed-4602-a651-0e6855f436b9
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-10-27T04:16:24.930Z|4ae5f1fd-5a57-4583-93fb-dd8e44f95626|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 618ad011-1ca0 5c8e30ec-59b8-4e31-856f-9d778e75e15e 0 ASDC deployResourceStructure
2022-10-27T04:16:24.930Z|4ae5f1fd-5a57-4583-93fb-dd8e44f95626|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfLikkdb7n0yiq0it7aqdn/1.0/artifacts/service-DemoPnfLikkdb7n0yiq0it7aqdn-csar.csar ASDC sendASDCNotification
2022-10-27T04:16:24.930Z|4ae5f1fd-5a57-4583-93fb-dd8e44f95626|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfLikkdb7n0yiq0it7aqdn/1.0/artifacts/service-DemoPnfLikkdb7n0yiq0it7aqdn-csar.csar
2022-10-27T04:16:24.931Z|4ae5f1fd-5a57-4583-93fb-dd8e44f95626|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-27T04:16:24.931Z|4ae5f1fd-5a57-4583-93fb-dd8e44f95626|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-27T04:16:24.933Z|4ae5f1fd-5a57-4583-93fb-dd8e44f95626|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-27T04:16:24.933Z|4ae5f1fd-5a57-4583-93fb-dd8e44f95626|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "4ae5f1fd-5a57-4583-93fb-dd8e44f95626",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666844184930,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLikkdb7n0yiq0it7aqdn/1.0/artifacts/service-DemoPnfLikkdb7n0yiq0it7aqdn-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-27T04:16:25.034Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-27T04:16:25.034Z||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-10-27T04:16:25.035Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WdsfDHbwDbLQzANJ) ...
2022-10-27T04:16:25.073Z||pool-44-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-27T04:16:25.074Z||pool-44-thread-1|||||INFO|500||cambria reply ok (40 ms):{"serverTimeMs":1,"count":1}
2022-10-27T04:16:25.934Z|4ae5f1fd-5a57-4583-93fb-dd8e44f95626|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4ae5f1fd-5a57-4583-93fb-dd8e44f95626
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-27T04:16:25.942Z|4ae5f1fd-5a57-4583-93fb-dd8e44f95626|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4ae5f1fd-5a57-4583-93fb-dd8e44f95626
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-10-27T04:16:25.945Z|4ae5f1fd-5a57-4583-93fb-dd8e44f95626|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-27T04:16:25.945Z|4ae5f1fd-5a57-4583-93fb-dd8e44f95626|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-10-27T04:16:25.945Z|4ae5f1fd-5a57-4583-93fb-dd8e44f95626|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-10-27T04:16:25.945Z|4ae5f1fd-5a57-4583-93fb-dd8e44f95626|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-10-27T04:16:25.945Z|4ae5f1fd-5a57-4583-93fb-dd8e44f95626|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-27T04:16:25.945Z|4ae5f1fd-5a57-4583-93fb-dd8e44f95626|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-27T04:16:25.945Z|4ae5f1fd-5a57-4583-93fb-dd8e44f95626|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-27T04:16:25.945Z|4ae5f1fd-5a57-4583-93fb-dd8e44f95626|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-27T04:16:25.945Z|4ae5f1fd-5a57-4583-93fb-dd8e44f95626|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-27T04:16:25.946Z|4ae5f1fd-5a57-4583-93fb-dd8e44f95626|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-27T04:16:25.946Z|4ae5f1fd-5a57-4583-93fb-dd8e44f95626|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-27T04:16:25.946Z|4ae5f1fd-5a57-4583-93fb-dd8e44f95626|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-10-27T04:16:25.948Z|4ae5f1fd-5a57-4583-93fb-dd8e44f95626|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-10-27T04:16:55.949Z|4ae5f1fd-5a57-4583-93fb-dd8e44f95626|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 4ae5f1fd-5a57-4583-93fb-dd8e44f95626 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-10-27T04:16:55.954Z|4ae5f1fd-5a57-4583-93fb-dd8e44f95626|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 4ae5f1fd-5a57-4583-93fb-dd8e44f95626 and serviceModelVersionId: 65d31541-63d2-44e8-8609-8f8d896a0dde
2022-10-27T04:16:55.954Z|4ae5f1fd-5a57-4583-93fb-dd8e44f95626|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : ffda7468-c7e5-47db-8c99-8b47490a8490
2022-10-27T04:16:55.955Z|4ae5f1fd-5a57-4583-93fb-dd8e44f95626|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/ffda7468-c7e5-47db-8c99-8b47490a8490/model-vers/model-ver/65d31541-63d2-44e8-8609-8f8d896a0dde?depth=0
2022-10-27T04:16:55.963Z|4ae5f1fd-5a57-4583-93fb-dd8e44f95626|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2022-10-27T04:16:56.019Z|4ae5f1fd-5a57-4583-93fb-dd8e44f95626|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/ffda7468-c7e5-47db-8c99-8b47490a8490/model-vers/model-ver/65d31541-63d2-44e8-8609-8f8d896a0dde?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-10-27T04:16:56.021Z|4ae5f1fd-5a57-4583-93fb-dd8e44f95626|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ffda7468-c7e5-47db-8c99-8b47490a8490/model-vers/model-ver/65d31541-63d2-44e8-8609-8f8d896a0dde?depth=0|INFO|500||Invoke
2022-10-27T04:16:56.043Z|4ae5f1fd-5a57-4583-93fb-dd8e44f95626|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ffda7468-c7e5-47db-8c99-8b47490a8490/model-vers/model-ver/65d31541-63d2-44e8-8609-8f8d896a0dde?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-10-27T04:16:56.164Z|4ae5f1fd-5a57-4583-93fb-dd8e44f95626|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ffda7468-c7e5-47db-8c99-8b47490a8490/model-vers/model-ver/65d31541-63d2-44e8-8609-8f8d896a0dde?depth=0|INFO|500||InvokeReturn
2022-10-27T04:16:56.164Z|4ae5f1fd-5a57-4583-93fb-dd8e44f95626|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/ffda7468-c7e5-47db-8c99-8b47490a8490/model-vers/model-ver/65d31541-63d2-44e8-8609-8f8d896a0dde?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-221027-04:16:56:701-90203], vertex-id=[155664], Content-Length=[0], Date=[Thu, 27 Oct 2022 04:16:56 GMT], Content-Type=[application/json]}
2022-10-27T04:16:56.165Z|4ae5f1fd-5a57-4583-93fb-dd8e44f95626|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity.
2022-10-27T04:16:56.165Z|4ae5f1fd-5a57-4583-93fb-dd8e44f95626|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-10-27T04:16:56.165Z|4ae5f1fd-5a57-4583-93fb-dd8e44f95626|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-10-27T04:16:56.170Z|4ae5f1fd-5a57-4583-93fb-dd8e44f95626|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-10-27T04:16:56.170Z|4ae5f1fd-5a57-4583-93fb-dd8e44f95626|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 4ae5f1fd-5a57-4583-93fb-dd8e44f95626 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-10-27T04:16:56.170Z|4ae5f1fd-5a57-4583-93fb-dd8e44f95626|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-10-27T04:16:56.171Z|4ae5f1fd-5a57-4583-93fb-dd8e44f95626|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-27T04:16:56.173Z|4ae5f1fd-5a57-4583-93fb-dd8e44f95626|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-27T04:16:56.173Z|4ae5f1fd-5a57-4583-93fb-dd8e44f95626|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "4ae5f1fd-5a57-4583-93fb-dd8e44f95626",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666844216170,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-10-27T04:16:56.273Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-27T04:16:56.274Z||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-10-27T04:16:56.274Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WdsfDHbwDbLQzANJ) ...
2022-10-27T04:16:56.291Z||pool-45-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-27T04:16:56.291Z||pool-45-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-10-27T04:16:57.184Z|4ae5f1fd-5a57-4583-93fb-dd8e44f95626|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-27T04:16:57.185Z|4ae5f1fd-5a57-4583-93fb-dd8e44f95626|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"d36e9553-782c-4ae8-a7c9-ed36092a98f1","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"964c07cc-32eb-4dae-adad-f4247a681535","serviceDescription":"service","serviceInvariantUUID":"58c09f77-7b39-4136-b6a1-d03a5013cd27","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"c1db166a-b3f8-4312-a7b0-b07ce4aa4ab7","resourceInvariantUUID":"46f45e0d-cd0c-46f8-8b4a-b617167ad3f4","resourceCustomizationUUID":"fc888954-e6c9-4adb-92d5-47517d4093c5","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":"YWI0YzZkYWQ0MTFkMTZiNDdlNTQ5YTkwZDhkY2RiMTk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b9ea1c4f-452d-4553-a705-9c7c51cc1bc0","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"ZGEwZDg3NTY0MGUzNDUxN2Q2YjgwYmJmNTVkMDQxOWI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"6e5bfb7e-cf0b-4874-a5b3-9f08c6e0c65e","artifactVersion":"1"}],"workloadContext":"Production"}
2022-10-27T04:16:57.185Z|4ae5f1fd-5a57-4583-93fb-dd8e44f95626|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-27T04:16:57.186Z|4ae5f1fd-5a57-4583-93fb-dd8e44f95626|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-27T04:16:57.188Z|4ae5f1fd-5a57-4583-93fb-dd8e44f95626|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-27T04:16:57.188Z|4ae5f1fd-5a57-4583-93fb-dd8e44f95626|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "d36e9553-782c-4ae8-a7c9-ed36092a98f1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666844173920,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:16:57.288Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-27T04:16:57.288Z||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-10-27T04:16:57.289Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WdsfDHbwDbLQzANJ) ...
2022-10-27T04:16:57.304Z||pool-46-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-27T04:16:57.304Z||pool-46-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-10-27T04:16:58.188Z|4ae5f1fd-5a57-4583-93fb-dd8e44f95626|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-27T04:16:58.189Z|4ae5f1fd-5a57-4583-93fb-dd8e44f95626|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-27T04:16:58.191Z|4ae5f1fd-5a57-4583-93fb-dd8e44f95626|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-27T04:16:58.191Z|4ae5f1fd-5a57-4583-93fb-dd8e44f95626|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "d36e9553-782c-4ae8-a7c9-ed36092a98f1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666844173920,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-10-27T04:16:58.291Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-27T04:16:58.292Z||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-10-27T04:16:58.292Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WdsfDHbwDbLQzANJ) ...
2022-10-27T04:16:58.307Z||pool-47-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-27T04:16:58.309Z||pool-47-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-10-27T04:16:59.192Z|4ae5f1fd-5a57-4583-93fb-dd8e44f95626|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "d36e9553-782c-4ae8-a7c9-ed36092a98f1",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "964c07cc-32eb-4dae-adad-f4247a681535",
  "serviceDescription": "service",
  "serviceInvariantUUID": "58c09f77-7b39-4136-b6a1-d03a5013cd27",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "fc888954-e6c9-4adb-92d5-47517d4093c5",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "c1db166a-b3f8-4312-a7b0-b07ce4aa4ab7",
      "resourceInvariantUUID": "46f45e0d-cd0c-46f8-8b4a-b617167ad3f4",
      "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": "ZGEwZDg3NTY0MGUzNDUxN2Q2YjgwYmJmNTVkMDQxOWI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "6e5bfb7e-cf0b-4874-a5b3-9f08c6e0c65e"
    }
  ],
  "workloadContext": "Production"
}
2022-10-27T04:16:59.192Z|4ae5f1fd-5a57-4583-93fb-dd8e44f95626|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-10-27T04:16:59.192Z|4ae5f1fd-5a57-4583-93fb-dd8e44f95626|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 964c07cc-32eb-4dae-adad-f4247a681535 ASDC
2022-10-27T04:16:59.193Z|d36e9553-782c-4ae8-a7c9-ed36092a98f1|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:d36e9553-782c-4ae8-a7c9-ed36092a98f1
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:964c07cc-32eb-4dae-adad-f4247a681535
ServiceInvariantUUID:58c09f77-7b39-4136-b6a1-d03a5013cd27
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:6e5bfb7e-cf0b-4874-a5b3-9f08c6e0c65e
ArtifactChecksum:ZGEwZDg3NTY0MGUzNDUxN2Q2YjgwYmJmNTVkMDQxOWI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:fc888954-e6c9-4adb-92d5-47517d4093c5
ResourceInvariantUUID:46f45e0d-cd0c-46f8-8b4a-b617167ad3f4
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:c1db166a-b3f8-4312-a7b0-b07ce4aa4ab7
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2022-10-27T04:16:59.193Z|d36e9553-782c-4ae8-a7c9-ed36092a98f1|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 964c07cc-32eb-4dae-adad-f4247a681535 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-10-27T04:16:59.212Z|d36e9553-782c-4ae8-a7c9-ed36092a98f1|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-27T04:16:59.213Z|d36e9553-782c-4ae8-a7c9-ed36092a98f1|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-10-27T04:16:59.213Z|d36e9553-782c-4ae8-a7c9-ed36092a98f1|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-10-27T04:16:59.213Z|d36e9553-782c-4ae8-a7c9-ed36092a98f1|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 6e5bfb7e-cf0b-4874-a5b3-9f08c6e0c65e from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-10-27T04:16:59.213Z|d36e9553-782c-4ae8-a7c9-ed36092a98f1|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-10-27T04:16:59.213Z|d36e9553-782c-4ae8-a7c9-ed36092a98f1|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-10-27T04:16:59.270Z|d36e9553-782c-4ae8-a7c9-ed36092a98f1|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-10-27T04:16:59.273Z|d36e9553-782c-4ae8-a7c9-ed36092a98f1|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 6e5bfb7e-cf0b-4874-a5b3-9f08c6e0c65e 52505
2022-10-27T04:16:59.273Z|d36e9553-782c-4ae8-a7c9-ed36092a98f1|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-10-27T04:16:59.273Z|d36e9553-782c-4ae8-a7c9-ed36092a98f1|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-10-27T04:16:59.273Z|d36e9553-782c-4ae8-a7c9-ed36092a98f1|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-27T04:16:59.274Z|d36e9553-782c-4ae8-a7c9-ed36092a98f1|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-27T04:16:59.276Z|d36e9553-782c-4ae8-a7c9-ed36092a98f1|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-27T04:16:59.276Z|d36e9553-782c-4ae8-a7c9-ed36092a98f1|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "d36e9553-782c-4ae8-a7c9-ed36092a98f1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666844219273,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-27T04:16:59.376Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-27T04:16:59.377Z||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-10-27T04:16:59.377Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WdsfDHbwDbLQzANJ) ...
2022-10-27T04:16:59.391Z||pool-48-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-27T04:16:59.392Z||pool-48-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-10-27T04:17:00.277Z|d36e9553-782c-4ae8-a7c9-ed36092a98f1|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-27T04:17:00.278Z|d36e9553-782c-4ae8-a7c9-ed36092a98f1|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-10-27T04:17:00.278Z|d36e9553-782c-4ae8-a7c9-ed36092a98f1|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 6e5bfb7e-cf0b-4874-a5b3-9f08c6e0c65e, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-10-27T04:17:00.278Z|d36e9553-782c-4ae8-a7c9-ed36092a98f1|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2022-10-27T04:17:00.279Z|d36e9553-782c-4ae8-a7c9-ed36092a98f1|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-10-27T04:17:00.279Z|d36e9553-782c-4ae8-a7c9-ed36092a98f1|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2022-10-27T04:17:00.403Z|d36e9553-782c-4ae8-a7c9-ed36092a98f1|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP18346320766912377334/Definitions/service-BasicNetwork-template.yml
2022-10-27T04:17:00.898Z|d36e9553-782c-4ae8-a7c9-ed36092a98f1|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2022-10-27T04:17:00.899Z|d36e9553-782c-4ae8-a7c9-ed36092a98f1|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-10-27T04:17:00.899Z|d36e9553-782c-4ae8-a7c9-ed36092a98f1|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-10-27T04:17:00.899Z|d36e9553-782c-4ae8-a7c9-ed36092a98f1|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2022-10-27T04:17:00.899Z|d36e9553-782c-4ae8-a7c9-ed36092a98f1|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-10-27T04:17:00.899Z|d36e9553-782c-4ae8-a7c9-ed36092a98f1|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-10-27T04:17:00.899Z|d36e9553-782c-4ae8-a7c9-ed36092a98f1|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-10-27T04:17:00.899Z|d36e9553-782c-4ae8-a7c9-ed36092a98f1|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-10-27T04:17:00.899Z|d36e9553-782c-4ae8-a7c9-ed36092a98f1|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-10-27T04:17:00.899Z|d36e9553-782c-4ae8-a7c9-ed36092a98f1|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-10-27T04:17:00.899Z|d36e9553-782c-4ae8-a7c9-ed36092a98f1|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-10-27T04:17:00.899Z|d36e9553-782c-4ae8-a7c9-ed36092a98f1|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-10-27T04:17:00.900Z|d36e9553-782c-4ae8-a7c9-ed36092a98f1|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-10-27T04:17:00.902Z|d36e9553-782c-4ae8-a7c9-ed36092a98f1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-27T04:17:00.902Z|d36e9553-782c-4ae8-a7c9-ed36092a98f1|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-10-27T04:17:00.902Z|d36e9553-782c-4ae8-a7c9-ed36092a98f1|pool-2-thread-9|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-10-27T04:17:00.902Z|d36e9553-782c-4ae8-a7c9-ed36092a98f1|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-10-27T04:17:00.903Z|d36e9553-782c-4ae8-a7c9-ed36092a98f1|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-27T04:17:00.903Z|d36e9553-782c-4ae8-a7c9-ed36092a98f1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-27T04:17:00.903Z|d36e9553-782c-4ae8-a7c9-ed36092a98f1|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-10-27T04:17:00.903Z|d36e9553-782c-4ae8-a7c9-ed36092a98f1|pool-2-thread-9|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-10-27T04:17:00.903Z|d36e9553-782c-4ae8-a7c9-ed36092a98f1|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-10-27T04:17:00.903Z|d36e9553-782c-4ae8-a7c9-ed36092a98f1|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-27T04:17:00.903Z|d36e9553-782c-4ae8-a7c9-ed36092a98f1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-27T04:17:00.903Z|d36e9553-782c-4ae8-a7c9-ed36092a98f1|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-27T04:17:00.904Z|d36e9553-782c-4ae8-a7c9-ed36092a98f1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-27T04:17:00.904Z|d36e9553-782c-4ae8-a7c9-ed36092a98f1|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-10-27T04:17:00.904Z|d36e9553-782c-4ae8-a7c9-ed36092a98f1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-27T04:17:00.904Z|d36e9553-782c-4ae8-a7c9-ed36092a98f1|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-10-27T04:17:00.904Z|d36e9553-782c-4ae8-a7c9-ed36092a98f1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-27T04:17:00.904Z|d36e9553-782c-4ae8-a7c9-ed36092a98f1|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-27T04:17:00.905Z|d36e9553-782c-4ae8-a7c9-ed36092a98f1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-27T04:17:00.905Z|d36e9553-782c-4ae8-a7c9-ed36092a98f1|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-10-27T04:17:00.905Z|d36e9553-782c-4ae8-a7c9-ed36092a98f1|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:964c07cc-32eb-4dae-adad-f4247a681535
Model Version:NULL
Model InvariantUuid:58c09f77-7b39-4136-b6a1-d03a5013cd27
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:46f45e0d-cd0c-46f8-8b4a-b617167ad3f4
Model UUID:d5e2b6ee-7640-430d-b387-c777043c9077
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:fc888954-e6c9-4adb-92d5-47517d4093c5
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-10-27T04:17:00.912Z|d36e9553-782c-4ae8-a7c9-ed36092a98f1|pool-2-thread-9|||||INFO|500||Processing Resource Type: VL, Model UUID: c1db166a-b3f8-4312-a7b0-b07ce4aa4ab7
2022-10-27T04:17:00.912Z|d36e9553-782c-4ae8-a7c9-ed36092a98f1|pool-2-thread-9|||||INFO|500||No resources found for Service: 964c07cc-32eb-4dae-adad-f4247a681535
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-10-27T04:17:00.916Z|d36e9553-782c-4ae8-a7c9-ed36092a98f1|pool-2-thread-9|||||INFO|500||
2022-10-27T04:17:00.917Z|d36e9553-782c-4ae8-a7c9-ed36092a98f1|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 
2022-10-27T04:17:00.917Z|d36e9553-782c-4ae8-a7c9-ed36092a98f1|pool-2-thread-9|||||DEBUG|500||No resources found for Service: 964c07cc-32eb-4dae-adad-f4247a681535
2022-10-27T04:17:00.917Z|d36e9553-782c-4ae8-a7c9-ed36092a98f1|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 964c07cc-32eb-4dae-adad-f4247a681535
2022-10-27T04:17:00.917Z|d36e9553-782c-4ae8-a7c9-ed36092a98f1|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT   ASDC
2022-10-27T04:17:00.917Z|d36e9553-782c-4ae8-a7c9-ed36092a98f1|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-10-27T04:17:00.920Z|d36e9553-782c-4ae8-a7c9-ed36092a98f1|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3ef07dde, org.onap.sdc.toscaparser.api.parameters.Input@5e984ec8, org.onap.sdc.toscaparser.api.parameters.Input@24869756, org.onap.sdc.toscaparser.api.parameters.Input@24266f87, org.onap.sdc.toscaparser.api.parameters.Input@1905f850]
2022-10-27T04:17:00.922Z|d36e9553-782c-4ae8-a7c9-ed36092a98f1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-27T04:17:00.922Z|d36e9553-782c-4ae8-a7c9-ed36092a98f1|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-27T04:17:00.922Z|d36e9553-782c-4ae8-a7c9-ed36092a98f1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-27T04:17:00.922Z|d36e9553-782c-4ae8-a7c9-ed36092a98f1|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-10-27T04:17:00.923Z|d36e9553-782c-4ae8-a7c9-ed36092a98f1|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 964c07cc-32eb-4dae-adad-f4247a681535: Generic NeutronNet
2022-10-27T04:17:00.923Z|d36e9553-782c-4ae8-a7c9-ed36092a98f1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-27T04:17:00.923Z|d36e9553-782c-4ae8-a7c9-ed36092a98f1|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-10-27T04:17:00.923Z|d36e9553-782c-4ae8-a7c9-ed36092a98f1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-27T04:17:00.923Z|d36e9553-782c-4ae8-a7c9-ed36092a98f1|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-10-27T04:17:00.951Z|d36e9553-782c-4ae8-a7c9-ed36092a98f1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-27T04:17:00.951Z|d36e9553-782c-4ae8-a7c9-ed36092a98f1|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-10-27T04:17:00.951Z|d36e9553-782c-4ae8-a7c9-ed36092a98f1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-27T04:17:00.951Z|d36e9553-782c-4ae8-a7c9-ed36092a98f1|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-10-27T04:17:00.951Z|d36e9553-782c-4ae8-a7c9-ed36092a98f1|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-27T04:17:00.952Z|d36e9553-782c-4ae8-a7c9-ed36092a98f1|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-10-27T04:17:00.952Z|d36e9553-782c-4ae8-a7c9-ed36092a98f1|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-10-27T04:17:00.985Z|d36e9553-782c-4ae8-a7c9-ed36092a98f1|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC   0 ASDC deployResourceStructure
2022-10-27T04:17:00.985Z|d36e9553-782c-4ae8-a7c9-ed36092a98f1|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-10-27T04:17:00.985Z|d36e9553-782c-4ae8-a7c9-ed36092a98f1|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-10-27T04:17:00.986Z|d36e9553-782c-4ae8-a7c9-ed36092a98f1|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-27T04:17:00.986Z|d36e9553-782c-4ae8-a7c9-ed36092a98f1|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-27T04:17:00.988Z|d36e9553-782c-4ae8-a7c9-ed36092a98f1|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-27T04:17:00.988Z|d36e9553-782c-4ae8-a7c9-ed36092a98f1|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "d36e9553-782c-4ae8-a7c9-ed36092a98f1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666844220985,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-27T04:17:01.088Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-27T04:17:01.089Z||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-10-27T04:17:01.089Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WdsfDHbwDbLQzANJ) ...
2022-10-27T04:17:01.109Z||pool-49-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-27T04:17:01.110Z||pool-49-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-10-27T04:17:01.988Z|d36e9553-782c-4ae8-a7c9-ed36092a98f1|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d36e9553-782c-4ae8-a7c9-ed36092a98f1
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-27T04:17:01.998Z|d36e9553-782c-4ae8-a7c9-ed36092a98f1|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d36e9553-782c-4ae8-a7c9-ed36092a98f1
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-10-27T04:17:02.000Z|d36e9553-782c-4ae8-a7c9-ed36092a98f1|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-27T04:17:02.000Z|d36e9553-782c-4ae8-a7c9-ed36092a98f1|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-10-27T04:17:02.000Z|d36e9553-782c-4ae8-a7c9-ed36092a98f1|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-10-27T04:17:02.000Z|d36e9553-782c-4ae8-a7c9-ed36092a98f1|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-10-27T04:17:02.000Z|d36e9553-782c-4ae8-a7c9-ed36092a98f1|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-27T04:17:02.000Z|d36e9553-782c-4ae8-a7c9-ed36092a98f1|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-27T04:17:02.000Z|d36e9553-782c-4ae8-a7c9-ed36092a98f1|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-27T04:17:02.001Z|d36e9553-782c-4ae8-a7c9-ed36092a98f1|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-27T04:17:02.001Z|d36e9553-782c-4ae8-a7c9-ed36092a98f1|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-27T04:17:02.001Z|d36e9553-782c-4ae8-a7c9-ed36092a98f1|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-10-27T04:17:02.003Z|d36e9553-782c-4ae8-a7c9-ed36092a98f1|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-10-27T04:17:13.924Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T04:17:13.925Z||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-10-27T04:17:13.925Z||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 WdsfDHbwDbLQzANJ) ...
2022-10-27T04:17:13.949Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-27T04:17:13.949Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-27T04:17:13.949Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85",
  "consumerID": "policy-id",
  "timestamp": 1666844167658,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-10-27T04:17:13.950Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:17:32.004Z|d36e9553-782c-4ae8-a7c9-ed36092a98f1|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: d36e9553-782c-4ae8-a7c9-ed36092a98f1 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-10-27T04:17:32.007Z|d36e9553-782c-4ae8-a7c9-ed36092a98f1|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: d36e9553-782c-4ae8-a7c9-ed36092a98f1 and serviceModelVersionId: 964c07cc-32eb-4dae-adad-f4247a681535
2022-10-27T04:17:32.008Z|d36e9553-782c-4ae8-a7c9-ed36092a98f1|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 58c09f77-7b39-4136-b6a1-d03a5013cd27
2022-10-27T04:17:32.008Z|d36e9553-782c-4ae8-a7c9-ed36092a98f1|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/58c09f77-7b39-4136-b6a1-d03a5013cd27/model-vers/model-ver/964c07cc-32eb-4dae-adad-f4247a681535?depth=0
2022-10-27T04:17:32.013Z|d36e9553-782c-4ae8-a7c9-ed36092a98f1|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2022-10-27T04:17:32.055Z|d36e9553-782c-4ae8-a7c9-ed36092a98f1|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/58c09f77-7b39-4136-b6a1-d03a5013cd27/model-vers/model-ver/964c07cc-32eb-4dae-adad-f4247a681535?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-10-27T04:17:32.057Z|d36e9553-782c-4ae8-a7c9-ed36092a98f1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/58c09f77-7b39-4136-b6a1-d03a5013cd27/model-vers/model-ver/964c07cc-32eb-4dae-adad-f4247a681535?depth=0|INFO|500||Invoke
2022-10-27T04:17:32.077Z|d36e9553-782c-4ae8-a7c9-ed36092a98f1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/58c09f77-7b39-4136-b6a1-d03a5013cd27/model-vers/model-ver/964c07cc-32eb-4dae-adad-f4247a681535?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-10-27T04:17:32.204Z|d36e9553-782c-4ae8-a7c9-ed36092a98f1|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/58c09f77-7b39-4136-b6a1-d03a5013cd27/model-vers/model-ver/964c07cc-32eb-4dae-adad-f4247a681535?depth=0|INFO|500||InvokeReturn
2022-10-27T04:17:32.204Z|d36e9553-782c-4ae8-a7c9-ed36092a98f1|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/58c09f77-7b39-4136-b6a1-d03a5013cd27/model-vers/model-ver/964c07cc-32eb-4dae-adad-f4247a681535?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-221027-04:17:32:739-91563], vertex-id=[163856], Content-Length=[0], Date=[Thu, 27 Oct 2022 04:17:32 GMT], Content-Type=[application/json]}
2022-10-27T04:17:32.204Z|d36e9553-782c-4ae8-a7c9-ed36092a98f1|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity.
2022-10-27T04:17:32.206Z|d36e9553-782c-4ae8-a7c9-ed36092a98f1|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-10-27T04:17:32.206Z|d36e9553-782c-4ae8-a7c9-ed36092a98f1|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-10-27T04:17:32.211Z|d36e9553-782c-4ae8-a7c9-ed36092a98f1|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-10-27T04:17:32.212Z|d36e9553-782c-4ae8-a7c9-ed36092a98f1|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID d36e9553-782c-4ae8-a7c9-ed36092a98f1 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-10-27T04:17:32.212Z|d36e9553-782c-4ae8-a7c9-ed36092a98f1|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-10-27T04:17:32.212Z|d36e9553-782c-4ae8-a7c9-ed36092a98f1|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-27T04:17:32.214Z|d36e9553-782c-4ae8-a7c9-ed36092a98f1|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-27T04:17:32.214Z|d36e9553-782c-4ae8-a7c9-ed36092a98f1|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "d36e9553-782c-4ae8-a7c9-ed36092a98f1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666844252212,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-10-27T04:17:32.314Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-27T04:17:32.315Z||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-10-27T04:17:32.315Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WdsfDHbwDbLQzANJ) ...
2022-10-27T04:17:32.331Z||pool-50-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-27T04:17:32.331Z||pool-50-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-10-27T04:17:33.223Z|d36e9553-782c-4ae8-a7c9-ed36092a98f1|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-27T04:17:33.224Z|d36e9553-782c-4ae8-a7c9-ed36092a98f1|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"7466e5e4-e623-4ff6-865c-4e0fdaa65fde","serviceDescription":"service","serviceInvariantUUID":"c2973f9e-c4d8-4e01-8d2b-ac9c2a88a79f","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"798124ef-f12b-495f-83d8-9cd0a7ca11e6","resourceInvariantUUID":"58ee82c7-a95f-449f-b4c2-cd1062103813","resourceCustomizationUUID":"7a97ef94-bcc4-449a-b11a-00cfb62e0568","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":"MTFiOTgwMTExMWE0OGVmNWQ5YTY5M2EwYWVjN2Y2MWU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"c4d62127-b992-4b54-84b9-16458d54da8e","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":"ZTI5OGI2NGQ3MGQ4ZTZhY2QwMzgwY2Q5YjU4ZWQ3ZWE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"d7383bbe-96f9-4ab3-a9a7-c5d937d3ebe7","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":"8920c682-8c86-412d-a034-08a57f9c18f7","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":"baf25bec-9b29-474a-9261-e331dc9dbbb4","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":"743db2dd-c0d1-4669-876c-714d5f51320a","artifactVersion":"2","generatedFromUUID":"8920c682-8c86-412d-a034-08a57f9c18f7"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"Nzc3MTE1MDA3ZTQxNDFhMzBmOTlkNzA4NmEwNzBlM2E\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"a89958ab-704c-4cf0-99b0-9e632002ae59","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"YjhlY2FhZDQ0MDg5MDQ4YWM3NTYzYThiNGNiYzk3MmQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"472d51c2-ccf9-451b-a5b1-cf1a6091b52b","artifactVersion":"1"}],"workloadContext":"Production"}
2022-10-27T04:17:33.224Z|d36e9553-782c-4ae8-a7c9-ed36092a98f1|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-27T04:17:33.224Z|d36e9553-782c-4ae8-a7c9-ed36092a98f1|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-27T04:17:33.226Z|d36e9553-782c-4ae8-a7c9-ed36092a98f1|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-27T04:17:33.226Z|d36e9553-782c-4ae8-a7c9-ed36092a98f1|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666844173920,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:17:33.326Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-27T04:17:33.327Z||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-10-27T04:17:33.327Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WdsfDHbwDbLQzANJ) ...
2022-10-27T04:17:33.342Z||pool-51-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-27T04:17:33.342Z||pool-51-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-10-27T04:17:34.227Z|d36e9553-782c-4ae8-a7c9-ed36092a98f1|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-27T04:17:34.227Z|d36e9553-782c-4ae8-a7c9-ed36092a98f1|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-27T04:17:34.229Z|d36e9553-782c-4ae8-a7c9-ed36092a98f1|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-27T04:17:34.229Z|d36e9553-782c-4ae8-a7c9-ed36092a98f1|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666844173920,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-10-27T04:17:34.329Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-27T04:17:34.330Z||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-10-27T04:17:34.330Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WdsfDHbwDbLQzANJ) ...
2022-10-27T04:17:34.342Z||pool-52-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-27T04:17:34.343Z||pool-52-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-10-27T04:17:35.230Z|d36e9553-782c-4ae8-a7c9-ed36092a98f1|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-27T04:17:35.231Z|d36e9553-782c-4ae8-a7c9-ed36092a98f1|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-27T04:17:35.232Z|d36e9553-782c-4ae8-a7c9-ed36092a98f1|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-27T04:17:35.233Z|d36e9553-782c-4ae8-a7c9-ed36092a98f1|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666844173920,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-10-27T04:17:35.333Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-27T04:17:35.335Z||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-10-27T04:17:35.335Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WdsfDHbwDbLQzANJ) ...
2022-10-27T04:17:35.376Z||pool-53-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-27T04:17:35.377Z||pool-53-thread-1|||||INFO|500||cambria reply ok (43 ms):{"serverTimeMs":1,"count":1}
2022-10-27T04:17:36.233Z|d36e9553-782c-4ae8-a7c9-ed36092a98f1|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-27T04:17:36.234Z|d36e9553-782c-4ae8-a7c9-ed36092a98f1|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-27T04:17:36.236Z|d36e9553-782c-4ae8-a7c9-ed36092a98f1|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-27T04:17:36.236Z|d36e9553-782c-4ae8-a7c9-ed36092a98f1|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666844173920,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:17:36.336Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-27T04:17:36.337Z||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-10-27T04:17:36.338Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WdsfDHbwDbLQzANJ) ...
2022-10-27T04:17:36.349Z||pool-54-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-27T04:17:36.349Z||pool-54-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-10-27T04:17:37.236Z|d36e9553-782c-4ae8-a7c9-ed36092a98f1|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-27T04:17:37.237Z|d36e9553-782c-4ae8-a7c9-ed36092a98f1|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-27T04:17:37.240Z|d36e9553-782c-4ae8-a7c9-ed36092a98f1|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-27T04:17:37.240Z|d36e9553-782c-4ae8-a7c9-ed36092a98f1|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666844173920,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-10-27T04:17:37.340Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-27T04:17:37.340Z||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-10-27T04:17:37.341Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WdsfDHbwDbLQzANJ) ...
2022-10-27T04:17:37.353Z||pool-55-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-27T04:17:37.353Z||pool-55-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-10-27T04:17:38.240Z|d36e9553-782c-4ae8-a7c9-ed36092a98f1|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-27T04:17:38.241Z|d36e9553-782c-4ae8-a7c9-ed36092a98f1|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-27T04:17:38.243Z|d36e9553-782c-4ae8-a7c9-ed36092a98f1|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-27T04:17:38.243Z|d36e9553-782c-4ae8-a7c9-ed36092a98f1|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666844173920,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:17:38.343Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-27T04:17:38.344Z||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-10-27T04:17:38.344Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WdsfDHbwDbLQzANJ) ...
2022-10-27T04:17:38.358Z||pool-56-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-27T04:17:38.358Z||pool-56-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-10-27T04:17:39.244Z|d36e9553-782c-4ae8-a7c9-ed36092a98f1|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-27T04:17:39.245Z|d36e9553-782c-4ae8-a7c9-ed36092a98f1|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-27T04:17:39.246Z|d36e9553-782c-4ae8-a7c9-ed36092a98f1|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-27T04:17:39.246Z|d36e9553-782c-4ae8-a7c9-ed36092a98f1|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666844173920,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-10-27T04:17:39.346Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-27T04:17:39.347Z||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-10-27T04:17:39.347Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WdsfDHbwDbLQzANJ) ...
2022-10-27T04:17:39.361Z||pool-57-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-27T04:17:39.361Z||pool-57-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-10-27T04:17:40.248Z|d36e9553-782c-4ae8-a7c9-ed36092a98f1|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "7466e5e4-e623-4ff6-865c-4e0fdaa65fde",
  "serviceDescription": "service",
  "serviceInvariantUUID": "c2973f9e-c4d8-4e01-8d2b-ac9c2a88a79f",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "7a97ef94-bcc4-449a-b11a-00cfb62e0568",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "798124ef-f12b-495f-83d8-9cd0a7ca11e6",
      "resourceInvariantUUID": "58ee82c7-a95f-449f-b4c2-cd1062103813",
      "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": "ZTI5OGI2NGQ3MGQ4ZTZhY2QwMzgwY2Q5YjU4ZWQ3ZWE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "d7383bbe-96f9-4ab3-a9a7-c5d937d3ebe7",
          "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": "8920c682-8c86-412d-a034-08a57f9c18f7",
          "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": "743db2dd-c0d1-4669-876c-714d5f51320a",
            "generatedFromUUID": "8920c682-8c86-412d-a034-08a57f9c18f7"
          },
          "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": "743db2dd-c0d1-4669-876c-714d5f51320a",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "YjhlY2FhZDQ0MDg5MDQ4YWM3NTYzYThiNGNiYzk3MmQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "472d51c2-ccf9-451b-a5b1-cf1a6091b52b"
    }
  ],
  "workloadContext": "Production"
}
2022-10-27T04:17:40.248Z|d36e9553-782c-4ae8-a7c9-ed36092a98f1|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-10-27T04:17:40.248Z|d36e9553-782c-4ae8-a7c9-ed36092a98f1|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 7466e5e4-e623-4ff6-865c-4e0fdaa65fde ASDC
2022-10-27T04:17:40.249Z|bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:7466e5e4-e623-4ff6-865c-4e0fdaa65fde
ServiceInvariantUUID:c2973f9e-c4d8-4e01-8d2b-ac9c2a88a79f
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:472d51c2-ccf9-451b-a5b1-cf1a6091b52b
ArtifactChecksum:YjhlY2FhZDQ0MDg5MDQ4YWM3NTYzYThiNGNiYzk3MmQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:7a97ef94-bcc4-449a-b11a-00cfb62e0568
ResourceInvariantUUID:58ee82c7-a95f-449f-b4c2-cd1062103813
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:798124ef-f12b-495f-83d8-9cd0a7ca11e6
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:d7383bbe-96f9-4ab3-a9a7-c5d937d3ebe7
ArtifactChecksum:ZTI5OGI2NGQ3MGQ4ZTZhY2QwMzgwY2Q5YjU4ZWQ3ZWE=
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:8920c682-8c86-412d-a034-08a57f9c18f7
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:743db2dd-c0d1-4669-876c-714d5f51320a
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:743db2dd-c0d1-4669-876c-714d5f51320a
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-10-27T04:17:40.249Z|bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 7466e5e4-e623-4ff6-865c-4e0fdaa65fde 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-10-27T04:17:40.273Z|bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-27T04:17:40.274Z|bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-10-27T04:17:40.274Z|bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-10-27T04:17:40.274Z|bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 472d51c2-ccf9-451b-a5b1-cf1a6091b52b from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-10-27T04:17:40.275Z|bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-10-27T04:17:40.275Z|bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85|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-10-27T04:17:40.346Z|bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-10-27T04:17:40.349Z|bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 472d51c2-ccf9-451b-a5b1-cf1a6091b52b 71072
2022-10-27T04:17:40.349Z|bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85|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-10-27T04:17:40.349Z|bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85|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-10-27T04:17:40.350Z|bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-27T04:17:40.376Z|bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-27T04:17:40.389Z|bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-27T04:17:40.390Z|bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666844260349,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-27T04:17:40.489Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-27T04:17:40.490Z||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-10-27T04:17:40.490Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WdsfDHbwDbLQzANJ) ...
2022-10-27T04:17:40.506Z||pool-58-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-27T04:17:40.507Z||pool-58-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-10-27T04:17:41.390Z|bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-27T04:17:41.391Z|bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-10-27T04:17:41.392Z|bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 472d51c2-ccf9-451b-a5b1-cf1a6091b52b, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2022-10-27T04:17:41.392Z|bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2022-10-27T04:17:41.393Z|bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2022-10-27T04:17:41.393Z|bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2022-10-27T04:17:41.529Z|bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5683320594893600497/Definitions/service-BasicVm-template.yml
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
2022-10-27T04:17:42.578Z|bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2022-10-27T04:17:42.578Z|bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-10-27T04:17:42.579Z|bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-10-27T04:17:42.579Z|bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-10-27T04:17:42.579Z|bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [port_ubuntu20_admin_plane_port_0_name, port_ubuntu20_admin_plane_port_0_vlan_requirements, port_ubuntu20_admin_plane_port_0_related_networks, port_ubuntu20_admin_plane_port_0_order, nfc_function, port_ubuntu20_admin_plane_port_0_network_role, port_ubuntu20_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-10-27T04:17:42.579Z|bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-10-27T04:17:42.579Z|bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85|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-10-27T04:17:42.580Z|bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-10-27T04:17:42.580Z|bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85|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-10-27T04:17:42.580Z|bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85|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-10-27T04:17:42.580Z|bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85|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-10-27T04:17:42.581Z|bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85|pool-2-thread-9|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-10-27T04:17:42.581Z|bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85|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-10-27T04:17:42.581Z|bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-10-27T04:17:42.581Z|bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-27T04:17:42.582Z|bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85|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-10-27T04:17:42.582Z|bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-10-27T04:17:42.582Z|bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-10-27T04:17:42.583Z|bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-27T04:17:42.583Z|bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-27T04:17:42.583Z|bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-10-27T04:17:42.584Z|bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-10-27T04:17:42.584Z|bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-10-27T04:17:42.584Z|bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-27T04:17:42.584Z|bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-27T04:17:42.584Z|bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-27T04:17:42.585Z|bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-27T04:17:42.585Z|bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-10-27T04:17:42.585Z|bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2022-10-27T04:17:42.585Z|bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2022-10-27T04:17:42.585Z|bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2022-10-27T04:17:42.585Z|bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-10-27T04:17:42.585Z|bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-10-27T04:17:42.586Z|bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-27T04:17:42.586Z|bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85|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-10-27T04:17:42.586Z|bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-27T04:17:42.586Z|bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-10-27T04:17:42.586Z|bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-27T04:17:42.587Z|bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-27T04:17:42.587Z|bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-10-27T04:17:42.587Z|bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-27T04:17:42.587Z|bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-27T04:17:42.587Z|bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-10-27T04:17:42.587Z|bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-27T04:17:42.587Z|bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-27T04:17:42.588Z|bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-10-27T04:17:42.588Z|bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-10-27T04:17:42.588Z|bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-10-27T04:17:42.588Z|bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=66d0878b-0073-40cc-8ed3-6912540b80fb
2022-10-27T04:17:42.588Z|bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-27T04:17:42.588Z|bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-10-27T04:17:42.588Z|bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-27T04:17:42.589Z|bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-10-27T04:17:42.589Z|bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-27T04:17:42.589Z|bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-27T04:17:42.589Z|bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-27T04:17:42.589Z|bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-10-27T04:17:42.589Z|bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm
Description:service
Model UUID:7466e5e4-e623-4ff6-865c-4e0fdaa65fde
Model Version:NULL
Model InvariantUuid:c2973f9e-c4d8-4e01-8d2b-ac9c2a88a79f
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm
Model UUID:b78dc7cc-f8bb-4891-ba24-54ceb2ba3a78
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:58ee82c7-a95f-449f-b4c2-cd1062103813
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:7a97ef94-bcc4-449a-b11a-00cfb62e0568
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:7d0797cc-e564-4491-8ef9-1c39a2084db4
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:159d3faf-1603-44f6-b13f-5296874fde78
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:66d0878b-0073-40cc-8ed3-6912540b80fb
ModelInvariantUuid:4ed1838d-c5b5-405d-9378-9bc626bf08be
ModelName:basic_vm-nodes.ubuntu20Cvfc
ModelUuid:67fc3d31-3891-47c2-92f9-e1693dbed81e
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:34addf50-4772-4d61-acfd-70b5041bec38
ModelInvariantUuid:59046f4c-30d9-49ba-a8c0-ef3738c828de
ModelName:BasicVm.compute.nodes.heat.ubuntu20
ModelUuid:4e5df432-d6d6-4674-a523-8a89bcd2222d
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-10-27T04:17:42.596Z|bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: 798124ef-f12b-495f-83d8-9cd0a7ca11e6
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-10-27T04:17:42.599Z|bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85|pool-2-thread-9|||||INFO|500||basic_vm 0
2022-10-27T04:17:42.599Z|bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 798124ef-f12b-495f-83d8-9cd0a7ca11e6
2022-10-27T04:17:42.600Z|bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: d7383bbe-96f9-4ab3-a9a7-c5d937d3ebe7 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-10-27T04:17:42.600Z|bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-10-27T04:17:42.600Z|bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85|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-10-27T04:17:42.648Z|bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-10-27T04:17:42.649Z|bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85|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 d7383bbe-96f9-4ab3-a9a7-c5d937d3ebe7 787
2022-10-27T04:17:42.649Z|bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85|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-10-27T04:17:42.649Z|bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85|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-10-27T04:17:42.650Z|bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-27T04:17:42.650Z|bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-27T04:17:42.652Z|bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-27T04:17:42.652Z|bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666844262649,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-10-27T04:17:42.752Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-27T04:17:42.753Z||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-10-27T04:17:42.754Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WdsfDHbwDbLQzANJ) ...
2022-10-27T04:17:42.778Z||pool-59-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-27T04:17:42.778Z||pool-59-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":1,"count":1}
2022-10-27T04:17:43.653Z|bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "7d0797cc-e564-4491-8ef9-1c39a2084db4",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "159d3faf-1603-44f6-b13f-5296874fde78",
    "vfModuleModelCustomizationUUID": "37282201-b93b-4c60-9ce1-6740ccf2b5b8",
    "isBase": true,
    "artifacts": [
      "8920c682-8c86-412d-a034-08a57f9c18f7",
      "743db2dd-c0d1-4669-876c-714d5f51320a"
    ],
    "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-10-27T04:17:43.657Z|bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:159d3faf-1603-44f6-b13f-5296874fde78
VfModuleModelInvariantUUID:7d0797cc-e564-4491-8ef9-1c39a2084db4
VfModuleModelDescription:NULL
Artifacts UUID List:{
8920c682-8c86-412d-a034-08a57f9c18f7
,
743db2dd-c0d1-4669-876c-714d5f51320a

}
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-10-27T04:17:43.659Z|bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "7d0797cc-e564-4491-8ef9-1c39a2084db4",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "159d3faf-1603-44f6-b13f-5296874fde78",
    "vfModuleModelCustomizationUUID": "37282201-b93b-4c60-9ce1-6740ccf2b5b8",
    "isBase": true,
    "artifacts": [
      "8920c682-8c86-412d-a034-08a57f9c18f7",
      "743db2dd-c0d1-4669-876c-714d5f51320a"
    ],
    "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-10-27T04:17:43.659Z|bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:159d3faf-1603-44f6-b13f-5296874fde78
VfModuleModelInvariantUUID:7d0797cc-e564-4491-8ef9-1c39a2084db4
VfModuleModelDescription:NULL
Artifacts UUID List:{
8920c682-8c86-412d-a034-08a57f9c18f7
,
743db2dd-c0d1-4669-876c-714d5f51320a

}
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-10-27T04:17:43.659Z|bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 8920c682-8c86-412d-a034-08a57f9c18f7 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-10-27T04:17:43.659Z|bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-10-27T04:17:43.659Z|bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85|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-10-27T04:17:43.702Z|bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-10-27T04:17:43.703Z|bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 8920c682-8c86-412d-a034-08a57f9c18f7 5033
2022-10-27T04:17:43.703Z|bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85|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-10-27T04:17:43.703Z|bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85|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-10-27T04:17:43.703Z|bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-27T04:17:43.704Z|bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-27T04:17:43.705Z|bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-27T04:17:43.705Z|bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666844263703,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-10-27T04:17:43.806Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-27T04:17:43.806Z||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-10-27T04:17:43.807Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WdsfDHbwDbLQzANJ) ...
2022-10-27T04:17:43.823Z||pool-60-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-27T04:17:43.824Z||pool-60-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-10-27T04:17:44.706Z|bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 743db2dd-c0d1-4669-876c-714d5f51320a from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-10-27T04:17:44.707Z|bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-10-27T04:17:44.707Z|bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85|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-10-27T04:17:44.793Z|bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-10-27T04:17:44.794Z|bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 743db2dd-c0d1-4669-876c-714d5f51320a 903
2022-10-27T04:17:44.794Z|bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85|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-10-27T04:17:44.794Z|bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85|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-10-27T04:17:44.794Z|bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-27T04:17:44.794Z|bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-27T04:17:44.796Z|bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-27T04:17:44.797Z|bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666844264794,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-10-27T04:17:44.897Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-27T04:17:44.898Z||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-10-27T04:17:44.898Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WdsfDHbwDbLQzANJ) ...
2022-10-27T04:17:44.913Z||pool-61-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-27T04:17:44.913Z||pool-61-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-10-27T04:17:45.797Z|bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 7466e5e4-e623-4ff6-865c-4e0fdaa65fde
2022-10-27T04:17:45.798Z|bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 798124ef-f12b-495f-83d8-9cd0a7ca11e6 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-10-27T04:17:45.811Z|bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6573a605, org.onap.sdc.toscaparser.api.parameters.Input@3ab97e0b, org.onap.sdc.toscaparser.api.parameters.Input@6ba19f0f, org.onap.sdc.toscaparser.api.parameters.Input@2fdc27f5, org.onap.sdc.toscaparser.api.parameters.Input@57e7ff85]
2022-10-27T04:17:45.812Z|bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-27T04:17:45.812Z|bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-27T04:17:45.813Z|bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic 
2022-10-27T04:17:45.813Z|bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= 7a97ef94-bcc4-449a-b11a-00cfb62e0568
2022-10-27T04:17:45.813Z|bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 7a97ef94-bcc4-449a-b11a-00cfb62e0568 matches Tosca VF Customization UUID: 7a97ef94-bcc4-449a-b11a-00cfb62e0568
2022-10-27T04:17:45.813Z|bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: 7a97ef94-bcc4-449a-b11a-00cfb62e0568  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-10-27T04:17:45.815Z|bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-27T04:17:45.815Z|bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-10-27T04:17:45.816Z|bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id 7a97ef94-bcc4-449a-b11a-00cfb62e0568: {\"vf_module_id\":\"Ubuntu20-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu20-VNF-name\",\"ubuntu20_name_0\":\"Ubuntu20\",\"dcae_collector_ip\":\"10.4.2.166\",\"ubuntu20_flavor_name\":\"m1.small\",\"vnf_id\":\"Ubuntu20-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu20_image_name\":\"ubuntu-20.04\",\"admin_plane_net_name\":\"admin\"}
2022-10-27T04:17:45.816Z|bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@fcc4431
2022-10-27T04:17:45.816Z|bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-27T04:17:45.816Z|bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85|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-10-27T04:17:45.816Z|bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 37282201-b93b-4c60-9ce1-6740ccf2b5b8
2022-10-27T04:17:45.816Z|bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 37282201-b93b-4c60-9ce1-6740ccf2b5b8
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-10-27T04:17:45.818Z|bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-27T04:17:45.819Z|bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-10-27T04:17:45.819Z|bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-27T04:17:45.819Z|bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-27T04:17:45.820Z|bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-10-27T04:17:45.820Z|bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-27T04:17:45.820Z|bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-27T04:17:45.820Z|bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-10-27T04:17:45.821Z|bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-10-27T04:17:45.821Z|bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-10-27T04:17:45.821Z|bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=66d0878b-0073-40cc-8ed3-6912540b80fb
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-10-27T04:17:45.823Z|bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-27T04:17:45.824Z|bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-10-27T04:17:45.824Z|bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-27T04:17:45.824Z|bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-27T04:17:45.824Z|bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-10-27T04:17:45.824Z|bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=7a97ef94-bcc4-449a-b11a-00cfb62e0568
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-10-27T04:17:45.826Z|bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-27T04:17:45.826Z|bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-10-27T04:17:45.826Z|bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 7466e5e4-e623-4ff6-865c-4e0fdaa65fde: basic_vm
2022-10-27T04:17:45.827Z|bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-27T04:17:45.827Z|bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-10-27T04:17:45.827Z|bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-27T04:17:45.827Z|bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-10-27T04:17:45.827Z|bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-27T04:17:45.828Z|bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-10-27T04:17:45.828Z|bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-27T04:17:45.828Z|bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85|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-10-27T04:17:45.828Z|bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-27T04:17:45.829Z|bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-10-27T04:17:45.829Z|bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85|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-10-27T04:17:45.890Z|bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm 798124ef-f12b-495f-83d8-9cd0a7ca11e6 1 ASDC deployResourceStructure
2022-10-27T04:17:45.891Z|bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85|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-10-27T04:17:45.891Z|bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85|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-10-27T04:17:45.891Z|bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-27T04:17:45.891Z|bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-27T04:17:45.893Z|bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-27T04:17:45.893Z|bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666844265891,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-10-27T04:17:45.993Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-27T04:17:45.994Z||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-10-27T04:17:45.994Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WdsfDHbwDbLQzANJ) ...
2022-10-27T04:17:46.007Z||pool-62-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-27T04:17:46.007Z||pool-62-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-10-27T04:17:46.894Z|bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85|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-10-27T04:17:46.894Z|bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85|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-10-27T04:17:46.894Z|bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-27T04:17:46.895Z|bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-27T04:17:46.896Z|bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-27T04:17:46.896Z|bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666844266894,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-10-27T04:17:46.997Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-27T04:17:46.998Z||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-10-27T04:17:46.998Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WdsfDHbwDbLQzANJ) ...
2022-10-27T04:17:47.023Z||pool-63-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-27T04:17:47.023Z||pool-63-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-10-27T04:17:47.898Z|bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85|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-10-27T04:17:47.899Z|bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85|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-10-27T04:17:47.899Z|bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-27T04:17:47.899Z|bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-27T04:17:47.901Z|bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-27T04:17:47.901Z|bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666844267898,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-10-27T04:17:48.001Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-27T04:17:48.002Z||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-10-27T04:17:48.002Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WdsfDHbwDbLQzANJ) ...
2022-10-27T04:17:48.018Z||pool-64-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-27T04:17:48.018Z||pool-64-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-10-27T04:17:48.901Z|bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85|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-10-27T04:17:48.903Z|bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85|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-10-27T04:17:48.903Z|bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-27T04:17:48.903Z|bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-27T04:17:48.905Z|bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-27T04:17:48.905Z|bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666844268901,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-27T04:17:49.028Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-27T04:17:49.029Z||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-10-27T04:17:49.030Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WdsfDHbwDbLQzANJ) ...
2022-10-27T04:17:49.046Z||pool-65-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-27T04:17:49.046Z||pool-65-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-10-27T04:17:49.928Z|bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-27T04:17:49.941Z|bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-10-27T04:17:49.947Z|bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-27T04:17:49.948Z|bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-10-27T04:17:49.948Z|bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-10-27T04:18:13.923Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T04:18:13.924Z||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-10-27T04:18:13.924Z||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 WdsfDHbwDbLQzANJ) ...
2022-10-27T04:18:13.964Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-27T04:18:13.965Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-10-27T04:18:13.965Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85",
  "consumerID": "aai-ml",
  "timestamp": 1666844169816,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:18:13.966Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:18:19.948Z|bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-27T04:18:19.956Z|bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-10-27T04:18:19.958Z|bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-27T04:18:19.958Z|bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-10-27T04:18:19.959Z|bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-10-27T04:18:49.959Z|bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-27T04:18:49.972Z|bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-10-27T04:18:49.974Z|bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-27T04:18:49.974Z|bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-10-27T04:18:49.974Z|bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-10-27T04:19:13.924Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T04:19:13.926Z||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-10-27T04:19:13.927Z||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 WdsfDHbwDbLQzANJ) ...
2022-10-27T04:19:13.949Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-27T04:19:13.959Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-27T04:19:13.959Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ae5f1fd-5a57-4583-93fb-dd8e44f95626",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666844173920,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLikkdb7n0yiq0it7aqdn/1.0/resourceInstances/pnf618ad0111ca00/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:19:13.961Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:19:13.961Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-27T04:19:13.961Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d36e9553-782c-4ae8-a7c9-ed36092a98f1",
  "consumerID": "clamp",
  "timestamp": 1666844174723,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-27T04:19:13.961Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-27T04:19:13.961Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-27T04:19:13.961Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85",
  "consumerID": "policy-id",
  "timestamp": 1666844175379,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-27T04:19:13.961Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-27T04:19:13.961Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-27T04:19:13.961Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85",
  "consumerID": "aai-ml",
  "timestamp": 1666844169816,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:19:13.962Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:19:13.962Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-27T04:19:13.962Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ae5f1fd-5a57-4583-93fb-dd8e44f95626",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666844173920,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLikkdb7n0yiq0it7aqdn/1.0/resourceInstances/pnf618ad0111ca00/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:19:13.962Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:19:13.962Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-27T04:19:13.962Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d36e9553-782c-4ae8-a7c9-ed36092a98f1",
  "consumerID": "clamp",
  "timestamp": 1666844175737,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-27T04:19:13.962Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-27T04:19:13.962Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-27T04:19:13.962Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85",
  "consumerID": "policy-id",
  "timestamp": 1666844176383,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-27T04:19:13.962Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-27T04:19:13.962Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-27T04:19:13.963Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85",
  "consumerID": "aai-ml",
  "timestamp": 1666844169816,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-10-27T04:19:13.963Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:19:13.963Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-27T04:19:13.963Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ae5f1fd-5a57-4583-93fb-dd8e44f95626",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666844173920,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLikkdb7n0yiq0it7aqdn/1.0/resourceInstances/pnf618ad0111ca00/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:19:13.963Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:19:13.963Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-27T04:19:13.963Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d36e9553-782c-4ae8-a7c9-ed36092a98f1",
  "consumerID": "clamp",
  "timestamp": 1666844176741,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-10-27T04:19:13.978Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of d36e9553-782c-4ae8-a7c9-ed36092a98f1
2022-10-27T04:19:13.978Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId d36e9553-782c-4ae8-a7c9-ed36092a98f1 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-10-27T04:19:13.988Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-27T04:19:13.988Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85",
  "consumerID": "policy-id",
  "timestamp": 1666844177386,
  "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-10-27T04:19:13.991Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85
2022-10-27T04:19:13.991Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-10-27T04:19:13.999Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-27T04:19:13.999Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85",
  "consumerID": "aai-ml",
  "timestamp": 1666844177531,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-27T04:19:13.999Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-27T04:19:13.999Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-27T04:19:13.999Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ae5f1fd-5a57-4583-93fb-dd8e44f95626",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666844173920,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLikkdb7n0yiq0it7aqdn/1.0/resourceInstances/pnf618ad0111ca00/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:19:14.000Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:19:14.000Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-27T04:19:14.000Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85",
  "consumerID": "clamp",
  "timestamp": 1666844177744,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:19:14.000Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:19:14.000Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-27T04:19:14.000Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ae5f1fd-5a57-4583-93fb-dd8e44f95626",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666844173920,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLikkdb7n0yiq0it7aqdn/1.0/resourceInstances/pnf618ad0111ca00/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:19:14.000Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:19:14.000Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-27T04:19:14.000Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85",
  "consumerID": "clamp",
  "timestamp": 1666844177744,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-10-27T04:19:14.000Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:19:14.000Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-27T04:19:14.000Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ae5f1fd-5a57-4583-93fb-dd8e44f95626",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666844173920,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLikkdb7n0yiq0it7aqdn/1.0/resourceInstances/pnf618ad0111ca00/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:19:14.000Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:19:14.001Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-27T04:19:14.001Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85",
  "consumerID": "clamp",
  "timestamp": 1666844177744,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:19:14.001Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:19:14.001Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-27T04:19:14.001Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ae5f1fd-5a57-4583-93fb-dd8e44f95626",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666844173920,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLikkdb7n0yiq0it7aqdn/1.0/artifacts/service-DemoPnfLikkdb7n0yiq0it7aqdn-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:19:14.001Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:19:14.001Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-27T04:19:14.001Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85",
  "consumerID": "clamp",
  "timestamp": 1666844177744,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:19:14.001Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:19:14.001Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-27T04:19:14.001Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ae5f1fd-5a57-4583-93fb-dd8e44f95626",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666844173920,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLikkdb7n0yiq0it7aqdn/1.0/artifacts/service-DemoPnfLikkdb7n0yiq0it7aqdn-csar.csar",
  "status": "NOTIFIED"
}
2022-10-27T04:19:14.001Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:19:14.002Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-27T04:19:14.002Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85",
  "consumerID": "clamp",
  "timestamp": 1666844177744,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:19:14.002Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:19:14.002Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-27T04:19:14.002Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ae5f1fd-5a57-4583-93fb-dd8e44f95626",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666844182778,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLikkdb7n0yiq0it7aqdn/1.0/artifacts/service-DemoPnfLikkdb7n0yiq0it7aqdn-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-27T04:19:14.002Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-27T04:19:14.002Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-27T04:19:14.002Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85",
  "consumerID": "clamp",
  "timestamp": 1666844177744,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:19:14.002Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:19:14.002Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-27T04:19:14.002Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85",
  "consumerID": "aai-ml",
  "timestamp": 1666844184032,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-27T04:19:14.002Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-27T04:19:14.003Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-27T04:19:14.003Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85",
  "consumerID": "clamp",
  "timestamp": 1666844177744,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-10-27T04:19:14.003Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:19:14.003Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-27T04:19:14.003Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ae5f1fd-5a57-4583-93fb-dd8e44f95626",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666844184930,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfLikkdb7n0yiq0it7aqdn/1.0/artifacts/service-DemoPnfLikkdb7n0yiq0it7aqdn-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-27T04:19:14.003Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-27T04:19:14.003Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-27T04:19:14.003Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85",
  "consumerID": "aai-ml",
  "timestamp": 1666844185036,
  "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-10-27T04:19:14.005Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85
2022-10-27T04:19:14.005Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85 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-10-27T04:19:14.010Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-27T04:19:14.010Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35eb2bea-0de3-4ab6-a262-299f7498d599",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666844182491,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:19:14.010Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:19:14.010Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-27T04:19:14.011Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35eb2bea-0de3-4ab6-a262-299f7498d599",
  "consumerID": "policy-id",
  "timestamp": 1666844187658,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:19:14.011Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:19:14.011Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-27T04:19:14.011Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35eb2bea-0de3-4ab6-a262-299f7498d599",
  "consumerID": "cds",
  "timestamp": 1666844188029,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:19:14.011Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:19:14.011Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-27T04:19:14.011Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35eb2bea-0de3-4ab6-a262-299f7498d599",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666844182491,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:19:14.011Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:19:14.012Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-27T04:19:14.012Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35eb2bea-0de3-4ab6-a262-299f7498d599",
  "consumerID": "policy-id",
  "timestamp": 1666844187658,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:19:14.012Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:19:14.012Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-27T04:19:14.012Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35eb2bea-0de3-4ab6-a262-299f7498d599",
  "consumerID": "cds",
  "timestamp": 1666844188029,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:19:14.012Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:19:14.012Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-27T04:19:14.013Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35eb2bea-0de3-4ab6-a262-299f7498d599",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666844189862,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:19:14.013Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:19:14.013Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-27T04:19:14.013Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35eb2bea-0de3-4ab6-a262-299f7498d599",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666844190987,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:19:14.013Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:19:14.013Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-27T04:19:14.013Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35eb2bea-0de3-4ab6-a262-299f7498d599",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666844182491,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:19:14.014Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:19:14.014Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-27T04:19:14.014Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35eb2bea-0de3-4ab6-a262-299f7498d599",
  "consumerID": "policy-id",
  "timestamp": 1666844187658,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:19:14.014Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:19:14.014Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-27T04:19:14.014Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35eb2bea-0de3-4ab6-a262-299f7498d599",
  "consumerID": "cds",
  "timestamp": 1666844188029,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:19:14.014Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:19:14.014Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-27T04:19:14.014Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35eb2bea-0de3-4ab6-a262-299f7498d599",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666844189862,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:19:14.014Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:19:14.015Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-27T04:19:14.015Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35eb2bea-0de3-4ab6-a262-299f7498d599",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666844190987,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-10-27T04:19:14.015Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:19:14.015Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-27T04:19:14.015Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35eb2bea-0de3-4ab6-a262-299f7498d599",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666844182491,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:19:14.015Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:19:14.015Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-27T04:19:14.015Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35eb2bea-0de3-4ab6-a262-299f7498d599",
  "consumerID": "policy-id",
  "timestamp": 1666844187658,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:19:14.015Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:19:14.015Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-27T04:19:14.016Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35eb2bea-0de3-4ab6-a262-299f7498d599",
  "consumerID": "cds",
  "timestamp": 1666844188029,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:19:14.016Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:19:14.016Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-27T04:19:14.016Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35eb2bea-0de3-4ab6-a262-299f7498d599",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666844189862,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:19:14.016Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:19:14.016Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-27T04:19:14.016Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35eb2bea-0de3-4ab6-a262-299f7498d599",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666844190987,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-10-27T04:19:14.016Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:19:14.016Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-27T04:19:14.016Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35eb2bea-0de3-4ab6-a262-299f7498d599",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666844182491,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:19:14.017Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:19:14.017Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-27T04:19:14.017Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35eb2bea-0de3-4ab6-a262-299f7498d599",
  "consumerID": "policy-id",
  "timestamp": 1666844187658,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-10-27T04:19:14.017Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:19:14.017Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-27T04:19:14.017Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35eb2bea-0de3-4ab6-a262-299f7498d599",
  "consumerID": "cds",
  "timestamp": 1666844188029,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:19:14.017Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:19:14.017Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-27T04:19:14.017Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35eb2bea-0de3-4ab6-a262-299f7498d599",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666844189862,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:19:14.017Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:19:14.017Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-27T04:19:14.017Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35eb2bea-0de3-4ab6-a262-299f7498d599",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666844190987,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-10-27T04:19:14.018Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:19:14.018Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-27T04:19:14.018Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35eb2bea-0de3-4ab6-a262-299f7498d599",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666844182491,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:19:14.018Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:19:14.018Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-27T04:19:14.018Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35eb2bea-0de3-4ab6-a262-299f7498d599",
  "consumerID": "policy-id",
  "timestamp": 1666844187658,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:19:14.018Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:19:14.018Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-27T04:19:14.018Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35eb2bea-0de3-4ab6-a262-299f7498d599",
  "consumerID": "cds",
  "timestamp": 1666844188029,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:19:14.018Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:19:14.018Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-27T04:19:14.019Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35eb2bea-0de3-4ab6-a262-299f7498d599",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666844189862,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:19:14.019Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:19:14.019Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-27T04:19:14.019Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35eb2bea-0de3-4ab6-a262-299f7498d599",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666844190987,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-10-27T04:19:14.019Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:19:14.019Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-27T04:19:14.019Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35eb2bea-0de3-4ab6-a262-299f7498d599",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666844182491,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:19:14.019Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:19:14.019Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-27T04:19:14.019Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35eb2bea-0de3-4ab6-a262-299f7498d599",
  "consumerID": "policy-id",
  "timestamp": 1666844187658,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:19:14.019Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:19:14.020Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-27T04:19:14.020Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35eb2bea-0de3-4ab6-a262-299f7498d599",
  "consumerID": "cds",
  "timestamp": 1666844188029,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:19:14.020Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:19:14.020Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-27T04:19:14.020Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35eb2bea-0de3-4ab6-a262-299f7498d599",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666844189862,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:19:14.020Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:19:14.020Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-27T04:19:14.020Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35eb2bea-0de3-4ab6-a262-299f7498d599",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666844190987,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:19:14.020Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:19:14.020Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-27T04:19:14.020Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35eb2bea-0de3-4ab6-a262-299f7498d599",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666844182491,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:19:14.020Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:19:14.021Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-27T04:19:14.021Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35eb2bea-0de3-4ab6-a262-299f7498d599",
  "consumerID": "policy-id",
  "timestamp": 1666844187658,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:19:14.021Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:19:14.021Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-27T04:19:14.021Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35eb2bea-0de3-4ab6-a262-299f7498d599",
  "consumerID": "cds",
  "timestamp": 1666844188029,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:19:14.021Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:19:14.021Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-27T04:19:14.021Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35eb2bea-0de3-4ab6-a262-299f7498d599",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666844189862,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:19:14.021Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:19:14.022Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-27T04:19:14.022Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35eb2bea-0de3-4ab6-a262-299f7498d599",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666844190987,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-10-27T04:19:14.022Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:19:14.022Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-27T04:19:14.022Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35eb2bea-0de3-4ab6-a262-299f7498d599",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666844182491,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:19:14.022Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:19:14.022Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-27T04:19:14.022Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35eb2bea-0de3-4ab6-a262-299f7498d599",
  "consumerID": "policy-id",
  "timestamp": 1666844187658,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-10-27T04:19:14.022Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:19:14.023Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-27T04:19:14.023Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85",
  "consumerID": "clamp",
  "timestamp": 1666844196727,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-27T04:19:14.023Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-27T04:19:14.023Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-27T04:19:14.023Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35eb2bea-0de3-4ab6-a262-299f7498d599",
  "consumerID": "cds",
  "timestamp": 1666844188029,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-10-27T04:19:14.023Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:19:14.023Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-27T04:19:14.023Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35eb2bea-0de3-4ab6-a262-299f7498d599",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666844189862,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:19:14.023Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:19:14.024Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-27T04:19:14.024Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35eb2bea-0de3-4ab6-a262-299f7498d599",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666844190987,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:19:14.024Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:19:14.024Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-27T04:19:14.024Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35eb2bea-0de3-4ab6-a262-299f7498d599",
  "consumerID": "policy-id",
  "timestamp": 1666844197740,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-27T04:19:14.024Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-27T04:19:14.024Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-27T04:19:14.024Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35eb2bea-0de3-4ab6-a262-299f7498d599",
  "consumerID": "cds",
  "timestamp": 1666844197763,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-27T04:19:14.024Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-27T04:19:14.024Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-27T04:19:14.024Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35eb2bea-0de3-4ab6-a262-299f7498d599",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666844189862,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-10-27T04:19:14.025Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:19:14.025Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-27T04:19:14.025Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35eb2bea-0de3-4ab6-a262-299f7498d599",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666844190987,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-10-27T04:19:14.025Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:19:14.025Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-27T04:19:14.025Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85",
  "consumerID": "clamp",
  "timestamp": 1666844198736,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-27T04:19:14.025Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-27T04:19:14.025Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-27T04:19:14.025Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35eb2bea-0de3-4ab6-a262-299f7498d599",
  "consumerID": "policy-id",
  "timestamp": 1666844198744,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-27T04:19:14.026Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-27T04:19:14.026Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-27T04:19:14.026Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35eb2bea-0de3-4ab6-a262-299f7498d599",
  "consumerID": "cds",
  "timestamp": 1666844198769,
  "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-10-27T04:19:14.042Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 35eb2bea-0de3-4ab6-a262-299f7498d599
2022-10-27T04:19:14.042Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 35eb2bea-0de3-4ab6-a262-299f7498d599 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-10-27T04:19:14.050Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-27T04:19:14.050Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35eb2bea-0de3-4ab6-a262-299f7498d599",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666844199610,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-27T04:19:14.051Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-27T04:19:14.051Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-27T04:19:14.051Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35eb2bea-0de3-4ab6-a262-299f7498d599",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666844200719,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-10-27T04:19:14.051Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-27T04:19:14.051Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-27T04:19:14.051Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85",
  "consumerID": "clamp",
  "timestamp": 1666844199740,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-10-27T04:19:14.054Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85
2022-10-27T04:19:14.054Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-10-27T04:19:14.058Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-27T04:19:14.058Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35eb2bea-0de3-4ab6-a262-299f7498d599",
  "consumerID": "policy-id",
  "timestamp": 1666844199747,
  "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-10-27T04:19:14.061Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 35eb2bea-0de3-4ab6-a262-299f7498d599
2022-10-27T04:19:14.061Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 35eb2bea-0de3-4ab6-a262-299f7498d599 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-10-27T04:19:14.065Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-27T04:19:14.065Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35eb2bea-0de3-4ab6-a262-299f7498d599",
  "consumerID": "aai-ml",
  "timestamp": 1666844199816,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:19:14.065Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:19:14.066Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-27T04:19:14.066Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35eb2bea-0de3-4ab6-a262-299f7498d599",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666844201791,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-10-27T04:19:14.066Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-27T04:19:14.066Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-27T04:19:14.066Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35eb2bea-0de3-4ab6-a262-299f7498d599",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666844201563,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-27T04:19:14.066Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-27T04:19:14.066Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-27T04:19:14.066Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35eb2bea-0de3-4ab6-a262-299f7498d599",
  "consumerID": "aai-ml",
  "timestamp": 1666844199816,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:19:14.066Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:19:14.067Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-27T04:19:14.067Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35eb2bea-0de3-4ab6-a262-299f7498d599",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666844202904,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-10-27T04:19:14.067Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-27T04:19:14.067Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-27T04:19:14.067Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35eb2bea-0de3-4ab6-a262-299f7498d599",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666844202566,
  "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-10-27T04:19:14.069Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 35eb2bea-0de3-4ab6-a262-299f7498d599
2022-10-27T04:19:14.069Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 35eb2bea-0de3-4ab6-a262-299f7498d599 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-10-27T04:19:14.074Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-27T04:19:14.074Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35eb2bea-0de3-4ab6-a262-299f7498d599",
  "consumerID": "aai-ml",
  "timestamp": 1666844199816,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:19:14.074Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:19:14.074Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-27T04:19:14.074Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35eb2bea-0de3-4ab6-a262-299f7498d599",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666844203959,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-10-27T04:19:14.074Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-27T04:19:14.074Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-27T04:19:14.074Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35eb2bea-0de3-4ab6-a262-299f7498d599",
  "consumerID": "aai-ml",
  "timestamp": 1666844199816,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:19:14.074Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:19:14.075Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-27T04:19:14.075Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35eb2bea-0de3-4ab6-a262-299f7498d599",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666844205023,
  "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-10-27T04:19:14.076Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 35eb2bea-0de3-4ab6-a262-299f7498d599
2022-10-27T04:19:14.077Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 35eb2bea-0de3-4ab6-a262-299f7498d599 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-10-27T04:19:14.079Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-27T04:19:14.079Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35eb2bea-0de3-4ab6-a262-299f7498d599",
  "consumerID": "clamp",
  "timestamp": 1666844203374,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:19:14.080Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:19:14.080Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-27T04:19:14.080Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35eb2bea-0de3-4ab6-a262-299f7498d599",
  "consumerID": "aai-ml",
  "timestamp": 1666844199816,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:19:14.080Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:19:14.080Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-27T04:19:14.080Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35eb2bea-0de3-4ab6-a262-299f7498d599",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666844206029,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-10-27T04:19:14.080Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-27T04:19:14.080Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-27T04:19:14.080Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35eb2bea-0de3-4ab6-a262-299f7498d599",
  "consumerID": "clamp",
  "timestamp": 1666844203374,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:19:14.080Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:19:14.081Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-27T04:19:14.081Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35eb2bea-0de3-4ab6-a262-299f7498d599",
  "consumerID": "aai-ml",
  "timestamp": 1666844199816,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:19:14.081Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:19:14.081Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-27T04:19:14.081Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35eb2bea-0de3-4ab6-a262-299f7498d599",
  "consumerID": "clamp",
  "timestamp": 1666844203374,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:19:14.081Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:19:14.081Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-27T04:19:14.081Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35eb2bea-0de3-4ab6-a262-299f7498d599",
  "consumerID": "aai-ml",
  "timestamp": 1666844199816,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:19:14.081Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:19:14.082Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-27T04:19:14.082Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35eb2bea-0de3-4ab6-a262-299f7498d599",
  "consumerID": "clamp",
  "timestamp": 1666844203374,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-10-27T04:19:14.082Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:19:14.082Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-27T04:19:14.082Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35eb2bea-0de3-4ab6-a262-299f7498d599",
  "consumerID": "aai-ml",
  "timestamp": 1666844199816,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:19:14.082Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:19:14.082Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-27T04:19:14.082Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35eb2bea-0de3-4ab6-a262-299f7498d599",
  "consumerID": "clamp",
  "timestamp": 1666844203374,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:19:14.082Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:19:14.083Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-27T04:19:14.083Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35eb2bea-0de3-4ab6-a262-299f7498d599",
  "consumerID": "aai-ml",
  "timestamp": 1666844199816,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-10-27T04:19:14.083Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:19:14.083Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-27T04:19:14.083Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35eb2bea-0de3-4ab6-a262-299f7498d599",
  "consumerID": "clamp",
  "timestamp": 1666844203374,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:19:14.083Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:19:14.083Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-27T04:19:14.083Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35eb2bea-0de3-4ab6-a262-299f7498d599",
  "consumerID": "aai-ml",
  "timestamp": 1666844209537,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-27T04:19:14.083Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-27T04:19:14.083Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-27T04:19:14.084Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35eb2bea-0de3-4ab6-a262-299f7498d599",
  "consumerID": "clamp",
  "timestamp": 1666844203374,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:19:14.084Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:19:14.084Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-27T04:19:14.085Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35eb2bea-0de3-4ab6-a262-299f7498d599",
  "consumerID": "clamp",
  "timestamp": 1666844203374,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:19:14.085Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:19:14.085Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-27T04:19:14.085Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35eb2bea-0de3-4ab6-a262-299f7498d599",
  "consumerID": "clamp",
  "timestamp": 1666844203374,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-10-27T04:19:14.085Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:19:14.085Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-27T04:19:14.085Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35eb2bea-0de3-4ab6-a262-299f7498d599",
  "consumerID": "aai-ml",
  "timestamp": 1666844215908,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-27T04:19:14.086Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-27T04:19:14.086Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-27T04:19:14.086Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4ae5f1fd-5a57-4583-93fb-dd8e44f95626",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666844216170,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-10-27T04:19:14.086Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-27T04:19:14.086Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-27T04:19:14.086Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35eb2bea-0de3-4ab6-a262-299f7498d599",
  "consumerID": "aai-ml",
  "timestamp": 1666844216913,
  "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-10-27T04:19:14.088Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 35eb2bea-0de3-4ab6-a262-299f7498d599
2022-10-27T04:19:14.088Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 35eb2bea-0de3-4ab6-a262-299f7498d599 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-10-27T04:19:14.092Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-27T04:19:14.092Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d36e9553-782c-4ae8-a7c9-ed36092a98f1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666844173920,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:19:14.092Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:19:14.092Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-27T04:19:14.092Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d36e9553-782c-4ae8-a7c9-ed36092a98f1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666844173920,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-10-27T04:19:14.092Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:19:14.092Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-27T04:19:14.092Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d36e9553-782c-4ae8-a7c9-ed36092a98f1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666844219273,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-27T04:19:14.092Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-27T04:19:14.093Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-27T04:19:14.093Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d36e9553-782c-4ae8-a7c9-ed36092a98f1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666844220985,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-27T04:19:14.093Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-27T04:19:14.093Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-27T04:19:14.093Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35eb2bea-0de3-4ab6-a262-299f7498d599",
  "consumerID": "clamp",
  "timestamp": 1666844224733,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-27T04:19:14.093Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-27T04:19:14.093Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-27T04:19:14.093Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35eb2bea-0de3-4ab6-a262-299f7498d599",
  "consumerID": "clamp",
  "timestamp": 1666844226738,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-27T04:19:14.093Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-27T04:19:14.093Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-27T04:19:14.094Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35eb2bea-0de3-4ab6-a262-299f7498d599",
  "consumerID": "clamp",
  "timestamp": 1666844227741,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-10-27T04:19:14.095Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 35eb2bea-0de3-4ab6-a262-299f7498d599
2022-10-27T04:19:14.095Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 35eb2bea-0de3-4ab6-a262-299f7498d599 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-10-27T04:19:19.975Z|bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-27T04:19:19.987Z|bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-10-27T04:19:19.989Z|bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-27T04:19:19.989Z|bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-10-27T04:19:19.990Z|bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-10-27T04:19:19.990Z|bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-10-27T04:19:19.990Z|bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-27T04:19:19.990Z|bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-27T04:19:19.991Z|bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-27T04:19:19.991Z|bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-27T04:19:19.991Z|bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-27T04:19:19.991Z|bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-27T04:19:19.991Z|bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85|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-10-27T04:19:19.994Z|bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-10-27T04:19:49.994Z|bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85 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-10-27T04:19:50.000Z|bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85 and serviceModelVersionId: 7466e5e4-e623-4ff6-865c-4e0fdaa65fde
2022-10-27T04:19:50.001Z|bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : c2973f9e-c4d8-4e01-8d2b-ac9c2a88a79f
2022-10-27T04:19:50.003Z|bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/c2973f9e-c4d8-4e01-8d2b-ac9c2a88a79f/model-vers/model-ver/7466e5e4-e623-4ff6-865c-4e0fdaa65fde?depth=0
2022-10-27T04:19:50.015Z|bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2022-10-27T04:19:50.086Z|bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85|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/c2973f9e-c4d8-4e01-8d2b-ac9c2a88a79f/model-vers/model-ver/7466e5e4-e623-4ff6-865c-4e0fdaa65fde?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-10-27T04:19:50.090Z|bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c2973f9e-c4d8-4e01-8d2b-ac9c2a88a79f/model-vers/model-ver/7466e5e4-e623-4ff6-865c-4e0fdaa65fde?depth=0|INFO|500||Invoke
2022-10-27T04:19:50.118Z|bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c2973f9e-c4d8-4e01-8d2b-ac9c2a88a79f/model-vers/model-ver/7466e5e4-e623-4ff6-865c-4e0fdaa65fde?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-10-27T04:19:50.210Z|bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c2973f9e-c4d8-4e01-8d2b-ac9c2a88a79f/model-vers/model-ver/7466e5e4-e623-4ff6-865c-4e0fdaa65fde?depth=0|INFO|500||InvokeReturn
2022-10-27T04:19:50.211Z|bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85|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/c2973f9e-c4d8-4e01-8d2b-ac9c2a88a79f/model-vers/model-ver/7466e5e4-e623-4ff6-865c-4e0fdaa65fde?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-221027-04:19:50:782-76676], vertex-id=[176144], Content-Length=[0], Date=[Thu, 27 Oct 2022 04:19:50 GMT], Content-Type=[application/json]}
2022-10-27T04:19:50.211Z|bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity.
2022-10-27T04:19:50.212Z|bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-10-27T04:19:50.213Z|bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85|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-10-27T04:19:50.218Z|bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85|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-10-27T04:19:50.218Z|bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-10-27T04:19:50.219Z|bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-10-27T04:19:50.220Z|bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-27T04:19:50.224Z|bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-27T04:19:50.224Z|bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666844390219,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-10-27T04:19:50.324Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-27T04:19:50.326Z||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-10-27T04:19:50.326Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WdsfDHbwDbLQzANJ) ...
2022-10-27T04:19:50.344Z||pool-66-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-27T04:19:50.344Z||pool-66-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-10-27T04:19:51.235Z|bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T04:19:51.236Z|bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85|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-10-27T04:19:51.236Z|bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85|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 WdsfDHbwDbLQzANJ) ...
2022-10-27T04:19:55.612Z|bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-27T04:19:55.613Z|bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-10-27T04:19:55.613Z|bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"35eb2bea-0de3-4ab6-a262-299f7498d599","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"e8df78de-3e44-4d38-9526-e47fa057e12c","serviceDescription":"service","serviceInvariantUUID":"dd391af5-76c4-461b-bf7a-fd25f9f048c1","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"62810277-07d5-4e70-b994-a019c09d2252","resourceInvariantUUID":"159e15fb-7bd9-490d-b2e1-9ebd391235db","resourceCustomizationUUID":"158514d7-63eb-4b58-a6f2-0afdf5f5affa","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":"MWU2MmNhODc3ZjRlN2IwYmM4ZWRkZjU1NTRhMzM5NTg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"e18c81ad-d7b2-4d75-b665-7ebadbb1fb9f","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":"025d0dcc-6bda-4ae8-8692-e11ff8222470","artifactVersion":"2","generatedFromUUID":"180982e1-4bc0-4065-b5ba-633e90cfc4c2"},{"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":"180982e1-4bc0-4065-b5ba-633e90cfc4c2","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":"MDM1YzIzYjliMmNmYzVhMDBhN2QxZTM2Y2ExY2U3NWM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"f6424c04-3c4a-4934-a5ec-6e892c30bbe6","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":"e3895369-de03-45b2-98b7-add48a46674a","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":"f9b26418-c9e9-4483-9709-c9181a2200f6","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":"f0005336-0058-4f0f-adeb-0b6c1d4de535","artifactVersion":"2","generatedFromUUID":"e3895369-de03-45b2-98b7-add48a46674a"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"NzQyYTAzNzc3OGEwNjUyZGUzM2Y4NmY4MTYzYmFiN2U\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"c48d9753-ba9e-4093-86d1-85bd69e6267c","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"N2RjODY4NDAxZDA2YjNjMWI1YTdiZDM0ZjJkODMzNjc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"b17ea9b5-c18e-4779-a728-c564aa36406c","artifactVersion":"1"}],"workloadContext":"Production"}
2022-10-27T04:19:55.616Z|bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-27T04:19:55.617Z|bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-27T04:19:55.619Z|bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-27T04:19:55.619Z|bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "35eb2bea-0de3-4ab6-a262-299f7498d599",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666844391235,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:19:55.720Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-27T04:19:55.721Z||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-10-27T04:19:55.721Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WdsfDHbwDbLQzANJ) ...
2022-10-27T04:19:55.734Z||pool-67-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-27T04:19:55.734Z||pool-67-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-10-27T04:19:56.620Z|bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-27T04:19:56.620Z|bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-27T04:19:56.622Z|bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-27T04:19:56.623Z|bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "35eb2bea-0de3-4ab6-a262-299f7498d599",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666844391235,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-10-27T04:19:56.723Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-27T04:19:56.724Z||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-10-27T04:19:56.724Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WdsfDHbwDbLQzANJ) ...
2022-10-27T04:19:56.737Z||pool-68-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-27T04:19:56.738Z||pool-68-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-10-27T04:19:57.623Z|bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-27T04:19:57.624Z|bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-27T04:19:57.627Z|bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-27T04:19:57.627Z|bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "35eb2bea-0de3-4ab6-a262-299f7498d599",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666844391235,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-10-27T04:19:57.727Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-27T04:19:57.728Z||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-10-27T04:19:57.728Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WdsfDHbwDbLQzANJ) ...
2022-10-27T04:19:57.742Z||pool-69-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-27T04:19:57.743Z||pool-69-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-10-27T04:19:58.627Z|bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-27T04:19:58.628Z|bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-27T04:19:58.630Z|bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-27T04:19:58.630Z|bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "35eb2bea-0de3-4ab6-a262-299f7498d599",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666844391235,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-10-27T04:19:58.731Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-10-27T04:19:58.732Z||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-10-27T04:19:58.732Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WdsfDHbwDbLQzANJ) ...
2022-10-27T04:19:58.746Z||pool-70-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-27T04:19:58.746Z||pool-70-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-10-27T04:19:59.631Z|bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-27T04:19:59.631Z|bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-27T04:19:59.634Z|bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-27T04:19:59.634Z|bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "35eb2bea-0de3-4ab6-a262-299f7498d599",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666844391235,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-10-27T04:19:59.735Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-27T04:19:59.736Z||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-10-27T04:19:59.737Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WdsfDHbwDbLQzANJ) ...
2022-10-27T04:19:59.751Z||pool-71-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-27T04:19:59.752Z||pool-71-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-10-27T04:20:00.635Z|bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-27T04:20:00.636Z|bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-27T04:20:00.638Z|bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-27T04:20:00.638Z|bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "35eb2bea-0de3-4ab6-a262-299f7498d599",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666844391235,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:20:00.738Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-27T04:20:00.739Z||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-10-27T04:20:00.739Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WdsfDHbwDbLQzANJ) ...
2022-10-27T04:20:00.753Z||pool-72-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-27T04:20:00.753Z||pool-72-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-10-27T04:20:01.639Z|bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-27T04:20:01.639Z|bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-27T04:20:01.641Z|bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-27T04:20:01.641Z|bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "35eb2bea-0de3-4ab6-a262-299f7498d599",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666844391235,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-10-27T04:20:01.741Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-27T04:20:01.742Z||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-10-27T04:20:01.743Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WdsfDHbwDbLQzANJ) ...
2022-10-27T04:20:01.759Z||pool-73-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-27T04:20:01.760Z||pool-73-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-10-27T04:20:02.642Z|bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-27T04:20:02.642Z|bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-27T04:20:02.644Z|bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-27T04:20:02.644Z|bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "35eb2bea-0de3-4ab6-a262-299f7498d599",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666844391235,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:20:02.745Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-27T04:20:02.746Z||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-10-27T04:20:02.746Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WdsfDHbwDbLQzANJ) ...
2022-10-27T04:20:02.761Z||pool-74-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-27T04:20:02.762Z||pool-74-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-10-27T04:20:03.645Z|bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-27T04:20:03.645Z|bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-27T04:20:03.647Z|bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-27T04:20:03.648Z|bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "35eb2bea-0de3-4ab6-a262-299f7498d599",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666844391235,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-10-27T04:20:03.748Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-27T04:20:03.749Z||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-10-27T04:20:03.749Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WdsfDHbwDbLQzANJ) ...
2022-10-27T04:20:03.761Z||pool-75-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-27T04:20:03.761Z||pool-75-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-10-27T04:20:04.649Z|bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "35eb2bea-0de3-4ab6-a262-299f7498d599",
  "serviceName": "basic_cnf",
  "serviceVersion": "1.0",
  "serviceUUID": "e8df78de-3e44-4d38-9526-e47fa057e12c",
  "serviceDescription": "service",
  "serviceInvariantUUID": "dd391af5-76c4-461b-bf7a-fd25f9f048c1",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf 0",
      "resourceCustomizationUUID": "158514d7-63eb-4b58-a6f2-0afdf5f5affa",
      "resourceName": "basic_cnf",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "62810277-07d5-4e70-b994-a019c09d2252",
      "resourceInvariantUUID": "159e15fb-7bd9-490d-b2e1-9ebd391235db",
      "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": "025d0dcc-6bda-4ae8-8692-e11ff8222470",
          "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": "180982e1-4bc0-4065-b5ba-633e90cfc4c2",
          "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": "MDM1YzIzYjliMmNmYzVhMDBhN2QxZTM2Y2ExY2U3NWM\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "f6424c04-3c4a-4934-a5ec-6e892c30bbe6",
          "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": "e3895369-de03-45b2-98b7-add48a46674a",
          "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": "f0005336-0058-4f0f-adeb-0b6c1d4de535",
            "generatedFromUUID": "e3895369-de03-45b2-98b7-add48a46674a"
          },
          "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": "f0005336-0058-4f0f-adeb-0b6c1d4de535",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnf-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
      "artifactChecksum": "N2RjODY4NDAxZDA2YjNjMWI1YTdiZDM0ZjJkODMzNjc\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "b17ea9b5-c18e-4779-a728-c564aa36406c"
    }
  ],
  "workloadContext": "Production"
}
2022-10-27T04:20:04.649Z|bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-10-27T04:20:04.649Z|bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 e8df78de-3e44-4d38-9526-e47fa057e12c ASDC
2022-10-27T04:20:04.650Z|35eb2bea-0de3-4ab6-a262-299f7498d599|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:35eb2bea-0de3-4ab6-a262-299f7498d599
ServiceName:basic_cnf
ServiceVersion:1.0
ServiceUUID:e8df78de-3e44-4d38-9526-e47fa057e12c
ServiceInvariantUUID:dd391af5-76c4-461b-bf7a-fd25f9f048c1
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:b17ea9b5-c18e-4779-a728-c564aa36406c
ArtifactChecksum:N2RjODY4NDAxZDA2YjNjMWI1YTdiZDM0ZjJkODMzNjc=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf 0
ResourceCustomizationUUID:158514d7-63eb-4b58-a6f2-0afdf5f5affa
ResourceInvariantUUID:159e15fb-7bd9-490d-b2e1-9ebd391235db
ResourceName:basic_cnf
ResourceType:VF
ResourceUUID:62810277-07d5-4e70-b994-a019c09d2252
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:025d0dcc-6bda-4ae8-8692-e11ff8222470
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:180982e1-4bc0-4065-b5ba-633e90cfc4c2
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:f6424c04-3c4a-4934-a5ec-6e892c30bbe6
ArtifactChecksum:MDM1YzIzYjliMmNmYzVhMDBhN2QxZTM2Y2ExY2U3NWM=
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:e3895369-de03-45b2-98b7-add48a46674a
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:f0005336-0058-4f0f-adeb-0b6c1d4de535
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:f0005336-0058-4f0f-adeb-0b6c1d4de535
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-10-27T04:20:04.651Z|35eb2bea-0de3-4ab6-a262-299f7498d599|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF e8df78de-3e44-4d38-9526-e47fa057e12c 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-10-27T04:20:04.679Z|35eb2bea-0de3-4ab6-a262-299f7498d599|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-27T04:20:04.679Z|35eb2bea-0de3-4ab6-a262-299f7498d599|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-10-27T04:20:04.680Z|35eb2bea-0de3-4ab6-a262-299f7498d599|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-10-27T04:20:04.680Z|35eb2bea-0de3-4ab6-a262-299f7498d599|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: b17ea9b5-c18e-4779-a728-c564aa36406c from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-10-27T04:20:04.680Z|35eb2bea-0de3-4ab6-a262-299f7498d599|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-10-27T04:20:04.680Z|35eb2bea-0de3-4ab6-a262-299f7498d599|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-10-27T04:20:04.863Z|35eb2bea-0de3-4ab6-a262-299f7498d599|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-10-27T04:20:04.867Z|35eb2bea-0de3-4ab6-a262-299f7498d599|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar b17ea9b5-c18e-4779-a728-c564aa36406c 68953
2022-10-27T04:20:04.867Z|35eb2bea-0de3-4ab6-a262-299f7498d599|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-10-27T04:20:04.867Z|35eb2bea-0de3-4ab6-a262-299f7498d599|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-10-27T04:20:04.868Z|35eb2bea-0de3-4ab6-a262-299f7498d599|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-27T04:20:04.868Z|35eb2bea-0de3-4ab6-a262-299f7498d599|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-27T04:20:04.870Z|35eb2bea-0de3-4ab6-a262-299f7498d599|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-27T04:20:04.870Z|35eb2bea-0de3-4ab6-a262-299f7498d599|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "35eb2bea-0de3-4ab6-a262-299f7498d599",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666844404867,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-27T04:20:04.970Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-27T04:20:04.971Z||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-10-27T04:20:04.971Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WdsfDHbwDbLQzANJ) ...
2022-10-27T04:20:04.986Z||pool-76-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-27T04:20:04.986Z||pool-76-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-10-27T04:20:05.870Z|35eb2bea-0de3-4ab6-a262-299f7498d599|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-27T04:20:05.871Z|35eb2bea-0de3-4ab6-a262-299f7498d599|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-10-27T04:20:05.872Z|35eb2bea-0de3-4ab6-a262-299f7498d599|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: b17ea9b5-c18e-4779-a728-c564aa36406c, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar
2022-10-27T04:20:05.872Z|35eb2bea-0de3-4ab6-a262-299f7498d599|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar
2022-10-27T04:20:05.873Z|35eb2bea-0de3-4ab6-a262-299f7498d599|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar
2022-10-27T04:20:05.873Z|35eb2bea-0de3-4ab6-a262-299f7498d599|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar
2022-10-27T04:20:06.094Z|35eb2bea-0de3-4ab6-a262-299f7498d599|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3471714216477618883/Definitions/service-BasicCnf-template.yml
2022-10-27T04:20:07.385Z|35eb2bea-0de3-4ab6-a262-299f7498d599|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2022-10-27T04:20:07.400Z|35eb2bea-0de3-4ab6-a262-299f7498d599|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-10-27T04:20:07.400Z|35eb2bea-0de3-4ab6-a262-299f7498d599|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-10-27T04:20:07.401Z|35eb2bea-0de3-4ab6-a262-299f7498d599|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2022-10-27T04:20:07.401Z|35eb2bea-0de3-4ab6-a262-299f7498d599|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-10-27T04:20:07.401Z|35eb2bea-0de3-4ab6-a262-299f7498d599|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-10-27T04:20:07.401Z|35eb2bea-0de3-4ab6-a262-299f7498d599|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-10-27T04:20:07.401Z|35eb2bea-0de3-4ab6-a262-299f7498d599|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-10-27T04:20:07.401Z|35eb2bea-0de3-4ab6-a262-299f7498d599|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-10-27T04:20:07.401Z|35eb2bea-0de3-4ab6-a262-299f7498d599|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-27T04:20:07.402Z|35eb2bea-0de3-4ab6-a262-299f7498d599|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-10-27T04:20:07.402Z|35eb2bea-0de3-4ab6-a262-299f7498d599|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-10-27T04:20:07.402Z|35eb2bea-0de3-4ab6-a262-299f7498d599|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-10-27T04:20:07.402Z|35eb2bea-0de3-4ab6-a262-299f7498d599|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-27T04:20:07.403Z|35eb2bea-0de3-4ab6-a262-299f7498d599|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-27T04:20:07.403Z|35eb2bea-0de3-4ab6-a262-299f7498d599|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-10-27T04:20:07.403Z|35eb2bea-0de3-4ab6-a262-299f7498d599|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-10-27T04:20:07.403Z|35eb2bea-0de3-4ab6-a262-299f7498d599|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-10-27T04:20:07.403Z|35eb2bea-0de3-4ab6-a262-299f7498d599|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-27T04:20:07.403Z|35eb2bea-0de3-4ab6-a262-299f7498d599|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-27T04:20:07.403Z|35eb2bea-0de3-4ab6-a262-299f7498d599|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-27T04:20:07.404Z|35eb2bea-0de3-4ab6-a262-299f7498d599|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-27T04:20:07.404Z|35eb2bea-0de3-4ab6-a262-299f7498d599|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-10-27T04:20:07.404Z|35eb2bea-0de3-4ab6-a262-299f7498d599|pool-2-thread-9|||||DEBUG|500||Node template abstract_dummy is not matching search criteria
2022-10-27T04:20:07.404Z|35eb2bea-0de3-4ab6-a262-299f7498d599|pool-2-thread-9|||||DEBUG|500||Node template dummy is not matching search criteria
2022-10-27T04:20:07.405Z|35eb2bea-0de3-4ab6-a262-299f7498d599|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-10-27T04:20:07.405Z|35eb2bea-0de3-4ab6-a262-299f7498d599|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-27T04:20:07.405Z|35eb2bea-0de3-4ab6-a262-299f7498d599|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-10-27T04:20:07.405Z|35eb2bea-0de3-4ab6-a262-299f7498d599|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-27T04:20:07.405Z|35eb2bea-0de3-4ab6-a262-299f7498d599|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-10-27T04:20:07.406Z|35eb2bea-0de3-4ab6-a262-299f7498d599|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-27T04:20:07.406Z|35eb2bea-0de3-4ab6-a262-299f7498d599|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-27T04:20:07.406Z|35eb2bea-0de3-4ab6-a262-299f7498d599|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-10-27T04:20:07.406Z|35eb2bea-0de3-4ab6-a262-299f7498d599|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-27T04:20:07.406Z|35eb2bea-0de3-4ab6-a262-299f7498d599|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-27T04:20:07.406Z|35eb2bea-0de3-4ab6-a262-299f7498d599|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-10-27T04:20:07.406Z|35eb2bea-0de3-4ab6-a262-299f7498d599|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-27T04:20:07.407Z|35eb2bea-0de3-4ab6-a262-299f7498d599|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-27T04:20:07.407Z|35eb2bea-0de3-4ab6-a262-299f7498d599|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-10-27T04:20:07.407Z|35eb2bea-0de3-4ab6-a262-299f7498d599|pool-2-thread-9|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2022-10-27T04:20:07.407Z|35eb2bea-0de3-4ab6-a262-299f7498d599|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=df6f3369-d6ba-4ae5-98ce-64f3b6b61593
2022-10-27T04:20:07.407Z|35eb2bea-0de3-4ab6-a262-299f7498d599|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-27T04:20:07.407Z|35eb2bea-0de3-4ab6-a262-299f7498d599|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-10-27T04:20:07.408Z|35eb2bea-0de3-4ab6-a262-299f7498d599|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-27T04:20:07.408Z|35eb2bea-0de3-4ab6-a262-299f7498d599|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-10-27T04:20:07.408Z|35eb2bea-0de3-4ab6-a262-299f7498d599|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-27T04:20:07.408Z|35eb2bea-0de3-4ab6-a262-299f7498d599|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-27T04:20:07.408Z|35eb2bea-0de3-4ab6-a262-299f7498d599|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-27T04:20:07.408Z|35eb2bea-0de3-4ab6-a262-299f7498d599|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-10-27T04:20:07.408Z|35eb2bea-0de3-4ab6-a262-299f7498d599|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf
Description:service
Model UUID:e8df78de-3e44-4d38-9526-e47fa057e12c
Model Version:NULL
Model InvariantUuid:dd391af5-76c4-461b-bf7a-fd25f9f048c1
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf
Model UUID:a0a345ab-f031-433e-a624-92c1d12f3eee
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:159e15fb-7bd9-490d-b2e1-9ebd391235db
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:158514d7-63eb-4b58-a6f2-0afdf5f5affa
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:4aee3b5b-8a01-4a16-813a-b0a15a9ca61f
ModelName:BasicCnf..base_dummy..module-0
ModelUuid:2187fb48-89d4-4858-a337-04d371fadd18
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:df6f3369-d6ba-4ae5-98ce-64f3b6b61593
ModelInvariantUuid:8f72b0a2-dda0-4344-94e3-96553adf93ae
ModelName:basic_cnf-nodes.dummyCvfc
ModelUuid:68f3ff1a-2556-4f68-9870-a510ea44da98
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy


VNFC Properties:
ModelCustomizationUuid:69bcb637-8115-43a7-82ab-de0a543dded2
ModelInvariantUuid:ab9fe989-9873-4574-813d-50c90817c4d9
ModelName:BasicCnf.compute.nodes.heat.dummy
ModelUuid:a5aff3fe-cfd6-4213-905b-2f977ee66ada
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-10-27T04:20:07.417Z|35eb2bea-0de3-4ab6-a262-299f7498d599|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: 62810277-07d5-4e70-b994-a019c09d2252
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-10-27T04:20:07.421Z|35eb2bea-0de3-4ab6-a262-299f7498d599|pool-2-thread-9|||||INFO|500||basic_cnf 0
2022-10-27T04:20:07.421Z|35eb2bea-0de3-4ab6-a262-299f7498d599|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 62810277-07d5-4e70-b994-a019c09d2252
2022-10-27T04:20:07.421Z|35eb2bea-0de3-4ab6-a262-299f7498d599|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 025d0dcc-6bda-4ae8-8692-e11ff8222470 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2022-10-27T04:20:07.421Z|35eb2bea-0de3-4ab6-a262-299f7498d599|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-10-27T04:20:07.421Z|35eb2bea-0de3-4ab6-a262-299f7498d599|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-10-27T04:20:07.477Z|35eb2bea-0de3-4ab6-a262-299f7498d599|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-10-27T04:20:07.478Z|35eb2bea-0de3-4ab6-a262-299f7498d599|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 025d0dcc-6bda-4ae8-8692-e11ff8222470 12
2022-10-27T04:20:07.478Z|35eb2bea-0de3-4ab6-a262-299f7498d599|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-10-27T04:20:07.478Z|35eb2bea-0de3-4ab6-a262-299f7498d599|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-10-27T04:20:07.478Z|35eb2bea-0de3-4ab6-a262-299f7498d599|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-27T04:20:07.478Z|35eb2bea-0de3-4ab6-a262-299f7498d599|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-27T04:20:07.480Z|35eb2bea-0de3-4ab6-a262-299f7498d599|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-27T04:20:07.480Z|35eb2bea-0de3-4ab6-a262-299f7498d599|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "35eb2bea-0de3-4ab6-a262-299f7498d599",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666844407478,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2022-10-27T04:20:07.580Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-27T04:20:07.581Z||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-10-27T04:20:07.582Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WdsfDHbwDbLQzANJ) ...
2022-10-27T04:20:07.595Z||pool-77-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-27T04:20:07.596Z||pool-77-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-10-27T04:20:08.481Z|35eb2bea-0de3-4ab6-a262-299f7498d599|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 180982e1-4bc0-4065-b5ba-633e90cfc4c2 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2022-10-27T04:20:08.481Z|35eb2bea-0de3-4ab6-a262-299f7498d599|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-10-27T04:20:08.482Z|35eb2bea-0de3-4ab6-a262-299f7498d599|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-10-27T04:20:08.537Z|35eb2bea-0de3-4ab6-a262-299f7498d599|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-10-27T04:20:08.538Z|35eb2bea-0de3-4ab6-a262-299f7498d599|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 180982e1-4bc0-4065-b5ba-633e90cfc4c2 2688
2022-10-27T04:20:08.538Z|35eb2bea-0de3-4ab6-a262-299f7498d599|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-10-27T04:20:08.538Z|35eb2bea-0de3-4ab6-a262-299f7498d599|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-10-27T04:20:08.539Z|35eb2bea-0de3-4ab6-a262-299f7498d599|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-27T04:20:08.539Z|35eb2bea-0de3-4ab6-a262-299f7498d599|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-27T04:20:08.541Z|35eb2bea-0de3-4ab6-a262-299f7498d599|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-27T04:20:08.541Z|35eb2bea-0de3-4ab6-a262-299f7498d599|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "35eb2bea-0de3-4ab6-a262-299f7498d599",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666844408538,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-10-27T04:20:08.641Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-27T04:20:08.642Z||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-10-27T04:20:08.642Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WdsfDHbwDbLQzANJ) ...
2022-10-27T04:20:08.655Z||pool-78-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-27T04:20:08.656Z||pool-78-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-10-27T04:20:09.543Z|35eb2bea-0de3-4ab6-a262-299f7498d599|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: f6424c04-3c4a-4934-a5ec-6e892c30bbe6 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-10-27T04:20:09.543Z|35eb2bea-0de3-4ab6-a262-299f7498d599|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-10-27T04:20:09.543Z|35eb2bea-0de3-4ab6-a262-299f7498d599|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-10-27T04:20:09.608Z|35eb2bea-0de3-4ab6-a262-299f7498d599|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-10-27T04:20:09.608Z|35eb2bea-0de3-4ab6-a262-299f7498d599|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 f6424c04-3c4a-4934-a5ec-6e892c30bbe6 828
2022-10-27T04:20:09.608Z|35eb2bea-0de3-4ab6-a262-299f7498d599|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-10-27T04:20:09.609Z|35eb2bea-0de3-4ab6-a262-299f7498d599|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-10-27T04:20:09.609Z|35eb2bea-0de3-4ab6-a262-299f7498d599|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-27T04:20:09.609Z|35eb2bea-0de3-4ab6-a262-299f7498d599|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-27T04:20:09.610Z|35eb2bea-0de3-4ab6-a262-299f7498d599|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-27T04:20:09.610Z|35eb2bea-0de3-4ab6-a262-299f7498d599|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "35eb2bea-0de3-4ab6-a262-299f7498d599",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666844409608,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-10-27T04:20:09.710Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-27T04:20:09.711Z||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-10-27T04:20:09.711Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WdsfDHbwDbLQzANJ) ...
2022-10-27T04:20:09.726Z||pool-79-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-27T04:20:09.726Z||pool-79-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-10-27T04:20:10.611Z|35eb2bea-0de3-4ab6-a262-299f7498d599|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "4aee3b5b-8a01-4a16-813a-b0a15a9ca61f",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "2187fb48-89d4-4858-a337-04d371fadd18",
    "vfModuleModelCustomizationUUID": "6e2dee94-3325-41ab-aa59-48f686e6fa97",
    "isBase": true,
    "artifacts": [
      "e3895369-de03-45b2-98b7-add48a46674a",
      "180982e1-4bc0-4065-b5ba-633e90cfc4c2",
      "f0005336-0058-4f0f-adeb-0b6c1d4de535"
    ],
    "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-10-27T04:20:10.616Z|35eb2bea-0de3-4ab6-a262-299f7498d599|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:2187fb48-89d4-4858-a337-04d371fadd18
VfModuleModelInvariantUUID:4aee3b5b-8a01-4a16-813a-b0a15a9ca61f
VfModuleModelDescription:NULL
Artifacts UUID List:{
e3895369-de03-45b2-98b7-add48a46674a
,
180982e1-4bc0-4065-b5ba-633e90cfc4c2
,
f0005336-0058-4f0f-adeb-0b6c1d4de535

}
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-10-27T04:20:10.618Z|35eb2bea-0de3-4ab6-a262-299f7498d599|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "4aee3b5b-8a01-4a16-813a-b0a15a9ca61f",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "2187fb48-89d4-4858-a337-04d371fadd18",
    "vfModuleModelCustomizationUUID": "6e2dee94-3325-41ab-aa59-48f686e6fa97",
    "isBase": true,
    "artifacts": [
      "e3895369-de03-45b2-98b7-add48a46674a",
      "180982e1-4bc0-4065-b5ba-633e90cfc4c2",
      "f0005336-0058-4f0f-adeb-0b6c1d4de535"
    ],
    "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-10-27T04:20:10.618Z|35eb2bea-0de3-4ab6-a262-299f7498d599|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:2187fb48-89d4-4858-a337-04d371fadd18
VfModuleModelInvariantUUID:4aee3b5b-8a01-4a16-813a-b0a15a9ca61f
VfModuleModelDescription:NULL
Artifacts UUID List:{
e3895369-de03-45b2-98b7-add48a46674a
,
180982e1-4bc0-4065-b5ba-633e90cfc4c2
,
f0005336-0058-4f0f-adeb-0b6c1d4de535

}
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-10-27T04:20:10.618Z|35eb2bea-0de3-4ab6-a262-299f7498d599|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: e3895369-de03-45b2-98b7-add48a46674a from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-10-27T04:20:10.618Z|35eb2bea-0de3-4ab6-a262-299f7498d599|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-10-27T04:20:10.618Z|35eb2bea-0de3-4ab6-a262-299f7498d599|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-10-27T04:20:10.666Z|35eb2bea-0de3-4ab6-a262-299f7498d599|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-10-27T04:20:10.666Z|35eb2bea-0de3-4ab6-a262-299f7498d599|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml e3895369-de03-45b2-98b7-add48a46674a 1164
2022-10-27T04:20:10.666Z|35eb2bea-0de3-4ab6-a262-299f7498d599|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-10-27T04:20:10.666Z|35eb2bea-0de3-4ab6-a262-299f7498d599|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-10-27T04:20:10.666Z|35eb2bea-0de3-4ab6-a262-299f7498d599|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-27T04:20:10.667Z|35eb2bea-0de3-4ab6-a262-299f7498d599|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-27T04:20:10.668Z|35eb2bea-0de3-4ab6-a262-299f7498d599|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-27T04:20:10.668Z|35eb2bea-0de3-4ab6-a262-299f7498d599|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "35eb2bea-0de3-4ab6-a262-299f7498d599",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666844410666,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-10-27T04:20:10.768Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-27T04:20:10.769Z||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-10-27T04:20:10.769Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WdsfDHbwDbLQzANJ) ...
2022-10-27T04:20:10.782Z||pool-80-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-27T04:20:10.782Z||pool-80-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-10-27T04:20:11.669Z|35eb2bea-0de3-4ab6-a262-299f7498d599|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: f0005336-0058-4f0f-adeb-0b6c1d4de535 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-10-27T04:20:11.669Z|35eb2bea-0de3-4ab6-a262-299f7498d599|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-10-27T04:20:11.669Z|35eb2bea-0de3-4ab6-a262-299f7498d599|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-10-27T04:20:11.716Z|35eb2bea-0de3-4ab6-a262-299f7498d599|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-10-27T04:20:11.716Z|35eb2bea-0de3-4ab6-a262-299f7498d599|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env f0005336-0058-4f0f-adeb-0b6c1d4de535 200
2022-10-27T04:20:11.717Z|35eb2bea-0de3-4ab6-a262-299f7498d599|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-10-27T04:20:11.717Z|35eb2bea-0de3-4ab6-a262-299f7498d599|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-10-27T04:20:11.717Z|35eb2bea-0de3-4ab6-a262-299f7498d599|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-27T04:20:11.717Z|35eb2bea-0de3-4ab6-a262-299f7498d599|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-27T04:20:11.719Z|35eb2bea-0de3-4ab6-a262-299f7498d599|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-27T04:20:11.719Z|35eb2bea-0de3-4ab6-a262-299f7498d599|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "35eb2bea-0de3-4ab6-a262-299f7498d599",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666844411717,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-10-27T04:20:11.819Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-27T04:20:11.820Z||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-10-27T04:20:11.820Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WdsfDHbwDbLQzANJ) ...
2022-10-27T04:20:11.834Z||pool-81-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-27T04:20:11.834Z||pool-81-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-10-27T04:20:12.720Z|35eb2bea-0de3-4ab6-a262-299f7498d599|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: e8df78de-3e44-4d38-9526-e47fa057e12c
2022-10-27T04:20:12.720Z|35eb2bea-0de3-4ab6-a262-299f7498d599|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 62810277-07d5-4e70-b994-a019c09d2252 ASDC
2022-10-27T04:20:12.732Z|35eb2bea-0de3-4ab6-a262-299f7498d599|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 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-10-27T04:20:12.741Z|35eb2bea-0de3-4ab6-a262-299f7498d599|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@511015c9, org.onap.sdc.toscaparser.api.parameters.Input@5d36e9ec, org.onap.sdc.toscaparser.api.parameters.Input@140a099d, org.onap.sdc.toscaparser.api.parameters.Input@4e49f827, org.onap.sdc.toscaparser.api.parameters.Input@1fa6027a]
2022-10-27T04:20:12.742Z|35eb2bea-0de3-4ab6-a262-299f7498d599|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-27T04:20:12.743Z|35eb2bea-0de3-4ab6-a262-299f7498d599|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-27T04:20:12.743Z|35eb2bea-0de3-4ab6-a262-299f7498d599|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic 
2022-10-27T04:20:12.743Z|35eb2bea-0de3-4ab6-a262-299f7498d599|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= 158514d7-63eb-4b58-a6f2-0afdf5f5affa
2022-10-27T04:20:12.743Z|35eb2bea-0de3-4ab6-a262-299f7498d599|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 158514d7-63eb-4b58-a6f2-0afdf5f5affa matches Tosca VF Customization UUID: 158514d7-63eb-4b58-a6f2-0afdf5f5affa
2022-10-27T04:20:12.743Z|35eb2bea-0de3-4ab6-a262-299f7498d599|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: 158514d7-63eb-4b58-a6f2-0afdf5f5affa  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-10-27T04:20:12.745Z|35eb2bea-0de3-4ab6-a262-299f7498d599|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-27T04:20:12.745Z|35eb2bea-0de3-4ab6-a262-299f7498d599|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-10-27T04:20:12.746Z|35eb2bea-0de3-4ab6-a262-299f7498d599|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id 158514d7-63eb-4b58-a6f2-0afdf5f5affa: {\"vf_module_id\":\"PROVIDED_BY_ONAP\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_id\":\"PROVIDED_BY_ONAP\",\"dummy_image_name\":\"dummy\",\"vnf_name\":\"PROVIDED_BY_ONAP\",\"dummy_name_0\":\"dummy_1_0\",\"dummy_flavor_name\":\"dummy.default\"}
2022-10-27T04:20:12.746Z|35eb2bea-0de3-4ab6-a262-299f7498d599|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@303e16e0
2022-10-27T04:20:12.746Z|35eb2bea-0de3-4ab6-a262-299f7498d599|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-27T04:20:12.746Z|35eb2bea-0de3-4ab6-a262-299f7498d599|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-10-27T04:20:12.747Z|35eb2bea-0de3-4ab6-a262-299f7498d599|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 6e2dee94-3325-41ab-aa59-48f686e6fa97
2022-10-27T04:20:12.747Z|35eb2bea-0de3-4ab6-a262-299f7498d599|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 6e2dee94-3325-41ab-aa59-48f686e6fa97
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-10-27T04:20:12.749Z|35eb2bea-0de3-4ab6-a262-299f7498d599|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-27T04:20:12.750Z|35eb2bea-0de3-4ab6-a262-299f7498d599|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-10-27T04:20:12.750Z|35eb2bea-0de3-4ab6-a262-299f7498d599|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-27T04:20:12.750Z|35eb2bea-0de3-4ab6-a262-299f7498d599|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-27T04:20:12.750Z|35eb2bea-0de3-4ab6-a262-299f7498d599|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-10-27T04:20:12.750Z|35eb2bea-0de3-4ab6-a262-299f7498d599|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-27T04:20:12.750Z|35eb2bea-0de3-4ab6-a262-299f7498d599|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-27T04:20:12.751Z|35eb2bea-0de3-4ab6-a262-299f7498d599|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-10-27T04:20:12.751Z|35eb2bea-0de3-4ab6-a262-299f7498d599|pool-2-thread-9|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2022-10-27T04:20:12.751Z|35eb2bea-0de3-4ab6-a262-299f7498d599|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=df6f3369-d6ba-4ae5-98ce-64f3b6b61593
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-10-27T04:20:12.753Z|35eb2bea-0de3-4ab6-a262-299f7498d599|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-27T04:20:12.753Z|35eb2bea-0de3-4ab6-a262-299f7498d599|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-10-27T04:20:12.753Z|35eb2bea-0de3-4ab6-a262-299f7498d599|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-27T04:20:12.754Z|35eb2bea-0de3-4ab6-a262-299f7498d599|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-27T04:20:12.754Z|35eb2bea-0de3-4ab6-a262-299f7498d599|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-10-27T04:20:12.754Z|35eb2bea-0de3-4ab6-a262-299f7498d599|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=158514d7-63eb-4b58-a6f2-0afdf5f5affa
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-10-27T04:20:12.756Z|35eb2bea-0de3-4ab6-a262-299f7498d599|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-27T04:20:12.756Z|35eb2bea-0de3-4ab6-a262-299f7498d599|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-10-27T04:20:12.756Z|35eb2bea-0de3-4ab6-a262-299f7498d599|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid e8df78de-3e44-4d38-9526-e47fa057e12c: basic_cnf
2022-10-27T04:20:12.756Z|35eb2bea-0de3-4ab6-a262-299f7498d599|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-27T04:20:12.757Z|35eb2bea-0de3-4ab6-a262-299f7498d599|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-10-27T04:20:12.757Z|35eb2bea-0de3-4ab6-a262-299f7498d599|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-27T04:20:12.757Z|35eb2bea-0de3-4ab6-a262-299f7498d599|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-10-27T04:20:12.757Z|35eb2bea-0de3-4ab6-a262-299f7498d599|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-27T04:20:12.757Z|35eb2bea-0de3-4ab6-a262-299f7498d599|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-10-27T04:20:12.757Z|35eb2bea-0de3-4ab6-a262-299f7498d599|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-27T04:20:12.757Z|35eb2bea-0de3-4ab6-a262-299f7498d599|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-10-27T04:20:12.758Z|35eb2bea-0de3-4ab6-a262-299f7498d599|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-27T04:20:12.758Z|35eb2bea-0de3-4ab6-a262-299f7498d599|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-10-27T04:20:12.758Z|35eb2bea-0de3-4ab6-a262-299f7498d599|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-10-27T04:20:12.817Z|35eb2bea-0de3-4ab6-a262-299f7498d599|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf 62810277-07d5-4e70-b994-a019c09d2252 1 ASDC deployResourceStructure
2022-10-27T04:20:12.818Z|35eb2bea-0de3-4ab6-a262-299f7498d599|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-10-27T04:20:12.818Z|35eb2bea-0de3-4ab6-a262-299f7498d599|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-10-27T04:20:12.818Z|35eb2bea-0de3-4ab6-a262-299f7498d599|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-10-27T04:20:12.818Z|35eb2bea-0de3-4ab6-a262-299f7498d599|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-27T04:20:12.820Z|35eb2bea-0de3-4ab6-a262-299f7498d599|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-27T04:20:12.820Z|35eb2bea-0de3-4ab6-a262-299f7498d599|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "35eb2bea-0de3-4ab6-a262-299f7498d599",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666844412817,
  "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-10-27T04:20:12.921Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-27T04:20:12.921Z||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-10-27T04:20:12.921Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WdsfDHbwDbLQzANJ) ...
2022-10-27T04:20:12.938Z||pool-82-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-27T04:20:12.939Z||pool-82-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-10-27T04:20:13.821Z|35eb2bea-0de3-4ab6-a262-299f7498d599|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-10-27T04:20:13.822Z|35eb2bea-0de3-4ab6-a262-299f7498d599|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-10-27T04:20:13.822Z|35eb2bea-0de3-4ab6-a262-299f7498d599|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-10-27T04:20:13.822Z|35eb2bea-0de3-4ab6-a262-299f7498d599|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-27T04:20:13.824Z|35eb2bea-0de3-4ab6-a262-299f7498d599|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-27T04:20:13.824Z|35eb2bea-0de3-4ab6-a262-299f7498d599|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "35eb2bea-0de3-4ab6-a262-299f7498d599",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666844413821,
  "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-10-27T04:20:13.924Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T04:20:13.924Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-27T04:20:13.925Z||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-10-27T04:20:13.925Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WdsfDHbwDbLQzANJ) ...
2022-10-27T04:20:13.925Z||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-10-27T04:20:13.925Z||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 WdsfDHbwDbLQzANJ) ...
2022-10-27T04:20:13.943Z||pool-83-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-27T04:20:13.944Z||pool-83-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-10-27T04:20:13.955Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-27T04:20:13.955Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-27T04:20:13.955Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d36e9553-782c-4ae8-a7c9-ed36092a98f1",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666844252212,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-10-27T04:20:13.956Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-27T04:20:13.956Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-27T04:20:13.956Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666844173920,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:20:13.956Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:20:13.957Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-27T04:20:13.957Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666844173920,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-10-27T04:20:13.957Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:20:13.957Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-27T04:20:13.957Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666844173920,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-10-27T04:20:13.957Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:20:13.957Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-27T04:20:13.957Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666844173920,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:20:13.957Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:20:13.957Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-27T04:20:13.957Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666844173920,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-10-27T04:20:13.958Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:20:13.958Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-27T04:20:13.958Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666844173920,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:20:13.958Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:20:13.958Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-27T04:20:13.958Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666844173920,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-10-27T04:20:13.958Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:20:13.958Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-27T04:20:13.958Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666844260349,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-27T04:20:13.958Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-27T04:20:13.959Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-27T04:20:13.959Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666844262649,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-10-27T04:20:13.959Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-27T04:20:13.959Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-27T04:20:13.959Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666844263703,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-10-27T04:20:13.959Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-27T04:20:13.959Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-27T04:20:13.959Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666844264794,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-10-27T04:20:13.959Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-27T04:20:13.960Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-27T04:20:13.960Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666844265891,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-10-27T04:20:13.960Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-27T04:20:13.960Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-27T04:20:13.960Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666844266894,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-10-27T04:20:13.960Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-27T04:20:13.960Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-27T04:20:13.960Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666844267898,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-10-27T04:20:13.960Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-27T04:20:13.960Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-27T04:20:13.960Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666844268901,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-27T04:20:13.960Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-27T04:20:14.825Z|35eb2bea-0de3-4ab6-a262-299f7498d599|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-10-27T04:20:14.825Z|35eb2bea-0de3-4ab6-a262-299f7498d599|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-10-27T04:20:14.825Z|35eb2bea-0de3-4ab6-a262-299f7498d599|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-27T04:20:14.825Z|35eb2bea-0de3-4ab6-a262-299f7498d599|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-27T04:20:14.827Z|35eb2bea-0de3-4ab6-a262-299f7498d599|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-27T04:20:14.827Z|35eb2bea-0de3-4ab6-a262-299f7498d599|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "35eb2bea-0de3-4ab6-a262-299f7498d599",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666844414824,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-10-27T04:20:14.927Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-27T04:20:14.928Z||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-10-27T04:20:14.928Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WdsfDHbwDbLQzANJ) ...
2022-10-27T04:20:14.942Z||pool-84-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-27T04:20:14.943Z||pool-84-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-10-27T04:20:15.831Z|35eb2bea-0de3-4ab6-a262-299f7498d599|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-10-27T04:20:15.832Z|35eb2bea-0de3-4ab6-a262-299f7498d599|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-10-27T04:20:15.832Z|35eb2bea-0de3-4ab6-a262-299f7498d599|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-27T04:20:15.832Z|35eb2bea-0de3-4ab6-a262-299f7498d599|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-27T04:20:15.834Z|35eb2bea-0de3-4ab6-a262-299f7498d599|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-27T04:20:15.834Z|35eb2bea-0de3-4ab6-a262-299f7498d599|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "35eb2bea-0de3-4ab6-a262-299f7498d599",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666844415831,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2022-10-27T04:20:15.935Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-27T04:20:15.936Z||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-10-27T04:20:15.936Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WdsfDHbwDbLQzANJ) ...
2022-10-27T04:20:15.950Z||pool-85-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-27T04:20:15.950Z||pool-85-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-10-27T04:20:16.836Z|35eb2bea-0de3-4ab6-a262-299f7498d599|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-10-27T04:20:16.836Z|35eb2bea-0de3-4ab6-a262-299f7498d599|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-10-27T04:20:16.837Z|35eb2bea-0de3-4ab6-a262-299f7498d599|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-27T04:20:16.837Z|35eb2bea-0de3-4ab6-a262-299f7498d599|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-27T04:20:16.839Z|35eb2bea-0de3-4ab6-a262-299f7498d599|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-27T04:20:16.839Z|35eb2bea-0de3-4ab6-a262-299f7498d599|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "35eb2bea-0de3-4ab6-a262-299f7498d599",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666844416836,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2022-10-27T04:20:16.939Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-27T04:20:16.939Z||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-10-27T04:20:16.940Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WdsfDHbwDbLQzANJ) ...
2022-10-27T04:20:16.957Z||pool-86-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-27T04:20:16.957Z||pool-86-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-10-27T04:20:17.840Z|35eb2bea-0de3-4ab6-a262-299f7498d599|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-10-27T04:20:17.840Z|35eb2bea-0de3-4ab6-a262-299f7498d599|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-10-27T04:20:17.840Z|35eb2bea-0de3-4ab6-a262-299f7498d599|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-27T04:20:17.840Z|35eb2bea-0de3-4ab6-a262-299f7498d599|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-27T04:20:17.842Z|35eb2bea-0de3-4ab6-a262-299f7498d599|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-27T04:20:17.842Z|35eb2bea-0de3-4ab6-a262-299f7498d599|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "35eb2bea-0de3-4ab6-a262-299f7498d599",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666844417839,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-27T04:20:17.942Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-27T04:20:17.943Z||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-10-27T04:20:17.943Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WdsfDHbwDbLQzANJ) ...
2022-10-27T04:20:17.957Z||pool-87-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-27T04:20:17.958Z||pool-87-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-10-27T04:20:18.842Z|35eb2bea-0de3-4ab6-a262-299f7498d599|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 35eb2bea-0de3-4ab6-a262-299f7498d599
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-27T04:20:18.850Z|35eb2bea-0de3-4ab6-a262-299f7498d599|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 35eb2bea-0de3-4ab6-a262-299f7498d599
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-10-27T04:20:18.852Z|35eb2bea-0de3-4ab6-a262-299f7498d599|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-27T04:20:18.852Z|35eb2bea-0de3-4ab6-a262-299f7498d599|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-10-27T04:20:18.852Z|35eb2bea-0de3-4ab6-a262-299f7498d599|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-10-27T04:20:18.852Z|35eb2bea-0de3-4ab6-a262-299f7498d599|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-10-27T04:20:18.852Z|35eb2bea-0de3-4ab6-a262-299f7498d599|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-27T04:20:18.852Z|35eb2bea-0de3-4ab6-a262-299f7498d599|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-27T04:20:18.852Z|35eb2bea-0de3-4ab6-a262-299f7498d599|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-27T04:20:18.852Z|35eb2bea-0de3-4ab6-a262-299f7498d599|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-27T04:20:18.852Z|35eb2bea-0de3-4ab6-a262-299f7498d599|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-27T04:20:18.853Z|35eb2bea-0de3-4ab6-a262-299f7498d599|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-27T04:20:18.853Z|35eb2bea-0de3-4ab6-a262-299f7498d599|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-10-27T04:20:18.855Z|35eb2bea-0de3-4ab6-a262-299f7498d599|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-10-27T04:20:48.856Z|35eb2bea-0de3-4ab6-a262-299f7498d599|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 35eb2bea-0de3-4ab6-a262-299f7498d599 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-10-27T04:20:48.860Z|35eb2bea-0de3-4ab6-a262-299f7498d599|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 35eb2bea-0de3-4ab6-a262-299f7498d599 and serviceModelVersionId: e8df78de-3e44-4d38-9526-e47fa057e12c
2022-10-27T04:20:48.860Z|35eb2bea-0de3-4ab6-a262-299f7498d599|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : dd391af5-76c4-461b-bf7a-fd25f9f048c1
2022-10-27T04:20:48.860Z|35eb2bea-0de3-4ab6-a262-299f7498d599|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/dd391af5-76c4-461b-bf7a-fd25f9f048c1/model-vers/model-ver/e8df78de-3e44-4d38-9526-e47fa057e12c?depth=0
2022-10-27T04:20:48.864Z|35eb2bea-0de3-4ab6-a262-299f7498d599|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2022-10-27T04:20:48.902Z|35eb2bea-0de3-4ab6-a262-299f7498d599|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/dd391af5-76c4-461b-bf7a-fd25f9f048c1/model-vers/model-ver/e8df78de-3e44-4d38-9526-e47fa057e12c?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-10-27T04:20:48.903Z|35eb2bea-0de3-4ab6-a262-299f7498d599|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dd391af5-76c4-461b-bf7a-fd25f9f048c1/model-vers/model-ver/e8df78de-3e44-4d38-9526-e47fa057e12c?depth=0|INFO|500||Invoke
2022-10-27T04:20:48.921Z|35eb2bea-0de3-4ab6-a262-299f7498d599|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dd391af5-76c4-461b-bf7a-fd25f9f048c1/model-vers/model-ver/e8df78de-3e44-4d38-9526-e47fa057e12c?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-10-27T04:20:49.012Z|35eb2bea-0de3-4ab6-a262-299f7498d599|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dd391af5-76c4-461b-bf7a-fd25f9f048c1/model-vers/model-ver/e8df78de-3e44-4d38-9526-e47fa057e12c?depth=0|INFO|500||InvokeReturn
2022-10-27T04:20:49.013Z|35eb2bea-0de3-4ab6-a262-299f7498d599|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/dd391af5-76c4-461b-bf7a-fd25f9f048c1/model-vers/model-ver/e8df78de-3e44-4d38-9526-e47fa057e12c?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-221027-04:20:49:586-14864], vertex-id=[180224], Content-Length=[0], Date=[Thu, 27 Oct 2022 04:20:49 GMT], Content-Type=[application/json]}
2022-10-27T04:20:49.013Z|35eb2bea-0de3-4ab6-a262-299f7498d599|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity.
2022-10-27T04:20:49.013Z|35eb2bea-0de3-4ab6-a262-299f7498d599|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-10-27T04:20:49.014Z|35eb2bea-0de3-4ab6-a262-299f7498d599|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-10-27T04:20:49.017Z|35eb2bea-0de3-4ab6-a262-299f7498d599|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-10-27T04:20:49.017Z|35eb2bea-0de3-4ab6-a262-299f7498d599|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 35eb2bea-0de3-4ab6-a262-299f7498d599 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-10-27T04:20:49.018Z|35eb2bea-0de3-4ab6-a262-299f7498d599|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-10-27T04:20:49.018Z|35eb2bea-0de3-4ab6-a262-299f7498d599|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-10-27T04:20:49.020Z|35eb2bea-0de3-4ab6-a262-299f7498d599|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-27T04:20:49.020Z|35eb2bea-0de3-4ab6-a262-299f7498d599|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "35eb2bea-0de3-4ab6-a262-299f7498d599",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666844449017,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-10-27T04:20:49.120Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-27T04:20:49.121Z||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-10-27T04:20:49.121Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WdsfDHbwDbLQzANJ) ...
2022-10-27T04:20:49.143Z||pool-88-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-27T04:20:49.144Z||pool-88-thread-1|||||INFO|500||cambria reply ok (24 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-10-27T04:20:50.032Z|35eb2bea-0de3-4ab6-a262-299f7498d599|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T04:20:50.033Z|35eb2bea-0de3-4ab6-a262-299f7498d599|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-10-27T04:20:50.033Z|35eb2bea-0de3-4ab6-a262-299f7498d599|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 WdsfDHbwDbLQzANJ) ...
2022-10-27T04:20:59.585Z|35eb2bea-0de3-4ab6-a262-299f7498d599|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-27T04:20:59.585Z|35eb2bea-0de3-4ab6-a262-299f7498d599|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T04:20:59.586Z|35eb2bea-0de3-4ab6-a262-299f7498d599|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-10-27T04:20:59.586Z|35eb2bea-0de3-4ab6-a262-299f7498d599|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 WdsfDHbwDbLQzANJ) ...
2022-10-27T04:21:09.129Z|35eb2bea-0de3-4ab6-a262-299f7498d599|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-27T04:21:09.130Z|35eb2bea-0de3-4ab6-a262-299f7498d599|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T04:21:09.130Z|35eb2bea-0de3-4ab6-a262-299f7498d599|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-10-27T04:21:09.130Z|35eb2bea-0de3-4ab6-a262-299f7498d599|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 WdsfDHbwDbLQzANJ) ...
2022-10-27T04:21:13.924Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T04:21:13.925Z||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-10-27T04:21:13.925Z||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 WdsfDHbwDbLQzANJ) ...
2022-10-27T04:21:13.950Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-27T04:21:13.951Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-27T04:21:13.951Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bc0ae21b-0cb4-44ba-9e41-9dedd3fedd85",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666844390219,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-10-27T04:21:13.952Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-27T04:21:13.952Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-27T04:21:13.952Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35eb2bea-0de3-4ab6-a262-299f7498d599",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666844391235,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:21:13.952Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:21:13.952Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-27T04:21:13.952Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35eb2bea-0de3-4ab6-a262-299f7498d599",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666844391235,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-10-27T04:21:13.953Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:21:13.953Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-27T04:21:13.953Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35eb2bea-0de3-4ab6-a262-299f7498d599",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666844391235,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-10-27T04:21:13.953Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:21:13.953Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-27T04:21:13.953Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35eb2bea-0de3-4ab6-a262-299f7498d599",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666844391235,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-10-27T04:21:13.954Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:21:13.954Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-27T04:21:13.954Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35eb2bea-0de3-4ab6-a262-299f7498d599",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666844391235,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-10-27T04:21:13.954Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:21:13.954Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-27T04:21:13.954Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35eb2bea-0de3-4ab6-a262-299f7498d599",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666844391235,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:21:13.954Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:21:13.955Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-27T04:21:13.955Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35eb2bea-0de3-4ab6-a262-299f7498d599",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666844391235,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-10-27T04:21:13.955Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:21:13.955Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-27T04:21:13.955Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35eb2bea-0de3-4ab6-a262-299f7498d599",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666844391235,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:21:13.955Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:21:13.955Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-27T04:21:13.956Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35eb2bea-0de3-4ab6-a262-299f7498d599",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666844391235,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-10-27T04:21:13.956Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:21:13.956Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-27T04:21:13.956Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35eb2bea-0de3-4ab6-a262-299f7498d599",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666844404867,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-27T04:21:13.956Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-27T04:21:13.956Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-27T04:21:13.957Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35eb2bea-0de3-4ab6-a262-299f7498d599",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666844407478,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2022-10-27T04:21:13.957Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-27T04:21:13.957Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-27T04:21:13.957Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35eb2bea-0de3-4ab6-a262-299f7498d599",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666844408538,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-10-27T04:21:13.957Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-27T04:21:13.957Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-27T04:21:13.957Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35eb2bea-0de3-4ab6-a262-299f7498d599",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666844409608,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-10-27T04:21:13.958Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-27T04:21:13.958Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-27T04:21:13.958Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35eb2bea-0de3-4ab6-a262-299f7498d599",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666844410666,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-10-27T04:21:13.958Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-27T04:21:13.958Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-27T04:21:13.958Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35eb2bea-0de3-4ab6-a262-299f7498d599",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666844411717,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-10-27T04:21:13.958Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-27T04:21:13.959Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-27T04:21:13.959Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35eb2bea-0de3-4ab6-a262-299f7498d599",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666844412817,
  "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-10-27T04:21:13.959Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-27T04:21:18.705Z|35eb2bea-0de3-4ab6-a262-299f7498d599|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-27T04:21:18.706Z|35eb2bea-0de3-4ab6-a262-299f7498d599|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T04:21:18.707Z|35eb2bea-0de3-4ab6-a262-299f7498d599|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-10-27T04:21:18.707Z|35eb2bea-0de3-4ab6-a262-299f7498d599|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 WdsfDHbwDbLQzANJ) ...
2022-10-27T04:21:28.254Z|35eb2bea-0de3-4ab6-a262-299f7498d599|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-27T04:22:13.920Z|35eb2bea-0de3-4ab6-a262-299f7498d599|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T04:22:13.920Z|35eb2bea-0de3-4ab6-a262-299f7498d599|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-10-27T04:22:13.920Z|35eb2bea-0de3-4ab6-a262-299f7498d599|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 WdsfDHbwDbLQzANJ) ...
2022-10-27T04:22:13.923Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T04:22:13.924Z||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-10-27T04:22:13.924Z||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 WdsfDHbwDbLQzANJ) ...
2022-10-27T04:22:13.954Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-27T04:22:13.954Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-27T04:22:13.954Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35eb2bea-0de3-4ab6-a262-299f7498d599",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666844413821,
  "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-10-27T04:22:13.955Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-27T04:22:23.490Z|35eb2bea-0de3-4ab6-a262-299f7498d599|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-27T04:23:13.920Z|35eb2bea-0de3-4ab6-a262-299f7498d599|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T04:23:13.920Z|35eb2bea-0de3-4ab6-a262-299f7498d599|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-10-27T04:23:13.920Z|35eb2bea-0de3-4ab6-a262-299f7498d599|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 WdsfDHbwDbLQzANJ) ...
2022-10-27T04:23:13.923Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T04:23:13.924Z||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-10-27T04:23:13.924Z||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 WdsfDHbwDbLQzANJ) ...
2022-10-27T04:23:14.455Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-27T04:23:14.455Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:23:14.455Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35eb2bea-0de3-4ab6-a262-299f7498d599",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666844414824,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-10-27T04:23:14.456Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-27T04:23:14.456Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:23:14.456Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35eb2bea-0de3-4ab6-a262-299f7498d599",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666844415831,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2022-10-27T04:23:14.457Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-27T04:23:14.457Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:23:14.457Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35eb2bea-0de3-4ab6-a262-299f7498d599",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666844416836,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2022-10-27T04:23:14.457Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-27T04:23:14.457Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:23:14.457Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35eb2bea-0de3-4ab6-a262-299f7498d599",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666844417839,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-27T04:23:14.457Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-27T04:23:14.457Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:23:14.457Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "35eb2bea-0de3-4ab6-a262-299f7498d599",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666844449017,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-10-27T04:23:14.458Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-27T04:23:23.477Z|35eb2bea-0de3-4ab6-a262-299f7498d599|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-27T04:24:13.920Z|35eb2bea-0de3-4ab6-a262-299f7498d599|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T04:24:13.921Z|35eb2bea-0de3-4ab6-a262-299f7498d599|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-10-27T04:24:13.921Z|35eb2bea-0de3-4ab6-a262-299f7498d599|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 WdsfDHbwDbLQzANJ) ...
2022-10-27T04:24:13.924Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T04:24:13.924Z||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-10-27T04:24:13.924Z||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 WdsfDHbwDbLQzANJ) ...
2022-10-27T04:24:23.467Z|35eb2bea-0de3-4ab6-a262-299f7498d599|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-27T04:24:23.467Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-27T04:25:13.920Z|35eb2bea-0de3-4ab6-a262-299f7498d599|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T04:25:13.921Z|35eb2bea-0de3-4ab6-a262-299f7498d599|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-10-27T04:25:13.921Z|35eb2bea-0de3-4ab6-a262-299f7498d599|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 WdsfDHbwDbLQzANJ) ...
2022-10-27T04:25:13.923Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T04:25:13.924Z||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-10-27T04:25:13.925Z||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 WdsfDHbwDbLQzANJ) ...
2022-10-27T04:25:23.468Z|35eb2bea-0de3-4ab6-a262-299f7498d599|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-27T04:25:23.469Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-27T04:26:13.920Z|35eb2bea-0de3-4ab6-a262-299f7498d599|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T04:26:13.921Z|35eb2bea-0de3-4ab6-a262-299f7498d599|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-10-27T04:26:13.921Z|35eb2bea-0de3-4ab6-a262-299f7498d599|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 WdsfDHbwDbLQzANJ) ...
2022-10-27T04:26:13.923Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T04:26:13.924Z||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-10-27T04:26:13.924Z||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 WdsfDHbwDbLQzANJ) ...
2022-10-27T04:26:23.466Z|35eb2bea-0de3-4ab6-a262-299f7498d599|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-27T04:26:23.466Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-27T04:27:13.920Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T04:27:13.924Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T04:27:13.925Z||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-10-27T04:27:13.925Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-27T04:27:13.926Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WdsfDHbwDbLQzANJ) ...
2022-10-27T04:27:13.925Z||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 WdsfDHbwDbLQzANJ) ...
2022-10-27T04:27:23.476Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-27T04:27:23.479Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-27T04:28:13.920Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T04:28:13.921Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-27T04:28:13.921Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WdsfDHbwDbLQzANJ) ...
2022-10-27T04:28:13.923Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T04:28:13.924Z||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-10-27T04:28:13.924Z||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 WdsfDHbwDbLQzANJ) ...
2022-10-27T04:28:14.552Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-27T04:28:14.553Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-27T04:28:14.553Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"a6477971-aad4-4a77-8142-f3d91258fdc2","serviceName":"Demo_pNF_jJO1yd8xyjpQeTRK6Q7J","serviceVersion":"1.0","serviceUUID":"21e96a10-0a94-43dd-968b-20c5930f44da","serviceDescription":"catalog service description","serviceInvariantUUID":"6b808df0-e41c-4d8e-89ed-3928c5615349","resources":[{"resourceInstanceName":"pNF e414da03-4062 0","resourceName":"pNF e414da03-4062","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"ebf62837-e702-4b00-8b86-3f2415e72694","resourceInvariantUUID":"85cb8d4f-e2e5-4cf8-a2e0-29251b070a30","resourceCustomizationUUID":"1a3d3216-f7d5-464b-ad5d-ff5fa03dd348","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfJjo1yd8xyjpqetrk6q7j/1.0/resourceInstances/pnfe414da0340620/artifacts/vf-license-model.xml","artifactChecksum":"M2M3YWIwOWY2MDY1MTljMjY2MDVmZmMxZGU3ZjdhYjE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"5d869fa8-a494-4a16-9944-61ba179cbf94","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfJjo1yd8xyjpqetrk6q7j/1.0/resourceInstances/pnfe414da0340620/artifacts/pNF.csar","artifactChecksum":"NTMzMjA4MzU3ZmM0Y2I3YTA4M2NmZGNkNjg0NDJjZDQ\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"43f96f5d-4ed3-46ed-9c46-50e378423ced","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfJjo1yd8xyjpqetrk6q7j/1.0/resourceInstances/pnfe414da0340620/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"2ca9e8b9-4e12-44d2-a798-b81d42b67f49","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfJjo1yd8xyjpqetrk6q7j/1.0/resourceInstances/pnfe414da0340620/artifacts/vendor-license-model.xml","artifactChecksum":"ZGY3MGZiZTE1OTQ3ZjliNzAwNWYxMzI3YjIxNDBlOGQ\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"c008e789-18fb-41ad-8959-beb5aca8abcd","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfJjo1yd8xyjpqetrk6q7j/1.0/resourceInstances/pnfe414da0340620/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"b0386cf0-8a35-4ee2-8cb8-2c17827dce70","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfJjo1yd8xyjpqetrk6q7j/1.0/resourceInstances/pnfe414da0340620/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"6891ef94-5c67-4ef8-abf2-7ebfab041f2d","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfJjo1yd8xyjpqetrk6q7j-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfJjo1yd8xyjpqetrk6q7j/1.0/artifacts/service-DemoPnfJjo1yd8xyjpqetrk6q7j-template.yml","artifactChecksum":"MTRmZjA2MWYzN2MwNmI2YmFlNmUwODBkN2Y4YzY5ZGI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"1c0dd43b-78de-457a-8708-83c6585e6e1d","artifactVersion":"1"},{"artifactName":"service-DemoPnfJjo1yd8xyjpqetrk6q7j-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfJjo1yd8xyjpqetrk6q7j/1.0/artifacts/service-DemoPnfJjo1yd8xyjpqetrk6q7j-csar.csar","artifactChecksum":"OWU5MDZiOWUyY2Q5N2ZhMTBjNGIzNmM2ZjVkNjhmYjU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"f436c8d6-c327-4cbd-a0d1-5ecf26215290","artifactVersion":"1"}],"workloadContext":"Production"}
2022-10-27T04:28:14.556Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-27T04:28:14.557Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-10-27T04:28:14.567Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-27T04:28:14.568Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-27T04:28:14.568Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6477971-aad4-4a77-8142-f3d91258fdc2",
  "consumerID": "aai-ml",
  "timestamp": 1666844859816,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJjo1yd8xyjpqetrk6q7j/1.0/resourceInstances/pnfe414da0340620/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:28:14.569Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:28:14.569Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-27T04:28:14.569Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6477971-aad4-4a77-8142-f3d91258fdc2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666844862491,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJjo1yd8xyjpqetrk6q7j/1.0/resourceInstances/pnfe414da0340620/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:28:14.569Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:28:14.570Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-27T04:28:14.570Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6477971-aad4-4a77-8142-f3d91258fdc2",
  "consumerID": "aai-ml",
  "timestamp": 1666844859816,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJjo1yd8xyjpqetrk6q7j/1.0/resourceInstances/pnfe414da0340620/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:28:14.570Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-27T04:28:14.570Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "a6477971-aad4-4a77-8142-f3d91258fdc2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666844893920,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJjo1yd8xyjpqetrk6q7j/1.0/resourceInstances/pnfe414da0340620/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:28:14.570Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:28:14.570Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-27T04:28:14.570Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6477971-aad4-4a77-8142-f3d91258fdc2",
  "consumerID": "cds",
  "timestamp": 1666844863029,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJjo1yd8xyjpqetrk6q7j/1.0/resourceInstances/pnfe414da0340620/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:28:14.571Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:28:14.571Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-27T04:28:14.571Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6477971-aad4-4a77-8142-f3d91258fdc2",
  "consumerID": "clamp",
  "timestamp": 1666844863374,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJjo1yd8xyjpqetrk6q7j/1.0/resourceInstances/pnfe414da0340620/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:28:14.571Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:28:14.571Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-27T04:28:14.571Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6477971-aad4-4a77-8142-f3d91258fdc2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666844862491,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJjo1yd8xyjpqetrk6q7j/1.0/resourceInstances/pnfe414da0340620/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:28:14.572Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:28:14.572Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-27T04:28:14.572Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6477971-aad4-4a77-8142-f3d91258fdc2",
  "consumerID": "aai-ml",
  "timestamp": 1666844859816,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJjo1yd8xyjpqetrk6q7j/1.0/resourceInstances/pnfe414da0340620/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:28:14.572Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:28:14.572Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-27T04:28:14.572Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6477971-aad4-4a77-8142-f3d91258fdc2",
  "consumerID": "cds",
  "timestamp": 1666844863029,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJjo1yd8xyjpqetrk6q7j/1.0/resourceInstances/pnfe414da0340620/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:28:14.573Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:28:14.573Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-27T04:28:14.573Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6477971-aad4-4a77-8142-f3d91258fdc2",
  "consumerID": "clamp",
  "timestamp": 1666844863374,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJjo1yd8xyjpqetrk6q7j/1.0/resourceInstances/pnfe414da0340620/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:28:14.573Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:28:14.573Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-27T04:28:14.573Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6477971-aad4-4a77-8142-f3d91258fdc2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666844862491,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJjo1yd8xyjpqetrk6q7j/1.0/resourceInstances/pnfe414da0340620/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:28:14.573Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:28:14.574Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-27T04:28:14.574Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6477971-aad4-4a77-8142-f3d91258fdc2",
  "consumerID": "aai-ml",
  "timestamp": 1666844859816,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJjo1yd8xyjpqetrk6q7j/1.0/resourceInstances/pnfe414da0340620/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:28:14.574Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:28:14.574Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-27T04:28:14.574Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6477971-aad4-4a77-8142-f3d91258fdc2",
  "consumerID": "cds",
  "timestamp": 1666844863029,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJjo1yd8xyjpqetrk6q7j/1.0/resourceInstances/pnfe414da0340620/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:28:14.574Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:28:14.575Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-27T04:28:14.575Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6477971-aad4-4a77-8142-f3d91258fdc2",
  "consumerID": "clamp",
  "timestamp": 1666844863374,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJjo1yd8xyjpqetrk6q7j/1.0/resourceInstances/pnfe414da0340620/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:28:14.575Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:28:14.575Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-27T04:28:14.575Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6477971-aad4-4a77-8142-f3d91258fdc2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666844862491,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJjo1yd8xyjpqetrk6q7j/1.0/resourceInstances/pnfe414da0340620/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:28:14.575Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:28:14.575Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-27T04:28:14.575Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6477971-aad4-4a77-8142-f3d91258fdc2",
  "consumerID": "aai-ml",
  "timestamp": 1666844859816,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJjo1yd8xyjpqetrk6q7j/1.0/resourceInstances/pnfe414da0340620/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:28:14.576Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:28:14.576Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-27T04:28:14.576Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6477971-aad4-4a77-8142-f3d91258fdc2",
  "consumerID": "cds",
  "timestamp": 1666844863029,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJjo1yd8xyjpqetrk6q7j/1.0/resourceInstances/pnfe414da0340620/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:28:14.576Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:28:14.576Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-27T04:28:14.576Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6477971-aad4-4a77-8142-f3d91258fdc2",
  "consumerID": "clamp",
  "timestamp": 1666844863374,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJjo1yd8xyjpqetrk6q7j/1.0/resourceInstances/pnfe414da0340620/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:28:14.576Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:28:14.576Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-27T04:28:14.576Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6477971-aad4-4a77-8142-f3d91258fdc2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666844862491,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJjo1yd8xyjpqetrk6q7j/1.0/resourceInstances/pnfe414da0340620/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:28:14.577Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:28:14.577Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-27T04:28:14.577Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6477971-aad4-4a77-8142-f3d91258fdc2",
  "consumerID": "aai-ml",
  "timestamp": 1666844859816,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJjo1yd8xyjpqetrk6q7j/1.0/resourceInstances/pnfe414da0340620/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:28:14.577Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:28:14.577Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-27T04:28:14.577Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6477971-aad4-4a77-8142-f3d91258fdc2",
  "consumerID": "cds",
  "timestamp": 1666844863029,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJjo1yd8xyjpqetrk6q7j/1.0/resourceInstances/pnfe414da0340620/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:28:14.577Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:28:14.577Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-27T04:28:14.578Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6477971-aad4-4a77-8142-f3d91258fdc2",
  "consumerID": "clamp",
  "timestamp": 1666844863374,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJjo1yd8xyjpqetrk6q7j/1.0/resourceInstances/pnfe414da0340620/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:28:14.578Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:28:14.578Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-27T04:28:14.578Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6477971-aad4-4a77-8142-f3d91258fdc2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666844862491,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJjo1yd8xyjpqetrk6q7j/1.0/resourceInstances/pnfe414da0340620/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-10-27T04:28:14.578Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:28:14.578Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-27T04:28:14.578Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6477971-aad4-4a77-8142-f3d91258fdc2",
  "consumerID": "policy-id",
  "timestamp": 1666844867658,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJjo1yd8xyjpqetrk6q7j/1.0/resourceInstances/pnfe414da0340620/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:28:14.578Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:28:14.578Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-27T04:28:14.579Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6477971-aad4-4a77-8142-f3d91258fdc2",
  "consumerID": "aai-ml",
  "timestamp": 1666844859816,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJjo1yd8xyjpqetrk6q7j/1.0/artifacts/service-DemoPnfJjo1yd8xyjpqetrk6q7j-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:28:14.579Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:28:14.579Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-27T04:28:14.579Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6477971-aad4-4a77-8142-f3d91258fdc2",
  "consumerID": "cds",
  "timestamp": 1666844863029,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJjo1yd8xyjpqetrk6q7j/1.0/resourceInstances/pnfe414da0340620/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:28:14.579Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:28:14.579Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-27T04:28:14.579Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6477971-aad4-4a77-8142-f3d91258fdc2",
  "consumerID": "clamp",
  "timestamp": 1666844863374,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJjo1yd8xyjpqetrk6q7j/1.0/resourceInstances/pnfe414da0340620/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:28:14.579Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:28:14.580Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-27T04:28:14.580Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6477971-aad4-4a77-8142-f3d91258fdc2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666844862491,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJjo1yd8xyjpqetrk6q7j/1.0/artifacts/service-DemoPnfJjo1yd8xyjpqetrk6q7j-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:28:14.580Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:28:14.580Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-27T04:28:14.580Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6477971-aad4-4a77-8142-f3d91258fdc2",
  "consumerID": "policy-id",
  "timestamp": 1666844867658,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJjo1yd8xyjpqetrk6q7j/1.0/resourceInstances/pnfe414da0340620/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:28:14.580Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:28:14.580Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-27T04:28:14.580Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6477971-aad4-4a77-8142-f3d91258fdc2",
  "consumerID": "aai-ml",
  "timestamp": 1666844859816,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJjo1yd8xyjpqetrk6q7j/1.0/artifacts/service-DemoPnfJjo1yd8xyjpqetrk6q7j-csar.csar",
  "status": "NOTIFIED"
}
2022-10-27T04:28:14.581Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:28:14.581Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-27T04:28:14.581Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6477971-aad4-4a77-8142-f3d91258fdc2",
  "consumerID": "cds",
  "timestamp": 1666844863029,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJjo1yd8xyjpqetrk6q7j/1.0/artifacts/service-DemoPnfJjo1yd8xyjpqetrk6q7j-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:28:14.581Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:28:14.581Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-27T04:28:14.581Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6477971-aad4-4a77-8142-f3d91258fdc2",
  "consumerID": "clamp",
  "timestamp": 1666844863374,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJjo1yd8xyjpqetrk6q7j/1.0/artifacts/service-DemoPnfJjo1yd8xyjpqetrk6q7j-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:28:14.581Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:28:14.582Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-27T04:28:14.582Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6477971-aad4-4a77-8142-f3d91258fdc2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666844862491,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJjo1yd8xyjpqetrk6q7j/1.0/artifacts/service-DemoPnfJjo1yd8xyjpqetrk6q7j-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:28:14.582Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:28:14.582Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-27T04:28:14.582Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6477971-aad4-4a77-8142-f3d91258fdc2",
  "consumerID": "policy-id",
  "timestamp": 1666844867658,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJjo1yd8xyjpqetrk6q7j/1.0/resourceInstances/pnfe414da0340620/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:28:14.582Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:28:14.582Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-27T04:28:14.582Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6477971-aad4-4a77-8142-f3d91258fdc2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666844870987,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJjo1yd8xyjpqetrk6q7j/1.0/resourceInstances/pnfe414da0340620/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:28:14.582Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:28:14.583Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-27T04:28:14.583Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6477971-aad4-4a77-8142-f3d91258fdc2",
  "consumerID": "aai-ml",
  "timestamp": 1666844870576,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJjo1yd8xyjpqetrk6q7j/1.0/artifacts/service-DemoPnfJjo1yd8xyjpqetrk6q7j-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-27T04:28:14.583Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-27T04:28:14.583Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-27T04:28:14.583Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6477971-aad4-4a77-8142-f3d91258fdc2",
  "consumerID": "cds",
  "timestamp": 1666844863029,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJjo1yd8xyjpqetrk6q7j/1.0/artifacts/service-DemoPnfJjo1yd8xyjpqetrk6q7j-csar.csar",
  "status": "NOTIFIED"
}
2022-10-27T04:28:14.583Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:28:14.583Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-27T04:28:14.583Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6477971-aad4-4a77-8142-f3d91258fdc2",
  "consumerID": "clamp",
  "timestamp": 1666844863374,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJjo1yd8xyjpqetrk6q7j/1.0/artifacts/service-DemoPnfJjo1yd8xyjpqetrk6q7j-csar.csar",
  "status": "NOTIFIED"
}
2022-10-27T04:28:14.583Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:28:14.584Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-27T04:28:14.584Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6477971-aad4-4a77-8142-f3d91258fdc2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666844871227,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJjo1yd8xyjpqetrk6q7j/1.0/resourceInstances/pnfe414da0340620/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-10-27T04:28:14.584Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-27T04:28:14.584Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-27T04:28:14.584Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6477971-aad4-4a77-8142-f3d91258fdc2",
  "consumerID": "policy-id",
  "timestamp": 1666844867658,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJjo1yd8xyjpqetrk6q7j/1.0/resourceInstances/pnfe414da0340620/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:28:14.584Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:28:14.584Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-27T04:28:14.584Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6477971-aad4-4a77-8142-f3d91258fdc2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666844870987,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJjo1yd8xyjpqetrk6q7j/1.0/resourceInstances/pnfe414da0340620/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:28:14.585Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:28:14.585Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-27T04:28:14.585Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6477971-aad4-4a77-8142-f3d91258fdc2",
  "consumerID": "cds",
  "timestamp": 1666844871766,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJjo1yd8xyjpqetrk6q7j/1.0/artifacts/service-DemoPnfJjo1yd8xyjpqetrk6q7j-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-27T04:28:14.585Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-27T04:28:14.585Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-27T04:28:14.585Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6477971-aad4-4a77-8142-f3d91258fdc2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666844872262,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJjo1yd8xyjpqetrk6q7j/1.0/resourceInstances/pnfe414da0340620/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-10-27T04:28:14.585Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-27T04:28:14.585Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-27T04:28:14.586Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6477971-aad4-4a77-8142-f3d91258fdc2",
  "consumerID": "policy-id",
  "timestamp": 1666844867658,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJjo1yd8xyjpqetrk6q7j/1.0/resourceInstances/pnfe414da0340620/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:28:14.586Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:28:14.586Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-27T04:28:14.586Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6477971-aad4-4a77-8142-f3d91258fdc2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666844870987,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJjo1yd8xyjpqetrk6q7j/1.0/resourceInstances/pnfe414da0340620/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:28:14.586Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:28:14.586Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-27T04:28:14.586Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6477971-aad4-4a77-8142-f3d91258fdc2",
  "consumerID": "cds",
  "timestamp": 1666844872781,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJjo1yd8xyjpqetrk6q7j/1.0/artifacts/service-DemoPnfJjo1yd8xyjpqetrk6q7j-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-10-27T04:28:14.606Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of a6477971-aad4-4a77-8142-f3d91258fdc2
2022-10-27T04:28:14.607Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId a6477971-aad4-4a77-8142-f3d91258fdc2 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-10-27T04:28:14.613Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-27T04:28:14.613Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6477971-aad4-4a77-8142-f3d91258fdc2",
  "consumerID": "policy-id",
  "timestamp": 1666844867658,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJjo1yd8xyjpqetrk6q7j/1.0/resourceInstances/pnfe414da0340620/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:28:14.613Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:28:14.613Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-27T04:28:14.614Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6477971-aad4-4a77-8142-f3d91258fdc2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666844873265,
  "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-10-27T04:28:14.617Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of a6477971-aad4-4a77-8142-f3d91258fdc2
2022-10-27T04:28:14.617Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId a6477971-aad4-4a77-8142-f3d91258fdc2 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-10-27T04:28:14.623Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-27T04:28:14.623Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6477971-aad4-4a77-8142-f3d91258fdc2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666844870987,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJjo1yd8xyjpqetrk6q7j/1.0/resourceInstances/pnfe414da0340620/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:28:14.623Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:28:14.623Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-27T04:28:14.623Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6477971-aad4-4a77-8142-f3d91258fdc2",
  "consumerID": "policy-id",
  "timestamp": 1666844867658,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJjo1yd8xyjpqetrk6q7j/1.0/artifacts/service-DemoPnfJjo1yd8xyjpqetrk6q7j-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:28:14.623Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:28:14.624Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-27T04:28:14.624Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6477971-aad4-4a77-8142-f3d91258fdc2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666844870987,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJjo1yd8xyjpqetrk6q7j/1.0/resourceInstances/pnfe414da0340620/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:28:14.624Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:28:14.624Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-27T04:28:14.624Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6477971-aad4-4a77-8142-f3d91258fdc2",
  "consumerID": "policy-id",
  "timestamp": 1666844867658,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJjo1yd8xyjpqetrk6q7j/1.0/artifacts/service-DemoPnfJjo1yd8xyjpqetrk6q7j-csar.csar",
  "status": "NOTIFIED"
}
2022-10-27T04:28:14.624Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:28:14.624Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-27T04:28:14.624Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6477971-aad4-4a77-8142-f3d91258fdc2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666844870987,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJjo1yd8xyjpqetrk6q7j/1.0/resourceInstances/pnfe414da0340620/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:28:14.624Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:28:14.625Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-27T04:28:14.625Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6477971-aad4-4a77-8142-f3d91258fdc2",
  "consumerID": "aai-ml",
  "timestamp": 1666844875517,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJjo1yd8xyjpqetrk6q7j/1.0/artifacts/service-DemoPnfJjo1yd8xyjpqetrk6q7j-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-27T04:28:14.625Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-27T04:28:14.625Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-27T04:28:14.625Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6477971-aad4-4a77-8142-f3d91258fdc2",
  "consumerID": "policy-id",
  "timestamp": 1666844876419,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJjo1yd8xyjpqetrk6q7j/1.0/artifacts/service-DemoPnfJjo1yd8xyjpqetrk6q7j-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-27T04:28:14.625Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-27T04:28:14.625Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-27T04:28:14.625Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6477971-aad4-4a77-8142-f3d91258fdc2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666844870987,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJjo1yd8xyjpqetrk6q7j/1.0/artifacts/service-DemoPnfJjo1yd8xyjpqetrk6q7j-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:28:14.625Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:28:14.626Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-27T04:28:14.626Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6477971-aad4-4a77-8142-f3d91258fdc2",
  "consumerID": "aai-ml",
  "timestamp": 1666844876523,
  "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-10-27T04:28:14.628Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of a6477971-aad4-4a77-8142-f3d91258fdc2
2022-10-27T04:28:14.628Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId a6477971-aad4-4a77-8142-f3d91258fdc2 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-10-27T04:28:14.633Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-27T04:28:14.633Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6477971-aad4-4a77-8142-f3d91258fdc2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666844870987,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJjo1yd8xyjpqetrk6q7j/1.0/artifacts/service-DemoPnfJjo1yd8xyjpqetrk6q7j-csar.csar",
  "status": "NOTIFIED"
}
2022-10-27T04:28:14.633Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:28:14.633Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-27T04:28:14.633Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6477971-aad4-4a77-8142-f3d91258fdc2",
  "consumerID": "policy-id",
  "timestamp": 1666844877429,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJjo1yd8xyjpqetrk6q7j/1.0/artifacts/service-DemoPnfJjo1yd8xyjpqetrk6q7j-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-27T04:28:14.634Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-27T04:28:14.634Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-27T04:28:14.634Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6477971-aad4-4a77-8142-f3d91258fdc2",
  "consumerID": "clamp",
  "timestamp": 1666844878042,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJjo1yd8xyjpqetrk6q7j/1.0/artifacts/service-DemoPnfJjo1yd8xyjpqetrk6q7j-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-27T04:28:14.634Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-27T04:28:14.634Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-27T04:28:14.634Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6477971-aad4-4a77-8142-f3d91258fdc2",
  "consumerID": "policy-id",
  "timestamp": 1666844878434,
  "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-10-27T04:28:14.636Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a6477971-aad4-4a77-8142-f3d91258fdc2
2022-10-27T04:28:14.636Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId a6477971-aad4-4a77-8142-f3d91258fdc2 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-10-27T04:28:14.640Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-27T04:28:14.640Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6477971-aad4-4a77-8142-f3d91258fdc2",
  "consumerID": "clamp",
  "timestamp": 1666844879852,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJjo1yd8xyjpqetrk6q7j/1.0/artifacts/service-DemoPnfJjo1yd8xyjpqetrk6q7j-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-27T04:28:14.640Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-27T04:28:14.640Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-27T04:28:14.640Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6477971-aad4-4a77-8142-f3d91258fdc2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666844879862,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJjo1yd8xyjpqetrk6q7j/1.0/resourceInstances/pnfe414da0340620/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:28:14.641Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:28:14.641Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-27T04:28:14.641Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6477971-aad4-4a77-8142-f3d91258fdc2",
  "consumerID": "clamp",
  "timestamp": 1666844880855,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-10-27T04:28:14.643Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of a6477971-aad4-4a77-8142-f3d91258fdc2
2022-10-27T04:28:14.643Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId a6477971-aad4-4a77-8142-f3d91258fdc2 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-10-27T04:28:14.648Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-27T04:28:14.648Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6477971-aad4-4a77-8142-f3d91258fdc2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666844879862,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJjo1yd8xyjpqetrk6q7j/1.0/resourceInstances/pnfe414da0340620/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:28:14.648Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:28:14.648Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-27T04:28:14.648Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6477971-aad4-4a77-8142-f3d91258fdc2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666844879862,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJjo1yd8xyjpqetrk6q7j/1.0/resourceInstances/pnfe414da0340620/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:28:14.649Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:28:14.649Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-27T04:28:14.649Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6477971-aad4-4a77-8142-f3d91258fdc2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666844879862,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJjo1yd8xyjpqetrk6q7j/1.0/resourceInstances/pnfe414da0340620/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:28:14.649Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:28:14.649Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-27T04:28:14.649Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6477971-aad4-4a77-8142-f3d91258fdc2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666844879862,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJjo1yd8xyjpqetrk6q7j/1.0/resourceInstances/pnfe414da0340620/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:28:14.649Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:28:14.649Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-27T04:28:14.649Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6477971-aad4-4a77-8142-f3d91258fdc2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666844879862,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJjo1yd8xyjpqetrk6q7j/1.0/resourceInstances/pnfe414da0340620/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:28:14.650Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:28:14.650Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-27T04:28:14.650Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6477971-aad4-4a77-8142-f3d91258fdc2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666844879862,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJjo1yd8xyjpqetrk6q7j/1.0/artifacts/service-DemoPnfJjo1yd8xyjpqetrk6q7j-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:28:14.650Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:28:14.650Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-27T04:28:14.650Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6477971-aad4-4a77-8142-f3d91258fdc2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666844879862,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJjo1yd8xyjpqetrk6q7j/1.0/artifacts/service-DemoPnfJjo1yd8xyjpqetrk6q7j-csar.csar",
  "status": "NOTIFIED"
}
2022-10-27T04:28:14.650Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:28:14.650Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-27T04:28:14.650Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6477971-aad4-4a77-8142-f3d91258fdc2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666844888594,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJjo1yd8xyjpqetrk6q7j/1.0/artifacts/service-DemoPnfJjo1yd8xyjpqetrk6q7j-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-27T04:28:14.651Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-27T04:28:14.651Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-27T04:28:14.651Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6477971-aad4-4a77-8142-f3d91258fdc2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666844890244,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJjo1yd8xyjpqetrk6q7j/1.0/artifacts/service-DemoPnfJjo1yd8xyjpqetrk6q7j-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-27T04:28:14.651Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-27T04:28:14.651Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-27T04:28:14.651Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6477971-aad4-4a77-8142-f3d91258fdc2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666844891247,
  "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-10-27T04:28:14.653Z||pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of a6477971-aad4-4a77-8142-f3d91258fdc2
2022-10-27T04:28:14.653Z||pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId a6477971-aad4-4a77-8142-f3d91258fdc2 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-10-27T04:28:14.661Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 91 ms
2022-10-27T04:28:14.662Z||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-10-27T04:28:14.662Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WdsfDHbwDbLQzANJ) ...
2022-10-27T04:28:14.680Z||pool-89-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-27T04:28:14.680Z||pool-89-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-10-27T04:28:15.571Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-27T04:28:15.572Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-10-27T04:28:15.574Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-27T04:28:15.575Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "a6477971-aad4-4a77-8142-f3d91258fdc2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666844893920,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJjo1yd8xyjpqetrk6q7j/1.0/resourceInstances/pnfe414da0340620/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:28:15.675Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-27T04:28:15.676Z||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-10-27T04:28:15.676Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WdsfDHbwDbLQzANJ) ...
2022-10-27T04:28:15.688Z||pool-90-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-27T04:28:15.688Z||pool-90-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-10-27T04:28:16.575Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-27T04:28:16.577Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-10-27T04:28:16.578Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-27T04:28:16.578Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "a6477971-aad4-4a77-8142-f3d91258fdc2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666844893920,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJjo1yd8xyjpqetrk6q7j/1.0/resourceInstances/pnfe414da0340620/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:28:16.679Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-27T04:28:16.680Z||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-10-27T04:28:16.680Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WdsfDHbwDbLQzANJ) ...
2022-10-27T04:28:16.694Z||pool-91-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-27T04:28:16.695Z||pool-91-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-10-27T04:28:17.579Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-27T04:28:17.580Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-10-27T04:28:17.584Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-27T04:28:17.584Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "a6477971-aad4-4a77-8142-f3d91258fdc2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666844893920,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJjo1yd8xyjpqetrk6q7j/1.0/resourceInstances/pnfe414da0340620/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:28:17.685Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-27T04:28:17.686Z||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-10-27T04:28:17.686Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WdsfDHbwDbLQzANJ) ...
2022-10-27T04:28:17.700Z||pool-92-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-27T04:28:17.701Z||pool-92-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-10-27T04:28:18.585Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-27T04:28:18.586Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-10-27T04:28:18.589Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-27T04:28:18.589Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "a6477971-aad4-4a77-8142-f3d91258fdc2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666844893920,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJjo1yd8xyjpqetrk6q7j/1.0/resourceInstances/pnfe414da0340620/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:28:18.689Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-27T04:28:18.691Z||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-10-27T04:28:18.692Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WdsfDHbwDbLQzANJ) ...
2022-10-27T04:28:18.704Z||pool-93-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-27T04:28:18.705Z||pool-93-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-10-27T04:28:19.589Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-27T04:28:19.590Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-10-27T04:28:19.592Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-27T04:28:19.593Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "a6477971-aad4-4a77-8142-f3d91258fdc2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666844893920,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJjo1yd8xyjpqetrk6q7j/1.0/resourceInstances/pnfe414da0340620/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:28:19.693Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-27T04:28:19.694Z||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-10-27T04:28:19.694Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WdsfDHbwDbLQzANJ) ...
2022-10-27T04:28:19.707Z||pool-94-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-27T04:28:19.708Z||pool-94-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-10-27T04:28:20.593Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-27T04:28:20.594Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-10-27T04:28:20.596Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-27T04:28:20.597Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "a6477971-aad4-4a77-8142-f3d91258fdc2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666844893920,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJjo1yd8xyjpqetrk6q7j/1.0/artifacts/service-DemoPnfJjo1yd8xyjpqetrk6q7j-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:28:20.697Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-27T04:28:20.698Z||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-10-27T04:28:20.698Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WdsfDHbwDbLQzANJ) ...
2022-10-27T04:28:20.711Z||pool-95-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-27T04:28:20.711Z||pool-95-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-10-27T04:28:21.597Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-27T04:28:21.598Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-10-27T04:28:21.600Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-27T04:28:21.600Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "a6477971-aad4-4a77-8142-f3d91258fdc2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666844893920,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJjo1yd8xyjpqetrk6q7j/1.0/artifacts/service-DemoPnfJjo1yd8xyjpqetrk6q7j-csar.csar",
  "status": "NOTIFIED"
}
2022-10-27T04:28:21.700Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-27T04:28:21.701Z||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-10-27T04:28:21.701Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WdsfDHbwDbLQzANJ) ...
2022-10-27T04:28:21.715Z||pool-96-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-27T04:28:21.715Z||pool-96-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-10-27T04:28:22.601Z||pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "a6477971-aad4-4a77-8142-f3d91258fdc2",
  "serviceName": "Demo_pNF_jJO1yd8xyjpQeTRK6Q7J",
  "serviceVersion": "1.0",
  "serviceUUID": "21e96a10-0a94-43dd-968b-20c5930f44da",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "6b808df0-e41c-4d8e-89ed-3928c5615349",
  "resources": [
    {
      "resourceInstanceName": "pNF e414da03-4062 0",
      "resourceCustomizationUUID": "1a3d3216-f7d5-464b-ad5d-ff5fa03dd348",
      "resourceName": "pNF e414da03-4062",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "ebf62837-e702-4b00-8b86-3f2415e72694",
      "resourceInvariantUUID": "85cb8d4f-e2e5-4cf8-a2e0-29251b070a30",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfJjo1yd8xyjpqetrk6q7j-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfJjo1yd8xyjpqetrk6q7j/1.0/artifacts/service-DemoPnfJjo1yd8xyjpqetrk6q7j-csar.csar",
      "artifactChecksum": "OWU5MDZiOWUyY2Q5N2ZhMTBjNGIzNmM2ZjVkNjhmYjU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "f436c8d6-c327-4cbd-a0d1-5ecf26215290"
    }
  ],
  "workloadContext": "Production"
}
2022-10-27T04:28:22.602Z||pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-10-27T04:28:22.602Z||pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 21e96a10-0a94-43dd-968b-20c5930f44da ASDC
2022-10-27T04:28:22.603Z|a6477971-aad4-4a77-8142-f3d91258fdc2|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:a6477971-aad4-4a77-8142-f3d91258fdc2
ServiceName:Demo_pNF_jJO1yd8xyjpQeTRK6Q7J
ServiceVersion:1.0
ServiceUUID:21e96a10-0a94-43dd-968b-20c5930f44da
ServiceInvariantUUID:6b808df0-e41c-4d8e-89ed-3928c5615349
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfJjo1yd8xyjpqetrk6q7j-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfJjo1yd8xyjpqetrk6q7j/1.0/artifacts/service-DemoPnfJjo1yd8xyjpqetrk6q7j-csar.csar
ArtifactUUID:f436c8d6-c327-4cbd-a0d1-5ecf26215290
ArtifactChecksum:OWU5MDZiOWUyY2Q5N2ZhMTBjNGIzNmM2ZjVkNjhmYjU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF e414da03-4062 0
ResourceCustomizationUUID:1a3d3216-f7d5-464b-ad5d-ff5fa03dd348
ResourceInvariantUUID:85cb8d4f-e2e5-4cf8-a2e0-29251b070a30
ResourceName:pNF e414da03-4062
ResourceType:PNF
ResourceUUID:ebf62837-e702-4b00-8b86-3f2415e72694
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-10-27T04:28:22.603Z|a6477971-aad4-4a77-8142-f3d91258fdc2|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 21e96a10-0a94-43dd-968b-20c5930f44da 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-10-27T04:28:22.625Z|a6477971-aad4-4a77-8142-f3d91258fdc2|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-27T04:28:22.626Z|a6477971-aad4-4a77-8142-f3d91258fdc2|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-10-27T04:28:22.627Z|a6477971-aad4-4a77-8142-f3d91258fdc2|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-10-27T04:28:22.627Z|a6477971-aad4-4a77-8142-f3d91258fdc2|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: f436c8d6-c327-4cbd-a0d1-5ecf26215290 from URL: /sdc/v1/catalog/services/DemoPnfJjo1yd8xyjpqetrk6q7j/1.0/artifacts/service-DemoPnfJjo1yd8xyjpqetrk6q7j-csar.csar
2022-10-27T04:28:22.627Z|a6477971-aad4-4a77-8142-f3d91258fdc2|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-10-27T04:28:22.628Z|a6477971-aad4-4a77-8142-f3d91258fdc2|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfJjo1yd8xyjpqetrk6q7j/1.0/artifacts/service-DemoPnfJjo1yd8xyjpqetrk6q7j-csar.csar
2022-10-27T04:28:22.700Z|a6477971-aad4-4a77-8142-f3d91258fdc2|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-10-27T04:28:22.704Z|a6477971-aad4-4a77-8142-f3d91258fdc2|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfJjo1yd8xyjpqetrk6q7j/1.0/artifacts/service-DemoPnfJjo1yd8xyjpqetrk6q7j-csar.csar f436c8d6-c327-4cbd-a0d1-5ecf26215290 82652
2022-10-27T04:28:22.704Z|a6477971-aad4-4a77-8142-f3d91258fdc2|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfJjo1yd8xyjpqetrk6q7j/1.0/artifacts/service-DemoPnfJjo1yd8xyjpqetrk6q7j-csar.csar ASDC sendASDCNotification
2022-10-27T04:28:22.704Z|a6477971-aad4-4a77-8142-f3d91258fdc2|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfJjo1yd8xyjpqetrk6q7j/1.0/artifacts/service-DemoPnfJjo1yd8xyjpqetrk6q7j-csar.csar
2022-10-27T04:28:22.704Z|a6477971-aad4-4a77-8142-f3d91258fdc2|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-27T04:28:22.705Z|a6477971-aad4-4a77-8142-f3d91258fdc2|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-10-27T04:28:22.707Z|a6477971-aad4-4a77-8142-f3d91258fdc2|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-27T04:28:22.707Z|a6477971-aad4-4a77-8142-f3d91258fdc2|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "a6477971-aad4-4a77-8142-f3d91258fdc2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666844902704,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJjo1yd8xyjpqetrk6q7j/1.0/artifacts/service-DemoPnfJjo1yd8xyjpqetrk6q7j-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-27T04:28:22.807Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-27T04:28:22.808Z||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-10-27T04:28:22.808Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WdsfDHbwDbLQzANJ) ...
2022-10-27T04:28:22.821Z||pool-97-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-27T04:28:22.821Z||pool-97-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-10-27T04:28:23.708Z|a6477971-aad4-4a77-8142-f3d91258fdc2|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-27T04:28:23.709Z|a6477971-aad4-4a77-8142-f3d91258fdc2|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-10-27T04:28:23.709Z|a6477971-aad4-4a77-8142-f3d91258fdc2|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: f436c8d6-c327-4cbd-a0d1-5ecf26215290, URL: /sdc/v1/catalog/services/DemoPnfJjo1yd8xyjpqetrk6q7j/1.0/artifacts/service-DemoPnfJjo1yd8xyjpqetrk6q7j-csar.csar to file: /app/ASDC/1/service-DemoPnfJjo1yd8xyjpqetrk6q7j-csar.csar
2022-10-27T04:28:23.710Z|a6477971-aad4-4a77-8142-f3d91258fdc2|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfJjo1yd8xyjpqetrk6q7j-csar.csar
2022-10-27T04:28:23.711Z|a6477971-aad4-4a77-8142-f3d91258fdc2|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfJjo1yd8xyjpqetrk6q7j-csar.csar
2022-10-27T04:28:23.711Z|a6477971-aad4-4a77-8142-f3d91258fdc2|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfJjo1yd8xyjpqetrk6q7j-csar.csar
2022-10-27T04:28:23.893Z|a6477971-aad4-4a77-8142-f3d91258fdc2|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16235169345541114961/Definitions/service-DemoPnfJjo1yd8xyjpqetrk6q7j-template.yml
2022-10-27T04:28:24.749Z|a6477971-aad4-4a77-8142-f3d91258fdc2|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2022-10-27T04:28:24.749Z|a6477971-aad4-4a77-8142-f3d91258fdc2|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-10-27T04:28:24.749Z|a6477971-aad4-4a77-8142-f3d91258fdc2|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfJjo1yd8xyjpqetrk6q7j-csar.csar
2022-10-27T04:28:24.750Z|a6477971-aad4-4a77-8142-f3d91258fdc2|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-10-27T04:28:24.750Z|a6477971-aad4-4a77-8142-f3d91258fdc2|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF e414da03-4062 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-DemoPnfJjo1yd8xyjpqetrk6q7j-csar.csar
2022-10-27T04:28:24.750Z|a6477971-aad4-4a77-8142-f3d91258fdc2|pool-2-thread-7|||||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-DemoPnfJjo1yd8xyjpqetrk6q7j-csar.csar
2022-10-27T04:28:24.750Z|a6477971-aad4-4a77-8142-f3d91258fdc2|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfJjo1yd8xyjpqetrk6q7j-csar.csar
2022-10-27T04:28:24.750Z|a6477971-aad4-4a77-8142-f3d91258fdc2|pool-2-thread-7|||||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-DemoPnfJjo1yd8xyjpqetrk6q7j-csar.csar
2022-10-27T04:28:24.750Z|a6477971-aad4-4a77-8142-f3d91258fdc2|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfJjo1yd8xyjpqetrk6q7j-csar.csar
2022-10-27T04:28:24.750Z|a6477971-aad4-4a77-8142-f3d91258fdc2|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfJjo1yd8xyjpqetrk6q7j-csar.csar
2022-10-27T04:28:24.750Z|a6477971-aad4-4a77-8142-f3d91258fdc2|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfJjo1yd8xyjpqetrk6q7j-csar.csar
2022-10-27T04:28:24.750Z|a6477971-aad4-4a77-8142-f3d91258fdc2|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-10-27T04:28:24.751Z|a6477971-aad4-4a77-8142-f3d91258fdc2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-27T04:28:24.751Z|a6477971-aad4-4a77-8142-f3d91258fdc2|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_jJO1yd8xyjpQeTRK6Q7J is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-10-27T04:28:24.751Z|a6477971-aad4-4a77-8142-f3d91258fdc2|pool-2-thread-7|||||DEBUG|500||Node template pNF e414da03-4062 0 is matching search criteria
2022-10-27T04:28:24.751Z|a6477971-aad4-4a77-8142-f3d91258fdc2|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-10-27T04:28:24.751Z|a6477971-aad4-4a77-8142-f3d91258fdc2|pool-2-thread-7|||||DEBUG|500||Found topology templates [pNF e414da03-4062 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-27T04:28:24.752Z|a6477971-aad4-4a77-8142-f3d91258fdc2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-27T04:28:24.752Z|a6477971-aad4-4a77-8142-f3d91258fdc2|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_jJO1yd8xyjpQeTRK6Q7J is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-10-27T04:28:24.752Z|a6477971-aad4-4a77-8142-f3d91258fdc2|pool-2-thread-7|||||DEBUG|500||Node template pNF e414da03-4062 0 is matching search criteria
2022-10-27T04:28:24.752Z|a6477971-aad4-4a77-8142-f3d91258fdc2|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-10-27T04:28:24.752Z|a6477971-aad4-4a77-8142-f3d91258fdc2|pool-2-thread-7|||||DEBUG|500||Found topology templates [pNF e414da03-4062 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-27T04:28:24.752Z|a6477971-aad4-4a77-8142-f3d91258fdc2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-27T04:28:24.752Z|a6477971-aad4-4a77-8142-f3d91258fdc2|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_jJO1yd8xyjpQeTRK6Q7J is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-27T04:28:24.752Z|a6477971-aad4-4a77-8142-f3d91258fdc2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-27T04:28:24.753Z|a6477971-aad4-4a77-8142-f3d91258fdc2|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_jJO1yd8xyjpQeTRK6Q7J is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-10-27T04:28:24.753Z|a6477971-aad4-4a77-8142-f3d91258fdc2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-27T04:28:24.753Z|a6477971-aad4-4a77-8142-f3d91258fdc2|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_jJO1yd8xyjpQeTRK6Q7J is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-10-27T04:28:24.753Z|a6477971-aad4-4a77-8142-f3d91258fdc2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-27T04:28:24.753Z|a6477971-aad4-4a77-8142-f3d91258fdc2|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_jJO1yd8xyjpQeTRK6Q7J is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-27T04:28:24.753Z|a6477971-aad4-4a77-8142-f3d91258fdc2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-27T04:28:24.753Z|a6477971-aad4-4a77-8142-f3d91258fdc2|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_jJO1yd8xyjpQeTRK6Q7J is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-10-27T04:28:24.754Z|a6477971-aad4-4a77-8142-f3d91258fdc2|pool-2-thread-7|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_jJO1yd8xyjpQeTRK6Q7J
Description:catalog service description
Model UUID:21e96a10-0a94-43dd-968b-20c5930f44da
Model Version:NULL
Model InvariantUuid:6b808df0-e41c-4d8e-89ed-3928c5615349
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-10-27T04:28:24.759Z|a6477971-aad4-4a77-8142-f3d91258fdc2|pool-2-thread-7|||||INFO|500||Processing Resource Type: PNF, Model UUID: ebf62837-e702-4b00-8b86-3f2415e72694
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-10-27T04:28:24.763Z|a6477971-aad4-4a77-8142-f3d91258fdc2|pool-2-thread-7|||||INFO|500||pNF e414da03-4062 0
2022-10-27T04:28:24.763Z|a6477971-aad4-4a77-8142-f3d91258fdc2|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: ebf62837-e702-4b00-8b86-3f2415e72694
2022-10-27T04:28:24.763Z|a6477971-aad4-4a77-8142-f3d91258fdc2|pool-2-thread-7|||||DEBUG|500||No resources found for Service: 21e96a10-0a94-43dd-968b-20c5930f44da
2022-10-27T04:28:24.763Z|a6477971-aad4-4a77-8142-f3d91258fdc2|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: 21e96a10-0a94-43dd-968b-20c5930f44da
2022-10-27T04:28:24.763Z|a6477971-aad4-4a77-8142-f3d91258fdc2|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF e414da03-4062 0 ebf62837-e702-4b00-8b86-3f2415e72694 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-10-27T04:28:24.766Z|a6477971-aad4-4a77-8142-f3d91258fdc2|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@4b92e80b, org.onap.sdc.toscaparser.api.parameters.Input@61e7f050, org.onap.sdc.toscaparser.api.parameters.Input@28ea03f8, org.onap.sdc.toscaparser.api.parameters.Input@3c300dc, org.onap.sdc.toscaparser.api.parameters.Input@5fcd721f]
2022-10-27T04:28:24.766Z|a6477971-aad4-4a77-8142-f3d91258fdc2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-27T04:28:24.767Z|a6477971-aad4-4a77-8142-f3d91258fdc2|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_jJO1yd8xyjpQeTRK6Q7J is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-10-27T04:28:24.767Z|a6477971-aad4-4a77-8142-f3d91258fdc2|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid 21e96a10-0a94-43dd-968b-20c5930f44da: pNF e414da03-4062
2022-10-27T04:28:24.767Z|a6477971-aad4-4a77-8142-f3d91258fdc2|pool-2-thread-7|||||INFO|500||Processing PNF resource: ebf62837-e702-4b00-8b86-3f2415e72694
2022-10-27T04:28:24.767Z|a6477971-aad4-4a77-8142-f3d91258fdc2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-27T04:28:24.768Z|a6477971-aad4-4a77-8142-f3d91258fdc2|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_jJO1yd8xyjpQeTRK6Q7J is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-10-27T04:28:24.768Z|a6477971-aad4-4a77-8142-f3d91258fdc2|pool-2-thread-7|||||INFO|500||Resource customization UUID: 1a3d3216-f7d5-464b-ad5d-ff5fa03dd348 is the same as notified resource customizationUUID: 1a3d3216-f7d5-464b-ad5d-ff5fa03dd348
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-10-27T04:28:24.792Z|a6477971-aad4-4a77-8142-f3d91258fdc2|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF e414da03-4062 ebf62837-e702-4b00-8b86-3f2415e72694 0 ASDC deployResourceStructure
2022-10-27T04:28:24.792Z|a6477971-aad4-4a77-8142-f3d91258fdc2|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfJjo1yd8xyjpqetrk6q7j/1.0/artifacts/service-DemoPnfJjo1yd8xyjpqetrk6q7j-csar.csar ASDC sendASDCNotification
2022-10-27T04:28:24.792Z|a6477971-aad4-4a77-8142-f3d91258fdc2|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfJjo1yd8xyjpqetrk6q7j/1.0/artifacts/service-DemoPnfJjo1yd8xyjpqetrk6q7j-csar.csar
2022-10-27T04:28:24.792Z|a6477971-aad4-4a77-8142-f3d91258fdc2|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-27T04:28:24.793Z|a6477971-aad4-4a77-8142-f3d91258fdc2|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-10-27T04:28:24.795Z|a6477971-aad4-4a77-8142-f3d91258fdc2|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-27T04:28:24.795Z|a6477971-aad4-4a77-8142-f3d91258fdc2|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "a6477971-aad4-4a77-8142-f3d91258fdc2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666844904792,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJjo1yd8xyjpqetrk6q7j/1.0/artifacts/service-DemoPnfJjo1yd8xyjpqetrk6q7j-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-27T04:28:24.895Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-27T04:28:24.896Z||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-10-27T04:28:24.896Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WdsfDHbwDbLQzANJ) ...
2022-10-27T04:28:24.909Z||pool-98-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-27T04:28:24.910Z||pool-98-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-10-27T04:28:25.796Z|a6477971-aad4-4a77-8142-f3d91258fdc2|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a6477971-aad4-4a77-8142-f3d91258fdc2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-27T04:28:25.811Z|a6477971-aad4-4a77-8142-f3d91258fdc2|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a6477971-aad4-4a77-8142-f3d91258fdc2
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-10-27T04:28:25.814Z|a6477971-aad4-4a77-8142-f3d91258fdc2|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-27T04:28:25.814Z|a6477971-aad4-4a77-8142-f3d91258fdc2|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-10-27T04:28:25.814Z|a6477971-aad4-4a77-8142-f3d91258fdc2|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-10-27T04:28:25.815Z|a6477971-aad4-4a77-8142-f3d91258fdc2|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-10-27T04:28:25.815Z|a6477971-aad4-4a77-8142-f3d91258fdc2|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-27T04:28:25.815Z|a6477971-aad4-4a77-8142-f3d91258fdc2|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-27T04:28:25.816Z|a6477971-aad4-4a77-8142-f3d91258fdc2|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-27T04:28:25.816Z|a6477971-aad4-4a77-8142-f3d91258fdc2|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-27T04:28:25.816Z|a6477971-aad4-4a77-8142-f3d91258fdc2|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-27T04:28:25.816Z|a6477971-aad4-4a77-8142-f3d91258fdc2|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-27T04:28:25.816Z|a6477971-aad4-4a77-8142-f3d91258fdc2|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-27T04:28:25.817Z|a6477971-aad4-4a77-8142-f3d91258fdc2|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-10-27T04:28:25.820Z|a6477971-aad4-4a77-8142-f3d91258fdc2|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-10-27T04:28:55.821Z|a6477971-aad4-4a77-8142-f3d91258fdc2|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: a6477971-aad4-4a77-8142-f3d91258fdc2 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-10-27T04:28:55.825Z|a6477971-aad4-4a77-8142-f3d91258fdc2|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: a6477971-aad4-4a77-8142-f3d91258fdc2 and serviceModelVersionId: 21e96a10-0a94-43dd-968b-20c5930f44da
2022-10-27T04:28:55.826Z|a6477971-aad4-4a77-8142-f3d91258fdc2|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 6b808df0-e41c-4d8e-89ed-3928c5615349
2022-10-27T04:28:55.827Z|a6477971-aad4-4a77-8142-f3d91258fdc2|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/6b808df0-e41c-4d8e-89ed-3928c5615349/model-vers/model-ver/21e96a10-0a94-43dd-968b-20c5930f44da?depth=0
2022-10-27T04:28:55.832Z|a6477971-aad4-4a77-8142-f3d91258fdc2|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2022-10-27T04:28:55.885Z|a6477971-aad4-4a77-8142-f3d91258fdc2|pool-2-thread-7|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6b808df0-e41c-4d8e-89ed-3928c5615349/model-vers/model-ver/21e96a10-0a94-43dd-968b-20c5930f44da?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-10-27T04:28:55.886Z|a6477971-aad4-4a77-8142-f3d91258fdc2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6b808df0-e41c-4d8e-89ed-3928c5615349/model-vers/model-ver/21e96a10-0a94-43dd-968b-20c5930f44da?depth=0|INFO|500||Invoke
2022-10-27T04:28:55.917Z|a6477971-aad4-4a77-8142-f3d91258fdc2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6b808df0-e41c-4d8e-89ed-3928c5615349/model-vers/model-ver/21e96a10-0a94-43dd-968b-20c5930f44da?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-10-27T04:28:56.041Z|a6477971-aad4-4a77-8142-f3d91258fdc2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6b808df0-e41c-4d8e-89ed-3928c5615349/model-vers/model-ver/21e96a10-0a94-43dd-968b-20c5930f44da?depth=0|INFO|500||InvokeReturn
2022-10-27T04:28:56.042Z|a6477971-aad4-4a77-8142-f3d91258fdc2|pool-2-thread-7|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6b808df0-e41c-4d8e-89ed-3928c5615349/model-vers/model-ver/21e96a10-0a94-43dd-968b-20c5930f44da?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-221027-04:28:56:602-98847], vertex-id=[520272], Content-Length=[0], Date=[Thu, 27 Oct 2022 04:28:56 GMT], Content-Type=[application/json]}
2022-10-27T04:28:56.043Z|a6477971-aad4-4a77-8142-f3d91258fdc2|pool-2-thread-7|||||DEBUG|500||Response was returned with an empty entity.
2022-10-27T04:28:56.043Z|a6477971-aad4-4a77-8142-f3d91258fdc2|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-10-27T04:28:56.044Z|a6477971-aad4-4a77-8142-f3d91258fdc2|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-10-27T04:28:56.048Z|a6477971-aad4-4a77-8142-f3d91258fdc2|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-10-27T04:28:56.048Z|a6477971-aad4-4a77-8142-f3d91258fdc2|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID a6477971-aad4-4a77-8142-f3d91258fdc2 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-10-27T04:28:56.048Z|a6477971-aad4-4a77-8142-f3d91258fdc2|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-10-27T04:28:56.049Z|a6477971-aad4-4a77-8142-f3d91258fdc2|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-10-27T04:28:56.050Z|a6477971-aad4-4a77-8142-f3d91258fdc2|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-27T04:28:56.051Z|a6477971-aad4-4a77-8142-f3d91258fdc2|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "a6477971-aad4-4a77-8142-f3d91258fdc2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666844936048,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-10-27T04:28:56.151Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-27T04:28:56.152Z||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-10-27T04:28:56.152Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WdsfDHbwDbLQzANJ) ...
2022-10-27T04:28:56.169Z||pool-99-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-27T04:28:56.170Z||pool-99-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-10-27T04:29:13.920Z|a6477971-aad4-4a77-8142-f3d91258fdc2|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T04:29:13.920Z|a6477971-aad4-4a77-8142-f3d91258fdc2|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-27T04:29:13.920Z|a6477971-aad4-4a77-8142-f3d91258fdc2|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WdsfDHbwDbLQzANJ) ...
2022-10-27T04:29:13.923Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T04:29:13.924Z||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-10-27T04:29:13.924Z||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 WdsfDHbwDbLQzANJ) ...
2022-10-27T04:29:14.046Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-27T04:29:14.046Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-10-27T04:29:14.046Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6477971-aad4-4a77-8142-f3d91258fdc2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666844893920,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJjo1yd8xyjpqetrk6q7j/1.0/resourceInstances/pnfe414da0340620/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:29:14.047Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:29:23.465Z|a6477971-aad4-4a77-8142-f3d91258fdc2|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-27T04:30:13.920Z|a6477971-aad4-4a77-8142-f3d91258fdc2|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T04:30:13.920Z|a6477971-aad4-4a77-8142-f3d91258fdc2|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-27T04:30:13.920Z|a6477971-aad4-4a77-8142-f3d91258fdc2|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WdsfDHbwDbLQzANJ) ...
2022-10-27T04:30:13.923Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T04:30:13.924Z||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-10-27T04:30:13.924Z||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 WdsfDHbwDbLQzANJ) ...
2022-10-27T04:30:14.449Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-27T04:30:14.450Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-27T04:30:14.450Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6477971-aad4-4a77-8142-f3d91258fdc2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666844893920,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJjo1yd8xyjpqetrk6q7j/1.0/resourceInstances/pnfe414da0340620/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:30:14.450Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:30:14.451Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-27T04:30:14.451Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6477971-aad4-4a77-8142-f3d91258fdc2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666844893920,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJjo1yd8xyjpqetrk6q7j/1.0/resourceInstances/pnfe414da0340620/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:30:14.451Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:30:14.451Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-27T04:30:14.451Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6477971-aad4-4a77-8142-f3d91258fdc2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666844893920,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJjo1yd8xyjpqetrk6q7j/1.0/resourceInstances/pnfe414da0340620/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:30:14.451Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:30:14.451Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-27T04:30:14.451Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6477971-aad4-4a77-8142-f3d91258fdc2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666844893920,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJjo1yd8xyjpqetrk6q7j/1.0/resourceInstances/pnfe414da0340620/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:30:14.451Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:30:14.451Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-27T04:30:14.451Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6477971-aad4-4a77-8142-f3d91258fdc2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666844893920,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJjo1yd8xyjpqetrk6q7j/1.0/resourceInstances/pnfe414da0340620/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:30:14.452Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:30:14.452Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-27T04:30:14.452Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6477971-aad4-4a77-8142-f3d91258fdc2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666844893920,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJjo1yd8xyjpqetrk6q7j/1.0/artifacts/service-DemoPnfJjo1yd8xyjpqetrk6q7j-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:30:14.452Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:30:14.452Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-27T04:30:14.452Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6477971-aad4-4a77-8142-f3d91258fdc2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666844893920,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJjo1yd8xyjpqetrk6q7j/1.0/artifacts/service-DemoPnfJjo1yd8xyjpqetrk6q7j-csar.csar",
  "status": "NOTIFIED"
}
2022-10-27T04:30:14.452Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:30:14.452Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-27T04:30:14.452Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6477971-aad4-4a77-8142-f3d91258fdc2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666844902704,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJjo1yd8xyjpqetrk6q7j/1.0/artifacts/service-DemoPnfJjo1yd8xyjpqetrk6q7j-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-27T04:30:14.452Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-27T04:30:14.452Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-27T04:30:14.452Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6477971-aad4-4a77-8142-f3d91258fdc2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666844904792,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfJjo1yd8xyjpqetrk6q7j/1.0/artifacts/service-DemoPnfJjo1yd8xyjpqetrk6q7j-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-27T04:30:14.453Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-27T04:30:14.453Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-10-27T04:30:14.453Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a6477971-aad4-4a77-8142-f3d91258fdc2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666844936048,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-10-27T04:30:14.453Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-27T04:30:23.465Z|a6477971-aad4-4a77-8142-f3d91258fdc2|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-27T04:31:13.920Z|a6477971-aad4-4a77-8142-f3d91258fdc2|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T04:31:13.920Z|a6477971-aad4-4a77-8142-f3d91258fdc2|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-27T04:31:13.921Z|a6477971-aad4-4a77-8142-f3d91258fdc2|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WdsfDHbwDbLQzANJ) ...
2022-10-27T04:31:13.923Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T04:31:13.924Z||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-10-27T04:31:13.924Z||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 WdsfDHbwDbLQzANJ) ...
2022-10-27T04:31:23.461Z|a6477971-aad4-4a77-8142-f3d91258fdc2|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-27T04:31:23.467Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-27T04:32:13.920Z|a6477971-aad4-4a77-8142-f3d91258fdc2|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T04:32:13.920Z|a6477971-aad4-4a77-8142-f3d91258fdc2|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-27T04:32:13.920Z|a6477971-aad4-4a77-8142-f3d91258fdc2|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WdsfDHbwDbLQzANJ) ...
2022-10-27T04:32:13.923Z|35eb2bea-0de3-4ab6-a262-299f7498d599|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T04:32:13.924Z|35eb2bea-0de3-4ab6-a262-299f7498d599|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-10-27T04:32:13.924Z|35eb2bea-0de3-4ab6-a262-299f7498d599|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 WdsfDHbwDbLQzANJ) ...
2022-10-27T04:32:23.481Z|35eb2bea-0de3-4ab6-a262-299f7498d599|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-27T04:32:23.481Z|a6477971-aad4-4a77-8142-f3d91258fdc2|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-27T04:33:13.920Z|a6477971-aad4-4a77-8142-f3d91258fdc2|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T04:33:13.920Z|a6477971-aad4-4a77-8142-f3d91258fdc2|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-27T04:33:13.920Z|a6477971-aad4-4a77-8142-f3d91258fdc2|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WdsfDHbwDbLQzANJ) ...
2022-10-27T04:33:13.924Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T04:33:13.924Z||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-10-27T04:33:13.924Z||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 WdsfDHbwDbLQzANJ) ...
2022-10-27T04:33:23.466Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-27T04:33:23.467Z|a6477971-aad4-4a77-8142-f3d91258fdc2|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-27T04:34:13.920Z|a6477971-aad4-4a77-8142-f3d91258fdc2|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T04:34:13.920Z|a6477971-aad4-4a77-8142-f3d91258fdc2|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-27T04:34:13.920Z|a6477971-aad4-4a77-8142-f3d91258fdc2|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WdsfDHbwDbLQzANJ) ...
2022-10-27T04:34:13.923Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T04:34:13.924Z||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-10-27T04:34:13.924Z||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 WdsfDHbwDbLQzANJ) ...
2022-10-27T04:34:23.479Z|a6477971-aad4-4a77-8142-f3d91258fdc2|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-27T04:34:23.480Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-27T04:35:13.920Z|a6477971-aad4-4a77-8142-f3d91258fdc2|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T04:35:13.924Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T04:35:13.924Z|a6477971-aad4-4a77-8142-f3d91258fdc2|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-27T04:35:13.924Z|a6477971-aad4-4a77-8142-f3d91258fdc2|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WdsfDHbwDbLQzANJ) ...
2022-10-27T04:35:13.924Z||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-10-27T04:35:13.925Z||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 WdsfDHbwDbLQzANJ) ...
2022-10-27T04:35:23.474Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-27T04:35:23.474Z|a6477971-aad4-4a77-8142-f3d91258fdc2|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-27T04:36:13.920Z|a6477971-aad4-4a77-8142-f3d91258fdc2|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T04:36:13.921Z|a6477971-aad4-4a77-8142-f3d91258fdc2|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-27T04:36:13.922Z|a6477971-aad4-4a77-8142-f3d91258fdc2|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WdsfDHbwDbLQzANJ) ...
2022-10-27T04:36:13.924Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T04:36:13.924Z||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-10-27T04:36:13.924Z||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 WdsfDHbwDbLQzANJ) ...
2022-10-27T04:36:14.062Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-27T04:36:14.063Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:36:14.063Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1558bc9e-c540-4c6a-886a-3820fd7726b7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666845359862,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:36:14.064Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:36:14.065Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:36:14.065Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1558bc9e-c540-4c6a-886a-3820fd7726b7",
  "consumerID": "cds",
  "timestamp": 1666845358030,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:36:14.065Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:36:14.065Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:36:14.065Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1558bc9e-c540-4c6a-886a-3820fd7726b7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666845362491,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:36:14.065Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:36:14.065Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:36:14.065Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1558bc9e-c540-4c6a-886a-3820fd7726b7",
  "consumerID": "cds",
  "timestamp": 1666845358030,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:36:14.065Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:36:14.065Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:36:14.066Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1558bc9e-c540-4c6a-886a-3820fd7726b7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666845359862,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:36:14.066Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:36:14.066Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:36:14.066Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1558bc9e-c540-4c6a-886a-3820fd7726b7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666845362491,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:36:14.066Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:36:14.066Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:36:14.066Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1558bc9e-c540-4c6a-886a-3820fd7726b7",
  "consumerID": "policy-id",
  "timestamp": 1666845367658,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:36:14.066Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:36:14.066Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:36:14.066Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1558bc9e-c540-4c6a-886a-3820fd7726b7",
  "consumerID": "cds",
  "timestamp": 1666845358030,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:36:14.067Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:36:14.067Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:36:14.067Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1558bc9e-c540-4c6a-886a-3820fd7726b7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666845359862,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:36:14.067Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:36:14.067Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:36:14.067Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1558bc9e-c540-4c6a-886a-3820fd7726b7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666845362491,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:36:14.067Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:36:14.067Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:36:14.067Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1558bc9e-c540-4c6a-886a-3820fd7726b7",
  "consumerID": "policy-id",
  "timestamp": 1666845367658,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:36:14.067Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:36:14.067Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:36:14.067Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1558bc9e-c540-4c6a-886a-3820fd7726b7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666845359862,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:36:14.068Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:36:14.068Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:36:14.068Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1558bc9e-c540-4c6a-886a-3820fd7726b7",
  "consumerID": "cds",
  "timestamp": 1666845358030,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:36:14.068Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:36:14.068Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:36:14.068Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1558bc9e-c540-4c6a-886a-3820fd7726b7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666845362491,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:36:14.069Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:36:14.069Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:36:14.069Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1558bc9e-c540-4c6a-886a-3820fd7726b7",
  "consumerID": "policy-id",
  "timestamp": 1666845367658,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-10-27T04:36:14.069Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:36:14.069Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:36:14.069Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1558bc9e-c540-4c6a-886a-3820fd7726b7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666845370987,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:36:14.069Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:36:14.070Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:36:14.070Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1558bc9e-c540-4c6a-886a-3820fd7726b7",
  "consumerID": "aai-ml",
  "timestamp": 1666845369816,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:36:14.070Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:36:14.070Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:36:14.070Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1558bc9e-c540-4c6a-886a-3820fd7726b7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666845359862,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:36:14.070Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:36:14.070Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:36:14.071Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1558bc9e-c540-4c6a-886a-3820fd7726b7",
  "consumerID": "cds",
  "timestamp": 1666845358030,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:36:14.071Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:36:14.071Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:36:14.071Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1558bc9e-c540-4c6a-886a-3820fd7726b7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666845362491,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:36:14.071Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:36:14.071Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:36:14.071Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1558bc9e-c540-4c6a-886a-3820fd7726b7",
  "consumerID": "policy-id",
  "timestamp": 1666845367658,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:36:14.071Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:36:14.072Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:36:14.072Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1558bc9e-c540-4c6a-886a-3820fd7726b7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666845370987,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-10-27T04:36:14.072Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:36:14.072Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:36:14.072Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1558bc9e-c540-4c6a-886a-3820fd7726b7",
  "consumerID": "aai-ml",
  "timestamp": 1666845369816,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:36:14.072Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:36:14.072Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:36:14.073Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1558bc9e-c540-4c6a-886a-3820fd7726b7",
  "consumerID": "cds",
  "timestamp": 1666845358030,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:36:14.073Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:36:14.073Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:36:14.073Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1558bc9e-c540-4c6a-886a-3820fd7726b7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666845359862,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:36:14.073Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:36:14.073Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:36:14.074Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1558bc9e-c540-4c6a-886a-3820fd7726b7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666845362491,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:36:14.074Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:36:14.074Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:36:14.074Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1558bc9e-c540-4c6a-886a-3820fd7726b7",
  "consumerID": "policy-id",
  "timestamp": 1666845367658,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:36:14.074Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:36:14.074Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:36:14.074Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1558bc9e-c540-4c6a-886a-3820fd7726b7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666845370987,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-10-27T04:36:14.074Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:36:14.075Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:36:14.075Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1558bc9e-c540-4c6a-886a-3820fd7726b7",
  "consumerID": "aai-ml",
  "timestamp": 1666845369816,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:36:14.075Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:36:14.075Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:36:14.075Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1558bc9e-c540-4c6a-886a-3820fd7726b7",
  "consumerID": "cds",
  "timestamp": 1666845358030,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:36:14.075Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:36:14.075Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:36:14.076Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1558bc9e-c540-4c6a-886a-3820fd7726b7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666845359862,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:36:14.076Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:36:14.076Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:36:14.076Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1558bc9e-c540-4c6a-886a-3820fd7726b7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666845362491,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:36:14.076Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:36:14.076Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:36:14.076Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1558bc9e-c540-4c6a-886a-3820fd7726b7",
  "consumerID": "policy-id",
  "timestamp": 1666845367658,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:36:14.077Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:36:14.077Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:36:14.077Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1558bc9e-c540-4c6a-886a-3820fd7726b7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666845370987,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:36:14.077Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:36:14.077Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:36:14.077Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1558bc9e-c540-4c6a-886a-3820fd7726b7",
  "consumerID": "aai-ml",
  "timestamp": 1666845369816,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:36:14.077Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:36:14.078Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:36:14.078Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1558bc9e-c540-4c6a-886a-3820fd7726b7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666845359862,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:36:14.078Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:36:14.078Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:36:14.078Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1558bc9e-c540-4c6a-886a-3820fd7726b7",
  "consumerID": "cds",
  "timestamp": 1666845358030,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:36:14.078Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:36:14.079Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:36:14.079Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1558bc9e-c540-4c6a-886a-3820fd7726b7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666845362491,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:36:14.079Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:36:14.549Z|a6477971-aad4-4a77-8142-f3d91258fdc2|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-27T04:36:14.550Z|a6477971-aad4-4a77-8142-f3d91258fdc2|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-27T04:36:14.550Z|a6477971-aad4-4a77-8142-f3d91258fdc2|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"1558bc9e-c540-4c6a-886a-3820fd7726b7","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"f96e24c0-b1b6-42d3-bfab-f925af7428d0","serviceDescription":"service","serviceInvariantUUID":"e22aba60-378f-4b89-8769-bc5dfcaa2c64","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"3bf02e27-f4f2-4433-aa97-c842e0859f0c","resourceInvariantUUID":"ecc25c49-4530-4b5a-a0c7-525f16ab9e42","resourceCustomizationUUID":"2f0f4feb-7e52-452a-a5e5-3df7861203fd","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":"M2M2NDBhYTQ4NzM2NDNiYmQzMjdkOTljNzk4ZjlhNGQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"0e854b4b-2326-43d1-850f-30434bc36f47","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":"MjUyYjU5YmE4ZTJjZWNkNzRjNmM3MjIwMjc2NDIzZmE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"e31a0e00-f95b-4d46-9471-f07b37420bab","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":"ca0720da-1441-4e9d-964c-7404c2e7f317","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":"da490cdc-985f-4817-abaa-4dea6e97879d","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":"1f5db2c4-34df-4ea7-aaf4-41f3f2b04d32","artifactVersion":"2","generatedFromUUID":"ef4614a6-1a45-445e-8d7c-67c01f82275a"},{"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":"3aa32e6e-2ac3-42cc-b4af-fe60b5d261a9","artifactVersion":"2","generatedFromUUID":"ca0720da-1441-4e9d-964c-7404c2e7f317"},{"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":"ef4614a6-1a45-445e-8d7c-67c01f82275a","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":"49e56550-5d40-4837-b0b3-57abf183cc49","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":"ODU1OWI0ZDc3OWE5N2M5NzMwMjczMjJlMzBhZjNmYjI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"be5cc101-524d-4f6f-8c46-2a7ed0143c7e","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"OTA3MDE1Mjk4YTdhY2RiZDJkM2MzMWUyZGUyMzBkYWM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"1d06f3e8-8844-495d-947e-0a5b49dc8463","artifactVersion":"1"}],"workloadContext":"Production"}
2022-10-27T04:36:14.553Z|a6477971-aad4-4a77-8142-f3d91258fdc2|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-27T04:36:14.553Z|a6477971-aad4-4a77-8142-f3d91258fdc2|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-10-27T04:36:14.559Z|a6477971-aad4-4a77-8142-f3d91258fdc2|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-27T04:36:14.559Z|a6477971-aad4-4a77-8142-f3d91258fdc2|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "1558bc9e-c540-4c6a-886a-3820fd7726b7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666845373920,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:36:14.659Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-27T04:36:14.660Z||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-10-27T04:36:14.660Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WdsfDHbwDbLQzANJ) ...
2022-10-27T04:36:14.680Z||pool-100-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-27T04:36:14.680Z||pool-100-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-10-27T04:36:15.561Z|a6477971-aad4-4a77-8142-f3d91258fdc2|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-27T04:36:15.561Z|a6477971-aad4-4a77-8142-f3d91258fdc2|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-10-27T04:36:15.565Z|a6477971-aad4-4a77-8142-f3d91258fdc2|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-27T04:36:15.565Z|a6477971-aad4-4a77-8142-f3d91258fdc2|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "1558bc9e-c540-4c6a-886a-3820fd7726b7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666845373920,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-10-27T04:36:15.665Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-27T04:36:15.666Z||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-10-27T04:36:15.666Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WdsfDHbwDbLQzANJ) ...
2022-10-27T04:36:15.678Z||pool-101-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-27T04:36:15.678Z||pool-101-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-10-27T04:36:16.568Z|a6477971-aad4-4a77-8142-f3d91258fdc2|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-27T04:36:16.569Z|a6477971-aad4-4a77-8142-f3d91258fdc2|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-10-27T04:36:16.572Z|a6477971-aad4-4a77-8142-f3d91258fdc2|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-27T04:36:16.573Z|a6477971-aad4-4a77-8142-f3d91258fdc2|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "1558bc9e-c540-4c6a-886a-3820fd7726b7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666845373920,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-10-27T04:36:16.673Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-27T04:36:16.674Z||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-10-27T04:36:16.674Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WdsfDHbwDbLQzANJ) ...
2022-10-27T04:36:16.685Z||pool-102-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-27T04:36:16.686Z||pool-102-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-10-27T04:36:17.573Z|a6477971-aad4-4a77-8142-f3d91258fdc2|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-27T04:36:17.574Z|a6477971-aad4-4a77-8142-f3d91258fdc2|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-10-27T04:36:17.576Z|a6477971-aad4-4a77-8142-f3d91258fdc2|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-27T04:36:17.577Z|a6477971-aad4-4a77-8142-f3d91258fdc2|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "1558bc9e-c540-4c6a-886a-3820fd7726b7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666845373920,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:36:17.677Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-27T04:36:17.678Z||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-10-27T04:36:17.678Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WdsfDHbwDbLQzANJ) ...
2022-10-27T04:36:17.693Z||pool-103-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-27T04:36:17.694Z||pool-103-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-10-27T04:36:18.577Z|a6477971-aad4-4a77-8142-f3d91258fdc2|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-27T04:36:18.578Z|a6477971-aad4-4a77-8142-f3d91258fdc2|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-10-27T04:36:18.580Z|a6477971-aad4-4a77-8142-f3d91258fdc2|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-27T04:36:18.581Z|a6477971-aad4-4a77-8142-f3d91258fdc2|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "1558bc9e-c540-4c6a-886a-3820fd7726b7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666845373920,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-10-27T04:36:18.681Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-27T04:36:18.682Z||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-10-27T04:36:18.682Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WdsfDHbwDbLQzANJ) ...
2022-10-27T04:36:18.696Z||pool-104-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-27T04:36:18.696Z||pool-104-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-10-27T04:36:19.582Z|a6477971-aad4-4a77-8142-f3d91258fdc2|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-27T04:36:19.583Z|a6477971-aad4-4a77-8142-f3d91258fdc2|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-10-27T04:36:19.586Z|a6477971-aad4-4a77-8142-f3d91258fdc2|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-27T04:36:19.586Z|a6477971-aad4-4a77-8142-f3d91258fdc2|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "1558bc9e-c540-4c6a-886a-3820fd7726b7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666845373920,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-10-27T04:36:19.686Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-27T04:36:19.687Z||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-10-27T04:36:19.687Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WdsfDHbwDbLQzANJ) ...
2022-10-27T04:36:19.701Z||pool-105-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-27T04:36:19.701Z||pool-105-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-10-27T04:36:20.587Z|a6477971-aad4-4a77-8142-f3d91258fdc2|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-27T04:36:20.587Z|a6477971-aad4-4a77-8142-f3d91258fdc2|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-10-27T04:36:20.589Z|a6477971-aad4-4a77-8142-f3d91258fdc2|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-27T04:36:20.590Z|a6477971-aad4-4a77-8142-f3d91258fdc2|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "1558bc9e-c540-4c6a-886a-3820fd7726b7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666845373920,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-10-27T04:36:20.690Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-27T04:36:20.690Z||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-10-27T04:36:20.691Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WdsfDHbwDbLQzANJ) ...
2022-10-27T04:36:20.704Z||pool-106-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-27T04:36:20.704Z||pool-106-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-10-27T04:36:21.590Z|a6477971-aad4-4a77-8142-f3d91258fdc2|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-27T04:36:21.591Z|a6477971-aad4-4a77-8142-f3d91258fdc2|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-10-27T04:36:21.593Z|a6477971-aad4-4a77-8142-f3d91258fdc2|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-27T04:36:21.593Z|a6477971-aad4-4a77-8142-f3d91258fdc2|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "1558bc9e-c540-4c6a-886a-3820fd7726b7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666845373920,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:36:21.694Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-27T04:36:21.695Z||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-10-27T04:36:21.695Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WdsfDHbwDbLQzANJ) ...
2022-10-27T04:36:21.711Z||pool-107-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-27T04:36:21.711Z||pool-107-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-10-27T04:36:22.596Z|a6477971-aad4-4a77-8142-f3d91258fdc2|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-27T04:36:22.597Z|a6477971-aad4-4a77-8142-f3d91258fdc2|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-10-27T04:36:22.599Z|a6477971-aad4-4a77-8142-f3d91258fdc2|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-27T04:36:22.599Z|a6477971-aad4-4a77-8142-f3d91258fdc2|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "1558bc9e-c540-4c6a-886a-3820fd7726b7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666845373920,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:36:22.699Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-27T04:36:22.701Z||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-10-27T04:36:22.701Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WdsfDHbwDbLQzANJ) ...
2022-10-27T04:36:22.713Z||pool-108-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-27T04:36:22.714Z||pool-108-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-10-27T04:36:23.600Z|a6477971-aad4-4a77-8142-f3d91258fdc2|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-27T04:36:23.601Z|a6477971-aad4-4a77-8142-f3d91258fdc2|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-10-27T04:36:23.603Z|a6477971-aad4-4a77-8142-f3d91258fdc2|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-27T04:36:23.603Z|a6477971-aad4-4a77-8142-f3d91258fdc2|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "1558bc9e-c540-4c6a-886a-3820fd7726b7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666845373920,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-10-27T04:36:23.703Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-27T04:36:23.704Z||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-10-27T04:36:23.704Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WdsfDHbwDbLQzANJ) ...
2022-10-27T04:36:23.719Z||pool-109-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-27T04:36:23.720Z||pool-109-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-10-27T04:36:24.604Z|a6477971-aad4-4a77-8142-f3d91258fdc2|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "1558bc9e-c540-4c6a-886a-3820fd7726b7",
  "serviceName": "basic_cnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "f96e24c0-b1b6-42d3-bfab-f925af7428d0",
  "serviceDescription": "service",
  "serviceInvariantUUID": "e22aba60-378f-4b89-8769-bc5dfcaa2c64",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf_macro 0",
      "resourceCustomizationUUID": "2f0f4feb-7e52-452a-a5e5-3df7861203fd",
      "resourceName": "basic_cnf_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "3bf02e27-f4f2-4433-aa97-c842e0859f0c",
      "resourceInvariantUUID": "ecc25c49-4530-4b5a-a0c7-525f16ab9e42",
      "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": "MjUyYjU5YmE4ZTJjZWNkNzRjNmM3MjIwMjc2NDIzZmE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "e31a0e00-f95b-4d46-9471-f07b37420bab",
          "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": "ca0720da-1441-4e9d-964c-7404c2e7f317",
          "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": "3aa32e6e-2ac3-42cc-b4af-fe60b5d261a9",
            "generatedFromUUID": "ca0720da-1441-4e9d-964c-7404c2e7f317"
          },
          "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": "1f5db2c4-34df-4ea7-aaf4-41f3f2b04d32",
          "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": "3aa32e6e-2ac3-42cc-b4af-fe60b5d261a9",
          "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": "ef4614a6-1a45-445e-8d7c-67c01f82275a",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnfMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
      "artifactChecksum": "OTA3MDE1Mjk4YTdhY2RiZDJkM2MzMWUyZGUyMzBkYWM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "1d06f3e8-8844-495d-947e-0a5b49dc8463"
    }
  ],
  "workloadContext": "Production"
}
2022-10-27T04:36:24.605Z|a6477971-aad4-4a77-8142-f3d91258fdc2|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-10-27T04:36:24.619Z|a6477971-aad4-4a77-8142-f3d91258fdc2|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 f96e24c0-b1b6-42d3-bfab-f925af7428d0 ASDC
2022-10-27T04:36:24.621Z|1558bc9e-c540-4c6a-886a-3820fd7726b7|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:1558bc9e-c540-4c6a-886a-3820fd7726b7
ServiceName:basic_cnf_macro
ServiceVersion:1.0
ServiceUUID:f96e24c0-b1b6-42d3-bfab-f925af7428d0
ServiceInvariantUUID:e22aba60-378f-4b89-8769-bc5dfcaa2c64
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:1d06f3e8-8844-495d-947e-0a5b49dc8463
ArtifactChecksum:OTA3MDE1Mjk4YTdhY2RiZDJkM2MzMWUyZGUyMzBkYWM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf_macro 0
ResourceCustomizationUUID:2f0f4feb-7e52-452a-a5e5-3df7861203fd
ResourceInvariantUUID:ecc25c49-4530-4b5a-a0c7-525f16ab9e42
ResourceName:basic_cnf_macro
ResourceType:VF
ResourceUUID:3bf02e27-f4f2-4433-aa97-c842e0859f0c
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:e31a0e00-f95b-4d46-9471-f07b37420bab
ArtifactChecksum:MjUyYjU5YmE4ZTJjZWNkNzRjNmM3MjIwMjc2NDIzZmE=
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:ca0720da-1441-4e9d-964c-7404c2e7f317
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:3aa32e6e-2ac3-42cc-b4af-fe60b5d261a9
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:1f5db2c4-34df-4ea7-aaf4-41f3f2b04d32
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:3aa32e6e-2ac3-42cc-b4af-fe60b5d261a9
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:ef4614a6-1a45-445e-8d7c-67c01f82275a
ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-10-27T04:36:24.622Z|1558bc9e-c540-4c6a-886a-3820fd7726b7|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF f96e24c0-b1b6-42d3-bfab-f925af7428d0 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-10-27T04:36:24.670Z|1558bc9e-c540-4c6a-886a-3820fd7726b7|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-27T04:36:24.671Z|1558bc9e-c540-4c6a-886a-3820fd7726b7|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-10-27T04:36:24.671Z|1558bc9e-c540-4c6a-886a-3820fd7726b7|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-10-27T04:36:24.671Z|1558bc9e-c540-4c6a-886a-3820fd7726b7|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 1d06f3e8-8844-495d-947e-0a5b49dc8463 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-10-27T04:36:24.671Z|1558bc9e-c540-4c6a-886a-3820fd7726b7|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-10-27T04:36:24.672Z|1558bc9e-c540-4c6a-886a-3820fd7726b7|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-10-27T04:36:24.761Z|1558bc9e-c540-4c6a-886a-3820fd7726b7|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-10-27T04:36:24.769Z|1558bc9e-c540-4c6a-886a-3820fd7726b7|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 1d06f3e8-8844-495d-947e-0a5b49dc8463 158195
2022-10-27T04:36:24.769Z|1558bc9e-c540-4c6a-886a-3820fd7726b7|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2022-10-27T04:36:24.769Z|1558bc9e-c540-4c6a-886a-3820fd7726b7|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-10-27T04:36:24.769Z|1558bc9e-c540-4c6a-886a-3820fd7726b7|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-27T04:36:24.770Z|1558bc9e-c540-4c6a-886a-3820fd7726b7|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-10-27T04:36:24.774Z|1558bc9e-c540-4c6a-886a-3820fd7726b7|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-27T04:36:24.774Z|1558bc9e-c540-4c6a-886a-3820fd7726b7|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "1558bc9e-c540-4c6a-886a-3820fd7726b7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666845384769,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-27T04:36:24.872Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2022-10-27T04:36:24.872Z||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-10-27T04:36:24.873Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WdsfDHbwDbLQzANJ) ...
2022-10-27T04:36:24.887Z||pool-110-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-27T04:36:24.887Z||pool-110-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-10-27T04:36:25.775Z|1558bc9e-c540-4c6a-886a-3820fd7726b7|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-27T04:36:25.776Z|1558bc9e-c540-4c6a-886a-3820fd7726b7|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-10-27T04:36:25.776Z|1558bc9e-c540-4c6a-886a-3820fd7726b7|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 1d06f3e8-8844-495d-947e-0a5b49dc8463, URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar to file: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-10-27T04:36:25.777Z|1558bc9e-c540-4c6a-886a-3820fd7726b7|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnfMacro-csar.csar
2022-10-27T04:36:25.777Z|1558bc9e-c540-4c6a-886a-3820fd7726b7|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-10-27T04:36:25.778Z|1558bc9e-c540-4c6a-886a-3820fd7726b7|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-10-27T04:36:25.985Z|1558bc9e-c540-4c6a-886a-3820fd7726b7|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP18151158949331571496/Definitions/service-BasicCnfMacro-template.yml
2022-10-27T04:36:27.211Z|1558bc9e-c540-4c6a-886a-3820fd7726b7|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2022-10-27T04:36:27.211Z|1558bc9e-c540-4c6a-886a-3820fd7726b7|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-10-27T04:36:27.211Z|1558bc9e-c540-4c6a-886a-3820fd7726b7|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-10-27T04:36:27.211Z|1558bc9e-c540-4c6a-886a-3820fd7726b7|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2022-10-27T04:36:27.211Z|1558bc9e-c540-4c6a-886a-3820fd7726b7|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-10-27T04:36:27.212Z|1558bc9e-c540-4c6a-886a-3820fd7726b7|pool-2-thread-7|||||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-10-27T04:36:27.212Z|1558bc9e-c540-4c6a-886a-3820fd7726b7|pool-2-thread-7|||||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-10-27T04:36:27.212Z|1558bc9e-c540-4c6a-886a-3820fd7726b7|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf_macro 0" are missing field(s): [nf_naming_code, nf_function, max_instances, nf_type, nf_role, min_instances]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-10-27T04:36:27.212Z|1558bc9e-c540-4c6a-886a-3820fd7726b7|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-10-27T04:36:27.212Z|1558bc9e-c540-4c6a-886a-3820fd7726b7|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-27T04:36:27.213Z|1558bc9e-c540-4c6a-886a-3820fd7726b7|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-10-27T04:36:27.213Z|1558bc9e-c540-4c6a-886a-3820fd7726b7|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-10-27T04:36:27.213Z|1558bc9e-c540-4c6a-886a-3820fd7726b7|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-10-27T04:36:27.213Z|1558bc9e-c540-4c6a-886a-3820fd7726b7|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-27T04:36:27.214Z|1558bc9e-c540-4c6a-886a-3820fd7726b7|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-27T04:36:27.214Z|1558bc9e-c540-4c6a-886a-3820fd7726b7|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-10-27T04:36:27.214Z|1558bc9e-c540-4c6a-886a-3820fd7726b7|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-10-27T04:36:27.214Z|1558bc9e-c540-4c6a-886a-3820fd7726b7|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-10-27T04:36:27.214Z|1558bc9e-c540-4c6a-886a-3820fd7726b7|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-27T04:36:27.214Z|1558bc9e-c540-4c6a-886a-3820fd7726b7|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-27T04:36:27.215Z|1558bc9e-c540-4c6a-886a-3820fd7726b7|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-27T04:36:27.215Z|1558bc9e-c540-4c6a-886a-3820fd7726b7|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-27T04:36:27.215Z|1558bc9e-c540-4c6a-886a-3820fd7726b7|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2022-10-27T04:36:27.215Z|1558bc9e-c540-4c6a-886a-3820fd7726b7|pool-2-thread-7|||||DEBUG|500||Node template abstract_dummy_base is not matching search criteria
2022-10-27T04:36:27.215Z|1558bc9e-c540-4c6a-886a-3820fd7726b7|pool-2-thread-7|||||DEBUG|500||Node template dummy_base is not matching search criteria
2022-10-27T04:36:27.215Z|1558bc9e-c540-4c6a-886a-3820fd7726b7|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-10-27T04:36:27.216Z|1558bc9e-c540-4c6a-886a-3820fd7726b7|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-27T04:36:27.216Z|1558bc9e-c540-4c6a-886a-3820fd7726b7|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-10-27T04:36:27.216Z|1558bc9e-c540-4c6a-886a-3820fd7726b7|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-27T04:36:27.217Z|1558bc9e-c540-4c6a-886a-3820fd7726b7|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-10-27T04:36:27.217Z|1558bc9e-c540-4c6a-886a-3820fd7726b7|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-27T04:36:27.217Z|1558bc9e-c540-4c6a-886a-3820fd7726b7|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-27T04:36:27.217Z|1558bc9e-c540-4c6a-886a-3820fd7726b7|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-10-27T04:36:27.218Z|1558bc9e-c540-4c6a-886a-3820fd7726b7|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-27T04:36:27.218Z|1558bc9e-c540-4c6a-886a-3820fd7726b7|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-27T04:36:27.218Z|1558bc9e-c540-4c6a-886a-3820fd7726b7|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-10-27T04:36:27.218Z|1558bc9e-c540-4c6a-886a-3820fd7726b7|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-27T04:36:27.218Z|1558bc9e-c540-4c6a-886a-3820fd7726b7|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-27T04:36:27.219Z|1558bc9e-c540-4c6a-886a-3820fd7726b7|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-10-27T04:36:27.219Z|1558bc9e-c540-4c6a-886a-3820fd7726b7|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-27T04:36:27.219Z|1558bc9e-c540-4c6a-886a-3820fd7726b7|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-27T04:36:27.219Z|1558bc9e-c540-4c6a-886a-3820fd7726b7|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2022-10-27T04:36:27.219Z|1558bc9e-c540-4c6a-886a-3820fd7726b7|pool-2-thread-7|||||DEBUG|500||Node template abstract_dummy_base is matching search criteria
2022-10-27T04:36:27.219Z|1558bc9e-c540-4c6a-886a-3820fd7726b7|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_dummy_base] matching following query criteria: sdcType=CVFC, customizationUUID=e6e840ea-c1a1-40a5-8ca4-b16aa0ca0097
2022-10-27T04:36:27.220Z|1558bc9e-c540-4c6a-886a-3820fd7726b7|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-27T04:36:27.220Z|1558bc9e-c540-4c6a-886a-3820fd7726b7|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-10-27T04:36:27.220Z|1558bc9e-c540-4c6a-886a-3820fd7726b7|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-27T04:36:27.220Z|1558bc9e-c540-4c6a-886a-3820fd7726b7|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-10-27T04:36:27.220Z|1558bc9e-c540-4c6a-886a-3820fd7726b7|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-27T04:36:27.221Z|1558bc9e-c540-4c6a-886a-3820fd7726b7|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-27T04:36:27.221Z|1558bc9e-c540-4c6a-886a-3820fd7726b7|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-27T04:36:27.221Z|1558bc9e-c540-4c6a-886a-3820fd7726b7|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-10-27T04:36:27.221Z|1558bc9e-c540-4c6a-886a-3820fd7726b7|pool-2-thread-7|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf_macro
Description:service
Model UUID:f96e24c0-b1b6-42d3-bfab-f925af7428d0
Model Version:NULL
Model InvariantUuid:e22aba60-378f-4b89-8769-bc5dfcaa2c64
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf_macro
Model UUID:2ff64d85-f8a9-41e1-94fe-874a262eebda
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:ecc25c49-4530-4b5a-a0c7-525f16ab9e42
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:2f0f4feb-7e52-452a-a5e5-3df7861203fd
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:303582da-0425-4ef8-b675-bb24ea2d36b4
ModelName:BasicCnfMacro..helm_apache..module-1
ModelUuid:609563be-df25-467e-b255-a619d79056e5
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


VF Module Properties:
ModelInvariantUuid:01556ece-d6b6-4155-8e15-21687e518c7e
ModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
ModelUuid:5077e52d-16ad-4104-ab64-1b7e4bffbe5f
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:e6e840ea-c1a1-40a5-8ca4-b16aa0ca0097
ModelInvariantUuid:b0d1d812-eaf3-47df-aecc-612f127bc38e
ModelName:basic_cnf_macro-nodes.dummy_baseCvfc
ModelUuid:60caa0c2-d193-44ad-9d19-da852a9e9b18
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy_base


VNFC Properties:
ModelCustomizationUuid:627527d2-812f-4819-8126-cb78b8dde494
ModelInvariantUuid:87a6a1fe-dfd9-4d29-9b0a-95e29f1655ca
ModelName:BasicCnfMacro.compute.nodes.heat.dummy_base
ModelUuid:950cac53-2187-4f5d-8d52-a17c96bbe6ac
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-10-27T04:36:27.226Z|1558bc9e-c540-4c6a-886a-3820fd7726b7|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: 3bf02e27-f4f2-4433-aa97-c842e0859f0c
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-10-27T04:36:27.230Z|1558bc9e-c540-4c6a-886a-3820fd7726b7|pool-2-thread-7|||||INFO|500||basic_cnf_macro 0
2022-10-27T04:36:27.230Z|1558bc9e-c540-4c6a-886a-3820fd7726b7|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 3bf02e27-f4f2-4433-aa97-c842e0859f0c
2022-10-27T04:36:27.230Z|1558bc9e-c540-4c6a-886a-3820fd7726b7|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: e31a0e00-f95b-4d46-9471-f07b37420bab from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2022-10-27T04:36:27.230Z|1558bc9e-c540-4c6a-886a-3820fd7726b7|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-10-27T04:36:27.231Z|1558bc9e-c540-4c6a-886a-3820fd7726b7|pool-2-thread-7|||||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-10-27T04:36:27.281Z|1558bc9e-c540-4c6a-886a-3820fd7726b7|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-10-27T04:36:27.281Z|1558bc9e-c540-4c6a-886a-3820fd7726b7|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json e31a0e00-f95b-4d46-9471-f07b37420bab 1565
2022-10-27T04:36:27.282Z|1558bc9e-c540-4c6a-886a-3820fd7726b7|pool-2-thread-7|||||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-10-27T04:36:27.282Z|1558bc9e-c540-4c6a-886a-3820fd7726b7|pool-2-thread-7|||||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-10-27T04:36:27.282Z|1558bc9e-c540-4c6a-886a-3820fd7726b7|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-27T04:36:27.282Z|1558bc9e-c540-4c6a-886a-3820fd7726b7|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-10-27T04:36:27.284Z|1558bc9e-c540-4c6a-886a-3820fd7726b7|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-27T04:36:27.284Z|1558bc9e-c540-4c6a-886a-3820fd7726b7|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "1558bc9e-c540-4c6a-886a-3820fd7726b7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666845387282,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-10-27T04:36:27.385Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-27T04:36:27.386Z||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-10-27T04:36:27.386Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WdsfDHbwDbLQzANJ) ...
2022-10-27T04:36:27.402Z||pool-111-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-27T04:36:27.403Z||pool-111-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-10-27T04:36:28.285Z|1558bc9e-c540-4c6a-886a-3820fd7726b7|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0",
    "vfModuleModelInvariantUUID": "01556ece-d6b6-4155-8e15-21687e518c7e",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "5077e52d-16ad-4104-ab64-1b7e4bffbe5f",
    "vfModuleModelCustomizationUUID": "4181835e-8ba1-4f96-a53e-bc071198ff7f",
    "isBase": true,
    "artifacts": [
      "ca0720da-1441-4e9d-964c-7404c2e7f317",
      "3aa32e6e-2ac3-42cc-b4af-fe60b5d261a9"
    ],
    "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": "303582da-0425-4ef8-b675-bb24ea2d36b4",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "609563be-df25-467e-b255-a619d79056e5",
    "vfModuleModelCustomizationUUID": "00c740c6-6c05-4309-b1cd-a8a4571bbc7f",
    "isBase": false,
    "artifacts": [
      "ef4614a6-1a45-445e-8d7c-67c01f82275a"
    ],
    "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-10-27T04:36:28.289Z|1558bc9e-c540-4c6a-886a-3820fd7726b7|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
VfModuleModelVersion:1
VfModuleModelUUID:5077e52d-16ad-4104-ab64-1b7e4bffbe5f
VfModuleModelInvariantUUID:01556ece-d6b6-4155-8e15-21687e518c7e
VfModuleModelDescription:NULL
Artifacts UUID List:{
ca0720da-1441-4e9d-964c-7404c2e7f317
,
3aa32e6e-2ac3-42cc-b4af-fe60b5d261a9

}
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:609563be-df25-467e-b255-a619d79056e5
VfModuleModelInvariantUUID:303582da-0425-4ef8-b675-bb24ea2d36b4
VfModuleModelDescription:NULL
Artifacts UUID List:{
ef4614a6-1a45-445e-8d7c-67c01f82275a

}
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-10-27T04:36:28.291Z|1558bc9e-c540-4c6a-886a-3820fd7726b7|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0",
    "vfModuleModelInvariantUUID": "01556ece-d6b6-4155-8e15-21687e518c7e",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "5077e52d-16ad-4104-ab64-1b7e4bffbe5f",
    "vfModuleModelCustomizationUUID": "4181835e-8ba1-4f96-a53e-bc071198ff7f",
    "isBase": true,
    "artifacts": [
      "ca0720da-1441-4e9d-964c-7404c2e7f317",
      "3aa32e6e-2ac3-42cc-b4af-fe60b5d261a9"
    ],
    "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": "303582da-0425-4ef8-b675-bb24ea2d36b4",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "609563be-df25-467e-b255-a619d79056e5",
    "vfModuleModelCustomizationUUID": "00c740c6-6c05-4309-b1cd-a8a4571bbc7f",
    "isBase": false,
    "artifacts": [
      "ef4614a6-1a45-445e-8d7c-67c01f82275a"
    ],
    "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-10-27T04:36:28.291Z|1558bc9e-c540-4c6a-886a-3820fd7726b7|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
VfModuleModelVersion:1
VfModuleModelUUID:5077e52d-16ad-4104-ab64-1b7e4bffbe5f
VfModuleModelInvariantUUID:01556ece-d6b6-4155-8e15-21687e518c7e
VfModuleModelDescription:NULL
Artifacts UUID List:{
ca0720da-1441-4e9d-964c-7404c2e7f317
,
3aa32e6e-2ac3-42cc-b4af-fe60b5d261a9

}
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:609563be-df25-467e-b255-a619d79056e5
VfModuleModelInvariantUUID:303582da-0425-4ef8-b675-bb24ea2d36b4
VfModuleModelDescription:NULL
Artifacts UUID List:{
ef4614a6-1a45-445e-8d7c-67c01f82275a

}
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-10-27T04:36:28.291Z|1558bc9e-c540-4c6a-886a-3820fd7726b7|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: ca0720da-1441-4e9d-964c-7404c2e7f317 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2022-10-27T04:36:28.291Z|1558bc9e-c540-4c6a-886a-3820fd7726b7|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-10-27T04:36:28.292Z|1558bc9e-c540-4c6a-886a-3820fd7726b7|pool-2-thread-7|||||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-10-27T04:36:28.339Z|1558bc9e-c540-4c6a-886a-3820fd7726b7|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-10-27T04:36:28.339Z|1558bc9e-c540-4c6a-886a-3820fd7726b7|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml ca0720da-1441-4e9d-964c-7404c2e7f317 914
2022-10-27T04:36:28.339Z|1558bc9e-c540-4c6a-886a-3820fd7726b7|pool-2-thread-7|||||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-10-27T04:36:28.340Z|1558bc9e-c540-4c6a-886a-3820fd7726b7|pool-2-thread-7|||||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-10-27T04:36:28.340Z|1558bc9e-c540-4c6a-886a-3820fd7726b7|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-27T04:36:28.340Z|1558bc9e-c540-4c6a-886a-3820fd7726b7|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-10-27T04:36:28.342Z|1558bc9e-c540-4c6a-886a-3820fd7726b7|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-27T04:36:28.342Z|1558bc9e-c540-4c6a-886a-3820fd7726b7|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "1558bc9e-c540-4c6a-886a-3820fd7726b7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666845388339,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-10-27T04:36:28.442Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-27T04:36:28.442Z||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-10-27T04:36:28.442Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WdsfDHbwDbLQzANJ) ...
2022-10-27T04:36:28.455Z||pool-112-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-27T04:36:28.456Z||pool-112-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-10-27T04:36:29.342Z|1558bc9e-c540-4c6a-886a-3820fd7726b7|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 1f5db2c4-34df-4ea7-aaf4-41f3f2b04d32 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
2022-10-27T04:36:29.343Z|1558bc9e-c540-4c6a-886a-3820fd7726b7|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-10-27T04:36:29.343Z|1558bc9e-c540-4c6a-886a-3820fd7726b7|pool-2-thread-7|||||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-10-27T04:36:29.389Z|1558bc9e-c540-4c6a-886a-3820fd7726b7|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-10-27T04:36:29.390Z|1558bc9e-c540-4c6a-886a-3820fd7726b7|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 1f5db2c4-34df-4ea7-aaf4-41f3f2b04d32 12
2022-10-27T04:36:29.390Z|1558bc9e-c540-4c6a-886a-3820fd7726b7|pool-2-thread-7|||||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-10-27T04:36:29.390Z|1558bc9e-c540-4c6a-886a-3820fd7726b7|pool-2-thread-7|||||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-10-27T04:36:29.391Z|1558bc9e-c540-4c6a-886a-3820fd7726b7|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-27T04:36:29.391Z|1558bc9e-c540-4c6a-886a-3820fd7726b7|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-10-27T04:36:29.393Z|1558bc9e-c540-4c6a-886a-3820fd7726b7|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-27T04:36:29.393Z|1558bc9e-c540-4c6a-886a-3820fd7726b7|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "1558bc9e-c540-4c6a-886a-3820fd7726b7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666845389390,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DOWNLOAD_OK"
}
2022-10-27T04:36:29.493Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-27T04:36:29.493Z||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-10-27T04:36:29.493Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WdsfDHbwDbLQzANJ) ...
2022-10-27T04:36:29.505Z||pool-113-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-27T04:36:29.505Z||pool-113-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-10-27T04:36:30.393Z|1558bc9e-c540-4c6a-886a-3820fd7726b7|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 3aa32e6e-2ac3-42cc-b4af-fe60b5d261a9 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2022-10-27T04:36:30.394Z|1558bc9e-c540-4c6a-886a-3820fd7726b7|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-10-27T04:36:30.394Z|1558bc9e-c540-4c6a-886a-3820fd7726b7|pool-2-thread-7|||||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-10-27T04:36:30.440Z|1558bc9e-c540-4c6a-886a-3820fd7726b7|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-10-27T04:36:30.440Z|1558bc9e-c540-4c6a-886a-3820fd7726b7|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 3aa32e6e-2ac3-42cc-b4af-fe60b5d261a9 96
2022-10-27T04:36:30.440Z|1558bc9e-c540-4c6a-886a-3820fd7726b7|pool-2-thread-7|||||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-10-27T04:36:30.441Z|1558bc9e-c540-4c6a-886a-3820fd7726b7|pool-2-thread-7|||||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-10-27T04:36:30.441Z|1558bc9e-c540-4c6a-886a-3820fd7726b7|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-27T04:36:30.441Z|1558bc9e-c540-4c6a-886a-3820fd7726b7|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-10-27T04:36:30.443Z|1558bc9e-c540-4c6a-886a-3820fd7726b7|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-27T04:36:30.443Z|1558bc9e-c540-4c6a-886a-3820fd7726b7|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "1558bc9e-c540-4c6a-886a-3820fd7726b7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666845390440,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-10-27T04:36:30.543Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-27T04:36:30.544Z||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-10-27T04:36:30.544Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WdsfDHbwDbLQzANJ) ...
2022-10-27T04:36:30.563Z||pool-114-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-27T04:36:30.563Z||pool-114-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-10-27T04:36:31.443Z|1558bc9e-c540-4c6a-886a-3820fd7726b7|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: ef4614a6-1a45-445e-8d7c-67c01f82275a from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
2022-10-27T04:36:31.444Z|1558bc9e-c540-4c6a-886a-3820fd7726b7|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-10-27T04:36:31.444Z|1558bc9e-c540-4c6a-886a-3820fd7726b7|pool-2-thread-7|||||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-10-27T04:36:31.492Z|1558bc9e-c540-4c6a-886a-3820fd7726b7|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-10-27T04:36:31.493Z|1558bc9e-c540-4c6a-886a-3820fd7726b7|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz ef4614a6-1a45-445e-8d7c-67c01f82275a 20206
2022-10-27T04:36:31.493Z|1558bc9e-c540-4c6a-886a-3820fd7726b7|pool-2-thread-7|||||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-10-27T04:36:31.493Z|1558bc9e-c540-4c6a-886a-3820fd7726b7|pool-2-thread-7|||||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-10-27T04:36:31.493Z|1558bc9e-c540-4c6a-886a-3820fd7726b7|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-27T04:36:31.493Z|1558bc9e-c540-4c6a-886a-3820fd7726b7|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-10-27T04:36:31.495Z|1558bc9e-c540-4c6a-886a-3820fd7726b7|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-27T04:36:31.495Z|1558bc9e-c540-4c6a-886a-3820fd7726b7|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "1558bc9e-c540-4c6a-886a-3820fd7726b7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666845391493,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-10-27T04:36:31.595Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-27T04:36:31.596Z||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-10-27T04:36:31.596Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WdsfDHbwDbLQzANJ) ...
2022-10-27T04:36:31.620Z||pool-115-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-27T04:36:31.620Z||pool-115-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1}
2022-10-27T04:36:32.499Z|1558bc9e-c540-4c6a-886a-3820fd7726b7|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: f96e24c0-b1b6-42d3-bfab-f925af7428d0
2022-10-27T04:36:32.499Z|1558bc9e-c540-4c6a-886a-3820fd7726b7|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf_macro 0 3bf02e27-f4f2-4433-aa97-c842e0859f0c 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-10-27T04:36:32.505Z|1558bc9e-c540-4c6a-886a-3820fd7726b7|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3e983456, org.onap.sdc.toscaparser.api.parameters.Input@2322bbf1, org.onap.sdc.toscaparser.api.parameters.Input@38d75c6b, org.onap.sdc.toscaparser.api.parameters.Input@2bcfb8bf, org.onap.sdc.toscaparser.api.parameters.Input@548a1314]
2022-10-27T04:36:32.507Z|1558bc9e-c540-4c6a-886a-3820fd7726b7|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-27T04:36:32.507Z|1558bc9e-c540-4c6a-886a-3820fd7726b7|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-27T04:36:32.507Z|1558bc9e-c540-4c6a-886a-3820fd7726b7|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic 
2022-10-27T04:36:32.507Z|1558bc9e-c540-4c6a-886a-3820fd7726b7|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= 2f0f4feb-7e52-452a-a5e5-3df7861203fd
2022-10-27T04:36:32.507Z|1558bc9e-c540-4c6a-886a-3820fd7726b7|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 2f0f4feb-7e52-452a-a5e5-3df7861203fd matches Tosca VF Customization UUID: 2f0f4feb-7e52-452a-a5e5-3df7861203fd
2022-10-27T04:36:32.507Z|1558bc9e-c540-4c6a-886a-3820fd7726b7|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: 2f0f4feb-7e52-452a-a5e5-3df7861203fd  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-10-27T04:36:32.509Z|1558bc9e-c540-4c6a-886a-3820fd7726b7|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-27T04:36:32.509Z|1558bc9e-c540-4c6a-886a-3820fd7726b7|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-10-27T04:36:32.510Z|1558bc9e-c540-4c6a-886a-3820fd7726b7|pool-2-thread-7|||||DEBUG|500||resource request for resource customization id 2f0f4feb-7e52-452a-a5e5-3df7861203fd: {\"vf_module_id\":\"demo_module_id\",\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"availability_zone_max_count\":\"1\",\"vnf_id\":\"demo_app\",\"sdnc_model_version\":\"1.0.0\",\"sdnc_artifact_name\":\"vnf\",\"vnf_name\":\"demo_vnf_ignore\",\"sdnc_model_name\":\"APACHE\"}
2022-10-27T04:36:32.510Z|1558bc9e-c540-4c6a-886a-3820fd7726b7|pool-2-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@362bad81
2022-10-27T04:36:32.510Z|1558bc9e-c540-4c6a-886a-3820fd7726b7|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-27T04:36:32.510Z|1558bc9e-c540-4c6a-886a-3820fd7726b7|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-10-27T04:36:32.510Z|1558bc9e-c540-4c6a-886a-3820fd7726b7|pool-2-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 00c740c6-6c05-4309-b1cd-a8a4571bbc7f
2022-10-27T04:36:32.511Z|1558bc9e-c540-4c6a-886a-3820fd7726b7|pool-2-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 00c740c6-6c05-4309-b1cd-a8a4571bbc7f
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-10-27T04:36:32.512Z|1558bc9e-c540-4c6a-886a-3820fd7726b7|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-27T04:36:32.512Z|1558bc9e-c540-4c6a-886a-3820fd7726b7|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-10-27T04:36:32.513Z|1558bc9e-c540-4c6a-886a-3820fd7726b7|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-27T04:36:32.513Z|1558bc9e-c540-4c6a-886a-3820fd7726b7|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-27T04:36:32.513Z|1558bc9e-c540-4c6a-886a-3820fd7726b7|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-10-27T04:36:32.513Z|1558bc9e-c540-4c6a-886a-3820fd7726b7|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-27T04:36:32.513Z|1558bc9e-c540-4c6a-886a-3820fd7726b7|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-27T04:36:32.513Z|1558bc9e-c540-4c6a-886a-3820fd7726b7|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-10-27T04:36:32.513Z|1558bc9e-c540-4c6a-886a-3820fd7726b7|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=2f0f4feb-7e52-452a-a5e5-3df7861203fd
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-10-27T04:36:32.514Z|1558bc9e-c540-4c6a-886a-3820fd7726b7|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-27T04:36:32.514Z|1558bc9e-c540-4c6a-886a-3820fd7726b7|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-10-27T04:36:32.515Z|1558bc9e-c540-4c6a-886a-3820fd7726b7|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid f96e24c0-b1b6-42d3-bfab-f925af7428d0: basic_cnf_macro
2022-10-27T04:36:32.515Z|1558bc9e-c540-4c6a-886a-3820fd7726b7|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-27T04:36:32.515Z|1558bc9e-c540-4c6a-886a-3820fd7726b7|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-10-27T04:36:32.515Z|1558bc9e-c540-4c6a-886a-3820fd7726b7|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-27T04:36:32.515Z|1558bc9e-c540-4c6a-886a-3820fd7726b7|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-10-27T04:36:32.515Z|1558bc9e-c540-4c6a-886a-3820fd7726b7|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-27T04:36:32.515Z|1558bc9e-c540-4c6a-886a-3820fd7726b7|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-10-27T04:36:32.516Z|1558bc9e-c540-4c6a-886a-3820fd7726b7|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-27T04:36:32.516Z|1558bc9e-c540-4c6a-886a-3820fd7726b7|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-10-27T04:36:32.516Z|1558bc9e-c540-4c6a-886a-3820fd7726b7|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-27T04:36:32.516Z|1558bc9e-c540-4c6a-886a-3820fd7726b7|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-10-27T04:36:32.516Z|1558bc9e-c540-4c6a-886a-3820fd7726b7|pool-2-thread-7|||||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-10-27T04:36:32.541Z|1558bc9e-c540-4c6a-886a-3820fd7726b7|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf_macro 3bf02e27-f4f2-4433-aa97-c842e0859f0c 2 ASDC deployResourceStructure
2022-10-27T04:36:32.541Z|1558bc9e-c540-4c6a-886a-3820fd7726b7|pool-2-thread-7|||||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-10-27T04:36:32.542Z|1558bc9e-c540-4c6a-886a-3820fd7726b7|pool-2-thread-7|||||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-10-27T04:36:32.542Z|1558bc9e-c540-4c6a-886a-3820fd7726b7|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-27T04:36:32.542Z|1558bc9e-c540-4c6a-886a-3820fd7726b7|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-10-27T04:36:32.543Z|1558bc9e-c540-4c6a-886a-3820fd7726b7|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-27T04:36:32.544Z|1558bc9e-c540-4c6a-886a-3820fd7726b7|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "1558bc9e-c540-4c6a-886a-3820fd7726b7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666845392541,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-10-27T04:36:32.646Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-10-27T04:36:32.647Z||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-10-27T04:36:32.647Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WdsfDHbwDbLQzANJ) ...
2022-10-27T04:36:32.660Z||pool-116-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-27T04:36:32.661Z||pool-116-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-10-27T04:36:33.544Z|1558bc9e-c540-4c6a-886a-3820fd7726b7|pool-2-thread-7|||||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-10-27T04:36:33.545Z|1558bc9e-c540-4c6a-886a-3820fd7726b7|pool-2-thread-7|||||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-10-27T04:36:33.545Z|1558bc9e-c540-4c6a-886a-3820fd7726b7|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-27T04:36:33.545Z|1558bc9e-c540-4c6a-886a-3820fd7726b7|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-10-27T04:36:33.548Z|1558bc9e-c540-4c6a-886a-3820fd7726b7|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-27T04:36:33.548Z|1558bc9e-c540-4c6a-886a-3820fd7726b7|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "1558bc9e-c540-4c6a-886a-3820fd7726b7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666845393544,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DEPLOY_OK"
}
2022-10-27T04:36:33.663Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 115 ms
2022-10-27T04:36:33.663Z||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-10-27T04:36:33.664Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WdsfDHbwDbLQzANJ) ...
2022-10-27T04:36:33.678Z||pool-117-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-27T04:36:33.678Z||pool-117-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-10-27T04:36:34.549Z|1558bc9e-c540-4c6a-886a-3820fd7726b7|pool-2-thread-7|||||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-10-27T04:36:34.549Z|1558bc9e-c540-4c6a-886a-3820fd7726b7|pool-2-thread-7|||||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-10-27T04:36:34.549Z|1558bc9e-c540-4c6a-886a-3820fd7726b7|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-10-27T04:36:34.549Z|1558bc9e-c540-4c6a-886a-3820fd7726b7|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-10-27T04:36:34.551Z|1558bc9e-c540-4c6a-886a-3820fd7726b7|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-27T04:36:34.552Z|1558bc9e-c540-4c6a-886a-3820fd7726b7|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "1558bc9e-c540-4c6a-886a-3820fd7726b7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666845394549,
  "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-10-27T04:36:34.652Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-27T04:36:34.652Z||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-10-27T04:36:34.653Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WdsfDHbwDbLQzANJ) ...
2022-10-27T04:36:34.667Z||pool-118-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-27T04:36:34.668Z||pool-118-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-10-27T04:36:35.552Z|1558bc9e-c540-4c6a-886a-3820fd7726b7|pool-2-thread-7|||||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-10-27T04:36:35.553Z|1558bc9e-c540-4c6a-886a-3820fd7726b7|pool-2-thread-7|||||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-10-27T04:36:35.553Z|1558bc9e-c540-4c6a-886a-3820fd7726b7|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-27T04:36:35.553Z|1558bc9e-c540-4c6a-886a-3820fd7726b7|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-10-27T04:36:35.554Z|1558bc9e-c540-4c6a-886a-3820fd7726b7|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-27T04:36:35.555Z|1558bc9e-c540-4c6a-886a-3820fd7726b7|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "1558bc9e-c540-4c6a-886a-3820fd7726b7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666845395552,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DEPLOY_OK"
}
2022-10-27T04:36:35.655Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-27T04:36:35.655Z||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-10-27T04:36:35.655Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WdsfDHbwDbLQzANJ) ...
2022-10-27T04:36:35.673Z||pool-119-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-27T04:36:35.674Z||pool-119-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-10-27T04:36:36.555Z|1558bc9e-c540-4c6a-886a-3820fd7726b7|pool-2-thread-7|||||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-10-27T04:36:36.556Z|1558bc9e-c540-4c6a-886a-3820fd7726b7|pool-2-thread-7|||||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-10-27T04:36:36.556Z|1558bc9e-c540-4c6a-886a-3820fd7726b7|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-10-27T04:36:36.556Z|1558bc9e-c540-4c6a-886a-3820fd7726b7|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-10-27T04:36:36.558Z|1558bc9e-c540-4c6a-886a-3820fd7726b7|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-27T04:36:36.558Z|1558bc9e-c540-4c6a-886a-3820fd7726b7|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "1558bc9e-c540-4c6a-886a-3820fd7726b7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666845396555,
  "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-10-27T04:36:36.658Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-27T04:36:36.659Z||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-10-27T04:36:36.659Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WdsfDHbwDbLQzANJ) ...
2022-10-27T04:36:36.676Z||pool-120-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-27T04:36:36.677Z||pool-120-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-10-27T04:36:37.559Z|1558bc9e-c540-4c6a-886a-3820fd7726b7|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification
2022-10-27T04:36:37.560Z|1558bc9e-c540-4c6a-886a-3820fd7726b7|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-10-27T04:36:37.561Z|1558bc9e-c540-4c6a-886a-3820fd7726b7|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-27T04:36:37.563Z|1558bc9e-c540-4c6a-886a-3820fd7726b7|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-10-27T04:36:37.565Z|1558bc9e-c540-4c6a-886a-3820fd7726b7|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-27T04:36:37.565Z|1558bc9e-c540-4c6a-886a-3820fd7726b7|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "1558bc9e-c540-4c6a-886a-3820fd7726b7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666845397559,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-27T04:36:37.665Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-27T04:36:37.666Z||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-10-27T04:36:37.666Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WdsfDHbwDbLQzANJ) ...
2022-10-27T04:36:37.682Z||pool-121-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-27T04:36:37.682Z||pool-121-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-10-27T04:36:38.566Z|1558bc9e-c540-4c6a-886a-3820fd7726b7|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1558bc9e-c540-4c6a-886a-3820fd7726b7
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-27T04:36:38.572Z|1558bc9e-c540-4c6a-886a-3820fd7726b7|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1558bc9e-c540-4c6a-886a-3820fd7726b7
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-10-27T04:36:38.574Z|1558bc9e-c540-4c6a-886a-3820fd7726b7|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-27T04:36:38.574Z|1558bc9e-c540-4c6a-886a-3820fd7726b7|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-10-27T04:36:38.574Z|1558bc9e-c540-4c6a-886a-3820fd7726b7|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-10-27T04:37:08.574Z|1558bc9e-c540-4c6a-886a-3820fd7726b7|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1558bc9e-c540-4c6a-886a-3820fd7726b7
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-27T04:37:08.580Z|1558bc9e-c540-4c6a-886a-3820fd7726b7|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1558bc9e-c540-4c6a-886a-3820fd7726b7
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-10-27T04:37:08.581Z|1558bc9e-c540-4c6a-886a-3820fd7726b7|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-27T04:37:08.581Z|1558bc9e-c540-4c6a-886a-3820fd7726b7|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-10-27T04:37:08.581Z|1558bc9e-c540-4c6a-886a-3820fd7726b7|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-10-27T04:37:13.923Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T04:37:13.924Z||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-10-27T04:37:13.924Z||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 WdsfDHbwDbLQzANJ) ...
2022-10-27T04:37:13.948Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-27T04:37:13.948Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:37:13.948Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1558bc9e-c540-4c6a-886a-3820fd7726b7",
  "consumerID": "clamp",
  "timestamp": 1666845373374,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:37:13.949Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:37:38.582Z|1558bc9e-c540-4c6a-886a-3820fd7726b7|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1558bc9e-c540-4c6a-886a-3820fd7726b7
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-27T04:37:38.590Z|1558bc9e-c540-4c6a-886a-3820fd7726b7|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1558bc9e-c540-4c6a-886a-3820fd7726b7
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-10-27T04:37:38.591Z|1558bc9e-c540-4c6a-886a-3820fd7726b7|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-27T04:37:38.592Z|1558bc9e-c540-4c6a-886a-3820fd7726b7|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-10-27T04:37:38.592Z|1558bc9e-c540-4c6a-886a-3820fd7726b7|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-10-27T04:38:08.592Z|1558bc9e-c540-4c6a-886a-3820fd7726b7|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1558bc9e-c540-4c6a-886a-3820fd7726b7
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-27T04:38:08.597Z|1558bc9e-c540-4c6a-886a-3820fd7726b7|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1558bc9e-c540-4c6a-886a-3820fd7726b7
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-10-27T04:38:08.599Z|1558bc9e-c540-4c6a-886a-3820fd7726b7|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-27T04:38:08.599Z|1558bc9e-c540-4c6a-886a-3820fd7726b7|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-10-27T04:38:08.599Z|1558bc9e-c540-4c6a-886a-3820fd7726b7|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-10-27T04:38:13.923Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T04:38:13.924Z||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-10-27T04:38:13.924Z||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 WdsfDHbwDbLQzANJ) ...
2022-10-27T04:38:13.948Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-27T04:38:13.948Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:38:13.948Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1558bc9e-c540-4c6a-886a-3820fd7726b7",
  "consumerID": "policy-id",
  "timestamp": 1666845367658,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:38:13.949Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:38:38.599Z|1558bc9e-c540-4c6a-886a-3820fd7726b7|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1558bc9e-c540-4c6a-886a-3820fd7726b7
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-27T04:38:38.604Z|1558bc9e-c540-4c6a-886a-3820fd7726b7|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1558bc9e-c540-4c6a-886a-3820fd7726b7
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-10-27T04:38:38.607Z|1558bc9e-c540-4c6a-886a-3820fd7726b7|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-27T04:38:38.607Z|1558bc9e-c540-4c6a-886a-3820fd7726b7|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-10-27T04:38:38.607Z|1558bc9e-c540-4c6a-886a-3820fd7726b7|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-10-27T04:39:08.608Z|1558bc9e-c540-4c6a-886a-3820fd7726b7|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1558bc9e-c540-4c6a-886a-3820fd7726b7
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-27T04:39:08.615Z|1558bc9e-c540-4c6a-886a-3820fd7726b7|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1558bc9e-c540-4c6a-886a-3820fd7726b7
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-10-27T04:39:08.616Z|1558bc9e-c540-4c6a-886a-3820fd7726b7|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-27T04:39:08.616Z|1558bc9e-c540-4c6a-886a-3820fd7726b7|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-10-27T04:39:08.616Z|1558bc9e-c540-4c6a-886a-3820fd7726b7|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-10-27T04:39:13.923Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T04:39:13.924Z||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-10-27T04:39:13.924Z||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 WdsfDHbwDbLQzANJ) ...
2022-10-27T04:39:13.944Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-27T04:39:13.959Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:39:13.959Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1558bc9e-c540-4c6a-886a-3820fd7726b7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666845370987,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-10-27T04:39:13.960Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:39:13.960Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:39:13.960Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1558bc9e-c540-4c6a-886a-3820fd7726b7",
  "consumerID": "aai-ml",
  "timestamp": 1666845369816,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:39:13.960Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:39:13.960Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:39:13.960Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1558bc9e-c540-4c6a-886a-3820fd7726b7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666845373920,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:39:13.960Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:39:13.960Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:39:13.960Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1558bc9e-c540-4c6a-886a-3820fd7726b7",
  "consumerID": "cds",
  "timestamp": 1666845358030,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:39:13.960Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:39:13.960Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:39:13.960Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1558bc9e-c540-4c6a-886a-3820fd7726b7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666845359862,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:39:13.961Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:39:13.961Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:39:13.961Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1558bc9e-c540-4c6a-886a-3820fd7726b7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666845362491,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:39:13.961Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:39:13.961Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:39:13.961Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1558bc9e-c540-4c6a-886a-3820fd7726b7",
  "consumerID": "clamp",
  "timestamp": 1666845373374,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-10-27T04:39:13.961Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:39:13.961Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:39:13.961Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1558bc9e-c540-4c6a-886a-3820fd7726b7",
  "consumerID": "policy-id",
  "timestamp": 1666845367658,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:39:13.961Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:39:13.961Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:39:13.962Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1558bc9e-c540-4c6a-886a-3820fd7726b7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666845370987,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-10-27T04:39:13.962Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:39:13.962Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:39:13.962Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1558bc9e-c540-4c6a-886a-3820fd7726b7",
  "consumerID": "aai-ml",
  "timestamp": 1666845369816,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:39:13.962Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:39:13.962Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:39:13.962Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1558bc9e-c540-4c6a-886a-3820fd7726b7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666845373920,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-10-27T04:39:13.962Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:39:13.962Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:39:13.962Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1558bc9e-c540-4c6a-886a-3820fd7726b7",
  "consumerID": "cds",
  "timestamp": 1666845358030,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-10-27T04:39:13.962Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:39:13.962Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:39:13.963Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1558bc9e-c540-4c6a-886a-3820fd7726b7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666845359862,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-10-27T04:39:13.963Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:39:13.963Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:39:13.963Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1558bc9e-c540-4c6a-886a-3820fd7726b7",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666845362491,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:39:13.963Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:39:13.963Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:39:13.963Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1558bc9e-c540-4c6a-886a-3820fd7726b7",
  "consumerID": "clamp",
  "timestamp": 1666845373374,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:39:13.963Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:39:13.963Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:39:13.964Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1558bc9e-c540-4c6a-886a-3820fd7726b7",
  "consumerID": "policy-id",
  "timestamp": 1666845367658,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:39:13.964Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:39:13.964Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:39:13.964Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1558bc9e-c540-4c6a-886a-3820fd7726b7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666845370987,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-10-27T04:39:13.964Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:39:13.964Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:39:13.964Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1558bc9e-c540-4c6a-886a-3820fd7726b7",
  "consumerID": "aai-ml",
  "timestamp": 1666845369816,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:39:13.964Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:39:13.964Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:39:13.964Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1558bc9e-c540-4c6a-886a-3820fd7726b7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666845373920,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-10-27T04:39:13.964Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:39:13.964Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:39:13.964Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1558bc9e-c540-4c6a-886a-3820fd7726b7",
  "consumerID": "cds",
  "timestamp": 1666845376871,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-27T04:39:13.965Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-27T04:39:13.965Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:39:13.965Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1558bc9e-c540-4c6a-886a-3820fd7726b7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666845377094,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-27T04:39:13.965Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-27T04:39:13.965Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:39:13.965Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1558bc9e-c540-4c6a-886a-3820fd7726b7",
  "consumerID": "clamp",
  "timestamp": 1666845373374,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:39:13.965Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:39:13.965Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:39:13.965Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1558bc9e-c540-4c6a-886a-3820fd7726b7",
  "consumerID": "policy-id",
  "timestamp": 1666845367658,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-10-27T04:39:13.965Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:39:13.966Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:39:13.966Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1558bc9e-c540-4c6a-886a-3820fd7726b7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666845370987,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:39:13.966Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:39:13.966Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:39:13.966Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1558bc9e-c540-4c6a-886a-3820fd7726b7",
  "consumerID": "aai-ml",
  "timestamp": 1666845369816,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:39:13.966Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:39:13.966Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:39:13.966Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1558bc9e-c540-4c6a-886a-3820fd7726b7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666845373920,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:39:13.966Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:39:13.966Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:39:13.966Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1558bc9e-c540-4c6a-886a-3820fd7726b7",
  "consumerID": "clamp",
  "timestamp": 1666845373374,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:39:13.967Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:39:13.967Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:39:13.967Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1558bc9e-c540-4c6a-886a-3820fd7726b7",
  "consumerID": "policy-id",
  "timestamp": 1666845378404,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-27T04:39:13.967Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-27T04:39:13.967Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:39:13.967Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1558bc9e-c540-4c6a-886a-3820fd7726b7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666845370987,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:39:13.967Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:39:13.967Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:39:13.967Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1558bc9e-c540-4c6a-886a-3820fd7726b7",
  "consumerID": "aai-ml",
  "timestamp": 1666845369816,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:39:13.967Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:39:13.967Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:39:13.968Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1558bc9e-c540-4c6a-886a-3820fd7726b7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666845373920,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-10-27T04:39:13.968Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:39:13.968Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:39:13.968Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1558bc9e-c540-4c6a-886a-3820fd7726b7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666845379098,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-27T04:39:13.968Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-27T04:39:13.968Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:39:13.968Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1558bc9e-c540-4c6a-886a-3820fd7726b7",
  "consumerID": "clamp",
  "timestamp": 1666845373374,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:39:13.968Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:39:13.968Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:39:13.968Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1558bc9e-c540-4c6a-886a-3820fd7726b7",
  "consumerID": "policy-id",
  "timestamp": 1666845379408,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-27T04:39:13.968Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-27T04:39:13.968Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:39:13.969Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1558bc9e-c540-4c6a-886a-3820fd7726b7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666845370987,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-10-27T04:39:13.969Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:39:13.969Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:39:13.969Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1558bc9e-c540-4c6a-886a-3820fd7726b7",
  "consumerID": "cds",
  "timestamp": 1666845379361,
  "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=?
2022-10-27T04:39:13.972Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 1558bc9e-c540-4c6a-886a-3820fd7726b7
2022-10-27T04:39:13.972Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1558bc9e-c540-4c6a-886a-3820fd7726b7 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-10-27T04:39:13.977Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:39:13.977Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1558bc9e-c540-4c6a-886a-3820fd7726b7",
  "consumerID": "aai-ml",
  "timestamp": 1666845369816,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-10-27T04:39:13.978Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:39:13.978Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:39:13.978Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1558bc9e-c540-4c6a-886a-3820fd7726b7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666845373920,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-10-27T04:39:13.978Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:39:13.978Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:39:13.978Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1558bc9e-c540-4c6a-886a-3820fd7726b7",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666845380101,
  "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-10-27T04:39:13.980Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 1558bc9e-c540-4c6a-886a-3820fd7726b7
2022-10-27T04:39:13.980Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1558bc9e-c540-4c6a-886a-3820fd7726b7 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-10-27T04:39:13.985Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:39:13.985Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1558bc9e-c540-4c6a-886a-3820fd7726b7",
  "consumerID": "clamp",
  "timestamp": 1666845373374,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:39:13.986Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:39:13.986Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:39:13.986Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1558bc9e-c540-4c6a-886a-3820fd7726b7",
  "consumerID": "policy-id",
  "timestamp": 1666845380412,
  "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-10-27T04:39:13.988Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 1558bc9e-c540-4c6a-886a-3820fd7726b7
2022-10-27T04:39:13.988Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1558bc9e-c540-4c6a-886a-3820fd7726b7 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-10-27T04:39:13.994Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:39:13.994Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1558bc9e-c540-4c6a-886a-3820fd7726b7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666845381784,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-10-27T04:39:13.994Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-27T04:39:13.994Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:39:13.994Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1558bc9e-c540-4c6a-886a-3820fd7726b7",
  "consumerID": "aai-ml",
  "timestamp": 1666845380569,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-27T04:39:13.994Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-27T04:39:13.995Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:39:13.995Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1558bc9e-c540-4c6a-886a-3820fd7726b7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666845373920,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-10-27T04:39:13.995Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:39:13.995Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:39:13.995Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1558bc9e-c540-4c6a-886a-3820fd7726b7",
  "consumerID": "clamp",
  "timestamp": 1666845373374,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:39:13.996Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:39:13.996Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:39:13.996Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bf5dc34-2278-49f9-b0f2-1a8c42560a93",
  "consumerID": "cds",
  "timestamp": 1666845380365,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:39:13.997Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:39:13.997Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:39:13.997Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1558bc9e-c540-4c6a-886a-3820fd7726b7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666845382846,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-10-27T04:39:13.997Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-27T04:39:13.997Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:39:13.998Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1558bc9e-c540-4c6a-886a-3820fd7726b7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666845373920,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:39:13.998Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:39:13.998Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:39:13.998Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1558bc9e-c540-4c6a-886a-3820fd7726b7",
  "consumerID": "clamp",
  "timestamp": 1666845373374,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:39:13.998Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:39:13.998Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:39:13.998Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bf5dc34-2278-49f9-b0f2-1a8c42560a93",
  "consumerID": "cds",
  "timestamp": 1666845380365,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:39:13.998Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:39:13.999Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:39:13.999Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1558bc9e-c540-4c6a-886a-3820fd7726b7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666845383901,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-10-27T04:39:13.999Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-27T04:39:13.999Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:39:13.999Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1558bc9e-c540-4c6a-886a-3820fd7726b7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666845373920,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:39:13.999Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:39:14.000Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:39:14.000Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1558bc9e-c540-4c6a-886a-3820fd7726b7",
  "consumerID": "clamp",
  "timestamp": 1666845373374,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-10-27T04:39:14.000Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:39:14.000Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:39:14.000Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bf5dc34-2278-49f9-b0f2-1a8c42560a93",
  "consumerID": "cds",
  "timestamp": 1666845380365,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:39:14.000Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:39:14.000Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:39:14.000Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bf5dc34-2278-49f9-b0f2-1a8c42560a93",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666845382491,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:39:14.001Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:39:14.001Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:39:14.001Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1558bc9e-c540-4c6a-886a-3820fd7726b7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666845373920,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-10-27T04:39:14.001Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:39:14.001Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:39:14.001Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1558bc9e-c540-4c6a-886a-3820fd7726b7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666845384973,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-10-27T04:39:14.001Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-27T04:39:14.001Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:39:14.001Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bf5dc34-2278-49f9-b0f2-1a8c42560a93",
  "consumerID": "cds",
  "timestamp": 1666845380365,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:39:14.002Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:39:14.002Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:39:14.002Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bf5dc34-2278-49f9-b0f2-1a8c42560a93",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666845382491,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:39:14.002Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:39:14.002Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:39:14.002Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1558bc9e-c540-4c6a-886a-3820fd7726b7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666845386058,
  "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-10-27T04:39:14.005Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 1558bc9e-c540-4c6a-886a-3820fd7726b7
2022-10-27T04:39:14.005Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1558bc9e-c540-4c6a-886a-3820fd7726b7 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-10-27T04:39:14.010Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:39:14.010Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1558bc9e-c540-4c6a-886a-3820fd7726b7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666845384769,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-27T04:39:14.011Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-27T04:39:14.011Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:39:14.011Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bf5dc34-2278-49f9-b0f2-1a8c42560a93",
  "consumerID": "cds",
  "timestamp": 1666845380365,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:39:14.011Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:39:14.011Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:39:14.011Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bf5dc34-2278-49f9-b0f2-1a8c42560a93",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666845382491,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:39:14.011Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:39:14.012Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:39:14.012Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1558bc9e-c540-4c6a-886a-3820fd7726b7",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666845387071,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-10-27T04:39:14.012Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-27T04:39:14.012Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:39:14.012Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bf5dc34-2278-49f9-b0f2-1a8c42560a93",
  "consumerID": "cds",
  "timestamp": 1666845380365,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:39:14.012Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:39:14.012Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:39:14.012Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bf5dc34-2278-49f9-b0f2-1a8c42560a93",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666845382491,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:39:14.012Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:39:14.013Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:39:14.013Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bf5dc34-2278-49f9-b0f2-1a8c42560a93",
  "consumerID": "cds",
  "timestamp": 1666845380365,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:39:14.013Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:39:14.013Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:39:14.013Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bf5dc34-2278-49f9-b0f2-1a8c42560a93",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666845382491,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:39:14.013Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:39:14.013Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:39:14.013Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1558bc9e-c540-4c6a-886a-3820fd7726b7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666845387282,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-10-27T04:39:14.014Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-27T04:39:14.014Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:39:14.014Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1558bc9e-c540-4c6a-886a-3820fd7726b7",
  "consumerID": "aai-ml",
  "timestamp": 1666845387810,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-27T04:39:14.014Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-27T04:39:14.014Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:39:14.014Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bf5dc34-2278-49f9-b0f2-1a8c42560a93",
  "consumerID": "cds",
  "timestamp": 1666845380365,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-10-27T04:39:14.014Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:39:14.014Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:39:14.015Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bf5dc34-2278-49f9-b0f2-1a8c42560a93",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666845382491,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:39:14.015Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:39:14.015Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:39:14.015Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bf5dc34-2278-49f9-b0f2-1a8c42560a93",
  "consumerID": "policy-id",
  "timestamp": 1666845387658,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:39:14.015Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:39:14.015Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:39:14.015Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1558bc9e-c540-4c6a-886a-3820fd7726b7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666845388339,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-10-27T04:39:14.015Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-27T04:39:14.016Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:39:14.016Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1558bc9e-c540-4c6a-886a-3820fd7726b7",
  "consumerID": "aai-ml",
  "timestamp": 1666845388813,
  "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-10-27T04:39:14.018Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 1558bc9e-c540-4c6a-886a-3820fd7726b7
2022-10-27T04:39:14.018Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1558bc9e-c540-4c6a-886a-3820fd7726b7 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-10-27T04:39:14.025Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:39:14.025Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bf5dc34-2278-49f9-b0f2-1a8c42560a93",
  "consumerID": "cds",
  "timestamp": 1666845389145,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-27T04:39:14.025Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-27T04:39:14.025Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:39:14.025Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bf5dc34-2278-49f9-b0f2-1a8c42560a93",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666845382491,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:39:14.025Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:39:14.025Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:39:14.025Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bf5dc34-2278-49f9-b0f2-1a8c42560a93",
  "consumerID": "policy-id",
  "timestamp": 1666845387658,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:39:14.026Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:39:14.026Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:39:14.026Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1558bc9e-c540-4c6a-886a-3820fd7726b7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666845389390,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DOWNLOAD_OK"
}
2022-10-27T04:39:14.026Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-27T04:39:14.026Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:39:14.026Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1558bc9e-c540-4c6a-886a-3820fd7726b7",
  "consumerID": "clamp",
  "timestamp": 1666845389948,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-27T04:39:14.026Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-27T04:39:14.026Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:39:14.026Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bf5dc34-2278-49f9-b0f2-1a8c42560a93",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666845382491,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:39:14.027Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:39:14.027Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:39:14.027Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bf5dc34-2278-49f9-b0f2-1a8c42560a93",
  "consumerID": "policy-id",
  "timestamp": 1666845387658,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-10-27T04:39:14.027Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:39:14.027Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:39:14.027Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bf5dc34-2278-49f9-b0f2-1a8c42560a93",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666845389862,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:39:14.027Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:39:14.027Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:39:14.027Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bf5dc34-2278-49f9-b0f2-1a8c42560a93",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666845390987,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:39:14.027Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:39:14.027Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:39:14.027Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bf5dc34-2278-49f9-b0f2-1a8c42560a93",
  "consumerID": "cds",
  "timestamp": 1666845390367,
  "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-10-27T04:39:14.034Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 3bf5dc34-2278-49f9-b0f2-1a8c42560a93
2022-10-27T04:39:14.034Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3bf5dc34-2278-49f9-b0f2-1a8c42560a93 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-10-27T04:39:14.038Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:39:14.038Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1558bc9e-c540-4c6a-886a-3820fd7726b7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666845390440,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-10-27T04:39:14.038Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-27T04:39:14.038Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:39:14.038Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bf5dc34-2278-49f9-b0f2-1a8c42560a93",
  "consumerID": "policy-id",
  "timestamp": 1666845387658,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:39:14.038Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:39:14.038Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:39:14.039Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bf5dc34-2278-49f9-b0f2-1a8c42560a93",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666845389862,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:39:14.039Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:39:14.039Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:39:14.039Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bf5dc34-2278-49f9-b0f2-1a8c42560a93",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666845390987,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-10-27T04:39:14.039Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:39:14.039Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:39:14.039Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1558bc9e-c540-4c6a-886a-3820fd7726b7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666845391493,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-10-27T04:39:14.039Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-27T04:39:14.039Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:39:14.039Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bf5dc34-2278-49f9-b0f2-1a8c42560a93",
  "consumerID": "policy-id",
  "timestamp": 1666845387658,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:39:14.039Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:39:14.039Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:39:14.040Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bf5dc34-2278-49f9-b0f2-1a8c42560a93",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666845389862,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:39:14.040Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:39:14.040Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:39:14.040Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bf5dc34-2278-49f9-b0f2-1a8c42560a93",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666845390987,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-10-27T04:39:14.040Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:39:14.040Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:39:14.040Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1558bc9e-c540-4c6a-886a-3820fd7726b7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666845392541,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-10-27T04:39:14.040Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-27T04:39:14.040Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:39:14.040Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bf5dc34-2278-49f9-b0f2-1a8c42560a93",
  "consumerID": "policy-id",
  "timestamp": 1666845387658,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:39:14.040Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:39:14.040Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:39:14.041Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bf5dc34-2278-49f9-b0f2-1a8c42560a93",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666845389862,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:39:14.041Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:39:14.041Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:39:14.041Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bf5dc34-2278-49f9-b0f2-1a8c42560a93",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666845390987,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:39:14.041Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:39:14.041Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:39:14.041Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1558bc9e-c540-4c6a-886a-3820fd7726b7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666845393544,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DEPLOY_OK"
}
2022-10-27T04:39:14.041Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-27T04:39:14.041Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:39:14.041Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bf5dc34-2278-49f9-b0f2-1a8c42560a93",
  "consumerID": "policy-id",
  "timestamp": 1666845387658,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:39:14.041Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:39:14.041Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:39:14.042Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bf5dc34-2278-49f9-b0f2-1a8c42560a93",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666845389862,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:39:14.042Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:39:14.042Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:39:14.042Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bf5dc34-2278-49f9-b0f2-1a8c42560a93",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666845390987,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-10-27T04:39:14.042Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:39:14.042Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:39:14.042Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1558bc9e-c540-4c6a-886a-3820fd7726b7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666845394549,
  "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-10-27T04:39:14.042Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-27T04:39:14.042Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:39:14.042Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1558bc9e-c540-4c6a-886a-3820fd7726b7",
  "consumerID": "clamp",
  "timestamp": 1666845394954,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-27T04:39:14.042Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-27T04:39:14.043Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:39:14.043Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bf5dc34-2278-49f9-b0f2-1a8c42560a93",
  "consumerID": "policy-id",
  "timestamp": 1666845387658,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-10-27T04:39:14.043Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:39:14.043Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:39:14.043Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bf5dc34-2278-49f9-b0f2-1a8c42560a93",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666845389862,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:39:14.043Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:39:14.043Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:39:14.043Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bf5dc34-2278-49f9-b0f2-1a8c42560a93",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666845390987,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:39:14.043Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:39:14.043Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:39:14.043Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1558bc9e-c540-4c6a-886a-3820fd7726b7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666845395552,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DEPLOY_OK"
}
2022-10-27T04:39:14.043Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-27T04:39:14.043Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:39:14.044Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1558bc9e-c540-4c6a-886a-3820fd7726b7",
  "consumerID": "clamp",
  "timestamp": 1666845395957,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-10-27T04:39:14.046Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 1558bc9e-c540-4c6a-886a-3820fd7726b7
2022-10-27T04:39:14.046Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1558bc9e-c540-4c6a-886a-3820fd7726b7 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-10-27T04:39:14.056Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:39:14.056Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bf5dc34-2278-49f9-b0f2-1a8c42560a93",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666845390987,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:39:14.056Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:39:14.056Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:39:14.056Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bf5dc34-2278-49f9-b0f2-1a8c42560a93",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666845389862,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:39:14.057Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:39:14.057Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:39:14.057Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bf5dc34-2278-49f9-b0f2-1a8c42560a93",
  "consumerID": "policy-id",
  "timestamp": 1666845396390,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-27T04:39:14.057Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-27T04:39:14.057Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:39:14.057Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1558bc9e-c540-4c6a-886a-3820fd7726b7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666845396555,
  "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-10-27T04:39:14.057Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-27T04:39:14.057Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:39:14.057Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bf5dc34-2278-49f9-b0f2-1a8c42560a93",
  "consumerID": "clamp",
  "timestamp": 1666845373374,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:39:14.057Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:39:14.057Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:39:14.057Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bf5dc34-2278-49f9-b0f2-1a8c42560a93",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666845389862,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-10-27T04:39:14.057Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:39:14.057Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:39:14.058Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bf5dc34-2278-49f9-b0f2-1a8c42560a93",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666845390987,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-10-27T04:39:14.058Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:39:14.058Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:39:14.058Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bf5dc34-2278-49f9-b0f2-1a8c42560a93",
  "consumerID": "policy-id",
  "timestamp": 1666845397394,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-27T04:39:14.058Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-27T04:39:14.058Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:39:14.058Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1558bc9e-c540-4c6a-886a-3820fd7726b7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666845397559,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-27T04:39:14.058Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-27T04:39:14.058Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:39:14.058Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bf5dc34-2278-49f9-b0f2-1a8c42560a93",
  "consumerID": "clamp",
  "timestamp": 1666845373374,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-10-27T04:39:14.058Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:39:14.059Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:39:14.059Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bf5dc34-2278-49f9-b0f2-1a8c42560a93",
  "consumerID": "policy-id",
  "timestamp": 1666845398397,
  "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-10-27T04:39:14.061Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 3bf5dc34-2278-49f9-b0f2-1a8c42560a93
2022-10-27T04:39:14.061Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3bf5dc34-2278-49f9-b0f2-1a8c42560a93 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-10-27T04:39:14.066Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:39:14.066Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bf5dc34-2278-49f9-b0f2-1a8c42560a93",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666845399697,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-10-27T04:39:14.066Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-27T04:39:14.066Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:39:14.066Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bf5dc34-2278-49f9-b0f2-1a8c42560a93",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666845398594,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-27T04:39:14.066Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-27T04:39:14.066Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:39:14.066Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bf5dc34-2278-49f9-b0f2-1a8c42560a93",
  "consumerID": "clamp",
  "timestamp": 1666845373374,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:39:14.066Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:39:14.066Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:39:14.066Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bf5dc34-2278-49f9-b0f2-1a8c42560a93",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666845400812,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-10-27T04:39:14.067Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-27T04:39:14.067Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:39:14.067Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bf5dc34-2278-49f9-b0f2-1a8c42560a93",
  "consumerID": "clamp",
  "timestamp": 1666845373374,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:39:14.067Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:39:14.067Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:39:14.067Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bf5dc34-2278-49f9-b0f2-1a8c42560a93",
  "consumerID": "aai-ml",
  "timestamp": 1666845399816,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:39:14.067Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:39:14.067Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:39:14.067Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bf5dc34-2278-49f9-b0f2-1a8c42560a93",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666845400611,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-27T04:39:14.067Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-27T04:39:14.067Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:39:14.067Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bf5dc34-2278-49f9-b0f2-1a8c42560a93",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666845401908,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-10-27T04:39:14.067Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-27T04:39:14.068Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:39:14.068Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bf5dc34-2278-49f9-b0f2-1a8c42560a93",
  "consumerID": "clamp",
  "timestamp": 1666845373374,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:39:14.068Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:39:14.068Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:39:14.068Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bf5dc34-2278-49f9-b0f2-1a8c42560a93",
  "consumerID": "aai-ml",
  "timestamp": 1666845399816,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:39:14.068Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:39:14.068Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:39:14.068Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bf5dc34-2278-49f9-b0f2-1a8c42560a93",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666845401614,
  "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-10-27T04:39:14.070Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 3bf5dc34-2278-49f9-b0f2-1a8c42560a93
2022-10-27T04:39:14.070Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3bf5dc34-2278-49f9-b0f2-1a8c42560a93 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-10-27T04:39:14.075Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:39:14.075Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bf5dc34-2278-49f9-b0f2-1a8c42560a93",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666845402936,
  "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-10-27T04:39:14.076Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 3bf5dc34-2278-49f9-b0f2-1a8c42560a93
2022-10-27T04:39:14.077Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3bf5dc34-2278-49f9-b0f2-1a8c42560a93 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-10-27T04:39:14.079Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:39:14.079Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bf5dc34-2278-49f9-b0f2-1a8c42560a93",
  "consumerID": "clamp",
  "timestamp": 1666845373374,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:39:14.080Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:39:14.080Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:39:14.080Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bf5dc34-2278-49f9-b0f2-1a8c42560a93",
  "consumerID": "aai-ml",
  "timestamp": 1666845399816,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:39:14.080Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:39:14.080Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:39:14.080Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bf5dc34-2278-49f9-b0f2-1a8c42560a93",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666845403940,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-10-27T04:39:14.080Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-27T04:39:14.080Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:39:14.080Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bf5dc34-2278-49f9-b0f2-1a8c42560a93",
  "consumerID": "clamp",
  "timestamp": 1666845373374,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:39:14.080Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:39:14.081Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:39:14.081Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bf5dc34-2278-49f9-b0f2-1a8c42560a93",
  "consumerID": "aai-ml",
  "timestamp": 1666845399816,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:39:14.081Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:39:14.081Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:39:14.081Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bf5dc34-2278-49f9-b0f2-1a8c42560a93",
  "consumerID": "clamp",
  "timestamp": 1666845373374,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-10-27T04:39:14.081Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:39:14.081Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:39:14.081Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bf5dc34-2278-49f9-b0f2-1a8c42560a93",
  "consumerID": "aai-ml",
  "timestamp": 1666845399816,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:39:14.081Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:39:14.081Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:39:14.081Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6988a81-316a-4e48-ba6b-96dbbf603822",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666845402491,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:39:14.082Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:39:14.082Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:39:14.082Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6988a81-316a-4e48-ba6b-96dbbf603822",
  "consumerID": "cds",
  "timestamp": 1666845403029,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:39:14.082Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:39:14.082Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:39:14.082Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bf5dc34-2278-49f9-b0f2-1a8c42560a93",
  "consumerID": "aai-ml",
  "timestamp": 1666845399816,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:39:14.082Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:39:14.082Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:39:14.082Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6988a81-316a-4e48-ba6b-96dbbf603822",
  "consumerID": "cds",
  "timestamp": 1666845403029,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:39:14.082Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:39:14.082Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:39:14.082Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6988a81-316a-4e48-ba6b-96dbbf603822",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666845402491,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:39:14.082Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:39:14.083Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:39:14.083Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bf5dc34-2278-49f9-b0f2-1a8c42560a93",
  "consumerID": "aai-ml",
  "timestamp": 1666845399816,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:39:14.083Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:39:14.083Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:39:14.083Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6988a81-316a-4e48-ba6b-96dbbf603822",
  "consumerID": "cds",
  "timestamp": 1666845403029,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:39:14.083Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:39:14.083Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:39:14.083Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6988a81-316a-4e48-ba6b-96dbbf603822",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666845402491,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:39:14.083Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:39:14.083Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:39:14.083Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bf5dc34-2278-49f9-b0f2-1a8c42560a93",
  "consumerID": "aai-ml",
  "timestamp": 1666845399816,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-10-27T04:39:14.083Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:39:14.083Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:39:14.084Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6988a81-316a-4e48-ba6b-96dbbf603822",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666845402491,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:39:14.084Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:39:14.084Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:39:14.084Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6988a81-316a-4e48-ba6b-96dbbf603822",
  "consumerID": "cds",
  "timestamp": 1666845403029,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:39:14.084Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:39:14.084Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:39:14.084Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6988a81-316a-4e48-ba6b-96dbbf603822",
  "consumerID": "policy-id",
  "timestamp": 1666845407658,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:39:14.084Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:39:14.084Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:39:14.084Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bf5dc34-2278-49f9-b0f2-1a8c42560a93",
  "consumerID": "aai-ml",
  "timestamp": 1666845408533,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-27T04:39:14.084Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-27T04:39:14.084Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:39:14.084Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6988a81-316a-4e48-ba6b-96dbbf603822",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666845402491,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:39:14.085Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:39:14.085Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:39:14.085Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6988a81-316a-4e48-ba6b-96dbbf603822",
  "consumerID": "cds",
  "timestamp": 1666845403029,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:39:14.085Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:39:14.085Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:39:14.085Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6988a81-316a-4e48-ba6b-96dbbf603822",
  "consumerID": "policy-id",
  "timestamp": 1666845407658,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:39:14.085Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:39:14.085Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:39:14.085Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6988a81-316a-4e48-ba6b-96dbbf603822",
  "consumerID": "cds",
  "timestamp": 1666845403029,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:39:14.085Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:39:14.085Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:39:14.085Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6988a81-316a-4e48-ba6b-96dbbf603822",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666845402491,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:39:14.085Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:39:14.086Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:39:14.086Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6988a81-316a-4e48-ba6b-96dbbf603822",
  "consumerID": "policy-id",
  "timestamp": 1666845407658,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:39:14.086Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:39:14.086Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:39:14.086Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6988a81-316a-4e48-ba6b-96dbbf603822",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666845410988,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:39:14.086Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:39:14.086Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:39:14.086Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6988a81-316a-4e48-ba6b-96dbbf603822",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666845402491,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-10-27T04:39:14.086Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:39:14.086Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:39:14.086Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6988a81-316a-4e48-ba6b-96dbbf603822",
  "consumerID": "cds",
  "timestamp": 1666845403029,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:39:14.086Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:39:14.087Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:39:14.087Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6988a81-316a-4e48-ba6b-96dbbf603822",
  "consumerID": "policy-id",
  "timestamp": 1666845407658,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:39:14.087Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:39:14.087Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:39:14.087Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6988a81-316a-4e48-ba6b-96dbbf603822",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666845410988,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:39:14.087Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:39:14.087Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:39:14.087Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6988a81-316a-4e48-ba6b-96dbbf603822",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666845402491,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:39:14.087Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:39:14.087Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:39:14.087Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6988a81-316a-4e48-ba6b-96dbbf603822",
  "consumerID": "cds",
  "timestamp": 1666845403029,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:39:14.087Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:39:14.087Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:39:14.088Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6988a81-316a-4e48-ba6b-96dbbf603822",
  "consumerID": "policy-id",
  "timestamp": 1666845407658,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:39:14.088Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:39:14.088Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:39:14.088Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6988a81-316a-4e48-ba6b-96dbbf603822",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666845410988,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:39:14.088Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:39:14.088Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:39:14.088Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6988a81-316a-4e48-ba6b-96dbbf603822",
  "consumerID": "cds",
  "timestamp": 1666845403029,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-10-27T04:39:14.088Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:39:14.088Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:39:14.088Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6988a81-316a-4e48-ba6b-96dbbf603822",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666845402491,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:39:14.088Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:39:14.088Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:39:14.089Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6988a81-316a-4e48-ba6b-96dbbf603822",
  "consumerID": "policy-id",
  "timestamp": 1666845407658,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:39:14.089Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:39:14.089Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:39:14.089Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6988a81-316a-4e48-ba6b-96dbbf603822",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666845410988,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:39:14.089Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:39:14.089Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:39:14.089Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6988a81-316a-4e48-ba6b-96dbbf603822",
  "consumerID": "cds",
  "timestamp": 1666845413820,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-27T04:39:14.089Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-27T04:39:14.089Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:39:14.089Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6988a81-316a-4e48-ba6b-96dbbf603822",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666845413820,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-10-27T04:39:14.089Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-27T04:39:14.090Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:39:14.090Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6988a81-316a-4e48-ba6b-96dbbf603822",
  "consumerID": "policy-id",
  "timestamp": 1666845407658,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:39:14.090Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:39:14.090Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:39:14.090Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6988a81-316a-4e48-ba6b-96dbbf603822",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666845410988,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:39:14.090Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:39:14.090Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:39:14.090Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6988a81-316a-4e48-ba6b-96dbbf603822",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666845414844,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-10-27T04:39:14.090Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-27T04:39:14.090Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:39:14.090Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bf5dc34-2278-49f9-b0f2-1a8c42560a93",
  "consumerID": "clamp",
  "timestamp": 1666845414952,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-27T04:39:14.090Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-27T04:39:14.090Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:39:14.091Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bf5dc34-2278-49f9-b0f2-1a8c42560a93",
  "consumerID": "aai-ml",
  "timestamp": 1666845415100,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-27T04:39:14.091Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-27T04:39:14.091Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:39:14.091Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6988a81-316a-4e48-ba6b-96dbbf603822",
  "consumerID": "cds",
  "timestamp": 1666845415094,
  "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-10-27T04:39:14.097Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of d6988a81-316a-4e48-ba6b-96dbbf603822
2022-10-27T04:39:14.097Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId d6988a81-316a-4e48-ba6b-96dbbf603822 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-10-27T04:39:14.101Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:39:14.101Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6988a81-316a-4e48-ba6b-96dbbf603822",
  "consumerID": "policy-id",
  "timestamp": 1666845407658,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:39:14.101Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:39:14.102Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:39:14.102Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6988a81-316a-4e48-ba6b-96dbbf603822",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666845410988,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:39:14.102Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:39:14.102Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:39:14.102Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6988a81-316a-4e48-ba6b-96dbbf603822",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1666845415846,
  "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-10-27T04:39:14.104Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of d6988a81-316a-4e48-ba6b-96dbbf603822
2022-10-27T04:39:14.104Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId d6988a81-316a-4e48-ba6b-96dbbf603822 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-10-27T04:39:14.108Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:39:14.108Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bf5dc34-2278-49f9-b0f2-1a8c42560a93",
  "consumerID": "aai-ml",
  "timestamp": 1666845416104,
  "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-10-27T04:39:14.110Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 3bf5dc34-2278-49f9-b0f2-1a8c42560a93
2022-10-27T04:39:14.110Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3bf5dc34-2278-49f9-b0f2-1a8c42560a93 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-10-27T04:39:14.114Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:39:14.114Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6988a81-316a-4e48-ba6b-96dbbf603822",
  "consumerID": "policy-id",
  "timestamp": 1666845407658,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-10-27T04:39:14.114Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:39:14.115Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:39:14.115Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6988a81-316a-4e48-ba6b-96dbbf603822",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666845410988,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:39:14.115Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:39:14.115Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:39:14.115Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6988a81-316a-4e48-ba6b-96dbbf603822",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666845410988,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:39:14.115Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:39:14.115Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:39:14.115Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6988a81-316a-4e48-ba6b-96dbbf603822",
  "consumerID": "policy-id",
  "timestamp": 1666845417416,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-27T04:39:14.115Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-27T04:39:14.115Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:39:14.115Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bf5dc34-2278-49f9-b0f2-1a8c42560a93",
  "consumerID": "clamp",
  "timestamp": 1666845417956,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-27T04:39:14.115Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-27T04:39:14.116Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:39:14.116Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6988a81-316a-4e48-ba6b-96dbbf603822",
  "consumerID": "policy-id",
  "timestamp": 1666845418421,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-27T04:39:14.116Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-27T04:39:14.116Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:39:14.116Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6988a81-316a-4e48-ba6b-96dbbf603822",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1666845410988,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-10-27T04:39:14.116Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:39:14.116Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:39:14.116Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bf5dc34-2278-49f9-b0f2-1a8c42560a93",
  "consumerID": "clamp",
  "timestamp": 1666845418964,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-10-27T04:39:14.118Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 3bf5dc34-2278-49f9-b0f2-1a8c42560a93
2022-10-27T04:39:14.118Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3bf5dc34-2278-49f9-b0f2-1a8c42560a93 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-10-27T04:39:14.122Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:39:14.122Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6988a81-316a-4e48-ba6b-96dbbf603822",
  "consumerID": "policy-id",
  "timestamp": 1666845419425,
  "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-10-27T04:39:14.124Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d6988a81-316a-4e48-ba6b-96dbbf603822
2022-10-27T04:39:14.124Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId d6988a81-316a-4e48-ba6b-96dbbf603822 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-10-27T04:39:14.130Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:39:14.131Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6988a81-316a-4e48-ba6b-96dbbf603822",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666845419863,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:39:14.131Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:39:14.131Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:39:14.131Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6988a81-316a-4e48-ba6b-96dbbf603822",
  "consumerID": "clamp",
  "timestamp": 1666845419971,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:39:14.131Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:39:14.131Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:39:14.131Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6988a81-316a-4e48-ba6b-96dbbf603822",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666845419863,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:39:14.131Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:39:14.131Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:39:14.131Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6988a81-316a-4e48-ba6b-96dbbf603822",
  "consumerID": "clamp",
  "timestamp": 1666845419971,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:39:14.132Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:39:14.132Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:39:14.132Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6988a81-316a-4e48-ba6b-96dbbf603822",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666845419863,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:39:14.132Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:39:14.132Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:39:14.132Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6988a81-316a-4e48-ba6b-96dbbf603822",
  "consumerID": "clamp",
  "timestamp": 1666845419971,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:39:14.132Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:39:14.132Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:39:14.132Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6988a81-316a-4e48-ba6b-96dbbf603822",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666845419863,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:39:14.132Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:39:14.133Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:39:14.133Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6988a81-316a-4e48-ba6b-96dbbf603822",
  "consumerID": "clamp",
  "timestamp": 1666845419971,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:39:14.133Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:39:14.133Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:39:14.133Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6988a81-316a-4e48-ba6b-96dbbf603822",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666845419863,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:39:14.133Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:39:14.133Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:39:14.133Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6988a81-316a-4e48-ba6b-96dbbf603822",
  "consumerID": "clamp",
  "timestamp": 1666845419971,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:39:14.133Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:39:14.134Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:39:14.134Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6988a81-316a-4e48-ba6b-96dbbf603822",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666845419863,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:39:14.134Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:39:14.134Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:39:14.134Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6988a81-316a-4e48-ba6b-96dbbf603822",
  "consumerID": "clamp",
  "timestamp": 1666845419971,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:39:14.134Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:39:14.134Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:39:14.134Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6988a81-316a-4e48-ba6b-96dbbf603822",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666845419863,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:39:14.134Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:39:14.134Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:39:14.134Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6988a81-316a-4e48-ba6b-96dbbf603822",
  "consumerID": "clamp",
  "timestamp": 1666845419971,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:39:14.134Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:39:14.135Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:39:14.135Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6988a81-316a-4e48-ba6b-96dbbf603822",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666845419863,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:39:14.135Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:39:14.135Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:39:14.135Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6988a81-316a-4e48-ba6b-96dbbf603822",
  "consumerID": "clamp",
  "timestamp": 1666845419971,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:39:14.135Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:39:14.135Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:39:14.135Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6988a81-316a-4e48-ba6b-96dbbf603822",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666845419863,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-10-27T04:39:14.135Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:39:14.135Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:39:14.135Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6988a81-316a-4e48-ba6b-96dbbf603822",
  "consumerID": "clamp",
  "timestamp": 1666845419971,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-10-27T04:39:14.135Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:39:14.136Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:39:14.136Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6988a81-316a-4e48-ba6b-96dbbf603822",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666845429604,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-27T04:39:14.136Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-27T04:39:14.136Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:39:14.136Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6988a81-316a-4e48-ba6b-96dbbf603822",
  "consumerID": "aai-ml",
  "timestamp": 1666845429816,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:39:14.136Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:39:14.136Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:39:14.136Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6988a81-316a-4e48-ba6b-96dbbf603822",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666845431237,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-27T04:39:14.136Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-27T04:39:14.136Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:39:14.136Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6988a81-316a-4e48-ba6b-96dbbf603822",
  "consumerID": "aai-ml",
  "timestamp": 1666845429816,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:39:14.137Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:39:14.137Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:39:14.137Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6988a81-316a-4e48-ba6b-96dbbf603822",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1666845432240,
  "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-10-27T04:39:14.138Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of d6988a81-316a-4e48-ba6b-96dbbf603822
2022-10-27T04:39:14.139Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId d6988a81-316a-4e48-ba6b-96dbbf603822 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-10-27T04:39:14.144Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:39:14.145Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6988a81-316a-4e48-ba6b-96dbbf603822",
  "consumerID": "aai-ml",
  "timestamp": 1666845429816,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:39:14.145Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:39:14.145Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:39:14.145Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6988a81-316a-4e48-ba6b-96dbbf603822",
  "consumerID": "aai-ml",
  "timestamp": 1666845429816,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:39:14.145Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:39:38.617Z|1558bc9e-c540-4c6a-886a-3820fd7726b7|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1558bc9e-c540-4c6a-886a-3820fd7726b7
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-27T04:39:38.628Z|1558bc9e-c540-4c6a-886a-3820fd7726b7|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1558bc9e-c540-4c6a-886a-3820fd7726b7
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-10-27T04:39:38.630Z|1558bc9e-c540-4c6a-886a-3820fd7726b7|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-27T04:39:38.630Z|1558bc9e-c540-4c6a-886a-3820fd7726b7|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-10-27T04:39:38.631Z|1558bc9e-c540-4c6a-886a-3820fd7726b7|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-10-27T04:39:38.631Z|1558bc9e-c540-4c6a-886a-3820fd7726b7|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-10-27T04:39:38.631Z|1558bc9e-c540-4c6a-886a-3820fd7726b7|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-27T04:39:38.631Z|1558bc9e-c540-4c6a-886a-3820fd7726b7|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-27T04:39:38.631Z|1558bc9e-c540-4c6a-886a-3820fd7726b7|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-27T04:39:38.631Z|1558bc9e-c540-4c6a-886a-3820fd7726b7|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-27T04:39:38.631Z|1558bc9e-c540-4c6a-886a-3820fd7726b7|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-27T04:39:38.631Z|1558bc9e-c540-4c6a-886a-3820fd7726b7|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-27T04:39:38.632Z|1558bc9e-c540-4c6a-886a-3820fd7726b7|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-10-27T04:39:38.635Z|1558bc9e-c540-4c6a-886a-3820fd7726b7|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-10-27T04:40:08.635Z|1558bc9e-c540-4c6a-886a-3820fd7726b7|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 1558bc9e-c540-4c6a-886a-3820fd7726b7 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-10-27T04:40:08.641Z|1558bc9e-c540-4c6a-886a-3820fd7726b7|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 1558bc9e-c540-4c6a-886a-3820fd7726b7 and serviceModelVersionId: f96e24c0-b1b6-42d3-bfab-f925af7428d0
2022-10-27T04:40:08.641Z|1558bc9e-c540-4c6a-886a-3820fd7726b7|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : e22aba60-378f-4b89-8769-bc5dfcaa2c64
2022-10-27T04:40:08.642Z|1558bc9e-c540-4c6a-886a-3820fd7726b7|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/e22aba60-378f-4b89-8769-bc5dfcaa2c64/model-vers/model-ver/f96e24c0-b1b6-42d3-bfab-f925af7428d0?depth=0
2022-10-27T04:40:08.649Z|1558bc9e-c540-4c6a-886a-3820fd7726b7|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2022-10-27T04:40:08.705Z|1558bc9e-c540-4c6a-886a-3820fd7726b7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e22aba60-378f-4b89-8769-bc5dfcaa2c64/model-vers/model-ver/f96e24c0-b1b6-42d3-bfab-f925af7428d0?depth=0|INFO|500||Invoke
2022-10-27T04:40:08.705Z|1558bc9e-c540-4c6a-886a-3820fd7726b7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e22aba60-378f-4b89-8769-bc5dfcaa2c64/model-vers/model-ver/f96e24c0-b1b6-42d3-bfab-f925af7428d0?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e22aba60-378f-4b89-8769-bc5dfcaa2c64/model-vers/model-ver/f96e24c0-b1b6-42d3-bfab-f925af7428d0?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[1558bc9e-c540-4c6a-886a-3820fd7726b7], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[331cee4d-2b47-4c66-bbf3-98b0f1d0ab71], X-ECOMP-RequestID=[1558bc9e-c540-4c6a-886a-3820fd7726b7], X-TransactionId=[], X-ONAP-RequestID=[1558bc9e-c540-4c6a-886a-3820fd7726b7], Content-Type=[application/merge-patch+json]}
2022-10-27T04:40:08.726Z|1558bc9e-c540-4c6a-886a-3820fd7726b7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e22aba60-378f-4b89-8769-bc5dfcaa2c64/model-vers/model-ver/f96e24c0-b1b6-42d3-bfab-f925af7428d0?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-10-27T04:40:08.836Z|1558bc9e-c540-4c6a-886a-3820fd7726b7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e22aba60-378f-4b89-8769-bc5dfcaa2c64/model-vers/model-ver/f96e24c0-b1b6-42d3-bfab-f925af7428d0?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/e22aba60-378f-4b89-8769-bc5dfcaa2c64/model-vers/model-ver/f96e24c0-b1b6-42d3-bfab-f925af7428d0?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-221027-04:40:09:433-68266], vertex-id=[217104], Content-Length=[0], Date=[Thu, 27 Oct 2022 04:40:09 GMT], Content-Type=[application/json]}
2022-10-27T04:40:08.837Z|1558bc9e-c540-4c6a-886a-3820fd7726b7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e22aba60-378f-4b89-8769-bc5dfcaa2c64/model-vers/model-ver/f96e24c0-b1b6-42d3-bfab-f925af7428d0?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-10-27T04:40:08.837Z|1558bc9e-c540-4c6a-886a-3820fd7726b7|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e22aba60-378f-4b89-8769-bc5dfcaa2c64/model-vers/model-ver/f96e24c0-b1b6-42d3-bfab-f925af7428d0?depth=0|INFO|500||InvokeReturn
2022-10-27T04:40:08.837Z|1558bc9e-c540-4c6a-886a-3820fd7726b7|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-10-27T04:40:08.837Z|1558bc9e-c540-4c6a-886a-3820fd7726b7|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-10-27T04:40:08.841Z|1558bc9e-c540-4c6a-886a-3820fd7726b7|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-10-27T04:40:08.842Z|1558bc9e-c540-4c6a-886a-3820fd7726b7|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 1558bc9e-c540-4c6a-886a-3820fd7726b7 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-10-27T04:40:08.843Z|1558bc9e-c540-4c6a-886a-3820fd7726b7|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-10-27T04:40:08.843Z|1558bc9e-c540-4c6a-886a-3820fd7726b7|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-10-27T04:40:08.845Z|1558bc9e-c540-4c6a-886a-3820fd7726b7|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-27T04:40:08.845Z|1558bc9e-c540-4c6a-886a-3820fd7726b7|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "1558bc9e-c540-4c6a-886a-3820fd7726b7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666845608842,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-10-27T04:40:08.945Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-27T04:40:08.946Z||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-10-27T04:40:08.946Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WdsfDHbwDbLQzANJ) ...
2022-10-27T04:40:08.963Z||pool-122-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-27T04:40:08.963Z||pool-122-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-10-27T04:40:09.856Z|1558bc9e-c540-4c6a-886a-3820fd7726b7|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-27T04:40:09.857Z|1558bc9e-c540-4c6a-886a-3820fd7726b7|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"3bf5dc34-2278-49f9-b0f2-1a8c42560a93","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"06428568-7c80-4c55-a585-20fc5ab16928","serviceDescription":"service","serviceInvariantUUID":"f2d407ce-a6d8-4d06-8053-8c2b60e851a0","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"5fe08035-ac7e-4095-963b-36f9900ac32d","resourceInvariantUUID":"4c6d943d-c16d-409e-bdeb-4a35cfd418c2","resourceCustomizationUUID":"0517e161-5140-400c-9263-a8ff693f8a50","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":"YTkxZDFmZjRmODdiNDYyOWVkNjgzN2VjZmY4NjI1Mzk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"9031f15e-fc1e-4542-8cca-0c9ddba0d3fc","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":"NjAxYWY0ZjA3YTAwNDFkODI2ZTZmYTkwZDdhYjk5NDc\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"82020584-8505-4bae-a954-2a8d68d4bf8c","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":"0f05a3f7-b7a3-4785-b195-60d168c03dc2","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":"d2c936ae-2055-4daa-85db-d24bd7ea5006","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":"c575847d-bfe9-40ad-b0f7-3844674311ce","artifactVersion":"2","generatedFromUUID":"0f05a3f7-b7a3-4785-b195-60d168c03dc2"},{"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":"YzUzZDI4Y2ZjYzdkZTBmMDAxN2UzNTY3NmI5ZmNiNGY\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"bd30f290-87fe-4478-bc2d-7a6bc9916092","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":"MDFiMGY0Njg1MzcxMTU5M2M2YmU0MjllZjQ0ZmFkMmM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"3b0614bf-1b5a-476c-9a9d-1e416c454d74","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"NDg5MjY2ZDRmYzg1MWQ2ZDAwOGY0MGNlODZiOTI4ODk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"59ada251-8556-476c-9a0c-c2d91d002644","artifactVersion":"1"}],"workloadContext":"Production"}
2022-10-27T04:40:09.857Z|1558bc9e-c540-4c6a-886a-3820fd7726b7|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-27T04:40:09.857Z|1558bc9e-c540-4c6a-886a-3820fd7726b7|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-10-27T04:40:09.859Z|1558bc9e-c540-4c6a-886a-3820fd7726b7|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-27T04:40:09.859Z|1558bc9e-c540-4c6a-886a-3820fd7726b7|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "3bf5dc34-2278-49f9-b0f2-1a8c42560a93",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666845373920,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:40:09.959Z||pool-123-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-27T04:40:09.960Z||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-10-27T04:40:09.961Z||pool-123-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WdsfDHbwDbLQzANJ) ...
2022-10-27T04:40:09.974Z||pool-123-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-27T04:40:09.974Z||pool-123-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-10-27T04:40:10.860Z|1558bc9e-c540-4c6a-886a-3820fd7726b7|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-27T04:40:10.861Z|1558bc9e-c540-4c6a-886a-3820fd7726b7|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-10-27T04:40:10.863Z|1558bc9e-c540-4c6a-886a-3820fd7726b7|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-27T04:40:10.863Z|1558bc9e-c540-4c6a-886a-3820fd7726b7|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "3bf5dc34-2278-49f9-b0f2-1a8c42560a93",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666845373920,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-10-27T04:40:10.963Z||pool-124-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-27T04:40:10.964Z||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-10-27T04:40:10.964Z||pool-124-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WdsfDHbwDbLQzANJ) ...
2022-10-27T04:40:10.977Z||pool-124-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-27T04:40:10.978Z||pool-124-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-10-27T04:40:11.864Z|1558bc9e-c540-4c6a-886a-3820fd7726b7|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-27T04:40:11.864Z|1558bc9e-c540-4c6a-886a-3820fd7726b7|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-10-27T04:40:11.866Z|1558bc9e-c540-4c6a-886a-3820fd7726b7|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-27T04:40:11.866Z|1558bc9e-c540-4c6a-886a-3820fd7726b7|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "3bf5dc34-2278-49f9-b0f2-1a8c42560a93",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666845373920,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-10-27T04:40:11.966Z||pool-125-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-27T04:40:11.968Z||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-10-27T04:40:11.968Z||pool-125-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WdsfDHbwDbLQzANJ) ...
2022-10-27T04:40:11.979Z||pool-125-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-27T04:40:11.980Z||pool-125-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-10-27T04:40:12.866Z|1558bc9e-c540-4c6a-886a-3820fd7726b7|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-27T04:40:12.867Z|1558bc9e-c540-4c6a-886a-3820fd7726b7|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-10-27T04:40:12.869Z|1558bc9e-c540-4c6a-886a-3820fd7726b7|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-27T04:40:12.869Z|1558bc9e-c540-4c6a-886a-3820fd7726b7|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "3bf5dc34-2278-49f9-b0f2-1a8c42560a93",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666845373920,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:40:12.969Z||pool-126-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-27T04:40:12.970Z||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-10-27T04:40:12.970Z||pool-126-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WdsfDHbwDbLQzANJ) ...
2022-10-27T04:40:12.987Z||pool-126-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-27T04:40:12.987Z||pool-126-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-10-27T04:40:13.870Z|1558bc9e-c540-4c6a-886a-3820fd7726b7|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-27T04:40:13.870Z|1558bc9e-c540-4c6a-886a-3820fd7726b7|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-10-27T04:40:13.873Z|1558bc9e-c540-4c6a-886a-3820fd7726b7|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-27T04:40:13.873Z|1558bc9e-c540-4c6a-886a-3820fd7726b7|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "3bf5dc34-2278-49f9-b0f2-1a8c42560a93",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666845373920,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-10-27T04:40:13.923Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T04:40:13.924Z||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-10-27T04:40:13.924Z||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 WdsfDHbwDbLQzANJ) ...
2022-10-27T04:40:13.949Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-27T04:40:13.949Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:40:13.949Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6988a81-316a-4e48-ba6b-96dbbf603822",
  "consumerID": "clamp",
  "timestamp": 1666845433955,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-27T04:40:13.949Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-27T04:40:13.950Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:40:13.950Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6988a81-316a-4e48-ba6b-96dbbf603822",
  "consumerID": "aai-ml",
  "timestamp": 1666845429816,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:40:13.950Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:40:13.950Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:40:13.950Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6988a81-316a-4e48-ba6b-96dbbf603822",
  "consumerID": "aai-ml",
  "timestamp": 1666845429816,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:40:13.950Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:40:13.950Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:40:13.950Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6988a81-316a-4e48-ba6b-96dbbf603822",
  "consumerID": "clamp",
  "timestamp": 1666845435960,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-27T04:40:13.950Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-27T04:40:13.950Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:40:13.950Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6988a81-316a-4e48-ba6b-96dbbf603822",
  "consumerID": "aai-ml",
  "timestamp": 1666845429816,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:40:13.951Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:40:13.951Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:40:13.951Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6988a81-316a-4e48-ba6b-96dbbf603822",
  "consumerID": "clamp",
  "timestamp": 1666845436963,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-10-27T04:40:13.954Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of d6988a81-316a-4e48-ba6b-96dbbf603822
2022-10-27T04:40:13.954Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId d6988a81-316a-4e48-ba6b-96dbbf603822 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-10-27T04:40:13.959Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:40:13.959Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6988a81-316a-4e48-ba6b-96dbbf603822",
  "consumerID": "aai-ml",
  "timestamp": 1666845429816,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:40:13.959Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:40:13.959Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:40:13.959Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6988a81-316a-4e48-ba6b-96dbbf603822",
  "consumerID": "aai-ml",
  "timestamp": 1666845429816,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-10-27T04:40:13.959Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:40:13.960Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:40:13.960Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6988a81-316a-4e48-ba6b-96dbbf603822",
  "consumerID": "aai-ml",
  "timestamp": 1666845439550,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-27T04:40:13.960Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-27T04:40:13.960Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:40:13.960Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6988a81-316a-4e48-ba6b-96dbbf603822",
  "consumerID": "aai-ml",
  "timestamp": 1666845444052,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-27T04:40:13.960Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-27T04:40:13.960Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:40:13.960Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6988a81-316a-4e48-ba6b-96dbbf603822",
  "consumerID": "aai-ml",
  "timestamp": 1666845445055,
  "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-10-27T04:40:13.962Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of d6988a81-316a-4e48-ba6b-96dbbf603822
2022-10-27T04:40:13.962Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId d6988a81-316a-4e48-ba6b-96dbbf603822 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-10-27T04:40:13.973Z||pool-127-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-27T04:40:13.973Z||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-10-27T04:40:13.974Z||pool-127-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WdsfDHbwDbLQzANJ) ...
2022-10-27T04:40:13.988Z||pool-127-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-27T04:40:13.988Z||pool-127-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-10-27T04:40:14.873Z|1558bc9e-c540-4c6a-886a-3820fd7726b7|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-27T04:40:14.874Z|1558bc9e-c540-4c6a-886a-3820fd7726b7|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-10-27T04:40:14.876Z|1558bc9e-c540-4c6a-886a-3820fd7726b7|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-27T04:40:14.876Z|1558bc9e-c540-4c6a-886a-3820fd7726b7|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "3bf5dc34-2278-49f9-b0f2-1a8c42560a93",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666845373920,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:40:14.976Z||pool-128-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-27T04:40:14.977Z||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-10-27T04:40:14.977Z||pool-128-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WdsfDHbwDbLQzANJ) ...
2022-10-27T04:40:14.991Z||pool-128-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-27T04:40:14.992Z||pool-128-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-10-27T04:40:15.876Z|1558bc9e-c540-4c6a-886a-3820fd7726b7|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-27T04:40:15.877Z|1558bc9e-c540-4c6a-886a-3820fd7726b7|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-10-27T04:40:15.879Z|1558bc9e-c540-4c6a-886a-3820fd7726b7|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-27T04:40:15.879Z|1558bc9e-c540-4c6a-886a-3820fd7726b7|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "3bf5dc34-2278-49f9-b0f2-1a8c42560a93",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666845373920,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:40:15.980Z||pool-129-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-27T04:40:15.980Z||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-10-27T04:40:15.980Z||pool-129-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WdsfDHbwDbLQzANJ) ...
2022-10-27T04:40:15.993Z||pool-129-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-27T04:40:15.993Z||pool-129-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-10-27T04:40:16.880Z|1558bc9e-c540-4c6a-886a-3820fd7726b7|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-27T04:40:16.881Z|1558bc9e-c540-4c6a-886a-3820fd7726b7|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-10-27T04:40:16.883Z|1558bc9e-c540-4c6a-886a-3820fd7726b7|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-27T04:40:16.883Z|1558bc9e-c540-4c6a-886a-3820fd7726b7|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "3bf5dc34-2278-49f9-b0f2-1a8c42560a93",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666845373920,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-10-27T04:40:16.983Z||pool-130-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-27T04:40:16.983Z||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-10-27T04:40:16.984Z||pool-130-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WdsfDHbwDbLQzANJ) ...
2022-10-27T04:40:17.013Z||pool-130-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-27T04:40:17.014Z||pool-130-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1}
2022-10-27T04:40:17.885Z|1558bc9e-c540-4c6a-886a-3820fd7726b7|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "3bf5dc34-2278-49f9-b0f2-1a8c42560a93",
  "serviceName": "basic_vm_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "06428568-7c80-4c55-a585-20fc5ab16928",
  "serviceDescription": "service",
  "serviceInvariantUUID": "f2d407ce-a6d8-4d06-8053-8c2b60e851a0",
  "resources": [
    {
      "resourceInstanceName": "basic_vm_macro 0",
      "resourceCustomizationUUID": "0517e161-5140-400c-9263-a8ff693f8a50",
      "resourceName": "basic_vm_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "5fe08035-ac7e-4095-963b-36f9900ac32d",
      "resourceInvariantUUID": "4c6d943d-c16d-409e-bdeb-4a35cfd418c2",
      "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": "NjAxYWY0ZjA3YTAwNDFkODI2ZTZmYTkwZDdhYjk5NDc\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "82020584-8505-4bae-a954-2a8d68d4bf8c",
          "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": "0f05a3f7-b7a3-4785-b195-60d168c03dc2",
          "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": "c575847d-bfe9-40ad-b0f7-3844674311ce",
            "generatedFromUUID": "0f05a3f7-b7a3-4785-b195-60d168c03dc2"
          },
          "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": "c575847d-bfe9-40ad-b0f7-3844674311ce",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVmMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
      "artifactChecksum": "NDg5MjY2ZDRmYzg1MWQ2ZDAwOGY0MGNlODZiOTI4ODk\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "59ada251-8556-476c-9a0c-c2d91d002644"
    }
  ],
  "workloadContext": "Production"
}
2022-10-27T04:40:17.885Z|1558bc9e-c540-4c6a-886a-3820fd7726b7|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-10-27T04:40:17.885Z|1558bc9e-c540-4c6a-886a-3820fd7726b7|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 06428568-7c80-4c55-a585-20fc5ab16928 ASDC
2022-10-27T04:40:17.886Z|3bf5dc34-2278-49f9-b0f2-1a8c42560a93|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:3bf5dc34-2278-49f9-b0f2-1a8c42560a93
ServiceName:basic_vm_macro
ServiceVersion:1.0
ServiceUUID:06428568-7c80-4c55-a585-20fc5ab16928
ServiceInvariantUUID:f2d407ce-a6d8-4d06-8053-8c2b60e851a0
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:59ada251-8556-476c-9a0c-c2d91d002644
ArtifactChecksum:NDg5MjY2ZDRmYzg1MWQ2ZDAwOGY0MGNlODZiOTI4ODk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm_macro 0
ResourceCustomizationUUID:0517e161-5140-400c-9263-a8ff693f8a50
ResourceInvariantUUID:4c6d943d-c16d-409e-bdeb-4a35cfd418c2
ResourceName:basic_vm_macro
ResourceType:VF
ResourceUUID:5fe08035-ac7e-4095-963b-36f9900ac32d
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:82020584-8505-4bae-a954-2a8d68d4bf8c
ArtifactChecksum:NjAxYWY0ZjA3YTAwNDFkODI2ZTZmYTkwZDdhYjk5NDc=
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:0f05a3f7-b7a3-4785-b195-60d168c03dc2
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:c575847d-bfe9-40ad-b0f7-3844674311ce
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:c575847d-bfe9-40ad-b0f7-3844674311ce
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-10-27T04:40:17.886Z|3bf5dc34-2278-49f9-b0f2-1a8c42560a93|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 06428568-7c80-4c55-a585-20fc5ab16928 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-10-27T04:40:17.907Z|3bf5dc34-2278-49f9-b0f2-1a8c42560a93|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-27T04:40:17.908Z|3bf5dc34-2278-49f9-b0f2-1a8c42560a93|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-10-27T04:40:17.908Z|3bf5dc34-2278-49f9-b0f2-1a8c42560a93|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-10-27T04:40:17.908Z|3bf5dc34-2278-49f9-b0f2-1a8c42560a93|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 59ada251-8556-476c-9a0c-c2d91d002644 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-10-27T04:40:17.908Z|3bf5dc34-2278-49f9-b0f2-1a8c42560a93|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-10-27T04:40:17.908Z|3bf5dc34-2278-49f9-b0f2-1a8c42560a93|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-10-27T04:40:18.027Z|3bf5dc34-2278-49f9-b0f2-1a8c42560a93|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-10-27T04:40:18.030Z|3bf5dc34-2278-49f9-b0f2-1a8c42560a93|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 59ada251-8556-476c-9a0c-c2d91d002644 78828
2022-10-27T04:40:18.030Z|3bf5dc34-2278-49f9-b0f2-1a8c42560a93|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2022-10-27T04:40:18.030Z|3bf5dc34-2278-49f9-b0f2-1a8c42560a93|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-10-27T04:40:18.031Z|3bf5dc34-2278-49f9-b0f2-1a8c42560a93|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-27T04:40:18.031Z|3bf5dc34-2278-49f9-b0f2-1a8c42560a93|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-10-27T04:40:18.032Z|3bf5dc34-2278-49f9-b0f2-1a8c42560a93|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-27T04:40:18.032Z|3bf5dc34-2278-49f9-b0f2-1a8c42560a93|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "3bf5dc34-2278-49f9-b0f2-1a8c42560a93",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666845618030,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-27T04:40:18.132Z||pool-131-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-27T04:40:18.134Z||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-10-27T04:40:18.134Z||pool-131-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WdsfDHbwDbLQzANJ) ...
2022-10-27T04:40:18.146Z||pool-131-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-27T04:40:18.146Z||pool-131-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-10-27T04:40:19.033Z|3bf5dc34-2278-49f9-b0f2-1a8c42560a93|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-27T04:40:19.034Z|3bf5dc34-2278-49f9-b0f2-1a8c42560a93|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-10-27T04:40:19.034Z|3bf5dc34-2278-49f9-b0f2-1a8c42560a93|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 59ada251-8556-476c-9a0c-c2d91d002644, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-10-27T04:40:19.035Z|3bf5dc34-2278-49f9-b0f2-1a8c42560a93|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar
2022-10-27T04:40:19.035Z|3bf5dc34-2278-49f9-b0f2-1a8c42560a93|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-10-27T04:40:19.035Z|3bf5dc34-2278-49f9-b0f2-1a8c42560a93|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-10-27T04:40:19.139Z|3bf5dc34-2278-49f9-b0f2-1a8c42560a93|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16711538381078159108/Definitions/service-BasicVmMacro-template.yml
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
2022-10-27T04:40:20.174Z|3bf5dc34-2278-49f9-b0f2-1a8c42560a93|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2022-10-27T04:40:20.174Z|3bf5dc34-2278-49f9-b0f2-1a8c42560a93|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-10-27T04:40:20.174Z|3bf5dc34-2278-49f9-b0f2-1a8c42560a93|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-10-27T04:40:20.174Z|3bf5dc34-2278-49f9-b0f2-1a8c42560a93|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-10-27T04:40:20.174Z|3bf5dc34-2278-49f9-b0f2-1a8c42560a93|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm_macro 0" are missing field(s): [nf_naming_code, nf_function, max_instances, nf_type, nf_role, min_instances]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-10-27T04:40:20.175Z|3bf5dc34-2278-49f9-b0f2-1a8c42560a93|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [port_ubuntu20_admin_plane_port_0_name, port_ubuntu20_admin_plane_port_0_vlan_requirements, port_ubuntu20_admin_plane_port_0_related_networks, port_ubuntu20_admin_plane_port_0_order, nfc_function, port_ubuntu20_admin_plane_port_0_network_role, port_ubuntu20_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-10-27T04:40:20.175Z|3bf5dc34-2278-49f9-b0f2-1a8c42560a93|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-10-27T04:40:20.175Z|3bf5dc34-2278-49f9-b0f2-1a8c42560a93|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-10-27T04:40:20.175Z|3bf5dc34-2278-49f9-b0f2-1a8c42560a93|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-10-27T04:40:20.175Z|3bf5dc34-2278-49f9-b0f2-1a8c42560a93|pool-2-thread-7|||||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-10-27T04:40:20.175Z|3bf5dc34-2278-49f9-b0f2-1a8c42560a93|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-10-27T04:40:20.175Z|3bf5dc34-2278-49f9-b0f2-1a8c42560a93|pool-2-thread-7|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-10-27T04:40:20.175Z|3bf5dc34-2278-49f9-b0f2-1a8c42560a93|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-10-27T04:40:20.176Z|3bf5dc34-2278-49f9-b0f2-1a8c42560a93|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-10-27T04:40:20.176Z|3bf5dc34-2278-49f9-b0f2-1a8c42560a93|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-27T04:40:20.176Z|3bf5dc34-2278-49f9-b0f2-1a8c42560a93|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-10-27T04:40:20.176Z|3bf5dc34-2278-49f9-b0f2-1a8c42560a93|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-10-27T04:40:20.176Z|3bf5dc34-2278-49f9-b0f2-1a8c42560a93|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-10-27T04:40:20.176Z|3bf5dc34-2278-49f9-b0f2-1a8c42560a93|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-27T04:40:20.177Z|3bf5dc34-2278-49f9-b0f2-1a8c42560a93|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-27T04:40:20.177Z|3bf5dc34-2278-49f9-b0f2-1a8c42560a93|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-10-27T04:40:20.177Z|3bf5dc34-2278-49f9-b0f2-1a8c42560a93|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-10-27T04:40:20.177Z|3bf5dc34-2278-49f9-b0f2-1a8c42560a93|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-10-27T04:40:20.177Z|3bf5dc34-2278-49f9-b0f2-1a8c42560a93|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-27T04:40:20.178Z|3bf5dc34-2278-49f9-b0f2-1a8c42560a93|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-27T04:40:20.178Z|3bf5dc34-2278-49f9-b0f2-1a8c42560a93|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-27T04:40:20.178Z|3bf5dc34-2278-49f9-b0f2-1a8c42560a93|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-27T04:40:20.178Z|3bf5dc34-2278-49f9-b0f2-1a8c42560a93|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-10-27T04:40:20.178Z|3bf5dc34-2278-49f9-b0f2-1a8c42560a93|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2022-10-27T04:40:20.178Z|3bf5dc34-2278-49f9-b0f2-1a8c42560a93|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2022-10-27T04:40:20.179Z|3bf5dc34-2278-49f9-b0f2-1a8c42560a93|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2022-10-27T04:40:20.179Z|3bf5dc34-2278-49f9-b0f2-1a8c42560a93|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-10-27T04:40:20.179Z|3bf5dc34-2278-49f9-b0f2-1a8c42560a93|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-10-27T04:40:20.179Z|3bf5dc34-2278-49f9-b0f2-1a8c42560a93|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-27T04:40:20.179Z|3bf5dc34-2278-49f9-b0f2-1a8c42560a93|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-10-27T04:40:20.179Z|3bf5dc34-2278-49f9-b0f2-1a8c42560a93|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-27T04:40:20.180Z|3bf5dc34-2278-49f9-b0f2-1a8c42560a93|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-10-27T04:40:20.180Z|3bf5dc34-2278-49f9-b0f2-1a8c42560a93|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-27T04:40:20.180Z|3bf5dc34-2278-49f9-b0f2-1a8c42560a93|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-27T04:40:20.180Z|3bf5dc34-2278-49f9-b0f2-1a8c42560a93|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-10-27T04:40:20.180Z|3bf5dc34-2278-49f9-b0f2-1a8c42560a93|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-27T04:40:20.180Z|3bf5dc34-2278-49f9-b0f2-1a8c42560a93|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-27T04:40:20.181Z|3bf5dc34-2278-49f9-b0f2-1a8c42560a93|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-10-27T04:40:20.181Z|3bf5dc34-2278-49f9-b0f2-1a8c42560a93|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-27T04:40:20.181Z|3bf5dc34-2278-49f9-b0f2-1a8c42560a93|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-27T04:40:20.181Z|3bf5dc34-2278-49f9-b0f2-1a8c42560a93|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-10-27T04:40:20.181Z|3bf5dc34-2278-49f9-b0f2-1a8c42560a93|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-10-27T04:40:20.182Z|3bf5dc34-2278-49f9-b0f2-1a8c42560a93|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-10-27T04:40:20.182Z|3bf5dc34-2278-49f9-b0f2-1a8c42560a93|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=b9dd81cb-8576-421e-8233-40de6f620406
2022-10-27T04:40:20.182Z|3bf5dc34-2278-49f9-b0f2-1a8c42560a93|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-27T04:40:20.182Z|3bf5dc34-2278-49f9-b0f2-1a8c42560a93|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-10-27T04:40:20.182Z|3bf5dc34-2278-49f9-b0f2-1a8c42560a93|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-27T04:40:20.183Z|3bf5dc34-2278-49f9-b0f2-1a8c42560a93|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-10-27T04:40:20.183Z|3bf5dc34-2278-49f9-b0f2-1a8c42560a93|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-27T04:40:20.183Z|3bf5dc34-2278-49f9-b0f2-1a8c42560a93|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-27T04:40:20.183Z|3bf5dc34-2278-49f9-b0f2-1a8c42560a93|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-27T04:40:20.183Z|3bf5dc34-2278-49f9-b0f2-1a8c42560a93|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-10-27T04:40:20.183Z|3bf5dc34-2278-49f9-b0f2-1a8c42560a93|pool-2-thread-7|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm_macro
Description:service
Model UUID:06428568-7c80-4c55-a585-20fc5ab16928
Model Version:NULL
Model InvariantUuid:f2d407ce-a6d8-4d06-8053-8c2b60e851a0
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm_macro
Model UUID:b5ed0e78-2353-4b4e-b86f-f03f0cd78b68
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:4c6d943d-c16d-409e-bdeb-4a35cfd418c2
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:0517e161-5140-400c-9263-a8ff693f8a50
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:c05baab0-731a-4425-a1aa-c4730570c903
ModelName:BasicVmMacro..base_ubuntu20..module-0
ModelUuid:e9daa45c-e431-4ce9-89e8-b071b5898542
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:b9dd81cb-8576-421e-8233-40de6f620406
ModelInvariantUuid:bd5c3994-d580-421f-9de7-0c4076381e6c
ModelName:basic_vm_macro-nodes.ubuntu20Cvfc
ModelUuid:f7fcef3e-08b8-4081-9948-b3ea24f3e31b
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:95ff5f3a-6103-47d9-9e45-b4c93553a89c
ModelInvariantUuid:b53b5afc-d2c2-4c68-809d-efc29b256c9a
ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20
ModelUuid:a47ff8c2-3cf1-4dd5-bd4a-59073b4ad970
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-10-27T04:40:20.188Z|3bf5dc34-2278-49f9-b0f2-1a8c42560a93|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: 5fe08035-ac7e-4095-963b-36f9900ac32d
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-10-27T04:40:20.190Z|3bf5dc34-2278-49f9-b0f2-1a8c42560a93|pool-2-thread-7|||||INFO|500||basic_vm_macro 0
2022-10-27T04:40:20.190Z|3bf5dc34-2278-49f9-b0f2-1a8c42560a93|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 5fe08035-ac7e-4095-963b-36f9900ac32d
2022-10-27T04:40:20.190Z|3bf5dc34-2278-49f9-b0f2-1a8c42560a93|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 82020584-8505-4bae-a954-2a8d68d4bf8c from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-10-27T04:40:20.190Z|3bf5dc34-2278-49f9-b0f2-1a8c42560a93|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-10-27T04:40:20.191Z|3bf5dc34-2278-49f9-b0f2-1a8c42560a93|pool-2-thread-7|||||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-10-27T04:40:20.246Z|3bf5dc34-2278-49f9-b0f2-1a8c42560a93|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-10-27T04:40:20.247Z|3bf5dc34-2278-49f9-b0f2-1a8c42560a93|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 82020584-8505-4bae-a954-2a8d68d4bf8c 792
2022-10-27T04:40:20.247Z|3bf5dc34-2278-49f9-b0f2-1a8c42560a93|pool-2-thread-7|||||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-10-27T04:40:20.248Z|3bf5dc34-2278-49f9-b0f2-1a8c42560a93|pool-2-thread-7|||||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-10-27T04:40:20.248Z|3bf5dc34-2278-49f9-b0f2-1a8c42560a93|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-27T04:40:20.248Z|3bf5dc34-2278-49f9-b0f2-1a8c42560a93|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-10-27T04:40:20.250Z|3bf5dc34-2278-49f9-b0f2-1a8c42560a93|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-27T04:40:20.250Z|3bf5dc34-2278-49f9-b0f2-1a8c42560a93|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "3bf5dc34-2278-49f9-b0f2-1a8c42560a93",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666845620247,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-10-27T04:40:20.350Z||pool-132-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-27T04:40:20.351Z||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-10-27T04:40:20.351Z||pool-132-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WdsfDHbwDbLQzANJ) ...
2022-10-27T04:40:20.365Z||pool-132-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-27T04:40:20.365Z||pool-132-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-10-27T04:40:21.251Z|3bf5dc34-2278-49f9-b0f2-1a8c42560a93|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "c05baab0-731a-4425-a1aa-c4730570c903",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "e9daa45c-e431-4ce9-89e8-b071b5898542",
    "vfModuleModelCustomizationUUID": "e5fbd2d9-a705-4148-8e2b-052508e1a0dc",
    "isBase": true,
    "artifacts": [
      "0f05a3f7-b7a3-4785-b195-60d168c03dc2",
      "c575847d-bfe9-40ad-b0f7-3844674311ce"
    ],
    "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-10-27T04:40:21.254Z|3bf5dc34-2278-49f9-b0f2-1a8c42560a93|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:e9daa45c-e431-4ce9-89e8-b071b5898542
VfModuleModelInvariantUUID:c05baab0-731a-4425-a1aa-c4730570c903
VfModuleModelDescription:NULL
Artifacts UUID List:{
0f05a3f7-b7a3-4785-b195-60d168c03dc2
,
c575847d-bfe9-40ad-b0f7-3844674311ce

}
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-10-27T04:40:21.256Z|3bf5dc34-2278-49f9-b0f2-1a8c42560a93|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "c05baab0-731a-4425-a1aa-c4730570c903",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "e9daa45c-e431-4ce9-89e8-b071b5898542",
    "vfModuleModelCustomizationUUID": "e5fbd2d9-a705-4148-8e2b-052508e1a0dc",
    "isBase": true,
    "artifacts": [
      "0f05a3f7-b7a3-4785-b195-60d168c03dc2",
      "c575847d-bfe9-40ad-b0f7-3844674311ce"
    ],
    "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-10-27T04:40:21.256Z|3bf5dc34-2278-49f9-b0f2-1a8c42560a93|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:e9daa45c-e431-4ce9-89e8-b071b5898542
VfModuleModelInvariantUUID:c05baab0-731a-4425-a1aa-c4730570c903
VfModuleModelDescription:NULL
Artifacts UUID List:{
0f05a3f7-b7a3-4785-b195-60d168c03dc2
,
c575847d-bfe9-40ad-b0f7-3844674311ce

}
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-10-27T04:40:21.256Z|3bf5dc34-2278-49f9-b0f2-1a8c42560a93|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 0f05a3f7-b7a3-4785-b195-60d168c03dc2 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-10-27T04:40:21.256Z|3bf5dc34-2278-49f9-b0f2-1a8c42560a93|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-10-27T04:40:21.256Z|3bf5dc34-2278-49f9-b0f2-1a8c42560a93|pool-2-thread-7|||||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-10-27T04:40:21.302Z|3bf5dc34-2278-49f9-b0f2-1a8c42560a93|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-10-27T04:40:21.303Z|3bf5dc34-2278-49f9-b0f2-1a8c42560a93|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 0f05a3f7-b7a3-4785-b195-60d168c03dc2 5033
2022-10-27T04:40:21.303Z|3bf5dc34-2278-49f9-b0f2-1a8c42560a93|pool-2-thread-7|||||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-10-27T04:40:21.303Z|3bf5dc34-2278-49f9-b0f2-1a8c42560a93|pool-2-thread-7|||||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-10-27T04:40:21.303Z|3bf5dc34-2278-49f9-b0f2-1a8c42560a93|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-27T04:40:21.303Z|3bf5dc34-2278-49f9-b0f2-1a8c42560a93|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-10-27T04:40:21.305Z|3bf5dc34-2278-49f9-b0f2-1a8c42560a93|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-27T04:40:21.306Z|3bf5dc34-2278-49f9-b0f2-1a8c42560a93|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "3bf5dc34-2278-49f9-b0f2-1a8c42560a93",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666845621303,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-10-27T04:40:21.406Z||pool-133-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-27T04:40:21.407Z||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-10-27T04:40:21.407Z||pool-133-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WdsfDHbwDbLQzANJ) ...
2022-10-27T04:40:21.420Z||pool-133-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-27T04:40:21.421Z||pool-133-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-10-27T04:40:22.306Z|3bf5dc34-2278-49f9-b0f2-1a8c42560a93|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: c575847d-bfe9-40ad-b0f7-3844674311ce from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-10-27T04:40:22.307Z|3bf5dc34-2278-49f9-b0f2-1a8c42560a93|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-10-27T04:40:22.307Z|3bf5dc34-2278-49f9-b0f2-1a8c42560a93|pool-2-thread-7|||||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-10-27T04:40:22.355Z|3bf5dc34-2278-49f9-b0f2-1a8c42560a93|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-10-27T04:40:22.355Z|3bf5dc34-2278-49f9-b0f2-1a8c42560a93|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env c575847d-bfe9-40ad-b0f7-3844674311ce 903
2022-10-27T04:40:22.356Z|3bf5dc34-2278-49f9-b0f2-1a8c42560a93|pool-2-thread-7|||||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-10-27T04:40:22.356Z|3bf5dc34-2278-49f9-b0f2-1a8c42560a93|pool-2-thread-7|||||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-10-27T04:40:22.356Z|3bf5dc34-2278-49f9-b0f2-1a8c42560a93|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-27T04:40:22.356Z|3bf5dc34-2278-49f9-b0f2-1a8c42560a93|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-10-27T04:40:22.358Z|3bf5dc34-2278-49f9-b0f2-1a8c42560a93|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-27T04:40:22.359Z|3bf5dc34-2278-49f9-b0f2-1a8c42560a93|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "3bf5dc34-2278-49f9-b0f2-1a8c42560a93",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666845622356,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-10-27T04:40:22.459Z||pool-134-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-27T04:40:22.459Z||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-10-27T04:40:22.459Z||pool-134-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WdsfDHbwDbLQzANJ) ...
2022-10-27T04:40:22.475Z||pool-134-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-27T04:40:22.475Z||pool-134-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-10-27T04:40:23.359Z|3bf5dc34-2278-49f9-b0f2-1a8c42560a93|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: 06428568-7c80-4c55-a585-20fc5ab16928
2022-10-27T04:40:23.360Z|3bf5dc34-2278-49f9-b0f2-1a8c42560a93|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 5fe08035-ac7e-4095-963b-36f9900ac32d 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-10-27T04:40:23.370Z|3bf5dc34-2278-49f9-b0f2-1a8c42560a93|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5b3cecfd, org.onap.sdc.toscaparser.api.parameters.Input@43089ea0, org.onap.sdc.toscaparser.api.parameters.Input@1c5ce54, org.onap.sdc.toscaparser.api.parameters.Input@25444b3, org.onap.sdc.toscaparser.api.parameters.Input@3e330b00]
2022-10-27T04:40:23.372Z|3bf5dc34-2278-49f9-b0f2-1a8c42560a93|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-27T04:40:23.372Z|3bf5dc34-2278-49f9-b0f2-1a8c42560a93|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-27T04:40:23.373Z|3bf5dc34-2278-49f9-b0f2-1a8c42560a93|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic 
2022-10-27T04:40:23.373Z|3bf5dc34-2278-49f9-b0f2-1a8c42560a93|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= 0517e161-5140-400c-9263-a8ff693f8a50
2022-10-27T04:40:23.373Z|3bf5dc34-2278-49f9-b0f2-1a8c42560a93|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 0517e161-5140-400c-9263-a8ff693f8a50 matches Tosca VF Customization UUID: 0517e161-5140-400c-9263-a8ff693f8a50
2022-10-27T04:40:23.373Z|3bf5dc34-2278-49f9-b0f2-1a8c42560a93|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: 0517e161-5140-400c-9263-a8ff693f8a50  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-10-27T04:40:23.375Z|3bf5dc34-2278-49f9-b0f2-1a8c42560a93|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-27T04:40:23.375Z|3bf5dc34-2278-49f9-b0f2-1a8c42560a93|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-10-27T04:40:23.376Z|3bf5dc34-2278-49f9-b0f2-1a8c42560a93|pool-2-thread-7|||||DEBUG|500||resource request for resource customization id 0517e161-5140-400c-9263-a8ff693f8a50: {\"vf_module_id\":\"Ubuntu20-VF-module\",\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"availability_zone_max_count\":\"1\",\"sdnc_artifact_name\":\"vnf\",\"vnf_name\":\"Ubuntu20-VNF-name\",\"ubuntu20_name_0\":\"Ubuntu20\",\"dcae_collector_ip\":\"10.4.2.166\",\"ubuntu20_flavor_name\":\"m1.small\",\"vnf_id\":\"Ubuntu20-VNF\",\"sdnc_model_version\":\"1.0.0\",\"dcae_collector_port\":\"30417\",\"ubuntu20_image_name\":\"ubuntu-20.04\",\"admin_plane_net_name\":\"admin\",\"sdnc_model_name\":\"ubuntu20\"}
2022-10-27T04:40:23.376Z|3bf5dc34-2278-49f9-b0f2-1a8c42560a93|pool-2-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@36001e4e
2022-10-27T04:40:23.376Z|3bf5dc34-2278-49f9-b0f2-1a8c42560a93|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-27T04:40:23.377Z|3bf5dc34-2278-49f9-b0f2-1a8c42560a93|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-10-27T04:40:23.377Z|3bf5dc34-2278-49f9-b0f2-1a8c42560a93|pool-2-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : e5fbd2d9-a705-4148-8e2b-052508e1a0dc
2022-10-27T04:40:23.377Z|3bf5dc34-2278-49f9-b0f2-1a8c42560a93|pool-2-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID e5fbd2d9-a705-4148-8e2b-052508e1a0dc
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-10-27T04:40:23.378Z|3bf5dc34-2278-49f9-b0f2-1a8c42560a93|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-27T04:40:23.379Z|3bf5dc34-2278-49f9-b0f2-1a8c42560a93|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-10-27T04:40:23.379Z|3bf5dc34-2278-49f9-b0f2-1a8c42560a93|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-27T04:40:23.379Z|3bf5dc34-2278-49f9-b0f2-1a8c42560a93|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-27T04:40:23.379Z|3bf5dc34-2278-49f9-b0f2-1a8c42560a93|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-10-27T04:40:23.380Z|3bf5dc34-2278-49f9-b0f2-1a8c42560a93|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-27T04:40:23.380Z|3bf5dc34-2278-49f9-b0f2-1a8c42560a93|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-27T04:40:23.380Z|3bf5dc34-2278-49f9-b0f2-1a8c42560a93|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-10-27T04:40:23.380Z|3bf5dc34-2278-49f9-b0f2-1a8c42560a93|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-10-27T04:40:23.381Z|3bf5dc34-2278-49f9-b0f2-1a8c42560a93|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-10-27T04:40:23.381Z|3bf5dc34-2278-49f9-b0f2-1a8c42560a93|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=b9dd81cb-8576-421e-8233-40de6f620406
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-10-27T04:40:23.382Z|3bf5dc34-2278-49f9-b0f2-1a8c42560a93|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-27T04:40:23.383Z|3bf5dc34-2278-49f9-b0f2-1a8c42560a93|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-10-27T04:40:23.383Z|3bf5dc34-2278-49f9-b0f2-1a8c42560a93|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-10-27T04:40:23.383Z|3bf5dc34-2278-49f9-b0f2-1a8c42560a93|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-27T04:40:23.383Z|3bf5dc34-2278-49f9-b0f2-1a8c42560a93|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-10-27T04:40:23.383Z|3bf5dc34-2278-49f9-b0f2-1a8c42560a93|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=0517e161-5140-400c-9263-a8ff693f8a50
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-10-27T04:40:23.384Z|3bf5dc34-2278-49f9-b0f2-1a8c42560a93|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-27T04:40:23.384Z|3bf5dc34-2278-49f9-b0f2-1a8c42560a93|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-10-27T04:40:23.385Z|3bf5dc34-2278-49f9-b0f2-1a8c42560a93|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid 06428568-7c80-4c55-a585-20fc5ab16928: basic_vm_macro
2022-10-27T04:40:23.385Z|3bf5dc34-2278-49f9-b0f2-1a8c42560a93|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-27T04:40:23.385Z|3bf5dc34-2278-49f9-b0f2-1a8c42560a93|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-10-27T04:40:23.385Z|3bf5dc34-2278-49f9-b0f2-1a8c42560a93|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-27T04:40:23.385Z|3bf5dc34-2278-49f9-b0f2-1a8c42560a93|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-10-27T04:40:23.385Z|3bf5dc34-2278-49f9-b0f2-1a8c42560a93|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-27T04:40:23.386Z|3bf5dc34-2278-49f9-b0f2-1a8c42560a93|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-10-27T04:40:23.386Z|3bf5dc34-2278-49f9-b0f2-1a8c42560a93|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-27T04:40:23.386Z|3bf5dc34-2278-49f9-b0f2-1a8c42560a93|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-10-27T04:40:23.386Z|3bf5dc34-2278-49f9-b0f2-1a8c42560a93|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-27T04:40:23.386Z|3bf5dc34-2278-49f9-b0f2-1a8c42560a93|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-10-27T04:40:23.386Z|3bf5dc34-2278-49f9-b0f2-1a8c42560a93|pool-2-thread-7|||||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-10-27T04:40:23.444Z|3bf5dc34-2278-49f9-b0f2-1a8c42560a93|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro 5fe08035-ac7e-4095-963b-36f9900ac32d 1 ASDC deployResourceStructure
2022-10-27T04:40:23.445Z|3bf5dc34-2278-49f9-b0f2-1a8c42560a93|pool-2-thread-7|||||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-10-27T04:40:23.445Z|3bf5dc34-2278-49f9-b0f2-1a8c42560a93|pool-2-thread-7|||||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-10-27T04:40:23.445Z|3bf5dc34-2278-49f9-b0f2-1a8c42560a93|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-27T04:40:23.445Z|3bf5dc34-2278-49f9-b0f2-1a8c42560a93|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-10-27T04:40:23.448Z|3bf5dc34-2278-49f9-b0f2-1a8c42560a93|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-27T04:40:23.449Z|3bf5dc34-2278-49f9-b0f2-1a8c42560a93|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "3bf5dc34-2278-49f9-b0f2-1a8c42560a93",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666845623445,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-10-27T04:40:23.549Z||pool-135-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-27T04:40:23.550Z||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-10-27T04:40:23.550Z||pool-135-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WdsfDHbwDbLQzANJ) ...
2022-10-27T04:40:23.564Z||pool-135-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-27T04:40:23.565Z||pool-135-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-10-27T04:40:24.449Z|3bf5dc34-2278-49f9-b0f2-1a8c42560a93|pool-2-thread-7|||||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-10-27T04:40:24.450Z|3bf5dc34-2278-49f9-b0f2-1a8c42560a93|pool-2-thread-7|||||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-10-27T04:40:24.450Z|3bf5dc34-2278-49f9-b0f2-1a8c42560a93|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-27T04:40:24.450Z|3bf5dc34-2278-49f9-b0f2-1a8c42560a93|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-10-27T04:40:24.452Z|3bf5dc34-2278-49f9-b0f2-1a8c42560a93|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-27T04:40:24.452Z|3bf5dc34-2278-49f9-b0f2-1a8c42560a93|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "3bf5dc34-2278-49f9-b0f2-1a8c42560a93",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666845624449,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-10-27T04:40:24.552Z||pool-136-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-27T04:40:24.553Z||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-10-27T04:40:24.553Z||pool-136-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WdsfDHbwDbLQzANJ) ...
2022-10-27T04:40:24.568Z||pool-136-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-27T04:40:24.568Z||pool-136-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-10-27T04:40:25.453Z|3bf5dc34-2278-49f9-b0f2-1a8c42560a93|pool-2-thread-7|||||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-10-27T04:40:25.453Z|3bf5dc34-2278-49f9-b0f2-1a8c42560a93|pool-2-thread-7|||||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-10-27T04:40:25.453Z|3bf5dc34-2278-49f9-b0f2-1a8c42560a93|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-27T04:40:25.453Z|3bf5dc34-2278-49f9-b0f2-1a8c42560a93|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-10-27T04:40:25.455Z|3bf5dc34-2278-49f9-b0f2-1a8c42560a93|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-27T04:40:25.455Z|3bf5dc34-2278-49f9-b0f2-1a8c42560a93|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "3bf5dc34-2278-49f9-b0f2-1a8c42560a93",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666845625452,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-10-27T04:40:25.555Z||pool-137-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-27T04:40:25.556Z||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-10-27T04:40:25.556Z||pool-137-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WdsfDHbwDbLQzANJ) ...
2022-10-27T04:40:25.569Z||pool-137-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-27T04:40:25.570Z||pool-137-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-10-27T04:40:26.456Z|3bf5dc34-2278-49f9-b0f2-1a8c42560a93|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2022-10-27T04:40:26.456Z|3bf5dc34-2278-49f9-b0f2-1a8c42560a93|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-10-27T04:40:26.456Z|3bf5dc34-2278-49f9-b0f2-1a8c42560a93|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-27T04:40:26.457Z|3bf5dc34-2278-49f9-b0f2-1a8c42560a93|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-10-27T04:40:26.459Z|3bf5dc34-2278-49f9-b0f2-1a8c42560a93|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-27T04:40:26.459Z|3bf5dc34-2278-49f9-b0f2-1a8c42560a93|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "3bf5dc34-2278-49f9-b0f2-1a8c42560a93",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666845626456,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-27T04:40:26.559Z||pool-138-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-27T04:40:26.560Z||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-10-27T04:40:26.560Z||pool-138-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WdsfDHbwDbLQzANJ) ...
2022-10-27T04:40:26.574Z||pool-138-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-27T04:40:26.574Z||pool-138-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-10-27T04:40:27.459Z|3bf5dc34-2278-49f9-b0f2-1a8c42560a93|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3bf5dc34-2278-49f9-b0f2-1a8c42560a93
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-27T04:40:27.468Z|3bf5dc34-2278-49f9-b0f2-1a8c42560a93|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3bf5dc34-2278-49f9-b0f2-1a8c42560a93
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-10-27T04:40:27.469Z|3bf5dc34-2278-49f9-b0f2-1a8c42560a93|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-27T04:40:27.470Z|3bf5dc34-2278-49f9-b0f2-1a8c42560a93|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-10-27T04:40:27.470Z|3bf5dc34-2278-49f9-b0f2-1a8c42560a93|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-10-27T04:40:27.470Z|3bf5dc34-2278-49f9-b0f2-1a8c42560a93|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-10-27T04:40:27.470Z|3bf5dc34-2278-49f9-b0f2-1a8c42560a93|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-27T04:40:27.470Z|3bf5dc34-2278-49f9-b0f2-1a8c42560a93|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-27T04:40:27.470Z|3bf5dc34-2278-49f9-b0f2-1a8c42560a93|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-27T04:40:27.470Z|3bf5dc34-2278-49f9-b0f2-1a8c42560a93|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-27T04:40:27.470Z|3bf5dc34-2278-49f9-b0f2-1a8c42560a93|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-27T04:40:27.470Z|3bf5dc34-2278-49f9-b0f2-1a8c42560a93|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-27T04:40:27.471Z|3bf5dc34-2278-49f9-b0f2-1a8c42560a93|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-10-27T04:40:27.473Z|3bf5dc34-2278-49f9-b0f2-1a8c42560a93|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-10-27T04:40:57.474Z|3bf5dc34-2278-49f9-b0f2-1a8c42560a93|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 3bf5dc34-2278-49f9-b0f2-1a8c42560a93 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-10-27T04:40:57.491Z|3bf5dc34-2278-49f9-b0f2-1a8c42560a93|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 3bf5dc34-2278-49f9-b0f2-1a8c42560a93 and serviceModelVersionId: 06428568-7c80-4c55-a585-20fc5ab16928
2022-10-27T04:40:57.492Z|3bf5dc34-2278-49f9-b0f2-1a8c42560a93|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : f2d407ce-a6d8-4d06-8053-8c2b60e851a0
2022-10-27T04:40:57.494Z|3bf5dc34-2278-49f9-b0f2-1a8c42560a93|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/f2d407ce-a6d8-4d06-8053-8c2b60e851a0/model-vers/model-ver/06428568-7c80-4c55-a585-20fc5ab16928?depth=0
2022-10-27T04:40:57.504Z|3bf5dc34-2278-49f9-b0f2-1a8c42560a93|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2022-10-27T04:40:57.560Z|3bf5dc34-2278-49f9-b0f2-1a8c42560a93|pool-2-thread-7|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f2d407ce-a6d8-4d06-8053-8c2b60e851a0/model-vers/model-ver/06428568-7c80-4c55-a585-20fc5ab16928?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-10-27T04:40:57.562Z|3bf5dc34-2278-49f9-b0f2-1a8c42560a93|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f2d407ce-a6d8-4d06-8053-8c2b60e851a0/model-vers/model-ver/06428568-7c80-4c55-a585-20fc5ab16928?depth=0|INFO|500||Invoke
2022-10-27T04:40:57.588Z|3bf5dc34-2278-49f9-b0f2-1a8c42560a93|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f2d407ce-a6d8-4d06-8053-8c2b60e851a0/model-vers/model-ver/06428568-7c80-4c55-a585-20fc5ab16928?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-10-27T04:40:57.677Z|3bf5dc34-2278-49f9-b0f2-1a8c42560a93|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f2d407ce-a6d8-4d06-8053-8c2b60e851a0/model-vers/model-ver/06428568-7c80-4c55-a585-20fc5ab16928?depth=0|INFO|500||InvokeReturn
2022-10-27T04:40:57.678Z|3bf5dc34-2278-49f9-b0f2-1a8c42560a93|pool-2-thread-7|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f2d407ce-a6d8-4d06-8053-8c2b60e851a0/model-vers/model-ver/06428568-7c80-4c55-a585-20fc5ab16928?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-221027-04:40:58:297-67854], vertex-id=[217176], Content-Length=[0], Date=[Thu, 27 Oct 2022 04:40:58 GMT], Content-Type=[application/json]}
2022-10-27T04:40:57.679Z|3bf5dc34-2278-49f9-b0f2-1a8c42560a93|pool-2-thread-7|||||DEBUG|500||Response was returned with an empty entity.
2022-10-27T04:40:57.679Z|3bf5dc34-2278-49f9-b0f2-1a8c42560a93|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-10-27T04:40:57.679Z|3bf5dc34-2278-49f9-b0f2-1a8c42560a93|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-10-27T04:40:57.682Z|3bf5dc34-2278-49f9-b0f2-1a8c42560a93|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-10-27T04:40:57.683Z|3bf5dc34-2278-49f9-b0f2-1a8c42560a93|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 3bf5dc34-2278-49f9-b0f2-1a8c42560a93 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-10-27T04:40:57.683Z|3bf5dc34-2278-49f9-b0f2-1a8c42560a93|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-10-27T04:40:57.684Z|3bf5dc34-2278-49f9-b0f2-1a8c42560a93|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-10-27T04:40:57.688Z|3bf5dc34-2278-49f9-b0f2-1a8c42560a93|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-27T04:40:57.688Z|3bf5dc34-2278-49f9-b0f2-1a8c42560a93|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "3bf5dc34-2278-49f9-b0f2-1a8c42560a93",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666845657683,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-10-27T04:40:57.789Z||pool-139-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-27T04:40:57.790Z||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-10-27T04:40:57.790Z||pool-139-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WdsfDHbwDbLQzANJ) ...
2022-10-27T04:40:57.816Z||pool-139-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-27T04:40:57.816Z||pool-139-thread-1|||||INFO|500||cambria reply ok (27 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-10-27T04:40:58.706Z|3bf5dc34-2278-49f9-b0f2-1a8c42560a93|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T04:40:58.706Z|3bf5dc34-2278-49f9-b0f2-1a8c42560a93|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-27T04:40:58.707Z|3bf5dc34-2278-49f9-b0f2-1a8c42560a93|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WdsfDHbwDbLQzANJ) ...
2022-10-27T04:41:03.177Z|3bf5dc34-2278-49f9-b0f2-1a8c42560a93|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-27T04:41:03.178Z|3bf5dc34-2278-49f9-b0f2-1a8c42560a93|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-10-27T04:41:03.178Z|3bf5dc34-2278-49f9-b0f2-1a8c42560a93|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"d6988a81-316a-4e48-ba6b-96dbbf603822","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"c0facf28-d393-459d-a12e-dda0c38fcd02","serviceDescription":"service","serviceInvariantUUID":"7bfb6bbd-6e5b-42e0-bcd9-8fb98c6c4f78","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"d7b52c2b-e669-4e0a-a2d5-a5d340b2d7d9","resourceInvariantUUID":"f212b9ed-747f-4e77-912b-93d51a2251a0","resourceCustomizationUUID":"0c1d5245-bff2-4f8b-aa8d-e61a0946fc5e","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":"ZmI2NDllZjE3MWM1Y2M3MzUyZDFiYzM5NDBmODk4ZWE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"548b8695-8586-4a63-9dd4-42d75400992c","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":"5ccec290-b498-441e-9037-3857c6a1d9ee","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":"8fea69a7-4094-4571-acfb-90d5359960d1","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":"Yzg2ZGNlMWIyMDliYTZiODRjNjdlZDQ2NjkwZDU2Y2M\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"ec04f65b-add1-48a3-ac90-cee730dc93ce","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":"72dfee08-ad1c-4806-ac8e-0d9307280893","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":"33059e01-6504-4f7b-a251-f1f7493475b9","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":"16b84acf-3815-45c6-8bd4-4c23b5b162c5","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":"Zjc5YjA4NTc5YjBhYmIwZTE0YzYwNzM2MDM2ZDUxOGY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"420ec826-2436-4e7d-aa7d-317748aad762","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"ZjI4MGM4Y2Q2ZmI3NGQzMDBmY2I1ZDRjMjVmZmYzMWI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"fdf40ebf-2a7b-4688-9c07-79b0bb5c0c33","artifactVersion":"1"}],"workloadContext":"Production"}
2022-10-27T04:41:03.182Z|3bf5dc34-2278-49f9-b0f2-1a8c42560a93|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-27T04:41:03.182Z|3bf5dc34-2278-49f9-b0f2-1a8c42560a93|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-10-27T04:41:03.184Z|3bf5dc34-2278-49f9-b0f2-1a8c42560a93|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-27T04:41:03.184Z|3bf5dc34-2278-49f9-b0f2-1a8c42560a93|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "d6988a81-316a-4e48-ba6b-96dbbf603822",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666845658706,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:41:03.284Z||pool-140-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-27T04:41:03.286Z||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-10-27T04:41:03.286Z||pool-140-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WdsfDHbwDbLQzANJ) ...
2022-10-27T04:41:03.320Z||pool-140-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-27T04:41:03.321Z||pool-140-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":0,"count":1}
2022-10-27T04:41:04.185Z|3bf5dc34-2278-49f9-b0f2-1a8c42560a93|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-27T04:41:04.186Z|3bf5dc34-2278-49f9-b0f2-1a8c42560a93|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-10-27T04:41:04.187Z|3bf5dc34-2278-49f9-b0f2-1a8c42560a93|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-27T04:41:04.188Z|3bf5dc34-2278-49f9-b0f2-1a8c42560a93|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "d6988a81-316a-4e48-ba6b-96dbbf603822",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666845658706,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:41:04.288Z||pool-141-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-27T04:41:04.289Z||pool-141-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-27T04:41:04.289Z||pool-141-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WdsfDHbwDbLQzANJ) ...
2022-10-27T04:41:04.302Z||pool-141-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-27T04:41:04.302Z||pool-141-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-10-27T04:41:05.190Z|3bf5dc34-2278-49f9-b0f2-1a8c42560a93|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-27T04:41:05.191Z|3bf5dc34-2278-49f9-b0f2-1a8c42560a93|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-10-27T04:41:05.193Z|3bf5dc34-2278-49f9-b0f2-1a8c42560a93|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-27T04:41:05.193Z|3bf5dc34-2278-49f9-b0f2-1a8c42560a93|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "d6988a81-316a-4e48-ba6b-96dbbf603822",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666845658706,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:41:05.293Z||pool-142-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-27T04:41:05.294Z||pool-142-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-27T04:41:05.294Z||pool-142-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WdsfDHbwDbLQzANJ) ...
2022-10-27T04:41:05.311Z||pool-142-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-27T04:41:05.312Z||pool-142-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-10-27T04:41:06.193Z|3bf5dc34-2278-49f9-b0f2-1a8c42560a93|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-27T04:41:06.194Z|3bf5dc34-2278-49f9-b0f2-1a8c42560a93|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-10-27T04:41:06.196Z|3bf5dc34-2278-49f9-b0f2-1a8c42560a93|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-27T04:41:06.196Z|3bf5dc34-2278-49f9-b0f2-1a8c42560a93|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "d6988a81-316a-4e48-ba6b-96dbbf603822",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666845658706,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:41:06.296Z||pool-143-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-27T04:41:06.297Z||pool-143-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-27T04:41:06.297Z||pool-143-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WdsfDHbwDbLQzANJ) ...
2022-10-27T04:41:06.310Z||pool-143-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-27T04:41:06.310Z||pool-143-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-10-27T04:41:07.197Z|3bf5dc34-2278-49f9-b0f2-1a8c42560a93|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-27T04:41:07.198Z|3bf5dc34-2278-49f9-b0f2-1a8c42560a93|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-10-27T04:41:07.200Z|3bf5dc34-2278-49f9-b0f2-1a8c42560a93|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-27T04:41:07.200Z|3bf5dc34-2278-49f9-b0f2-1a8c42560a93|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "d6988a81-316a-4e48-ba6b-96dbbf603822",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666845658706,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:41:07.300Z||pool-144-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-27T04:41:07.300Z||pool-144-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-27T04:41:07.301Z||pool-144-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WdsfDHbwDbLQzANJ) ...
2022-10-27T04:41:07.313Z||pool-144-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-27T04:41:07.313Z||pool-144-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-10-27T04:41:08.200Z|3bf5dc34-2278-49f9-b0f2-1a8c42560a93|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-27T04:41:08.201Z|3bf5dc34-2278-49f9-b0f2-1a8c42560a93|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-10-27T04:41:08.203Z|3bf5dc34-2278-49f9-b0f2-1a8c42560a93|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-27T04:41:08.203Z|3bf5dc34-2278-49f9-b0f2-1a8c42560a93|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "d6988a81-316a-4e48-ba6b-96dbbf603822",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666845658706,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:41:08.304Z||pool-145-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-27T04:41:08.304Z||pool-145-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-27T04:41:08.304Z||pool-145-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WdsfDHbwDbLQzANJ) ...
2022-10-27T04:41:08.321Z||pool-145-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-27T04:41:08.321Z||pool-145-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-10-27T04:41:09.204Z|3bf5dc34-2278-49f9-b0f2-1a8c42560a93|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-27T04:41:09.204Z|3bf5dc34-2278-49f9-b0f2-1a8c42560a93|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-10-27T04:41:09.207Z|3bf5dc34-2278-49f9-b0f2-1a8c42560a93|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-27T04:41:09.208Z|3bf5dc34-2278-49f9-b0f2-1a8c42560a93|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "d6988a81-316a-4e48-ba6b-96dbbf603822",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666845658706,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:41:09.308Z||pool-146-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-27T04:41:09.309Z||pool-146-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-27T04:41:09.309Z||pool-146-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WdsfDHbwDbLQzANJ) ...
2022-10-27T04:41:09.323Z||pool-146-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-27T04:41:09.323Z||pool-146-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-10-27T04:41:10.208Z|3bf5dc34-2278-49f9-b0f2-1a8c42560a93|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-27T04:41:10.209Z|3bf5dc34-2278-49f9-b0f2-1a8c42560a93|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-10-27T04:41:10.211Z|3bf5dc34-2278-49f9-b0f2-1a8c42560a93|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-27T04:41:10.211Z|3bf5dc34-2278-49f9-b0f2-1a8c42560a93|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "d6988a81-316a-4e48-ba6b-96dbbf603822",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666845658706,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:41:10.311Z||pool-147-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-27T04:41:10.312Z||pool-147-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-27T04:41:10.312Z||pool-147-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WdsfDHbwDbLQzANJ) ...
2022-10-27T04:41:10.324Z||pool-147-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-27T04:41:10.324Z||pool-147-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-10-27T04:41:11.212Z|3bf5dc34-2278-49f9-b0f2-1a8c42560a93|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-10-27T04:41:11.212Z|3bf5dc34-2278-49f9-b0f2-1a8c42560a93|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-10-27T04:41:11.215Z|3bf5dc34-2278-49f9-b0f2-1a8c42560a93|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-27T04:41:11.215Z|3bf5dc34-2278-49f9-b0f2-1a8c42560a93|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "d6988a81-316a-4e48-ba6b-96dbbf603822",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666845658706,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-10-27T04:41:11.315Z||pool-148-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-27T04:41:11.316Z||pool-148-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-27T04:41:11.316Z||pool-148-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WdsfDHbwDbLQzANJ) ...
2022-10-27T04:41:11.337Z||pool-148-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-27T04:41:11.337Z||pool-148-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-10-27T04:41:12.217Z|3bf5dc34-2278-49f9-b0f2-1a8c42560a93|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "d6988a81-316a-4e48-ba6b-96dbbf603822",
  "serviceName": "test_pnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "c0facf28-d393-459d-a12e-dda0c38fcd02",
  "serviceDescription": "service",
  "serviceInvariantUUID": "7bfb6bbd-6e5b-42e0-bcd9-8fb98c6c4f78",
  "resources": [
    {
      "resourceInstanceName": "test-pnf 0",
      "resourceCustomizationUUID": "0c1d5245-bff2-4f8b-aa8d-e61a0946fc5e",
      "resourceName": "test-pnf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "d7b52c2b-e669-4e0a-a2d5-a5d340b2d7d9",
      "resourceInvariantUUID": "f212b9ed-747f-4e77-912b-93d51a2251a0",
      "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": "ZjI4MGM4Y2Q2ZmI3NGQzMDBmY2I1ZDRjMjVmZmYzMWI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "fdf40ebf-2a7b-4688-9c07-79b0bb5c0c33"
    }
  ],
  "workloadContext": "Production"
}
2022-10-27T04:41:12.218Z|3bf5dc34-2278-49f9-b0f2-1a8c42560a93|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-10-27T04:41:12.218Z|3bf5dc34-2278-49f9-b0f2-1a8c42560a93|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 c0facf28-d393-459d-a12e-dda0c38fcd02 ASDC
2022-10-27T04:41:12.219Z|d6988a81-316a-4e48-ba6b-96dbbf603822|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:d6988a81-316a-4e48-ba6b-96dbbf603822
ServiceName:test_pnf_macro
ServiceVersion:1.0
ServiceUUID:c0facf28-d393-459d-a12e-dda0c38fcd02
ServiceInvariantUUID:7bfb6bbd-6e5b-42e0-bcd9-8fb98c6c4f78
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:fdf40ebf-2a7b-4688-9c07-79b0bb5c0c33
ArtifactChecksum:ZjI4MGM4Y2Q2ZmI3NGQzMDBmY2I1ZDRjMjVmZmYzMWI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:test-pnf 0
ResourceCustomizationUUID:0c1d5245-bff2-4f8b-aa8d-e61a0946fc5e
ResourceInvariantUUID:f212b9ed-747f-4e77-912b-93d51a2251a0
ResourceName:test-pnf
ResourceType:PNF
ResourceUUID:d7b52c2b-e669-4e0a-a2d5-a5d340b2d7d9
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-10-27T04:41:12.219Z|d6988a81-316a-4e48-ba6b-96dbbf603822|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF c0facf28-d393-459d-a12e-dda0c38fcd02 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-10-27T04:41:12.240Z|d6988a81-316a-4e48-ba6b-96dbbf603822|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-27T04:41:12.241Z|d6988a81-316a-4e48-ba6b-96dbbf603822|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-10-27T04:41:12.241Z|d6988a81-316a-4e48-ba6b-96dbbf603822|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-10-27T04:41:12.241Z|d6988a81-316a-4e48-ba6b-96dbbf603822|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: fdf40ebf-2a7b-4688-9c07-79b0bb5c0c33 from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-10-27T04:41:12.241Z|d6988a81-316a-4e48-ba6b-96dbbf603822|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-10-27T04:41:12.242Z|d6988a81-316a-4e48-ba6b-96dbbf603822|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-10-27T04:41:12.369Z|d6988a81-316a-4e48-ba6b-96dbbf603822|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-10-27T04:41:12.374Z|d6988a81-316a-4e48-ba6b-96dbbf603822|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar fdf40ebf-2a7b-4688-9c07-79b0bb5c0c33 105676
2022-10-27T04:41:12.375Z|d6988a81-316a-4e48-ba6b-96dbbf603822|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2022-10-27T04:41:12.375Z|d6988a81-316a-4e48-ba6b-96dbbf603822|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-10-27T04:41:12.375Z|d6988a81-316a-4e48-ba6b-96dbbf603822|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-10-27T04:41:12.376Z|d6988a81-316a-4e48-ba6b-96dbbf603822|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-10-27T04:41:12.377Z|d6988a81-316a-4e48-ba6b-96dbbf603822|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-27T04:41:12.377Z|d6988a81-316a-4e48-ba6b-96dbbf603822|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "d6988a81-316a-4e48-ba6b-96dbbf603822",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666845672375,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-27T04:41:12.478Z||pool-149-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-10-27T04:41:12.478Z||pool-149-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-27T04:41:12.478Z||pool-149-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WdsfDHbwDbLQzANJ) ...
2022-10-27T04:41:12.491Z||pool-149-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-27T04:41:12.492Z||pool-149-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-10-27T04:41:13.378Z|d6988a81-316a-4e48-ba6b-96dbbf603822|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-10-27T04:41:13.379Z|d6988a81-316a-4e48-ba6b-96dbbf603822|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-10-27T04:41:13.379Z|d6988a81-316a-4e48-ba6b-96dbbf603822|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: fdf40ebf-2a7b-4688-9c07-79b0bb5c0c33, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-10-27T04:41:13.379Z|d6988a81-316a-4e48-ba6b-96dbbf603822|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar
2022-10-27T04:41:13.380Z|d6988a81-316a-4e48-ba6b-96dbbf603822|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-10-27T04:41:13.380Z|d6988a81-316a-4e48-ba6b-96dbbf603822|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-10-27T04:41:13.555Z|d6988a81-316a-4e48-ba6b-96dbbf603822|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP18179530914988694903/Definitions/service-TestPnfMacro-template.yml
2022-10-27T04:41:13.923Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T04:41:13.924Z||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-10-27T04:41:13.924Z||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 WdsfDHbwDbLQzANJ) ...
2022-10-27T04:41:13.946Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-27T04:41:13.947Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:41:13.947Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1558bc9e-c540-4c6a-886a-3820fd7726b7",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666845608842,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-10-27T04:41:13.948Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-27T04:41:13.948Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:41:13.948Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bf5dc34-2278-49f9-b0f2-1a8c42560a93",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666845373920,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:41:13.948Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:41:13.948Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:41:13.948Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bf5dc34-2278-49f9-b0f2-1a8c42560a93",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666845373920,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-10-27T04:41:13.949Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:41:13.949Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:41:13.949Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bf5dc34-2278-49f9-b0f2-1a8c42560a93",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666845373920,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-10-27T04:41:13.949Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:41:13.949Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:41:13.949Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bf5dc34-2278-49f9-b0f2-1a8c42560a93",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666845373920,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:41:13.949Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:41:14.420Z|d6988a81-316a-4e48-ba6b-96dbbf603822|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2022-10-27T04:41:14.421Z|d6988a81-316a-4e48-ba6b-96dbbf603822|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-10-27T04:41:14.421Z|d6988a81-316a-4e48-ba6b-96dbbf603822|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-10-27T04:41:14.421Z|d6988a81-316a-4e48-ba6b-96dbbf603822|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-10-27T04:41:14.421Z|d6988a81-316a-4e48-ba6b-96dbbf603822|pool-2-thread-7|||||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-10-27T04:41:14.421Z|d6988a81-316a-4e48-ba6b-96dbbf603822|pool-2-thread-7|||||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-10-27T04:41:14.421Z|d6988a81-316a-4e48-ba6b-96dbbf603822|pool-2-thread-7|||||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-10-27T04:41:14.422Z|d6988a81-316a-4e48-ba6b-96dbbf603822|pool-2-thread-7|||||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-10-27T04:41:14.422Z|d6988a81-316a-4e48-ba6b-96dbbf603822|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-10-27T04:41:14.422Z|d6988a81-316a-4e48-ba6b-96dbbf603822|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-10-27T04:41:14.422Z|d6988a81-316a-4e48-ba6b-96dbbf603822|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-10-27T04:41:14.422Z|d6988a81-316a-4e48-ba6b-96dbbf603822|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-10-27T04:41:14.422Z|d6988a81-316a-4e48-ba6b-96dbbf603822|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-27T04:41:14.423Z|d6988a81-316a-4e48-ba6b-96dbbf603822|pool-2-thread-7|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-10-27T04:41:14.423Z|d6988a81-316a-4e48-ba6b-96dbbf603822|pool-2-thread-7|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2022-10-27T04:41:14.423Z|d6988a81-316a-4e48-ba6b-96dbbf603822|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-10-27T04:41:14.424Z|d6988a81-316a-4e48-ba6b-96dbbf603822|pool-2-thread-7|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-27T04:41:14.424Z|d6988a81-316a-4e48-ba6b-96dbbf603822|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-27T04:41:14.424Z|d6988a81-316a-4e48-ba6b-96dbbf603822|pool-2-thread-7|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-10-27T04:41:14.424Z|d6988a81-316a-4e48-ba6b-96dbbf603822|pool-2-thread-7|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2022-10-27T04:41:14.424Z|d6988a81-316a-4e48-ba6b-96dbbf603822|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-10-27T04:41:14.425Z|d6988a81-316a-4e48-ba6b-96dbbf603822|pool-2-thread-7|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-10-27T04:41:14.425Z|d6988a81-316a-4e48-ba6b-96dbbf603822|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-27T04:41:14.425Z|d6988a81-316a-4e48-ba6b-96dbbf603822|pool-2-thread-7|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-27T04:41:14.425Z|d6988a81-316a-4e48-ba6b-96dbbf603822|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-27T04:41:14.425Z|d6988a81-316a-4e48-ba6b-96dbbf603822|pool-2-thread-7|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-10-27T04:41:14.426Z|d6988a81-316a-4e48-ba6b-96dbbf603822|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-27T04:41:14.426Z|d6988a81-316a-4e48-ba6b-96dbbf603822|pool-2-thread-7|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-10-27T04:41:14.426Z|d6988a81-316a-4e48-ba6b-96dbbf603822|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-27T04:41:14.426Z|d6988a81-316a-4e48-ba6b-96dbbf603822|pool-2-thread-7|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-10-27T04:41:14.426Z|d6988a81-316a-4e48-ba6b-96dbbf603822|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-27T04:41:14.426Z|d6988a81-316a-4e48-ba6b-96dbbf603822|pool-2-thread-7|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-10-27T04:41:14.427Z|d6988a81-316a-4e48-ba6b-96dbbf603822|pool-2-thread-7|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:test_pnf_macro
Description:service
Model UUID:c0facf28-d393-459d-a12e-dda0c38fcd02
Model Version:NULL
Model InvariantUuid:7bfb6bbd-6e5b-42e0-bcd9-8fb98c6c4f78
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-10-27T04:41:14.430Z|d6988a81-316a-4e48-ba6b-96dbbf603822|pool-2-thread-7|||||INFO|500||Processing Resource Type: PNF, Model UUID: d7b52c2b-e669-4e0a-a2d5-a5d340b2d7d9
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-10-27T04:41:14.432Z|d6988a81-316a-4e48-ba6b-96dbbf603822|pool-2-thread-7|||||INFO|500||test-pnf 0
2022-10-27T04:41:14.432Z|d6988a81-316a-4e48-ba6b-96dbbf603822|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: d7b52c2b-e669-4e0a-a2d5-a5d340b2d7d9
2022-10-27T04:41:14.433Z|d6988a81-316a-4e48-ba6b-96dbbf603822|pool-2-thread-7|||||DEBUG|500||No resources found for Service: c0facf28-d393-459d-a12e-dda0c38fcd02
2022-10-27T04:41:14.433Z|d6988a81-316a-4e48-ba6b-96dbbf603822|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: c0facf28-d393-459d-a12e-dda0c38fcd02
2022-10-27T04:41:14.433Z|d6988a81-316a-4e48-ba6b-96dbbf603822|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 d7b52c2b-e669-4e0a-a2d5-a5d340b2d7d9 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-10-27T04:41:14.435Z|d6988a81-316a-4e48-ba6b-96dbbf603822|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@1d87043c, org.onap.sdc.toscaparser.api.parameters.Input@7c9ebefc, org.onap.sdc.toscaparser.api.parameters.Input@3430c6a, org.onap.sdc.toscaparser.api.parameters.Input@5d1c67b7, org.onap.sdc.toscaparser.api.parameters.Input@781f2ecc]
2022-10-27T04:41:14.436Z|d6988a81-316a-4e48-ba6b-96dbbf603822|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-27T04:41:14.436Z|d6988a81-316a-4e48-ba6b-96dbbf603822|pool-2-thread-7|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-10-27T04:41:14.436Z|d6988a81-316a-4e48-ba6b-96dbbf603822|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid c0facf28-d393-459d-a12e-dda0c38fcd02: test-pnf
2022-10-27T04:41:14.436Z|d6988a81-316a-4e48-ba6b-96dbbf603822|pool-2-thread-7|||||INFO|500||Processing PNF resource: d7b52c2b-e669-4e0a-a2d5-a5d340b2d7d9
2022-10-27T04:41:14.436Z|d6988a81-316a-4e48-ba6b-96dbbf603822|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-10-27T04:41:14.437Z|d6988a81-316a-4e48-ba6b-96dbbf603822|pool-2-thread-7|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-10-27T04:41:14.437Z|d6988a81-316a-4e48-ba6b-96dbbf603822|pool-2-thread-7|||||INFO|500||Resource customization UUID: 0c1d5245-bff2-4f8b-aa8d-e61a0946fc5e is the same as notified resource customizationUUID: 0c1d5245-bff2-4f8b-aa8d-e61a0946fc5e
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-10-27T04:41:14.456Z|d6988a81-316a-4e48-ba6b-96dbbf603822|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf d7b52c2b-e669-4e0a-a2d5-a5d340b2d7d9 0 ASDC deployResourceStructure
2022-10-27T04:41:14.457Z|d6988a81-316a-4e48-ba6b-96dbbf603822|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2022-10-27T04:41:14.457Z|d6988a81-316a-4e48-ba6b-96dbbf603822|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-10-27T04:41:14.457Z|d6988a81-316a-4e48-ba6b-96dbbf603822|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-10-27T04:41:14.457Z|d6988a81-316a-4e48-ba6b-96dbbf603822|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-10-27T04:41:14.459Z|d6988a81-316a-4e48-ba6b-96dbbf603822|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-27T04:41:14.459Z|d6988a81-316a-4e48-ba6b-96dbbf603822|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "d6988a81-316a-4e48-ba6b-96dbbf603822",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666845674457,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-27T04:41:14.559Z||pool-150-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-27T04:41:14.560Z||pool-150-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-27T04:41:14.561Z||pool-150-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WdsfDHbwDbLQzANJ) ...
2022-10-27T04:41:14.577Z||pool-150-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-27T04:41:14.578Z||pool-150-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-10-27T04:41:15.459Z|d6988a81-316a-4e48-ba6b-96dbbf603822|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d6988a81-316a-4e48-ba6b-96dbbf603822
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-10-27T04:41:15.468Z|d6988a81-316a-4e48-ba6b-96dbbf603822|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d6988a81-316a-4e48-ba6b-96dbbf603822
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-10-27T04:41:15.470Z|d6988a81-316a-4e48-ba6b-96dbbf603822|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-10-27T04:41:15.470Z|d6988a81-316a-4e48-ba6b-96dbbf603822|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-10-27T04:41:15.470Z|d6988a81-316a-4e48-ba6b-96dbbf603822|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-10-27T04:41:15.470Z|d6988a81-316a-4e48-ba6b-96dbbf603822|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-10-27T04:41:15.470Z|d6988a81-316a-4e48-ba6b-96dbbf603822|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-27T04:41:15.470Z|d6988a81-316a-4e48-ba6b-96dbbf603822|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-27T04:41:15.470Z|d6988a81-316a-4e48-ba6b-96dbbf603822|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-27T04:41:15.470Z|d6988a81-316a-4e48-ba6b-96dbbf603822|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-27T04:41:15.470Z|d6988a81-316a-4e48-ba6b-96dbbf603822|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-27T04:41:15.470Z|d6988a81-316a-4e48-ba6b-96dbbf603822|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-27T04:41:15.470Z|d6988a81-316a-4e48-ba6b-96dbbf603822|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-10-27T04:41:15.471Z|d6988a81-316a-4e48-ba6b-96dbbf603822|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-10-27T04:41:15.473Z|d6988a81-316a-4e48-ba6b-96dbbf603822|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-10-27T04:41:45.473Z|d6988a81-316a-4e48-ba6b-96dbbf603822|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: d6988a81-316a-4e48-ba6b-96dbbf603822 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-10-27T04:41:45.476Z|d6988a81-316a-4e48-ba6b-96dbbf603822|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: d6988a81-316a-4e48-ba6b-96dbbf603822 and serviceModelVersionId: c0facf28-d393-459d-a12e-dda0c38fcd02
2022-10-27T04:41:45.476Z|d6988a81-316a-4e48-ba6b-96dbbf603822|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 7bfb6bbd-6e5b-42e0-bcd9-8fb98c6c4f78
2022-10-27T04:41:45.477Z|d6988a81-316a-4e48-ba6b-96dbbf603822|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/7bfb6bbd-6e5b-42e0-bcd9-8fb98c6c4f78/model-vers/model-ver/c0facf28-d393-459d-a12e-dda0c38fcd02?depth=0
2022-10-27T04:41:45.481Z|d6988a81-316a-4e48-ba6b-96dbbf603822|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2022-10-27T04:41:45.513Z|d6988a81-316a-4e48-ba6b-96dbbf603822|pool-2-thread-7|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bfb6bbd-6e5b-42e0-bcd9-8fb98c6c4f78/model-vers/model-ver/c0facf28-d393-459d-a12e-dda0c38fcd02?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-10-27T04:41:45.514Z|d6988a81-316a-4e48-ba6b-96dbbf603822|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bfb6bbd-6e5b-42e0-bcd9-8fb98c6c4f78/model-vers/model-ver/c0facf28-d393-459d-a12e-dda0c38fcd02?depth=0|INFO|500||Invoke
2022-10-27T04:41:45.532Z|d6988a81-316a-4e48-ba6b-96dbbf603822|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bfb6bbd-6e5b-42e0-bcd9-8fb98c6c4f78/model-vers/model-ver/c0facf28-d393-459d-a12e-dda0c38fcd02?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-10-27T04:41:45.649Z|d6988a81-316a-4e48-ba6b-96dbbf603822|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bfb6bbd-6e5b-42e0-bcd9-8fb98c6c4f78/model-vers/model-ver/c0facf28-d393-459d-a12e-dda0c38fcd02?depth=0|INFO|500||InvokeReturn
2022-10-27T04:41:45.649Z|d6988a81-316a-4e48-ba6b-96dbbf603822|pool-2-thread-7|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7bfb6bbd-6e5b-42e0-bcd9-8fb98c6c4f78/model-vers/model-ver/c0facf28-d393-459d-a12e-dda0c38fcd02?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-221027-04:41:46:243-3586], vertex-id=[585808], Content-Length=[0], Date=[Thu, 27 Oct 2022 04:41:46 GMT], Content-Type=[application/json]}
2022-10-27T04:41:45.650Z|d6988a81-316a-4e48-ba6b-96dbbf603822|pool-2-thread-7|||||DEBUG|500||Response was returned with an empty entity.
2022-10-27T04:41:45.651Z|d6988a81-316a-4e48-ba6b-96dbbf603822|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-10-27T04:41:45.651Z|d6988a81-316a-4e48-ba6b-96dbbf603822|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-10-27T04:41:45.654Z|d6988a81-316a-4e48-ba6b-96dbbf603822|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-10-27T04:41:45.654Z|d6988a81-316a-4e48-ba6b-96dbbf603822|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID d6988a81-316a-4e48-ba6b-96dbbf603822 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-10-27T04:41:45.654Z|d6988a81-316a-4e48-ba6b-96dbbf603822|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-10-27T04:41:45.655Z|d6988a81-316a-4e48-ba6b-96dbbf603822|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-10-27T04:41:45.656Z|d6988a81-316a-4e48-ba6b-96dbbf603822|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-10-27T04:41:45.656Z|d6988a81-316a-4e48-ba6b-96dbbf603822|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "d6988a81-316a-4e48-ba6b-96dbbf603822",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666845705654,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-10-27T04:41:45.757Z||pool-151-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-10-27T04:41:45.757Z||pool-151-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-10-27T04:41:45.757Z||pool-151-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as WdsfDHbwDbLQzANJ) ...
2022-10-27T04:41:45.778Z||pool-151-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-27T04:41:45.778Z||pool-151-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-10-27T04:41:46.664Z|d6988a81-316a-4e48-ba6b-96dbbf603822|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T04:41:46.665Z|d6988a81-316a-4e48-ba6b-96dbbf603822|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-27T04:41:46.665Z|d6988a81-316a-4e48-ba6b-96dbbf603822|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WdsfDHbwDbLQzANJ) ...
2022-10-27T04:41:56.241Z|d6988a81-316a-4e48-ba6b-96dbbf603822|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-27T04:41:56.242Z|d6988a81-316a-4e48-ba6b-96dbbf603822|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T04:41:56.242Z|d6988a81-316a-4e48-ba6b-96dbbf603822|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-27T04:41:56.242Z|d6988a81-316a-4e48-ba6b-96dbbf603822|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WdsfDHbwDbLQzANJ) ...
2022-10-27T04:42:05.780Z|d6988a81-316a-4e48-ba6b-96dbbf603822|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-27T04:42:05.781Z|d6988a81-316a-4e48-ba6b-96dbbf603822|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T04:42:05.782Z|d6988a81-316a-4e48-ba6b-96dbbf603822|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-27T04:42:05.782Z|d6988a81-316a-4e48-ba6b-96dbbf603822|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WdsfDHbwDbLQzANJ) ...
2022-10-27T04:42:13.923Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T04:42:13.924Z||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-10-27T04:42:13.924Z||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 WdsfDHbwDbLQzANJ) ...
2022-10-27T04:42:13.944Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-27T04:42:13.944Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:42:13.945Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bf5dc34-2278-49f9-b0f2-1a8c42560a93",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666845373920,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-10-27T04:42:13.945Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:42:15.332Z|d6988a81-316a-4e48-ba6b-96dbbf603822|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-27T04:42:15.332Z|d6988a81-316a-4e48-ba6b-96dbbf603822|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T04:42:15.333Z|d6988a81-316a-4e48-ba6b-96dbbf603822|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-27T04:42:15.333Z|d6988a81-316a-4e48-ba6b-96dbbf603822|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WdsfDHbwDbLQzANJ) ...
2022-10-27T04:42:24.885Z|d6988a81-316a-4e48-ba6b-96dbbf603822|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-27T04:42:24.886Z|d6988a81-316a-4e48-ba6b-96dbbf603822|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T04:42:24.886Z|d6988a81-316a-4e48-ba6b-96dbbf603822|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-27T04:42:24.886Z|d6988a81-316a-4e48-ba6b-96dbbf603822|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WdsfDHbwDbLQzANJ) ...
2022-10-27T04:42:34.435Z|d6988a81-316a-4e48-ba6b-96dbbf603822|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-27T04:43:13.920Z|d6988a81-316a-4e48-ba6b-96dbbf603822|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T04:43:13.920Z|d6988a81-316a-4e48-ba6b-96dbbf603822|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-27T04:43:13.921Z|d6988a81-316a-4e48-ba6b-96dbbf603822|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WdsfDHbwDbLQzANJ) ...
2022-10-27T04:43:13.923Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T04:43:13.924Z||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-10-27T04:43:13.924Z||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 WdsfDHbwDbLQzANJ) ...
2022-10-27T04:43:13.948Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-27T04:43:13.949Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:43:13.949Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bf5dc34-2278-49f9-b0f2-1a8c42560a93",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666845373920,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:43:13.949Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:43:13.949Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:43:13.949Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bf5dc34-2278-49f9-b0f2-1a8c42560a93",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666845373920,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:43:13.950Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:43:13.950Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:43:13.950Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bf5dc34-2278-49f9-b0f2-1a8c42560a93",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666845373920,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-10-27T04:43:13.950Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:43:13.950Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:43:13.950Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bf5dc34-2278-49f9-b0f2-1a8c42560a93",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666845618030,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-27T04:43:13.950Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-27T04:43:13.951Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:43:13.951Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bf5dc34-2278-49f9-b0f2-1a8c42560a93",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666845620247,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-10-27T04:43:13.951Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-27T04:43:13.951Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:43:13.951Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bf5dc34-2278-49f9-b0f2-1a8c42560a93",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666845621303,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-10-27T04:43:13.951Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-27T04:43:13.951Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:43:13.952Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bf5dc34-2278-49f9-b0f2-1a8c42560a93",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666845622356,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-10-27T04:43:13.952Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-27T04:43:13.952Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:43:13.952Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bf5dc34-2278-49f9-b0f2-1a8c42560a93",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666845623445,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-10-27T04:43:13.952Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-27T04:43:13.952Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:43:13.953Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bf5dc34-2278-49f9-b0f2-1a8c42560a93",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666845624449,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-10-27T04:43:13.953Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-27T04:43:13.953Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:43:13.953Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bf5dc34-2278-49f9-b0f2-1a8c42560a93",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666845625452,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-10-27T04:43:13.953Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-27T04:43:13.953Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:43:13.953Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bf5dc34-2278-49f9-b0f2-1a8c42560a93",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666845626456,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-27T04:43:13.954Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-27T04:43:13.954Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:43:13.954Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3bf5dc34-2278-49f9-b0f2-1a8c42560a93",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666845657683,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-10-27T04:43:13.954Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-27T04:43:13.954Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:43:13.954Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6988a81-316a-4e48-ba6b-96dbbf603822",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666845658706,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:43:13.954Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:43:13.963Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:43:13.963Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6988a81-316a-4e48-ba6b-96dbbf603822",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666845658706,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:43:13.964Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:43:13.964Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:43:13.964Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6988a81-316a-4e48-ba6b-96dbbf603822",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666845658706,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:43:13.965Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:43:13.965Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:43:13.965Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6988a81-316a-4e48-ba6b-96dbbf603822",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666845658706,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:43:13.965Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:43:13.966Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:43:13.966Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6988a81-316a-4e48-ba6b-96dbbf603822",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666845658706,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:43:13.967Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:43:13.968Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:43:13.968Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6988a81-316a-4e48-ba6b-96dbbf603822",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666845658706,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:43:13.969Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:43:13.969Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:43:13.969Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6988a81-316a-4e48-ba6b-96dbbf603822",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666845658706,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:43:13.969Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:43:13.969Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:43:13.969Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6988a81-316a-4e48-ba6b-96dbbf603822",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666845658706,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-10-27T04:43:13.970Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:43:13.970Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:43:13.971Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6988a81-316a-4e48-ba6b-96dbbf603822",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666845658706,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-10-27T04:43:13.972Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-10-27T04:43:13.972Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:43:13.972Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6988a81-316a-4e48-ba6b-96dbbf603822",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666845672375,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-10-27T04:43:13.973Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-27T04:43:23.471Z|d6988a81-316a-4e48-ba6b-96dbbf603822|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-27T04:44:13.920Z|d6988a81-316a-4e48-ba6b-96dbbf603822|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T04:44:13.920Z|d6988a81-316a-4e48-ba6b-96dbbf603822|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-10-27T04:44:13.920Z|d6988a81-316a-4e48-ba6b-96dbbf603822|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as WdsfDHbwDbLQzANJ) ...
2022-10-27T04:44:13.923Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T04:44:13.924Z||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-10-27T04:44:13.924Z||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 WdsfDHbwDbLQzANJ) ...
2022-10-27T04:44:14.447Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-27T04:44:14.448Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:44:14.448Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6988a81-316a-4e48-ba6b-96dbbf603822",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666845674457,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-10-27T04:44:14.448Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-27T04:44:14.448Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-10-27T04:44:14.448Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d6988a81-316a-4e48-ba6b-96dbbf603822",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1666845705654,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-10-27T04:44:14.448Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-10-27T04:44:23.467Z|d6988a81-316a-4e48-ba6b-96dbbf603822|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-27T04:45:13.920Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T04:45:13.921Z||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-10-27T04:45:13.921Z||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 WdsfDHbwDbLQzANJ) ...
2022-10-27T04:45:13.923Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T04:45:13.924Z||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-10-27T04:45:13.924Z||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 WdsfDHbwDbLQzANJ) ...
2022-10-27T04:45:23.471Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-27T04:45:23.471Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-27T04:46:13.920Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T04:46:13.920Z||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-10-27T04:46:13.920Z||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 WdsfDHbwDbLQzANJ) ...
2022-10-27T04:46:13.923Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T04:46:13.924Z||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-10-27T04:46:13.924Z||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 WdsfDHbwDbLQzANJ) ...
2022-10-27T04:46:23.467Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-27T04:46:23.472Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-27T04:47:13.920Z|35eb2bea-0de3-4ab6-a262-299f7498d599|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T04:47:13.921Z|35eb2bea-0de3-4ab6-a262-299f7498d599|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-10-27T04:47:13.922Z|35eb2bea-0de3-4ab6-a262-299f7498d599|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 WdsfDHbwDbLQzANJ) ...
2022-10-27T04:47:13.923Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T04:47:13.924Z||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-10-27T04:47:13.924Z||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 WdsfDHbwDbLQzANJ) ...
2022-10-27T04:47:23.510Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-27T04:47:23.512Z|35eb2bea-0de3-4ab6-a262-299f7498d599|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-27T04:48:13.920Z|35eb2bea-0de3-4ab6-a262-299f7498d599|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T04:48:13.920Z|35eb2bea-0de3-4ab6-a262-299f7498d599|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-10-27T04:48:13.921Z|35eb2bea-0de3-4ab6-a262-299f7498d599|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 WdsfDHbwDbLQzANJ) ...
2022-10-27T04:48:13.923Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T04:48:13.924Z||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-10-27T04:48:13.924Z||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 WdsfDHbwDbLQzANJ) ...
2022-10-27T04:48:23.467Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-27T04:48:23.470Z|35eb2bea-0de3-4ab6-a262-299f7498d599|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-27T04:49:13.920Z|35eb2bea-0de3-4ab6-a262-299f7498d599|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T04:49:13.923Z|35eb2bea-0de3-4ab6-a262-299f7498d599|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-10-27T04:49:13.923Z|35eb2bea-0de3-4ab6-a262-299f7498d599|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 WdsfDHbwDbLQzANJ) ...
2022-10-27T04:49:13.923Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T04:49:13.924Z||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-10-27T04:49:13.924Z||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 WdsfDHbwDbLQzANJ) ...
2022-10-27T04:49:23.477Z|35eb2bea-0de3-4ab6-a262-299f7498d599|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-27T04:49:23.477Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-27T04:50:13.920Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T04:50:13.920Z||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-10-27T04:50:13.920Z||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 WdsfDHbwDbLQzANJ) ...
2022-10-27T04:50:13.923Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T04:50:13.924Z||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-10-27T04:50:13.924Z||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 WdsfDHbwDbLQzANJ) ...
2022-10-27T04:50:23.470Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-27T04:50:23.471Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-27T04:51:13.920Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T04:51:13.921Z||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-10-27T04:51:13.921Z||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 WdsfDHbwDbLQzANJ) ...
2022-10-27T04:51:13.923Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T04:51:13.924Z||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-10-27T04:51:13.924Z||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 WdsfDHbwDbLQzANJ) ...
2022-10-27T04:51:23.470Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-27T04:51:23.474Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-27T04:52:13.920Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T04:52:13.921Z||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-10-27T04:52:13.921Z||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 WdsfDHbwDbLQzANJ) ...
2022-10-27T04:52:13.923Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T04:52:13.924Z||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-10-27T04:52:13.924Z||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 WdsfDHbwDbLQzANJ) ...
2022-10-27T04:52:23.467Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-27T04:52:23.467Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-27T04:53:13.920Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T04:53:13.920Z||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-10-27T04:53:13.921Z||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 WdsfDHbwDbLQzANJ) ...
2022-10-27T04:53:13.923Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T04:53:13.924Z||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-10-27T04:53:13.924Z||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 WdsfDHbwDbLQzANJ) ...
2022-10-27T04:53:23.464Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-27T04:53:23.464Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-27T04:54:13.920Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T04:54:13.920Z||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-10-27T04:54:13.920Z||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 WdsfDHbwDbLQzANJ) ...
2022-10-27T04:54:13.923Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T04:54:13.924Z||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-10-27T04:54:13.924Z||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 WdsfDHbwDbLQzANJ) ...
2022-10-27T04:54:23.468Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-27T04:54:23.468Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-27T04:55:13.920Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T04:55:13.920Z||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-10-27T04:55:13.920Z||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 WdsfDHbwDbLQzANJ) ...
2022-10-27T04:55:13.923Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T04:55:13.924Z||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-10-27T04:55:13.924Z||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 WdsfDHbwDbLQzANJ) ...
2022-10-27T04:55:23.467Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-27T04:55:23.470Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-27T04:56:13.920Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T04:56:13.921Z||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-10-27T04:56:13.921Z||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 WdsfDHbwDbLQzANJ) ...
2022-10-27T04:56:13.923Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T04:56:13.924Z||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-10-27T04:56:13.924Z||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 WdsfDHbwDbLQzANJ) ...
2022-10-27T04:56:23.466Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-27T04:56:23.466Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-27T04:57:13.920Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T04:57:13.923Z||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-10-27T04:57:13.923Z||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 WdsfDHbwDbLQzANJ) ...
2022-10-27T04:57:13.924Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T04:57:13.924Z||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-10-27T04:57:13.924Z||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 WdsfDHbwDbLQzANJ) ...
2022-10-27T04:57:23.470Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-27T04:57:23.470Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-27T04:58:13.920Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T04:58:13.920Z||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-10-27T04:58:13.920Z||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 WdsfDHbwDbLQzANJ) ...
2022-10-27T04:58:13.923Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T04:58:13.924Z||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-10-27T04:58:13.924Z||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 WdsfDHbwDbLQzANJ) ...
2022-10-27T04:58:23.466Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-27T04:58:23.466Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-27T04:59:13.920Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T04:59:13.920Z||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-10-27T04:59:13.920Z||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 WdsfDHbwDbLQzANJ) ...
2022-10-27T04:59:13.923Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T04:59:13.924Z||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-10-27T04:59:13.924Z||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 WdsfDHbwDbLQzANJ) ...
2022-10-27T04:59:23.479Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-27T04:59:23.488Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-27T05:00:13.920Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T05:00:13.921Z||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-10-27T05:00:13.921Z||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 WdsfDHbwDbLQzANJ) ...
2022-10-27T05:00:13.924Z|d6988a81-316a-4e48-ba6b-96dbbf603822|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T05:00:13.924Z|d6988a81-316a-4e48-ba6b-96dbbf603822|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-10-27T05:00:13.924Z|d6988a81-316a-4e48-ba6b-96dbbf603822|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 WdsfDHbwDbLQzANJ) ...
2022-10-27T05:00:23.467Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-27T05:00:23.468Z|d6988a81-316a-4e48-ba6b-96dbbf603822|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-27T05:01:13.920Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T05:01:13.920Z||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-10-27T05:01:13.921Z||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 WdsfDHbwDbLQzANJ) ...
2022-10-27T05:01:13.923Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T05:01:13.924Z||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-10-27T05:01:13.924Z||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 WdsfDHbwDbLQzANJ) ...
2022-10-27T05:01:23.469Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-27T05:01:23.469Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-27T05:02:13.920Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T05:02:13.920Z||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-10-27T05:02:13.920Z||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 WdsfDHbwDbLQzANJ) ...
2022-10-27T05:02:13.923Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-10-27T05:02:13.924Z||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-10-27T05:02:13.924Z||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 WdsfDHbwDbLQzANJ) ...
2022-10-27T05:02:23.469Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-10-27T05:02:23.470Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK