Results

By type

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

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

2022-04-12T02:08:39.837Z||main|||||INFO|500||The following profiles are active: basic
2022-04-12T02:08:49.189Z||main|||||INFO|500||Starting service [Tomcat]
2022-04-12T02:08:49.190Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-04-12T02:08:49.272Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-04-12T02:08:51.818Z||main|||||INFO|500||catdb-pool - Starting...
2022-04-12T02:08:51.998Z||main|||||INFO|500||catdb-pool - Start completed.
2022-04-12T02:08:52.444Z||main|||||INFO|500||reqdb-pool - Starting...
2022-04-12T02:08:52.475Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-04-12T02:08:52.567Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-04-12T02:08:52.692Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-04-12T02:08:53.044Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-04-12T02:08:53.977Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-04-12T02:08:55.890Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-04-12T02:08:55.937Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-04-12T02:08:56.389Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-04-12T02:08:56.735Z||main|||||WARN|500||HHH000491: The [heatTemplates] association in the [org.onap.so.db.catalog.beans.VnfResource] entity uses both @NotFound(action = NotFoundAction.IGNORE) and FetchType.LAZY. The NotFoundAction.IGNORE @ManyToOne and @OneToOne associations are always fetched eagerly.
2022-04-12T02:08:57.846Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-04-12T02:08:58.827Z||main|||||DEBUG|500||SDC ActivitySpec endpoint:  http://sdc-wfd-be:8080
2022-04-12T02:08:58.847Z||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$$e3135fed.deployActivities()
	at org.onap.so.asdc.Application.deployActivities(Application.java:52)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:389)
	at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:333)
	at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:157)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:415)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1786)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594)
	at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:516)
	at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:324)
	at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234)
	at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:322)
	at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202)
	at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:897)
	at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:879)
	at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:551)
	at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:143)
	at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:758)
	at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:750)
	at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:405)
	at org.springframework.boot.SpringApplication.run(SpringApplication.java:315)
	at org.springframework.boot.SpringApplication.run(SpringApplication.java:1237)
	at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226)
	at org.onap.so.asdc.Application.main(Application.java:60)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
	at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
	at java.base/java.lang.reflect.Method.invoke(Unknown Source)
	at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:49)
	at org.springframework.boot.loader.Launcher.launch(Launcher.java:107)
	at org.springframework.boot.loader.Launcher.launch(Launcher.java:58)
	at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:88)
2022-04-12T02:08:58.848Z||main|||||WARN|500||The sdc end point is not alive
2022-04-12T02:09:01.666Z||main|||||WARN|500||spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2022-04-12T02:09:04.471Z||main|||||WARN|500||---
2022-04-12T02:09:04.472Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-04-12T02:09:04.472Z||main|||||WARN|500||---
2022-04-12T02:09:04.868Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-04-12T02:09:09.153Z||main|||||INFO|500||Started Application in 33.833 seconds (JVM running for 35.064)
2022-04-12T02:09:09.169Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-04-12T02:09:09.170Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-04-12T02:09:09.179Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-04-12T02:09:09.240Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-04-12T02:09:09.277Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= d736f786-6f65-4df6-b693-2ded3b8817a2 url= /sdc/v1/artifactTypes
2022-04-12T02:09:09.278Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-04-12T02:09:09.564Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-04-12T02:09:09.583Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server
2022-04-12T02:09:09.613Z||scheduling-1|||||DEBUG|500||create keys
2022-04-12T02:09:09.626Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-04-12T02:09:10.842Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-12T02:09:10.860Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 6b1f14e2-e180-4eab-9c69-f879fb16148b url= /sdc/v1/registerForDistribution
2022-04-12T02:09:11.919Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 6b1f14e2-e180-4eab-9c69-f879fb16148b url= /sdc/v1/registerForDistribution
2022-04-12T02:09:11.920Z||scheduling-1|||||INFO|500||start DistributionClient
2022-04-12T02:09:11.930Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-12T02:09:11.934Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-04-12T02:09:11.935Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-12T02:09:11.935Z||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 wdAVihK7YGpqBtkQ) ...
2022-04-12T02:09:11.930Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-12T02:09:11.937Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-12T02:09:11.937Z||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 wdAVihK7YGpqBtkQ) ...
2022-04-12T02:09:28.680Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-12T02:09:28.955Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-12T02:10:11.928Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-12T02:10:11.929Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-12T02:10:11.929Z||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 wdAVihK7YGpqBtkQ) ...
2022-04-12T02:10:11.930Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-12T02:10:11.931Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-12T02:10:11.931Z||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 wdAVihK7YGpqBtkQ) ...
2022-04-12T02:10:21.472Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-12T02:10:21.472Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-12T02:11:11.928Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-12T02:11:11.929Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-12T02:11:11.929Z||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 wdAVihK7YGpqBtkQ) ...
2022-04-12T02:11:11.931Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-12T02:11:11.932Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-12T02:11:11.932Z||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 wdAVihK7YGpqBtkQ) ...
2022-04-12T02:11:21.466Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-12T02:11:21.466Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-12T02:12:11.928Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-12T02:12:11.929Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-12T02:12:11.930Z||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 wdAVihK7YGpqBtkQ) ...
2022-04-12T02:12:11.930Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-12T02:12:11.930Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-12T02:12:11.930Z||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 wdAVihK7YGpqBtkQ) ...
2022-04-12T02:12:21.473Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-12T02:12:21.474Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-12T02:13:11.928Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-12T02:13:11.929Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-12T02:13:11.929Z||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 wdAVihK7YGpqBtkQ) ...
2022-04-12T02:13:11.930Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-12T02:13:11.932Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-12T02:13:11.932Z||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 wdAVihK7YGpqBtkQ) ...
2022-04-12T02:13:21.469Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-12T02:13:21.469Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-12T02:14:11.928Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-12T02:14:11.929Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-12T02:14:11.929Z||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 wdAVihK7YGpqBtkQ) ...
2022-04-12T02:14:11.930Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-12T02:14:11.930Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-12T02:14:11.931Z||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 wdAVihK7YGpqBtkQ) ...
2022-04-12T02:14:21.470Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-12T02:14:21.470Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-12T02:15:11.928Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-12T02:15:11.929Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-12T02:15:11.929Z||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 wdAVihK7YGpqBtkQ) ...
2022-04-12T02:15:11.930Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-12T02:15:11.930Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-12T02:15:11.930Z||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 wdAVihK7YGpqBtkQ) ...
2022-04-12T02:15:21.470Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-12T02:15:21.471Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-12T02:16:11.928Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-12T02:16:11.929Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-12T02:16:11.929Z||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 wdAVihK7YGpqBtkQ) ...
2022-04-12T02:16:11.930Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-12T02:16:11.932Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-12T02:16:11.932Z||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 wdAVihK7YGpqBtkQ) ...
2022-04-12T02:16:21.467Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-12T02:16:21.468Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-12T02:17:11.928Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-12T02:17:11.930Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-12T02:17:11.932Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-12T02:17:11.932Z||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 wdAVihK7YGpqBtkQ) ...
2022-04-12T02:17:11.935Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-12T02:17:11.935Z||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 wdAVihK7YGpqBtkQ) ...
2022-04-12T02:17:21.474Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-12T02:17:21.474Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-12T02:18:11.928Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-12T02:18:11.930Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-12T02:18:11.930Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-12T02:18:11.930Z||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 wdAVihK7YGpqBtkQ) ...
2022-04-12T02:18:11.931Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-12T02:18:11.931Z||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 wdAVihK7YGpqBtkQ) ...
2022-04-12T02:18:21.470Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-12T02:18:21.472Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-12T02:18:43.083Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-04-12T02:19:11.928Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-12T02:19:11.928Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-12T02:19:11.929Z||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 wdAVihK7YGpqBtkQ) ...
2022-04-12T02:19:11.930Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-12T02:19:11.930Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-12T02:19:11.931Z||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 wdAVihK7YGpqBtkQ) ...
2022-04-12T02:19:21.473Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-12T02:19:21.473Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-12T02:20:11.928Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-12T02:20:11.929Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-12T02:20:11.929Z||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 wdAVihK7YGpqBtkQ) ...
2022-04-12T02:20:11.930Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-12T02:20:11.930Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-12T02:20:11.930Z||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 wdAVihK7YGpqBtkQ) ...
2022-04-12T02:20:21.467Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-12T02:20:21.467Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-12T02:21:11.928Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-12T02:21:11.929Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-12T02:21:11.929Z||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 wdAVihK7YGpqBtkQ) ...
2022-04-12T02:21:11.930Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-12T02:21:11.930Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-12T02:21:11.930Z||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 wdAVihK7YGpqBtkQ) ...
2022-04-12T02:21:21.467Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-12T02:21:21.467Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-12T02:22:11.928Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-12T02:22:11.929Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-12T02:22:11.929Z||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 wdAVihK7YGpqBtkQ) ...
2022-04-12T02:22:11.930Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-12T02:22:11.931Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-12T02:22:11.931Z||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 wdAVihK7YGpqBtkQ) ...
2022-04-12T02:22:21.474Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-12T02:22:21.474Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-12T02:23:11.928Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-12T02:23:11.929Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-12T02:23:11.930Z||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 wdAVihK7YGpqBtkQ) ...
2022-04-12T02:23:11.930Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-12T02:23:11.931Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-12T02:23:11.931Z||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 wdAVihK7YGpqBtkQ) ...
2022-04-12T02:23:21.468Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-12T02:23:21.468Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-12T02:24:11.928Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-12T02:24:11.928Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-12T02:24:11.928Z||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 wdAVihK7YGpqBtkQ) ...
2022-04-12T02:24:11.930Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-12T02:24:11.930Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-12T02:24:11.931Z||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 wdAVihK7YGpqBtkQ) ...
2022-04-12T02:24:21.466Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-12T02:24:21.466Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-12T02:25:11.928Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-12T02:25:11.929Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-12T02:25:11.929Z||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 wdAVihK7YGpqBtkQ) ...
2022-04-12T02:25:11.930Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-12T02:25:11.930Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-12T02:25:11.931Z||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 wdAVihK7YGpqBtkQ) ...
2022-04-12T02:25:21.467Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-12T02:25:21.467Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-12T02:26:11.928Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-12T02:26:11.929Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-12T02:26:11.929Z||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 wdAVihK7YGpqBtkQ) ...
2022-04-12T02:26:11.930Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-12T02:26:11.930Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-12T02:26:11.930Z||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 wdAVihK7YGpqBtkQ) ...
2022-04-12T02:26:21.468Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-12T02:26:21.474Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-12T02:27:11.928Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-12T02:27:11.929Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-12T02:27:11.929Z||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 wdAVihK7YGpqBtkQ) ...
2022-04-12T02:27:11.930Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-12T02:27:11.931Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-12T02:27:11.931Z||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 wdAVihK7YGpqBtkQ) ...
2022-04-12T02:27:21.468Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-12T02:27:21.468Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-12T02:28:11.928Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-12T02:28:11.929Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-12T02:28:11.930Z||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 wdAVihK7YGpqBtkQ) ...
2022-04-12T02:28:11.930Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-12T02:28:11.932Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-12T02:28:11.932Z||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 wdAVihK7YGpqBtkQ) ...
2022-04-12T02:28:21.468Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-12T02:28:21.468Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-12T02:29:11.928Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-12T02:29:11.928Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-12T02:29:11.929Z||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 wdAVihK7YGpqBtkQ) ...
2022-04-12T02:29:11.930Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-12T02:29:11.930Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-12T02:29:11.930Z||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 wdAVihK7YGpqBtkQ) ...
2022-04-12T02:29:21.466Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-12T02:29:21.466Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-12T02:30:11.928Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-12T02:30:11.929Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-12T02:30:11.929Z||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 wdAVihK7YGpqBtkQ) ...
2022-04-12T02:30:11.930Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-12T02:30:11.930Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-12T02:30:11.930Z||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 wdAVihK7YGpqBtkQ) ...
2022-04-12T02:30:21.473Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-12T02:30:21.478Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-12T02:31:11.928Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-12T02:31:11.929Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-12T02:31:11.929Z||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 wdAVihK7YGpqBtkQ) ...
2022-04-12T02:31:11.930Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-12T02:31:11.931Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-12T02:31:11.931Z||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 wdAVihK7YGpqBtkQ) ...
2022-04-12T02:31:21.465Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-12T02:31:21.467Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-12T02:32:11.928Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-12T02:32:11.928Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-12T02:32:11.929Z||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 wdAVihK7YGpqBtkQ) ...
2022-04-12T02:32:11.930Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-12T02:32:11.931Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-12T02:32:11.931Z||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 wdAVihK7YGpqBtkQ) ...
2022-04-12T02:32:21.469Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-12T02:32:21.469Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-12T02:33:11.928Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-12T02:33:11.929Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-12T02:33:11.929Z||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 wdAVihK7YGpqBtkQ) ...
2022-04-12T02:33:11.930Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-12T02:33:11.930Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-12T02:33:11.930Z||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 wdAVihK7YGpqBtkQ) ...
2022-04-12T02:33:21.466Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-12T02:33:21.467Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-12T02:34:11.928Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-12T02:34:11.929Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-12T02:34:11.929Z||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 wdAVihK7YGpqBtkQ) ...
2022-04-12T02:34:11.930Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-12T02:34:11.930Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-12T02:34:11.931Z||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 wdAVihK7YGpqBtkQ) ...
2022-04-12T02:34:21.475Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-12T02:34:21.475Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-12T02:35:11.928Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-12T02:35:11.929Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-12T02:35:11.929Z||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 wdAVihK7YGpqBtkQ) ...
2022-04-12T02:35:11.930Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-12T02:35:11.930Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-12T02:35:11.930Z||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 wdAVihK7YGpqBtkQ) ...
2022-04-12T02:35:21.465Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-12T02:35:21.466Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-12T02:36:11.928Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-12T02:36:11.928Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-12T02:36:11.929Z||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 wdAVihK7YGpqBtkQ) ...
2022-04-12T02:36:11.930Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-12T02:36:11.930Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-12T02:36:11.930Z||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 wdAVihK7YGpqBtkQ) ...
2022-04-12T02:36:21.466Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-12T02:36:21.466Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-12T02:37:11.928Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-12T02:37:11.928Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-12T02:37:11.928Z||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 wdAVihK7YGpqBtkQ) ...
2022-04-12T02:37:11.930Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-12T02:37:11.930Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-12T02:37:11.930Z||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 wdAVihK7YGpqBtkQ) ...
2022-04-12T02:37:21.463Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-12T02:37:21.463Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-12T02:38:11.928Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-12T02:38:11.928Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-12T02:38:11.929Z||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 wdAVihK7YGpqBtkQ) ...
2022-04-12T02:38:11.930Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-12T02:38:11.930Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-12T02:38:11.931Z||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 wdAVihK7YGpqBtkQ) ...
2022-04-12T02:38:21.466Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-12T02:38:21.465Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-12T02:39:11.928Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-12T02:39:11.929Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-12T02:39:11.929Z||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 wdAVihK7YGpqBtkQ) ...
2022-04-12T02:39:11.930Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-12T02:39:11.930Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-12T02:39:11.931Z||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 wdAVihK7YGpqBtkQ) ...
2022-04-12T02:39:21.466Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-12T02:39:21.466Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-12T02:40:11.928Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-12T02:40:11.930Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-12T02:40:11.930Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-12T02:40:11.930Z||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 wdAVihK7YGpqBtkQ) ...
2022-04-12T02:40:11.930Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-12T02:40:11.930Z||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 wdAVihK7YGpqBtkQ) ...
2022-04-12T02:40:21.465Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-12T02:40:21.465Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-12T02:41:11.928Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-12T02:41:11.929Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-12T02:41:11.929Z||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 wdAVihK7YGpqBtkQ) ...
2022-04-12T02:41:11.930Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-12T02:41:11.930Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-12T02:41:11.931Z||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 wdAVihK7YGpqBtkQ) ...
2022-04-12T02:41:21.468Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-12T02:41:21.474Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-12T02:42:11.928Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-12T02:42:11.929Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-12T02:42:11.929Z||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 wdAVihK7YGpqBtkQ) ...
2022-04-12T02:42:11.930Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-12T02:42:11.930Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-12T02:42:11.931Z||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 wdAVihK7YGpqBtkQ) ...
2022-04-12T02:42:21.466Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-12T02:42:21.466Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-12T02:43:11.928Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-12T02:43:11.928Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-12T02:43:11.928Z||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 wdAVihK7YGpqBtkQ) ...
2022-04-12T02:43:11.930Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-12T02:43:11.930Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-12T02:43:11.930Z||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 wdAVihK7YGpqBtkQ) ...
2022-04-12T02:43:21.466Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-12T02:43:21.466Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-12T02:44:11.928Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-12T02:44:11.928Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-12T02:44:11.928Z||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 wdAVihK7YGpqBtkQ) ...
2022-04-12T02:44:11.930Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-12T02:44:11.930Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-12T02:44:11.930Z||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 wdAVihK7YGpqBtkQ) ...
2022-04-12T02:44:21.464Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-12T02:44:21.464Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-12T02:45:11.927Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-12T02:45:11.928Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-12T02:45:11.928Z||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 wdAVihK7YGpqBtkQ) ...
2022-04-12T02:45:11.930Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-12T02:45:11.930Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-12T02:45:11.930Z||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 wdAVihK7YGpqBtkQ) ...
2022-04-12T02:45:21.464Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-12T02:45:21.464Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-12T02:46:11.928Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-12T02:46:11.928Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-12T02:46:11.929Z||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 wdAVihK7YGpqBtkQ) ...
2022-04-12T02:46:11.930Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-12T02:46:11.930Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-12T02:46:11.930Z||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 wdAVihK7YGpqBtkQ) ...
2022-04-12T02:46:21.465Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-12T02:46:21.465Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-12T02:47:11.928Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-12T02:47:11.929Z||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-04-12T02:47:11.929Z||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 wdAVihK7YGpqBtkQ) ...
2022-04-12T02:47:11.930Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-12T02:47:11.931Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-12T02:47:11.931Z||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 wdAVihK7YGpqBtkQ) ...
2022-04-12T02:47:21.463Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-12T02:47:21.464Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-12T02:48:11.928Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-12T02:48:11.928Z||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-04-12T02:48:11.928Z||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 wdAVihK7YGpqBtkQ) ...
2022-04-12T02:48:11.930Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-12T02:48:11.931Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-12T02:48:11.931Z||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 wdAVihK7YGpqBtkQ) ...
2022-04-12T02:48:21.466Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-12T02:48:21.467Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-12T02:49:11.928Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-12T02:49:11.928Z||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-04-12T02:49:11.929Z||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 wdAVihK7YGpqBtkQ) ...
2022-04-12T02:49:11.930Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-12T02:49:11.930Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-12T02:49:11.930Z||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 wdAVihK7YGpqBtkQ) ...
2022-04-12T02:49:21.463Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-12T02:49:21.463Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-12T02:50:11.928Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-12T02:50:11.928Z||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-04-12T02:50:11.929Z||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 wdAVihK7YGpqBtkQ) ...
2022-04-12T02:50:11.930Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-12T02:50:11.930Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-12T02:50:11.930Z||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 wdAVihK7YGpqBtkQ) ...
2022-04-12T02:50:21.463Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-12T02:50:21.463Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-12T02:51:11.928Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-12T02:51:11.928Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-12T02:51:11.929Z||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 wdAVihK7YGpqBtkQ) ...
2022-04-12T02:51:11.930Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-12T02:51:11.930Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-12T02:51:11.931Z||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 wdAVihK7YGpqBtkQ) ...
2022-04-12T02:51:21.465Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-12T02:51:21.466Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-12T02:52:11.928Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-12T02:52:11.929Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-12T02:52:11.929Z||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 wdAVihK7YGpqBtkQ) ...
2022-04-12T02:52:11.930Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-12T02:52:11.930Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-12T02:52:11.930Z||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 wdAVihK7YGpqBtkQ) ...
2022-04-12T02:52:21.465Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-12T02:52:21.465Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-12T02:53:11.928Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-12T02:53:11.930Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-12T02:53:11.930Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-12T02:53:11.930Z||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 wdAVihK7YGpqBtkQ) ...
2022-04-12T02:53:11.929Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-12T02:53:11.931Z||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 wdAVihK7YGpqBtkQ) ...
2022-04-12T02:53:21.469Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-12T02:53:21.474Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-12T02:54:11.928Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-12T02:54:11.929Z||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-04-12T02:54:11.929Z||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 wdAVihK7YGpqBtkQ) ...
2022-04-12T02:54:11.930Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-12T02:54:11.932Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-12T02:54:11.932Z||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 wdAVihK7YGpqBtkQ) ...
2022-04-12T02:54:21.468Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-12T02:54:21.468Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-12T02:55:11.928Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-12T02:55:11.929Z||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-04-12T02:55:11.930Z||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 wdAVihK7YGpqBtkQ) ...
2022-04-12T02:55:11.930Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-12T02:55:11.930Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-12T02:55:11.930Z||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 wdAVihK7YGpqBtkQ) ...
2022-04-12T02:55:21.466Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-12T02:55:21.467Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-12T02:56:11.928Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-12T02:56:11.929Z||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-04-12T02:56:11.929Z||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 wdAVihK7YGpqBtkQ) ...
2022-04-12T02:56:11.930Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-12T02:56:11.930Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-12T02:56:11.930Z||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 wdAVihK7YGpqBtkQ) ...
2022-04-12T02:56:21.464Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-12T02:56:21.466Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-12T02:57:11.928Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-12T02:57:11.929Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-12T02:57:11.930Z||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 wdAVihK7YGpqBtkQ) ...
2022-04-12T02:57:11.930Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-12T02:57:11.930Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-12T02:57:11.930Z||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 wdAVihK7YGpqBtkQ) ...
2022-04-12T02:57:21.463Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-12T02:57:21.463Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-12T02:58:11.928Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-12T02:58:11.929Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-12T02:58:11.929Z||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 wdAVihK7YGpqBtkQ) ...
2022-04-12T02:58:11.930Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-12T02:58:11.930Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-12T02:58:11.930Z||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 wdAVihK7YGpqBtkQ) ...
2022-04-12T02:58:21.463Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-12T02:58:21.465Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-12T02:59:11.928Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-12T02:59:11.929Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-12T02:59:11.929Z||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 wdAVihK7YGpqBtkQ) ...
2022-04-12T02:59:11.930Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-12T02:59:11.931Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-12T02:59:11.931Z||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 wdAVihK7YGpqBtkQ) ...
2022-04-12T02:59:21.464Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-12T02:59:21.464Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-12T03:00:11.928Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-12T03:00:11.929Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-12T03:00:11.929Z||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 wdAVihK7YGpqBtkQ) ...
2022-04-12T03:00:11.930Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-12T03:00:11.930Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-12T03:00:11.930Z||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 wdAVihK7YGpqBtkQ) ...
2022-04-12T03:00:21.466Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-12T03:00:21.467Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-12T03:01:11.928Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-12T03:01:11.929Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-12T03:01:11.929Z||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 wdAVihK7YGpqBtkQ) ...
2022-04-12T03:01:11.930Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-12T03:01:11.930Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-12T03:01:11.930Z||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 wdAVihK7YGpqBtkQ) ...
2022-04-12T03:01:21.463Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-12T03:01:21.464Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-12T03:02:11.928Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-12T03:02:11.929Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-12T03:02:11.929Z||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 wdAVihK7YGpqBtkQ) ...
2022-04-12T03:02:11.930Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-12T03:02:11.930Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-12T03:02:11.930Z||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 wdAVihK7YGpqBtkQ) ...
2022-04-12T03:02:21.464Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-12T03:02:21.464Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-12T03:03:11.928Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-12T03:03:11.929Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-12T03:03:11.929Z||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 wdAVihK7YGpqBtkQ) ...
2022-04-12T03:03:11.930Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-12T03:03:11.930Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-12T03:03:11.931Z||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 wdAVihK7YGpqBtkQ) ...
2022-04-12T03:03:21.467Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-12T03:03:21.467Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-12T03:04:11.928Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-12T03:04:11.929Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-12T03:04:11.929Z||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 wdAVihK7YGpqBtkQ) ...
2022-04-12T03:04:11.930Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-12T03:04:11.932Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-12T03:04:11.933Z||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 wdAVihK7YGpqBtkQ) ...
2022-04-12T03:04:21.465Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-12T03:04:21.466Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-12T03:05:11.928Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-12T03:05:11.928Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-12T03:05:11.929Z||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 wdAVihK7YGpqBtkQ) ...
2022-04-12T03:05:11.930Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-12T03:05:11.930Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-12T03:05:11.930Z||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 wdAVihK7YGpqBtkQ) ...
2022-04-12T03:05:21.468Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-12T03:05:21.468Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-12T03:06:11.928Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-12T03:06:11.928Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-12T03:06:11.928Z||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 wdAVihK7YGpqBtkQ) ...
2022-04-12T03:06:11.930Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-12T03:06:11.930Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-12T03:06:11.930Z||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 wdAVihK7YGpqBtkQ) ...
2022-04-12T03:06:21.462Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-12T03:06:21.462Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-12T03:07:11.928Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-12T03:07:11.929Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-12T03:07:11.929Z||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 wdAVihK7YGpqBtkQ) ...
2022-04-12T03:07:11.930Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-12T03:07:11.930Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-12T03:07:11.930Z||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 wdAVihK7YGpqBtkQ) ...
2022-04-12T03:07:21.468Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-12T03:07:21.468Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-12T03:08:11.927Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-12T03:08:11.928Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-12T03:08:11.928Z||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 wdAVihK7YGpqBtkQ) ...
2022-04-12T03:08:11.930Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-12T03:08:11.930Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-12T03:08:11.931Z||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 wdAVihK7YGpqBtkQ) ...
2022-04-12T03:08:21.463Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-12T03:08:21.464Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-12T03:09:11.928Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-12T03:09:11.929Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-12T03:09:11.929Z||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 wdAVihK7YGpqBtkQ) ...
2022-04-12T03:09:11.930Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-12T03:09:11.931Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-12T03:09:11.931Z||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 wdAVihK7YGpqBtkQ) ...
2022-04-12T03:09:21.463Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-12T03:09:21.463Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-12T03:10:11.928Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-12T03:10:11.929Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-12T03:10:11.929Z||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 wdAVihK7YGpqBtkQ) ...
2022-04-12T03:10:11.930Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-12T03:10:11.930Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-12T03:10:11.931Z||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 wdAVihK7YGpqBtkQ) ...
2022-04-12T03:10:21.465Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-12T03:10:21.467Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-12T03:11:11.928Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-12T03:11:11.929Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-12T03:11:11.929Z||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 wdAVihK7YGpqBtkQ) ...
2022-04-12T03:11:11.930Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-12T03:11:11.930Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-12T03:11:11.930Z||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 wdAVihK7YGpqBtkQ) ...
2022-04-12T03:11:21.461Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-12T03:11:21.462Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-12T03:12:11.928Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-12T03:12:11.929Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-12T03:12:11.929Z||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 wdAVihK7YGpqBtkQ) ...
2022-04-12T03:12:11.930Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-12T03:12:11.931Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-12T03:12:11.931Z||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 wdAVihK7YGpqBtkQ) ...
2022-04-12T03:12:21.465Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-12T03:12:21.465Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-12T03:13:11.928Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-12T03:13:11.929Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-12T03:13:11.929Z||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 wdAVihK7YGpqBtkQ) ...
2022-04-12T03:13:11.930Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-12T03:13:11.930Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-12T03:13:11.930Z||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 wdAVihK7YGpqBtkQ) ...
2022-04-12T03:13:21.463Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-12T03:13:21.464Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-12T03:14:11.927Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-12T03:14:11.929Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-12T03:14:11.929Z||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 wdAVihK7YGpqBtkQ) ...
2022-04-12T03:14:11.930Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-12T03:14:11.930Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-12T03:14:11.931Z||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 wdAVihK7YGpqBtkQ) ...
2022-04-12T03:14:21.463Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-12T03:14:21.465Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-12T03:15:11.928Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-12T03:15:11.928Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-12T03:15:11.929Z||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 wdAVihK7YGpqBtkQ) ...
2022-04-12T03:15:11.930Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-12T03:15:11.930Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-12T03:15:11.930Z||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 wdAVihK7YGpqBtkQ) ...
2022-04-12T03:15:21.463Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-12T03:15:21.463Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-12T03:16:11.928Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-12T03:16:11.929Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-12T03:16:11.929Z||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 wdAVihK7YGpqBtkQ) ...
2022-04-12T03:16:11.930Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-12T03:16:11.930Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-12T03:16:11.930Z||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 wdAVihK7YGpqBtkQ) ...
2022-04-12T03:16:21.465Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-12T03:16:21.465Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-12T03:17:11.928Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-12T03:17:11.928Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-12T03:17:11.929Z||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 wdAVihK7YGpqBtkQ) ...
2022-04-12T03:17:11.931Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-12T03:17:11.932Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-12T03:17:11.932Z||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 wdAVihK7YGpqBtkQ) ...
2022-04-12T03:17:21.466Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-12T03:17:21.467Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-12T03:18:11.927Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-12T03:18:11.928Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-12T03:18:11.928Z||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 wdAVihK7YGpqBtkQ) ...
2022-04-12T03:18:11.930Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-12T03:18:11.930Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-12T03:18:11.930Z||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 wdAVihK7YGpqBtkQ) ...
2022-04-12T03:18:21.461Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-12T03:18:21.462Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-12T03:19:11.928Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-12T03:19:11.929Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-12T03:19:11.929Z||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 wdAVihK7YGpqBtkQ) ...
2022-04-12T03:19:11.930Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-12T03:19:11.930Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-12T03:19:11.930Z||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 wdAVihK7YGpqBtkQ) ...
2022-04-12T03:19:21.466Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-12T03:19:21.473Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-12T03:20:11.928Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-12T03:20:11.928Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-12T03:20:11.929Z||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 wdAVihK7YGpqBtkQ) ...
2022-04-12T03:20:11.930Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-12T03:20:11.931Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-12T03:20:11.931Z||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 wdAVihK7YGpqBtkQ) ...
2022-04-12T03:20:21.465Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-12T03:20:21.466Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-12T03:21:11.927Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-12T03:21:11.928Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-12T03:21:11.928Z||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 wdAVihK7YGpqBtkQ) ...
2022-04-12T03:21:11.930Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-12T03:21:11.930Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-12T03:21:11.930Z||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 wdAVihK7YGpqBtkQ) ...
2022-04-12T03:21:21.461Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-12T03:21:21.461Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-12T03:22:11.928Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-12T03:22:11.929Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-12T03:22:11.929Z||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 wdAVihK7YGpqBtkQ) ...
2022-04-12T03:22:11.929Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-12T03:22:11.930Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-12T03:22:11.930Z||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 wdAVihK7YGpqBtkQ) ...
2022-04-12T03:22:21.467Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-12T03:22:21.467Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-12T03:23:11.928Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-12T03:23:11.929Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-12T03:23:11.929Z||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 wdAVihK7YGpqBtkQ) ...
2022-04-12T03:23:11.930Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-12T03:23:11.931Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-12T03:23:11.931Z||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 wdAVihK7YGpqBtkQ) ...
2022-04-12T03:23:12.551Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-12T03:23:12.552Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-12T03:23:12.553Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-12T03:23:12.554Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"7a665a7e-6d08-4e27-936a-7024d94d0089","serviceName":"basic_onboard_bMyJMK","serviceVersion":"1.0","serviceUUID":"984144e2-f7d0-4a80-9159-454781614fbb","serviceDescription":"service","serviceInvariantUUID":"f6eaf5ab-5bb1-4965-812b-bf982d78340b","resources":[{"resourceInstanceName":"basic_onboard_bMyJMK 0","resourceName":"basic_onboard_bMyJMK","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"c8d0675e-7d9c-45f3-ba5f-1179f7a5b8c8","resourceInvariantUUID":"5d79af58-65c9-4571-8057-3964695b067c","resourceCustomizationUUID":"102240ea-cdc9-4c72-a669-a4c21b9809ba","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardBmyjmk/1.0/resourceInstances/basic_onboard_bmyjmk0/artifacts/vf-license-model.xml","artifactChecksum":"ZjU4NjIzMWQxMmU1ZjVlYzU0MjU2OTM2ZDJiZjY2MGU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"36b5c20e-ff10-4fae-9d28-00b14dcaa08b","artifactVersion":"1"},{"artifactName":"basic_onboard_bmyjmk0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardBmyjmk/1.0/resourceInstances/basic_onboard_bmyjmk0/artifacts/basic_onboard_bmyjmk0_modules.json","artifactChecksum":"ZmMyMmQ4ZTk0NzlhYWZjY2ZlMzcwOGRjNDJhNWE2MGM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"1e0da94a-2086-4f5f-8af6-20c763532763","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardBmyjmk/1.0/resourceInstances/basic_onboard_bmyjmk0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"d31b5b86-189c-4026-a42a-d0619e1e365f","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardBmyjmk/1.0/resourceInstances/basic_onboard_bmyjmk0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"6537aecb-7925-4655-bdec-e7905063f90a","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardBmyjmk/1.0/resourceInstances/basic_onboard_bmyjmk0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"a28b8ffb-1545-482f-aead-1b940bc3e00d","artifactVersion":"2","generatedFromUUID":"d31b5b86-189c-4026-a42a-d0619e1e365f"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardBmyjmk-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardBmyjmk/1.0/artifacts/service-BasicOnboardBmyjmk-template.yml","artifactChecksum":"Y2Q2OWEyYTczNjlkYTQ1YjNjNTM2MGI1N2E2YjZlMmE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"84d27e5b-c4c0-4841-bf93-c80c5f3eccb1","artifactVersion":"1"},{"artifactName":"service-BasicOnboardBmyjmk-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardBmyjmk/1.0/artifacts/service-BasicOnboardBmyjmk-csar.csar","artifactChecksum":"ZDIzYzk2NmRlNTQxZjhmYzFlOGFmMzkyYmMzMThhMTM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"7134513f-9e14-4b58-a80a-8ddd0b730fdb","artifactVersion":"1"}],"workloadContext":"Production"}
2022-04-12T03:23:12.557Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-12T03:23:12.558Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a665a7e-6d08-4e27-936a-7024d94d0089",
  "consumerID": "aai-ml",
  "timestamp": 1649733744027,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBmyjmk/1.0/resourceInstances/basic_onboard_bmyjmk0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-12T03:23:12.561Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-12T03:23:12.566Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-04-12T03:23:12.577Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-12T03:23:12.577Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-12T03:23:12.577Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a665a7e-6d08-4e27-936a-7024d94d0089",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649733750768,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBmyjmk/1.0/resourceInstances/basic_onboard_bmyjmk0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-12T03:23:12.577Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-12T03:23:12.577Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-12T03:23:12.577Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a665a7e-6d08-4e27-936a-7024d94d0089",
  "consumerID": "cds",
  "timestamp": 1649733747732,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBmyjmk/1.0/resourceInstances/basic_onboard_bmyjmk0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-12T03:23:12.577Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-12T03:23:12.577Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-12T03:23:12.577Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a665a7e-6d08-4e27-936a-7024d94d0089",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649733750768,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBmyjmk/1.0/resourceInstances/basic_onboard_bmyjmk0/artifacts/basic_onboard_bmyjmk0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-12T03:23:12.577Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-12T03:23:12.578Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-12T03:23:12.578Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a665a7e-6d08-4e27-936a-7024d94d0089",
  "consumerID": "cds",
  "timestamp": 1649733747732,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBmyjmk/1.0/resourceInstances/basic_onboard_bmyjmk0/artifacts/basic_onboard_bmyjmk0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-12T03:23:12.578Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-12T03:23:12.578Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-12T03:23:12.578Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a665a7e-6d08-4e27-936a-7024d94d0089",
  "consumerID": "aai-ml",
  "timestamp": 1649733744027,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBmyjmk/1.0/resourceInstances/basic_onboard_bmyjmk0/artifacts/basic_onboard_bmyjmk0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-12T03:23:12.578Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-12T03:23:12.578Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-12T03:23:12.578Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-12T03:23:12.578Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a665a7e-6d08-4e27-936a-7024d94d0089",
  "consumerID": "cds",
  "timestamp": 1649733747732,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBmyjmk/1.0/resourceInstances/basic_onboard_bmyjmk0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-12T03:23:12.578Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "7a665a7e-6d08-4e27-936a-7024d94d0089",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649733791927,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBmyjmk/1.0/resourceInstances/basic_onboard_bmyjmk0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-12T03:23:12.578Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-12T03:23:12.578Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-12T03:23:12.578Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a665a7e-6d08-4e27-936a-7024d94d0089",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649733750768,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBmyjmk/1.0/resourceInstances/basic_onboard_bmyjmk0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-12T03:23:12.579Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-12T03:23:12.579Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-12T03:23:12.579Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a665a7e-6d08-4e27-936a-7024d94d0089",
  "consumerID": "aai-ml",
  "timestamp": 1649733744027,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBmyjmk/1.0/resourceInstances/basic_onboard_bmyjmk0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-12T03:23:12.579Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-12T03:23:12.579Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-12T03:23:12.579Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a665a7e-6d08-4e27-936a-7024d94d0089",
  "consumerID": "cds",
  "timestamp": 1649733747732,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBmyjmk/1.0/resourceInstances/basic_onboard_bmyjmk0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-12T03:23:12.579Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-12T03:23:12.579Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-12T03:23:12.579Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a665a7e-6d08-4e27-936a-7024d94d0089",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649733750768,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBmyjmk/1.0/resourceInstances/basic_onboard_bmyjmk0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-12T03:23:12.579Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-12T03:23:12.579Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-12T03:23:12.579Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a665a7e-6d08-4e27-936a-7024d94d0089",
  "consumerID": "aai-ml",
  "timestamp": 1649733744027,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBmyjmk/1.0/resourceInstances/basic_onboard_bmyjmk0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-12T03:23:12.579Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-12T03:23:12.580Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-12T03:23:12.580Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a665a7e-6d08-4e27-936a-7024d94d0089",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649733755342,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBmyjmk/1.0/resourceInstances/basic_onboard_bmyjmk0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-12T03:23:12.580Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-12T03:23:12.580Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-12T03:23:12.580Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a665a7e-6d08-4e27-936a-7024d94d0089",
  "consumerID": "cds",
  "timestamp": 1649733747732,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBmyjmk/1.0/resourceInstances/basic_onboard_bmyjmk0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-04-12T03:23:12.580Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-12T03:23:12.580Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-12T03:23:12.580Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a665a7e-6d08-4e27-936a-7024d94d0089",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649733750768,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBmyjmk/1.0/resourceInstances/basic_onboard_bmyjmk0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-04-12T03:23:12.580Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-12T03:23:12.580Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-12T03:23:12.580Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a665a7e-6d08-4e27-936a-7024d94d0089",
  "consumerID": "aai-ml",
  "timestamp": 1649733744027,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBmyjmk/1.0/resourceInstances/basic_onboard_bmyjmk0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-04-12T03:23:12.581Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-12T03:23:12.581Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-12T03:23:12.581Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a665a7e-6d08-4e27-936a-7024d94d0089",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649733755342,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBmyjmk/1.0/resourceInstances/basic_onboard_bmyjmk0/artifacts/basic_onboard_bmyjmk0_modules.json",
  "status": "NOTIFIED"
}
2022-04-12T03:23:12.581Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-12T03:23:12.581Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-12T03:23:12.581Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a665a7e-6d08-4e27-936a-7024d94d0089",
  "consumerID": "cds",
  "timestamp": 1649733747732,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBmyjmk/1.0/artifacts/service-BasicOnboardBmyjmk-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-12T03:23:12.581Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-12T03:23:12.581Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-12T03:23:12.581Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a665a7e-6d08-4e27-936a-7024d94d0089",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649733750768,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBmyjmk/1.0/artifacts/service-BasicOnboardBmyjmk-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-12T03:23:12.581Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-12T03:23:12.582Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-12T03:23:12.582Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a665a7e-6d08-4e27-936a-7024d94d0089",
  "consumerID": "aai-ml",
  "timestamp": 1649733744027,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBmyjmk/1.0/artifacts/service-BasicOnboardBmyjmk-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-12T03:23:12.582Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-12T03:23:12.582Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-12T03:23:12.582Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a665a7e-6d08-4e27-936a-7024d94d0089",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649733756632,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBmyjmk/1.0/resourceInstances/basic_onboard_bmyjmk0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-12T03:23:12.582Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-12T03:23:12.582Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-12T03:23:12.582Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a665a7e-6d08-4e27-936a-7024d94d0089",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649733755342,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBmyjmk/1.0/resourceInstances/basic_onboard_bmyjmk0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-04-12T03:23:12.582Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-12T03:23:12.582Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-12T03:23:12.582Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a665a7e-6d08-4e27-936a-7024d94d0089",
  "consumerID": "cds",
  "timestamp": 1649733747732,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBmyjmk/1.0/artifacts/service-BasicOnboardBmyjmk-csar.csar",
  "status": "NOTIFIED"
}
2022-04-12T03:23:12.583Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-12T03:23:12.583Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-12T03:23:12.583Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a665a7e-6d08-4e27-936a-7024d94d0089",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649733750768,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBmyjmk/1.0/artifacts/service-BasicOnboardBmyjmk-csar.csar",
  "status": "NOTIFIED"
}
2022-04-12T03:23:12.583Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-12T03:23:12.583Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-12T03:23:12.583Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a665a7e-6d08-4e27-936a-7024d94d0089",
  "consumerID": "aai-ml",
  "timestamp": 1649733744027,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBmyjmk/1.0/artifacts/service-BasicOnboardBmyjmk-csar.csar",
  "status": "NOTIFIED"
}
2022-04-12T03:23:12.583Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-12T03:23:12.583Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-12T03:23:12.583Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a665a7e-6d08-4e27-936a-7024d94d0089",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649733756632,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBmyjmk/1.0/resourceInstances/basic_onboard_bmyjmk0/artifacts/basic_onboard_bmyjmk0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-12T03:23:12.583Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-12T03:23:12.583Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-12T03:23:12.583Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a665a7e-6d08-4e27-936a-7024d94d0089",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649733755342,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBmyjmk/1.0/resourceInstances/basic_onboard_bmyjmk0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-12T03:23:12.583Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-12T03:23:12.583Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-12T03:23:12.584Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a665a7e-6d08-4e27-936a-7024d94d0089",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649733756632,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBmyjmk/1.0/resourceInstances/basic_onboard_bmyjmk0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-12T03:23:12.584Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-12T03:23:12.584Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-12T03:23:12.584Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a665a7e-6d08-4e27-936a-7024d94d0089",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649733759940,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBmyjmk/1.0/artifacts/service-BasicOnboardBmyjmk-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-12T03:23:12.584Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-12T03:23:12.584Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-12T03:23:12.584Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a665a7e-6d08-4e27-936a-7024d94d0089",
  "consumerID": "cds",
  "timestamp": 1649733759944,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBmyjmk/1.0/artifacts/service-BasicOnboardBmyjmk-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-12T03:23:12.584Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-12T03:23:12.584Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-12T03:23:12.584Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a665a7e-6d08-4e27-936a-7024d94d0089",
  "consumerID": "aai-ml",
  "timestamp": 1649733759951,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBmyjmk/1.0/artifacts/service-BasicOnboardBmyjmk-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-12T03:23:12.584Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-12T03:23:12.584Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-12T03:23:12.585Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a665a7e-6d08-4e27-936a-7024d94d0089",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649733755342,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBmyjmk/1.0/resourceInstances/basic_onboard_bmyjmk0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-04-12T03:23:12.585Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-12T03:23:12.585Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-12T03:23:12.585Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a665a7e-6d08-4e27-936a-7024d94d0089",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649733756632,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBmyjmk/1.0/resourceInstances/basic_onboard_bmyjmk0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-12T03:23:12.585Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-12T03:23:12.585Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-12T03:23:12.585Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a665a7e-6d08-4e27-936a-7024d94d0089",
  "consumerID": "cds",
  "timestamp": 1649733760962,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBmyjmk/1.0/artifacts/service-BasicOnboardBmyjmk-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-12T03:23:12.678Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms
2022-04-12T03:23:12.682Z||pool-3-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-12T03:23:12.682Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wdAVihK7YGpqBtkQ) ...
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-12T03:23:12.692Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-12T03:23:12.693Z||pool-3-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-12T03:23:12.736Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 7a665a7e-6d08-4e27-936a-7024d94d0089
2022-04-12T03:23:12.750Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7a665a7e-6d08-4e27-936a-7024d94d0089 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-12T03:23:12.768Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-12T03:23:12.768Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a665a7e-6d08-4e27-936a-7024d94d0089",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649733755342,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBmyjmk/1.0/artifacts/service-BasicOnboardBmyjmk-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-12T03:23:12.768Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-12T03:23:12.768Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-12T03:23:12.768Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a665a7e-6d08-4e27-936a-7024d94d0089",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649733756632,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBmyjmk/1.0/resourceInstances/basic_onboard_bmyjmk0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-04-12T03:23:12.769Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-12T03:23:12.769Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-12T03:23:12.769Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a665a7e-6d08-4e27-936a-7024d94d0089",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649733755342,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBmyjmk/1.0/artifacts/service-BasicOnboardBmyjmk-csar.csar",
  "status": "NOTIFIED"
}
2022-04-12T03:23:12.769Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-12T03:23:12.769Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-12T03:23:12.769Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a665a7e-6d08-4e27-936a-7024d94d0089",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649733756632,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBmyjmk/1.0/artifacts/service-BasicOnboardBmyjmk-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-12T03:23:12.769Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-12T03:23:12.769Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-12T03:23:12.769Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a665a7e-6d08-4e27-936a-7024d94d0089",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649733756632,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBmyjmk/1.0/artifacts/service-BasicOnboardBmyjmk-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-12T03:23:12.769Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-12T03:23:12.769Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-12T03:23:12.769Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a665a7e-6d08-4e27-936a-7024d94d0089",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649733763322,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBmyjmk/1.0/resourceInstances/basic_onboard_bmyjmk0/artifacts/basic_onboard_bmyjmk0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-12T03:23:12.769Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-12T03:23:12.769Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-12T03:23:12.769Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a665a7e-6d08-4e27-936a-7024d94d0089",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649733763725,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBmyjmk/1.0/artifacts/service-BasicOnboardBmyjmk-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-12T03:23:12.770Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-12T03:23:12.770Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-12T03:23:12.770Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a665a7e-6d08-4e27-936a-7024d94d0089",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649733764628,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBmyjmk/1.0/resourceInstances/basic_onboard_bmyjmk0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-12T03:23:12.770Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-12T03:23:12.770Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-12T03:23:12.770Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a665a7e-6d08-4e27-936a-7024d94d0089",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649733764729,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-12T03:23:12.784Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 7a665a7e-6d08-4e27-936a-7024d94d0089
2022-04-12T03:23:12.784Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7a665a7e-6d08-4e27-936a-7024d94d0089 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-12T03:23:12.792Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-12T03:23:12.792Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a665a7e-6d08-4e27-936a-7024d94d0089",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649733765739,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBmyjmk/1.0/resourceInstances/basic_onboard_bmyjmk0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-04-12T03:23:12.793Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-12T03:23:12.793Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-12T03:23:12.793Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a665a7e-6d08-4e27-936a-7024d94d0089",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649733766797,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-12T03:23:12.797Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 7a665a7e-6d08-4e27-936a-7024d94d0089
2022-04-12T03:23:12.797Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7a665a7e-6d08-4e27-936a-7024d94d0089 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-12T03:23:12.805Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-12T03:23:12.805Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a665a7e-6d08-4e27-936a-7024d94d0089",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649733767800,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBmyjmk/1.0/resourceInstances/basic_onboard_bmyjmk0/artifacts/basic_onboard_bmyjmk0_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-12T03:23:12.805Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-12T03:23:12.805Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-12T03:23:12.805Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a665a7e-6d08-4e27-936a-7024d94d0089",
  "consumerID": "aai-ml",
  "timestamp": 1649733770764,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBmyjmk/1.0/artifacts/service-BasicOnboardBmyjmk-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-12T03:23:12.805Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-12T03:23:12.806Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-12T03:23:12.806Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a665a7e-6d08-4e27-936a-7024d94d0089",
  "consumerID": "aai-ml",
  "timestamp": 1649733771768,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-12T03:23:12.811Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 7a665a7e-6d08-4e27-936a-7024d94d0089
2022-04-12T03:23:12.811Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7a665a7e-6d08-4e27-936a-7024d94d0089 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-12T03:23:13.586Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-12T03:23:13.586Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-04-12T03:23:13.588Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-12T03:23:13.588Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "7a665a7e-6d08-4e27-936a-7024d94d0089",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649733791927,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBmyjmk/1.0/resourceInstances/basic_onboard_bmyjmk0/artifacts/basic_onboard_bmyjmk0_modules.json",
  "status": "NOTIFIED"
}
2022-04-12T03:23:13.688Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-12T03:23:13.689Z||pool-4-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-12T03:23:13.689Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wdAVihK7YGpqBtkQ) ...
2022-04-12T03:23:13.699Z||pool-4-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-12T03:23:13.700Z||pool-4-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-04-12T03:23:14.588Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-12T03:23:14.589Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-04-12T03:23:14.591Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-12T03:23:14.591Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "7a665a7e-6d08-4e27-936a-7024d94d0089",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649733791927,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBmyjmk/1.0/resourceInstances/basic_onboard_bmyjmk0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-04-12T03:23:14.691Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-12T03:23:14.692Z||pool-5-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-12T03:23:14.692Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wdAVihK7YGpqBtkQ) ...
2022-04-12T03:23:14.702Z||pool-5-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-12T03:23:14.703Z||pool-5-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2022-04-12T03:23:15.592Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-12T03:23:15.593Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-04-12T03:23:15.594Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-12T03:23:15.594Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "7a665a7e-6d08-4e27-936a-7024d94d0089",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649733791927,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBmyjmk/1.0/resourceInstances/basic_onboard_bmyjmk0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-12T03:23:15.695Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-04-12T03:23:15.696Z||pool-6-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-12T03:23:15.696Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wdAVihK7YGpqBtkQ) ...
2022-04-12T03:23:15.706Z||pool-6-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-12T03:23:15.707Z||pool-6-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-04-12T03:23:16.595Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-12T03:23:16.596Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-04-12T03:23:16.598Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-12T03:23:16.598Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "7a665a7e-6d08-4e27-936a-7024d94d0089",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649733791927,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBmyjmk/1.0/resourceInstances/basic_onboard_bmyjmk0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-04-12T03:23:16.698Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-12T03:23:16.699Z||pool-7-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-12T03:23:16.699Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wdAVihK7YGpqBtkQ) ...
2022-04-12T03:23:16.711Z||pool-7-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-12T03:23:16.712Z||pool-7-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-04-12T03:23:17.599Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-12T03:23:17.600Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-04-12T03:23:17.602Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-12T03:23:17.602Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "7a665a7e-6d08-4e27-936a-7024d94d0089",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649733791927,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBmyjmk/1.0/artifacts/service-BasicOnboardBmyjmk-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-12T03:23:17.702Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-12T03:23:17.703Z||pool-8-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-12T03:23:17.703Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wdAVihK7YGpqBtkQ) ...
2022-04-12T03:23:17.713Z||pool-8-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-12T03:23:17.713Z||pool-8-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-04-12T03:23:18.602Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-12T03:23:18.603Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-04-12T03:23:18.605Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-12T03:23:18.605Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "7a665a7e-6d08-4e27-936a-7024d94d0089",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649733791927,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBmyjmk/1.0/artifacts/service-BasicOnboardBmyjmk-csar.csar",
  "status": "NOTIFIED"
}
2022-04-12T03:23:18.705Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-12T03:23:18.706Z||pool-9-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-12T03:23:18.706Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wdAVihK7YGpqBtkQ) ...
2022-04-12T03:23:18.717Z||pool-9-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-12T03:23:18.717Z||pool-9-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-04-12T03:23:19.607Z||pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "7a665a7e-6d08-4e27-936a-7024d94d0089",
  "serviceName": "basic_onboard_bMyJMK",
  "serviceVersion": "1.0",
  "serviceUUID": "984144e2-f7d0-4a80-9159-454781614fbb",
  "serviceDescription": "service",
  "serviceInvariantUUID": "f6eaf5ab-5bb1-4965-812b-bf982d78340b",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_bMyJMK 0",
      "resourceCustomizationUUID": "102240ea-cdc9-4c72-a669-a4c21b9809ba",
      "resourceName": "basic_onboard_bMyJMK",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "c8d0675e-7d9c-45f3-ba5f-1179f7a5b8c8",
      "resourceInvariantUUID": "5d79af58-65c9-4571-8057-3964695b067c",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_bmyjmk0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBmyjmk/1.0/resourceInstances/basic_onboard_bmyjmk0/artifacts/basic_onboard_bmyjmk0_modules.json",
          "artifactChecksum": "ZmMyMmQ4ZTk0NzlhYWZjY2ZlMzcwOGRjNDJhNWE2MGM\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "1e0da94a-2086-4f5f-8af6-20c763532763",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBmyjmk/1.0/resourceInstances/basic_onboard_bmyjmk0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "d31b5b86-189c-4026-a42a-d0619e1e365f",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBmyjmk/1.0/resourceInstances/basic_onboard_bmyjmk0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "a28b8ffb-1545-482f-aead-1b940bc3e00d",
            "generatedFromUUID": "d31b5b86-189c-4026-a42a-d0619e1e365f"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBmyjmk/1.0/resourceInstances/basic_onboard_bmyjmk0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "a28b8ffb-1545-482f-aead-1b940bc3e00d",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardBmyjmk-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBmyjmk/1.0/artifacts/service-BasicOnboardBmyjmk-csar.csar",
      "artifactChecksum": "ZDIzYzk2NmRlNTQxZjhmYzFlOGFmMzkyYmMzMThhMTM\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "7134513f-9e14-4b58-a80a-8ddd0b730fdb"
    }
  ],
  "workloadContext": "Production"
}
2022-04-12T03:23:19.608Z||pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-04-12T03:23:19.609Z||pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 984144e2-f7d0-4a80-9159-454781614fbb ASDC
2022-04-12T03:23:19.715Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:7a665a7e-6d08-4e27-936a-7024d94d0089
ServiceName:basic_onboard_bMyJMK
ServiceVersion:1.0
ServiceUUID:984144e2-f7d0-4a80-9159-454781614fbb
ServiceInvariantUUID:f6eaf5ab-5bb1-4965-812b-bf982d78340b
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardBmyjmk-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardBmyjmk/1.0/artifacts/service-BasicOnboardBmyjmk-csar.csar
ArtifactUUID:7134513f-9e14-4b58-a80a-8ddd0b730fdb
ArtifactChecksum:ZDIzYzk2NmRlNTQxZjhmYzFlOGFmMzkyYmMzMThhMTM=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_bMyJMK 0
ResourceCustomizationUUID:102240ea-cdc9-4c72-a669-a4c21b9809ba
ResourceInvariantUUID:5d79af58-65c9-4571-8057-3964695b067c
ResourceName:basic_onboard_bMyJMK
ResourceType:VF
ResourceUUID:c8d0675e-7d9c-45f3-ba5f-1179f7a5b8c8
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_bmyjmk0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardBmyjmk/1.0/resourceInstances/basic_onboard_bmyjmk0/artifacts/basic_onboard_bmyjmk0_modules.json
ArtifactUUID:1e0da94a-2086-4f5f-8af6-20c763532763
ArtifactChecksum:ZmMyMmQ4ZTk0NzlhYWZjY2ZlMzcwOGRjNDJhNWE2MGM=
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/BasicOnboardBmyjmk/1.0/resourceInstances/basic_onboard_bmyjmk0/artifacts/base_ubuntu18.yaml
ArtifactUUID:d31b5b86-189c-4026-a42a-d0619e1e365f
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/BasicOnboardBmyjmk/1.0/resourceInstances/basic_onboard_bmyjmk0/artifacts/base_ubuntu18.env
ArtifactUUID:a28b8ffb-1545-482f-aead-1b940bc3e00d
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/BasicOnboardBmyjmk/1.0/resourceInstances/basic_onboard_bmyjmk0/artifacts/base_ubuntu18.env
ArtifactUUID:a28b8ffb-1545-482f-aead-1b940bc3e00d
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-04-12T03:23:19.716Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 984144e2-f7d0-4a80-9159-454781614fbb ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-04-12T03:23:19.764Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-12T03:23:19.765Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-04-12T03:23:19.766Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-04-12T03:23:19.766Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 7134513f-9e14-4b58-a80a-8ddd0b730fdb from URL: /sdc/v1/catalog/services/BasicOnboardBmyjmk/1.0/artifacts/service-BasicOnboardBmyjmk-csar.csar
2022-04-12T03:23:19.766Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-04-12T03:23:19.767Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardBmyjmk/1.0/artifacts/service-BasicOnboardBmyjmk-csar.csar
2022-04-12T03:23:19.929Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-04-12T03:23:19.941Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardBmyjmk/1.0/artifacts/service-BasicOnboardBmyjmk-csar.csar 7134513f-9e14-4b58-a80a-8ddd0b730fdb 71575
2022-04-12T03:23:19.942Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardBmyjmk/1.0/artifacts/service-BasicOnboardBmyjmk-csar.csar ASDC sendASDCNotification
2022-04-12T03:23:19.943Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardBmyjmk/1.0/artifacts/service-BasicOnboardBmyjmk-csar.csar
2022-04-12T03:23:19.943Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-12T03:23:19.944Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-04-12T03:23:19.945Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-12T03:23:19.945Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "7a665a7e-6d08-4e27-936a-7024d94d0089",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649733799941,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBmyjmk/1.0/artifacts/service-BasicOnboardBmyjmk-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-12T03:23:20.046Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-04-12T03:23:20.047Z||pool-10-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-12T03:23:20.047Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wdAVihK7YGpqBtkQ) ...
2022-04-12T03:23:20.058Z||pool-10-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-12T03:23:20.058Z||pool-10-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-04-12T03:23:20.946Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-12T03:23:20.947Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-04-12T03:23:20.947Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 7134513f-9e14-4b58-a80a-8ddd0b730fdb, URL: /sdc/v1/catalog/services/BasicOnboardBmyjmk/1.0/artifacts/service-BasicOnboardBmyjmk-csar.csar to file: /app/ASDC/1/service-BasicOnboardBmyjmk-csar.csar
2022-04-12T03:23:20.948Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardBmyjmk-csar.csar
2022-04-12T03:23:21.007Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardBmyjmk-csar.csar
2022-04-12T03:23:21.008Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardBmyjmk-csar.csar
2022-04-12T03:23:21.456Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15803818287658984026/Definitions/service-BasicOnboardBmyjmk-template.yml
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided
2022-04-12T03:23:23.448Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2022-04-12T03:23:23.452Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-04-12T03:23:23.453Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardBmyjmk-csar.csar
2022-04-12T03:23:23.453Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-04-12T03:23:23.453Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||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-BasicOnboardBmyjmk-csar.csar
2022-04-12T03:23:23.453Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||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-BasicOnboardBmyjmk-csar.csar
2022-04-12T03:23:23.453Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||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-BasicOnboardBmyjmk-csar.csar
2022-04-12T03:23:23.453Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||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-BasicOnboardBmyjmk-csar.csar
2022-04-12T03:23:23.453Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardBmyjmk-csar.csar
2022-04-12T03:23:23.453Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardBmyjmk-csar.csar
2022-04-12T03:23:23.453Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||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-BasicOnboardBmyjmk-csar.csar
2022-04-12T03:23:23.454Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_bMyJMK 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-BasicOnboardBmyjmk-csar.csar
2022-04-12T03:23:23.454Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||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-BasicOnboardBmyjmk-csar.csar
2022-04-12T03:23:23.454Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-04-12T03:23:23.459Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-12T03:23:23.461Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_bMyJMK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-12T03:23:23.464Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_bMyJMK 0 is matching search criteria
2022-04-12T03:23:23.464Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-04-12T03:23:23.465Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_bMyJMK 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-12T03:23:23.466Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-12T03:23:23.467Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_bMyJMK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-12T03:23:23.467Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_bMyJMK 0 is matching search criteria
2022-04-12T03:23:23.467Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-04-12T03:23:23.467Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_bMyJMK 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-12T03:23:23.467Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-12T03:23:23.467Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_bMyJMK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-12T03:23:23.471Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-12T03:23:23.471Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_bMyJMK 0 is not matching search criteria
2022-04-12T03:23:23.471Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-04-12T03:23:23.471Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-04-12T03:23:23.471Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-04-12T03:23:23.471Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-04-12T03:23:23.471Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-04-12T03:23:23.472Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-12T03:23:23.472Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_bMyJMK is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-12T03:23:23.473Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-12T03:23:23.473Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_bMyJMK 0 is matching search criteria
2022-04-12T03:23:23.473Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_bMyJMK 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-12T03:23:23.473Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-12T03:23:23.473Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_bMyJMK 0 is matching search criteria
2022-04-12T03:23:23.473Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_bMyJMK 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-12T03:23:23.473Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-12T03:23:23.474Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_bMyJMK 0 is matching search criteria
2022-04-12T03:23:23.474Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_bMyJMK 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-12T03:23:23.474Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-12T03:23:23.474Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_bMyJMK 0 is not matching search criteria
2022-04-12T03:23:23.474Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-04-12T03:23:23.474Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-04-12T03:23:23.474Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=c07ee578-3e03-4740-8941-c7d2726c6b58
2022-04-12T03:23:23.474Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-12T03:23:23.474Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_bMyJMK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-12T03:23:23.475Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-12T03:23:23.475Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_bMyJMK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-12T03:23:23.475Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-12T03:23:23.475Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_bMyJMK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-12T03:23:23.475Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-12T03:23:23.475Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_bMyJMK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-12T03:23:23.475Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_onboard_bMyJMK
Description:service
Model UUID:984144e2-f7d0-4a80-9159-454781614fbb
Model Version:NULL
Model InvariantUuid:f6eaf5ab-5bb1-4965-812b-bf982d78340b
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_onboard_bMyJMK
Model UUID:728e03ad-396d-48d1-b653-46d645b17fbc
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:5d79af58-65c9-4571-8057-3964695b067c
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:102240ea-cdc9-4c72-a669-a4c21b9809ba
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:a1d2ce37-2e9d-4ada-ac5e-58a67a52f6be
ModelName:BasicOnboardBmyjmk..base_ubuntu18..module-0
ModelUuid:c3380db7-b752-4ea1-bbff-90cfe920c090
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:c07ee578-3e03-4740-8941-c7d2726c6b58
ModelInvariantUuid:51ee1dca-b400-4bf9-9516-90e3f4f7fba2
ModelName:basic_onboard_bMyJMK-nodes.ubuntu18Cvfc
ModelUuid:efc6a652-eade-4b84-a310-f4fbb758b3c1
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:60b729fe-24e9-4110-bd7d-e2f64229dc32
ModelInvariantUuid:72ef5a20-8654-47f7-8f0e-f7279f8111e0
ModelName:BasicOnboardBmyjmk.compute.nodes.heat.ubuntu18
ModelUuid:fa518a70-ee9f-4a9e-a894-c286219a45cb
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-04-12T03:23:23.491Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: c8d0675e-7d9c-45f3-ba5f-1179f7a5b8c8
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-12T03:23:23.632Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||INFO|500||basic_onboard_bMyJMK 0
2022-04-12T03:23:23.639Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: c8d0675e-7d9c-45f3-ba5f-1179f7a5b8c8
2022-04-12T03:23:23.640Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 1e0da94a-2086-4f5f-8af6-20c763532763 from URL: /sdc/v1/catalog/services/BasicOnboardBmyjmk/1.0/resourceInstances/basic_onboard_bmyjmk0/artifacts/basic_onboard_bmyjmk0_modules.json
2022-04-12T03:23:23.640Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-04-12T03:23:23.640Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardBmyjmk/1.0/resourceInstances/basic_onboard_bmyjmk0/artifacts/basic_onboard_bmyjmk0_modules.json
2022-04-12T03:23:23.688Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-04-12T03:23:23.689Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardBmyjmk/1.0/resourceInstances/basic_onboard_bmyjmk0/artifacts/basic_onboard_bmyjmk0_modules.json 1e0da94a-2086-4f5f-8af6-20c763532763 798
2022-04-12T03:23:23.689Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardBmyjmk/1.0/resourceInstances/basic_onboard_bmyjmk0/artifacts/basic_onboard_bmyjmk0_modules.json ASDC sendASDCNotification
2022-04-12T03:23:23.689Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardBmyjmk/1.0/resourceInstances/basic_onboard_bmyjmk0/artifacts/basic_onboard_bmyjmk0_modules.json
2022-04-12T03:23:23.689Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-12T03:23:23.690Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-04-12T03:23:23.692Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-12T03:23:23.692Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "7a665a7e-6d08-4e27-936a-7024d94d0089",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649733803689,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBmyjmk/1.0/resourceInstances/basic_onboard_bmyjmk0/artifacts/basic_onboard_bmyjmk0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-12T03:23:23.822Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 130 ms
2022-04-12T03:23:23.825Z||pool-11-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-12T03:23:23.825Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wdAVihK7YGpqBtkQ) ...
2022-04-12T03:23:23.835Z||pool-11-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-12T03:23:23.835Z||pool-11-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-04-12T03:23:24.698Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardBmyjmk..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "a1d2ce37-2e9d-4ada-ac5e-58a67a52f6be",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "c3380db7-b752-4ea1-bbff-90cfe920c090",
    "vfModuleModelCustomizationUUID": "52c5a249-1f62-4704-af26-f4c13ad9dead",
    "isBase": true,
    "artifacts": [
      "d31b5b86-189c-4026-a42a-d0619e1e365f",
      "a28b8ffb-1545-482f-aead-1b940bc3e00d"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu18",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-04-12T03:23:24.714Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardBmyjmk..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:c3380db7-b752-4ea1-bbff-90cfe920c090
VfModuleModelInvariantUUID:a1d2ce37-2e9d-4ada-ac5e-58a67a52f6be
VfModuleModelDescription:NULL
Artifacts UUID List:{
d31b5b86-189c-4026-a42a-d0619e1e365f
,
a28b8ffb-1545-482f-aead-1b940bc3e00d

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

isBase:true


}

2022-04-12T03:23:24.716Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardBmyjmk..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "a1d2ce37-2e9d-4ada-ac5e-58a67a52f6be",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "c3380db7-b752-4ea1-bbff-90cfe920c090",
    "vfModuleModelCustomizationUUID": "52c5a249-1f62-4704-af26-f4c13ad9dead",
    "isBase": true,
    "artifacts": [
      "d31b5b86-189c-4026-a42a-d0619e1e365f",
      "a28b8ffb-1545-482f-aead-1b940bc3e00d"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu18",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-04-12T03:23:24.716Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardBmyjmk..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:c3380db7-b752-4ea1-bbff-90cfe920c090
VfModuleModelInvariantUUID:a1d2ce37-2e9d-4ada-ac5e-58a67a52f6be
VfModuleModelDescription:NULL
Artifacts UUID List:{
d31b5b86-189c-4026-a42a-d0619e1e365f
,
a28b8ffb-1545-482f-aead-1b940bc3e00d

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

isBase:true


}

2022-04-12T03:23:24.717Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: d31b5b86-189c-4026-a42a-d0619e1e365f from URL: /sdc/v1/catalog/services/BasicOnboardBmyjmk/1.0/resourceInstances/basic_onboard_bmyjmk0/artifacts/base_ubuntu18.yaml
2022-04-12T03:23:24.717Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-04-12T03:23:24.717Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardBmyjmk/1.0/resourceInstances/basic_onboard_bmyjmk0/artifacts/base_ubuntu18.yaml
2022-04-12T03:23:24.770Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-04-12T03:23:24.770Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardBmyjmk/1.0/resourceInstances/basic_onboard_bmyjmk0/artifacts/base_ubuntu18.yaml d31b5b86-189c-4026-a42a-d0619e1e365f 5033
2022-04-12T03:23:24.771Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardBmyjmk/1.0/resourceInstances/basic_onboard_bmyjmk0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-04-12T03:23:24.771Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardBmyjmk/1.0/resourceInstances/basic_onboard_bmyjmk0/artifacts/base_ubuntu18.yaml
2022-04-12T03:23:24.771Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-12T03:23:24.772Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-04-12T03:23:24.774Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-12T03:23:24.774Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "7a665a7e-6d08-4e27-936a-7024d94d0089",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649733804771,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBmyjmk/1.0/resourceInstances/basic_onboard_bmyjmk0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-12T03:23:24.874Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-12T03:23:24.875Z||pool-12-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-12T03:23:24.876Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wdAVihK7YGpqBtkQ) ...
2022-04-12T03:23:24.885Z||pool-12-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-12T03:23:24.885Z||pool-12-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-04-12T03:23:25.775Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: a28b8ffb-1545-482f-aead-1b940bc3e00d from URL: /sdc/v1/catalog/services/BasicOnboardBmyjmk/1.0/resourceInstances/basic_onboard_bmyjmk0/artifacts/base_ubuntu18.env
2022-04-12T03:23:25.775Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-04-12T03:23:25.775Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardBmyjmk/1.0/resourceInstances/basic_onboard_bmyjmk0/artifacts/base_ubuntu18.env
2022-04-12T03:23:25.825Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-04-12T03:23:25.825Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardBmyjmk/1.0/resourceInstances/basic_onboard_bmyjmk0/artifacts/base_ubuntu18.env a28b8ffb-1545-482f-aead-1b940bc3e00d 909
2022-04-12T03:23:25.825Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardBmyjmk/1.0/resourceInstances/basic_onboard_bmyjmk0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-04-12T03:23:25.826Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardBmyjmk/1.0/resourceInstances/basic_onboard_bmyjmk0/artifacts/base_ubuntu18.env
2022-04-12T03:23:25.826Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-12T03:23:25.826Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-04-12T03:23:25.828Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-12T03:23:25.828Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "7a665a7e-6d08-4e27-936a-7024d94d0089",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649733805825,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBmyjmk/1.0/resourceInstances/basic_onboard_bmyjmk0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-04-12T03:23:25.928Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-12T03:23:25.929Z||pool-13-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-12T03:23:25.929Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wdAVihK7YGpqBtkQ) ...
2022-04-12T03:23:25.938Z||pool-13-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-12T03:23:25.938Z||pool-13-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-04-12T03:23:26.829Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 984144e2-f7d0-4a80-9159-454781614fbb
2022-04-12T03:23:26.829Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_bMyJMK 0 c8d0675e-7d9c-45f3-ba5f-1179f7a5b8c8 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-12T03:23:26.872Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@1b22d4a9, org.onap.sdc.toscaparser.api.parameters.Input@2767a250, org.onap.sdc.toscaparser.api.parameters.Input@76d5d28c, org.onap.sdc.toscaparser.api.parameters.Input@494b7f7, org.onap.sdc.toscaparser.api.parameters.Input@91ebc50]
2022-04-12T03:23:26.875Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-12T03:23:26.875Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_bMyJMK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-12T03:23:26.875Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic 
2022-04-12T03:23:26.875Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= 102240ea-cdc9-4c72-a669-a4c21b9809ba
2022-04-12T03:23:26.875Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 102240ea-cdc9-4c72-a669-a4c21b9809ba matches Tosca VF Customization UUID: 102240ea-cdc9-4c72-a669-a4c21b9809ba
2022-04-12T03:23:26.876Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: 102240ea-cdc9-4c72-a669-a4c21b9809ba  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-04-12T03:23:26.881Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-12T03:23:26.881Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_bMyJMK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-12T03:23:26.882Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id 102240ea-cdc9-4c72-a669-a4c21b9809ba: {\"vf_module_id\":\"Ubuntu18-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu18-VNF-name\",\"ubuntu18_name_0\":\"ubuntu18\",\"ubuntu18_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu18-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu18_flavor_name\":\"m1.small\",\"admin_plane_net_name\":\"admin\",\"ubuntu18_image_name\":\"ubuntu-18.04-daily\"}
2022-04-12T03:23:26.882Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@583ad447
2022-04-12T03:23:26.882Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-12T03:23:26.882Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_bMyJMK is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-12T03:23:26.882Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 52c5a249-1f62-4704-af26-f4c13ad9dead
2022-04-12T03:23:26.883Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 52c5a249-1f62-4704-af26-f4c13ad9dead
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-04-12T03:23:26.888Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-12T03:23:26.888Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_bMyJMK 0 is matching search criteria
2022-04-12T03:23:26.888Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_bMyJMK 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-12T03:23:26.889Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-12T03:23:26.889Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_bMyJMK 0 is matching search criteria
2022-04-12T03:23:26.889Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_bMyJMK 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-12T03:23:26.890Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-12T03:23:26.890Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_bMyJMK 0 is not matching search criteria
2022-04-12T03:23:26.890Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-04-12T03:23:26.890Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-04-12T03:23:26.890Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=c07ee578-3e03-4740-8941-c7d2726c6b58
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-04-12T03:23:26.901Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-12T03:23:26.901Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_bMyJMK 0 is matching search criteria
2022-04-12T03:23:26.902Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_bMyJMK 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-12T03:23:26.902Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-12T03:23:26.902Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_bMyJMK 0 is matching search criteria
2022-04-12T03:23:26.902Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_bMyJMK 0] matching following query criteria: sdcType=VF, customizationUUID=102240ea-cdc9-4c72-a669-a4c21b9809ba
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-12T03:23:26.904Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-12T03:23:26.904Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_bMyJMK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-12T03:23:26.904Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 984144e2-f7d0-4a80-9159-454781614fbb: basic_onboard_bMyJMK
2022-04-12T03:23:26.904Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-12T03:23:26.904Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_bMyJMK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-12T03:23:26.904Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-12T03:23:26.904Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_bMyJMK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-12T03:23:26.905Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-12T03:23:26.905Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_bMyJMK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-12T03:23:26.905Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-12T03:23:26.905Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_bMyJMK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-12T03:23:26.905Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-12T03:23:26.905Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_bMyJMK is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-12T03:23:26.905Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||INFO|500||Saving Service: basic_onboard_bMyJMK 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-12T03:23:27.132Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_bMyJMK c8d0675e-7d9c-45f3-ba5f-1179f7a5b8c8 1 ASDC deployResourceStructure
2022-04-12T03:23:27.133Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardBmyjmk/1.0/resourceInstances/basic_onboard_bmyjmk0/artifacts/basic_onboard_bmyjmk0_modules.json ASDC sendASDCNotification
2022-04-12T03:23:27.133Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardBmyjmk/1.0/resourceInstances/basic_onboard_bmyjmk0/artifacts/basic_onboard_bmyjmk0_modules.json
2022-04-12T03:23:27.133Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-12T03:23:27.133Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-04-12T03:23:27.134Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-12T03:23:27.135Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "7a665a7e-6d08-4e27-936a-7024d94d0089",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649733807133,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBmyjmk/1.0/resourceInstances/basic_onboard_bmyjmk0/artifacts/basic_onboard_bmyjmk0_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-12T03:23:27.235Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-12T03:23:27.235Z||pool-14-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-12T03:23:27.236Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wdAVihK7YGpqBtkQ) ...
2022-04-12T03:23:27.244Z||pool-14-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-12T03:23:27.244Z||pool-14-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-04-12T03:23:28.136Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardBmyjmk/1.0/resourceInstances/basic_onboard_bmyjmk0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-04-12T03:23:28.136Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardBmyjmk/1.0/resourceInstances/basic_onboard_bmyjmk0/artifacts/base_ubuntu18.yaml
2022-04-12T03:23:28.136Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-12T03:23:28.137Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-04-12T03:23:28.139Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-12T03:23:28.139Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "7a665a7e-6d08-4e27-936a-7024d94d0089",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649733808136,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBmyjmk/1.0/resourceInstances/basic_onboard_bmyjmk0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-04-12T03:23:28.239Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-12T03:23:28.240Z||pool-15-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-12T03:23:28.240Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wdAVihK7YGpqBtkQ) ...
2022-04-12T03:23:28.249Z||pool-15-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-12T03:23:28.250Z||pool-15-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-04-12T03:23:29.139Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardBmyjmk/1.0/resourceInstances/basic_onboard_bmyjmk0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-04-12T03:23:29.140Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardBmyjmk/1.0/resourceInstances/basic_onboard_bmyjmk0/artifacts/base_ubuntu18.env
2022-04-12T03:23:29.140Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-12T03:23:29.140Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-04-12T03:23:29.142Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-12T03:23:29.142Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "7a665a7e-6d08-4e27-936a-7024d94d0089",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649733809139,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBmyjmk/1.0/resourceInstances/basic_onboard_bmyjmk0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-04-12T03:23:29.243Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-12T03:23:29.243Z||pool-16-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-12T03:23:29.243Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wdAVihK7YGpqBtkQ) ...
2022-04-12T03:23:29.252Z||pool-16-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-12T03:23:29.253Z||pool-16-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-04-12T03:23:30.144Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardBmyjmk/1.0/artifacts/service-BasicOnboardBmyjmk-csar.csar ASDC sendASDCNotification
2022-04-12T03:23:30.144Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardBmyjmk/1.0/artifacts/service-BasicOnboardBmyjmk-csar.csar
2022-04-12T03:23:30.144Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-12T03:23:30.145Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-04-12T03:23:30.147Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-12T03:23:30.147Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "7a665a7e-6d08-4e27-936a-7024d94d0089",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649733810144,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBmyjmk/1.0/artifacts/service-BasicOnboardBmyjmk-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-12T03:23:30.248Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-12T03:23:30.248Z||pool-17-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-12T03:23:30.248Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wdAVihK7YGpqBtkQ) ...
2022-04-12T03:23:30.258Z||pool-17-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-12T03:23:30.258Z||pool-17-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-04-12T03:23:31.149Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7a665a7e-6d08-4e27-936a-7024d94d0089
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-12T03:23:31.165Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7a665a7e-6d08-4e27-936a-7024d94d0089
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-12T03:23:31.167Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-12T03:23:31.167Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-12T03:23:31.167Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-04-12T03:23:31.167Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-04-12T03:23:31.167Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-12T03:23:31.168Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-12T03:23:31.168Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-12T03:23:31.168Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-12T03:23:31.168Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-12T03:23:31.168Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-12T03:23:31.172Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-04-12T03:24:01.173Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 7a665a7e-6d08-4e27-936a-7024d94d0089 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-04-12T03:24:01.183Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 7a665a7e-6d08-4e27-936a-7024d94d0089 and serviceModelVersionId: 984144e2-f7d0-4a80-9159-454781614fbb
2022-04-12T03:24:01.183Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : f6eaf5ab-5bb1-4965-812b-bf982d78340b
2022-04-12T03:24:11.930Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-12T03:24:11.931Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-12T03:24:11.931Z||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 wdAVihK7YGpqBtkQ) ...
2022-04-12T03:24:12.050Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-12T03:24:12.050Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-04-12T03:24:12.050Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a665a7e-6d08-4e27-936a-7024d94d0089",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649733791927,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBmyjmk/1.0/resourceInstances/basic_onboard_bmyjmk0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-12T03:24:12.052Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-04-12T03:24:13.527Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/f6eaf5ab-5bb1-4965-812b-bf982d78340b/model-vers/model-ver/984144e2-f7d0-4a80-9159-454781614fbb?depth=0
2022-04-12T03:24:13.686Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2022-04-12T03:24:14.164Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f6eaf5ab-5bb1-4965-812b-bf982d78340b/model-vers/model-ver/984144e2-f7d0-4a80-9159-454781614fbb?depth=0|INFO|500||Invoke
2022-04-12T03:24:14.171Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f6eaf5ab-5bb1-4965-812b-bf982d78340b/model-vers/model-ver/984144e2-f7d0-4a80-9159-454781614fbb?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f6eaf5ab-5bb1-4965-812b-bf982d78340b/model-vers/model-ver/984144e2-f7d0-4a80-9159-454781614fbb?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[7a665a7e-6d08-4e27-936a-7024d94d0089], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[56699b38-ae96-4d3a-a62c-ff6a1d093f14], X-ECOMP-RequestID=[7a665a7e-6d08-4e27-936a-7024d94d0089], X-TransactionId=[], X-ONAP-RequestID=[7a665a7e-6d08-4e27-936a-7024d94d0089], Content-Type=[application/merge-patch+json]}
2022-04-12T03:24:14.266Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f6eaf5ab-5bb1-4965-812b-bf982d78340b/model-vers/model-ver/984144e2-f7d0-4a80-9159-454781614fbb?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-04-12T03:24:14.758Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f6eaf5ab-5bb1-4965-812b-bf982d78340b/model-vers/model-ver/984144e2-f7d0-4a80-9159-454781614fbb?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/f6eaf5ab-5bb1-4965-812b-bf982d78340b/model-vers/model-ver/984144e2-f7d0-4a80-9159-454781614fbb?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220412-03:24:14:272-8861], vertex-id=[401496], Content-Length=[0], Date=[Tue, 12 Apr 2022 03:24:14 GMT], Content-Type=[application/json]}
2022-04-12T03:24:14.760Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f6eaf5ab-5bb1-4965-812b-bf982d78340b/model-vers/model-ver/984144e2-f7d0-4a80-9159-454781614fbb?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-04-12T03:24:14.761Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f6eaf5ab-5bb1-4965-812b-bf982d78340b/model-vers/model-ver/984144e2-f7d0-4a80-9159-454781614fbb?depth=0|INFO|500||InvokeReturn
2022-04-12T03:24:14.763Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-04-12T03:24:14.764Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-12T03:24:14.770Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-04-12T03:24:14.776Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 7a665a7e-6d08-4e27-936a-7024d94d0089 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-04-12T03:24:14.777Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-04-12T03:24:14.777Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-04-12T03:24:14.778Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-12T03:24:14.779Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "7a665a7e-6d08-4e27-936a-7024d94d0089",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649733854776,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-04-12T03:24:14.879Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-12T03:24:14.880Z||pool-18-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-12T03:24:14.880Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wdAVihK7YGpqBtkQ) ...
2022-04-12T03:24:14.890Z||pool-18-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-12T03:24:14.891Z||pool-18-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-04-12T03:24:15.791Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-12T03:24:15.791Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-12T03:24:15.791Z|7a665a7e-6d08-4e27-936a-7024d94d0089|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 wdAVihK7YGpqBtkQ) ...
2022-04-12T03:24:16.409Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-12T03:24:16.410Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-12T03:24:16.410Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"759b56fb-86e7-4017-aa88-683521cb6b3a","serviceName":"vFW 2022-04-12 03-21-27","serviceVersion":"1.0","serviceUUID":"bdfa18c3-6b30-4ec2-84ee-bfcbaf767e70","serviceDescription":"catalog service description","serviceInvariantUUID":"9fc2f632-f12c-4259-aba2-3d9840a8f6ec","resources":[{"resourceInstanceName":"vFW dcba68fc-a4f3 0","resourceName":"vFW dcba68fc-a4f3","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"5e2b2747-d25c-4cc7-af3f-3dbd6969661f","resourceInvariantUUID":"de1ca9d5-d3f2-4daf-a347-a5aca1137a7d","resourceCustomizationUUID":"3e1c3df2-3989-43bc-935d-c4faa630e036","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220412032127/1.0/resourceInstances/vfwdcba68fca4f30/artifacts/vf-license-model.xml","artifactChecksum":"Mzg3MWZhZDEzOTdkNDk5ZTIyYzVkMDA1ZmQ5MDA0NDM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"0878ac09-69f5-4860-8eff-a5dda47fe8ae","artifactVersion":"1"},{"artifactName":"vfwdcba68fca4f30_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220412032127/1.0/resourceInstances/vfwdcba68fca4f30/artifacts/vfwdcba68fca4f30_modules.json","artifactChecksum":"NTlmZjMxOTI0MTk2MWI0ZjZiNTUzNzc1ZDZhOWNiMjA\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"8a5c3b94-9142-4953-9c8b-e98af254cdd5","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220412032127/1.0/resourceInstances/vfwdcba68fca4f30/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"671bb8e3-dc20-482e-9ad0-0ab4f4b97f27","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220412032127/1.0/resourceInstances/vfwdcba68fca4f30/artifacts/vendor-license-model.xml","artifactChecksum":"ZDQ5OTc5MjM3NTE4NWRhNTJhMzI3NDY3Y2MyOGZmNjE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"8465b845-ae96-44f0-b909-9807e1ad44be","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220412032127/1.0/resourceInstances/vfwdcba68fca4f30/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"078d2dd7-d266-4a0e-afaa-18d0b8a7ba17","artifactVersion":"2","generatedFromUUID":"671bb8e3-dc20-482e-9ad0-0ab4f4b97f27"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220412032127-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220412032127/1.0/artifacts/service-Vfw20220412032127-template.yml","artifactChecksum":"OTcyYjNjMjI4MWM5MWFlNGE3MzQyNmRjOGIyNDdkMzc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"6d098ded-681c-4dd9-b59f-29ef0e9351cb","artifactVersion":"1"},{"artifactName":"service-Vfw20220412032127-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220412032127/1.0/artifacts/service-Vfw20220412032127-csar.csar","artifactChecksum":"ZDcwOGIwOWMxZGM5OTMzMjI3ODFhNWRiZWIzNTgzMTU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"6d679b0e-4994-4c0b-9134-d6528c401e5a","artifactVersion":"1"}],"workloadContext":"Production"}
2022-04-12T03:24:16.414Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-12T03:24:16.414Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-04-12T03:24:16.416Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-12T03:24:16.416Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "759b56fb-86e7-4017-aa88-683521cb6b3a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649733855791,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220412032127/1.0/resourceInstances/vfwdcba68fca4f30/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-12T03:24:16.517Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-12T03:24:16.518Z||pool-19-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-12T03:24:16.518Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wdAVihK7YGpqBtkQ) ...
2022-04-12T03:24:16.527Z||pool-19-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-12T03:24:16.528Z||pool-19-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-04-12T03:24:17.417Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-12T03:24:17.418Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-04-12T03:24:17.420Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-12T03:24:17.421Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "759b56fb-86e7-4017-aa88-683521cb6b3a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649733855791,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220412032127/1.0/resourceInstances/vfwdcba68fca4f30/artifacts/vfwdcba68fca4f30_modules.json",
  "status": "NOTIFIED"
}
2022-04-12T03:24:17.521Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-12T03:24:17.522Z||pool-20-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-12T03:24:17.522Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wdAVihK7YGpqBtkQ) ...
2022-04-12T03:24:17.531Z||pool-20-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-12T03:24:17.532Z||pool-20-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-04-12T03:24:18.421Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-12T03:24:18.422Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-04-12T03:24:18.424Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-12T03:24:18.425Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "759b56fb-86e7-4017-aa88-683521cb6b3a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649733855791,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220412032127/1.0/resourceInstances/vfwdcba68fca4f30/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-04-12T03:24:18.525Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-12T03:24:18.526Z||pool-21-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-12T03:24:18.526Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wdAVihK7YGpqBtkQ) ...
2022-04-12T03:24:18.536Z||pool-21-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-12T03:24:18.536Z||pool-21-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-04-12T03:24:19.426Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-12T03:24:19.427Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-04-12T03:24:19.429Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-12T03:24:19.429Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "759b56fb-86e7-4017-aa88-683521cb6b3a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649733855791,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220412032127/1.0/resourceInstances/vfwdcba68fca4f30/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-12T03:24:19.530Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-04-12T03:24:19.531Z||pool-22-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-12T03:24:19.531Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wdAVihK7YGpqBtkQ) ...
2022-04-12T03:24:19.543Z||pool-22-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-12T03:24:19.543Z||pool-22-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-04-12T03:24:20.430Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-12T03:24:20.431Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-04-12T03:24:20.433Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-12T03:24:20.433Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "759b56fb-86e7-4017-aa88-683521cb6b3a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649733855791,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220412032127/1.0/resourceInstances/vfwdcba68fca4f30/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-04-12T03:24:20.534Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-04-12T03:24:20.534Z||pool-23-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-12T03:24:20.535Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wdAVihK7YGpqBtkQ) ...
2022-04-12T03:24:20.545Z||pool-23-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-12T03:24:20.546Z||pool-23-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-04-12T03:24:21.434Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-12T03:24:21.435Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-04-12T03:24:21.436Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-12T03:24:21.436Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "759b56fb-86e7-4017-aa88-683521cb6b3a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649733855791,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220412032127/1.0/artifacts/service-Vfw20220412032127-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-12T03:24:21.537Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-12T03:24:21.538Z||pool-24-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-12T03:24:21.538Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wdAVihK7YGpqBtkQ) ...
2022-04-12T03:24:21.547Z||pool-24-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-12T03:24:21.548Z||pool-24-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-04-12T03:24:22.437Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-12T03:24:22.437Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-04-12T03:24:22.439Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-12T03:24:22.439Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "759b56fb-86e7-4017-aa88-683521cb6b3a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649733855791,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220412032127/1.0/artifacts/service-Vfw20220412032127-csar.csar",
  "status": "NOTIFIED"
}
2022-04-12T03:24:22.539Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-12T03:24:22.540Z||pool-25-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-12T03:24:22.540Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wdAVihK7YGpqBtkQ) ...
2022-04-12T03:24:22.549Z||pool-25-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-12T03:24:22.550Z||pool-25-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-04-12T03:24:23.441Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "759b56fb-86e7-4017-aa88-683521cb6b3a",
  "serviceName": "vFW 2022-04-12 03-21-27",
  "serviceVersion": "1.0",
  "serviceUUID": "bdfa18c3-6b30-4ec2-84ee-bfcbaf767e70",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "9fc2f632-f12c-4259-aba2-3d9840a8f6ec",
  "resources": [
    {
      "resourceInstanceName": "vFW dcba68fc-a4f3 0",
      "resourceCustomizationUUID": "3e1c3df2-3989-43bc-935d-c4faa630e036",
      "resourceName": "vFW dcba68fc-a4f3",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "5e2b2747-d25c-4cc7-af3f-3dbd6969661f",
      "resourceInvariantUUID": "de1ca9d5-d3f2-4daf-a347-a5aca1137a7d",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfwdcba68fca4f30_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220412032127/1.0/resourceInstances/vfwdcba68fca4f30/artifacts/vfwdcba68fca4f30_modules.json",
          "artifactChecksum": "NTlmZjMxOTI0MTk2MWI0ZjZiNTUzNzc1ZDZhOWNiMjA\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "8a5c3b94-9142-4953-9c8b-e98af254cdd5",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220412032127/1.0/resourceInstances/vfwdcba68fca4f30/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "671bb8e3-dc20-482e-9ad0-0ab4f4b97f27",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20220412032127/1.0/resourceInstances/vfwdcba68fca4f30/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "078d2dd7-d266-4a0e-afaa-18d0b8a7ba17",
            "generatedFromUUID": "671bb8e3-dc20-482e-9ad0-0ab4f4b97f27"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220412032127/1.0/resourceInstances/vfwdcba68fca4f30/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "078d2dd7-d266-4a0e-afaa-18d0b8a7ba17",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20220412032127-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20220412032127/1.0/artifacts/service-Vfw20220412032127-csar.csar",
      "artifactChecksum": "ZDcwOGIwOWMxZGM5OTMzMjI3ODFhNWRiZWIzNTgzMTU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "6d679b0e-4994-4c0b-9134-d6528c401e5a"
    }
  ],
  "workloadContext": "Production"
}
2022-04-12T03:24:23.442Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-04-12T03:24:23.442Z|7a665a7e-6d08-4e27-936a-7024d94d0089|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 bdfa18c3-6b30-4ec2-84ee-bfcbaf767e70 ASDC
2022-04-12T03:24:23.442Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:759b56fb-86e7-4017-aa88-683521cb6b3a
ServiceName:vFW 2022-04-12 03-21-27
ServiceVersion:1.0
ServiceUUID:bdfa18c3-6b30-4ec2-84ee-bfcbaf767e70
ServiceInvariantUUID:9fc2f632-f12c-4259-aba2-3d9840a8f6ec
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220412032127-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220412032127/1.0/artifacts/service-Vfw20220412032127-csar.csar
ArtifactUUID:6d679b0e-4994-4c0b-9134-d6528c401e5a
ArtifactChecksum:ZDcwOGIwOWMxZGM5OTMzMjI3ODFhNWRiZWIzNTgzMTU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW dcba68fc-a4f3 0
ResourceCustomizationUUID:3e1c3df2-3989-43bc-935d-c4faa630e036
ResourceInvariantUUID:de1ca9d5-d3f2-4daf-a347-a5aca1137a7d
ResourceName:vFW dcba68fc-a4f3
ResourceType:VF
ResourceUUID:5e2b2747-d25c-4cc7-af3f-3dbd6969661f
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfwdcba68fca4f30_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220412032127/1.0/resourceInstances/vfwdcba68fca4f30/artifacts/vfwdcba68fca4f30_modules.json
ArtifactUUID:8a5c3b94-9142-4953-9c8b-e98af254cdd5
ArtifactChecksum:NTlmZjMxOTI0MTk2MWI0ZjZiNTUzNzc1ZDZhOWNiMjA=
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/Vfw20220412032127/1.0/resourceInstances/vfwdcba68fca4f30/artifacts/base_vfw.yaml
ArtifactUUID:671bb8e3-dc20-482e-9ad0-0ab4f4b97f27
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/Vfw20220412032127/1.0/resourceInstances/vfwdcba68fca4f30/artifacts/base_vfw.env
ArtifactUUID:078d2dd7-d266-4a0e-afaa-18d0b8a7ba17
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/Vfw20220412032127/1.0/resourceInstances/vfwdcba68fca4f30/artifacts/base_vfw.env
ArtifactUUID:078d2dd7-d266-4a0e-afaa-18d0b8a7ba17
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-04-12T03:24:23.442Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF bdfa18c3-6b30-4ec2-84ee-bfcbaf767e70 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-12T03:24:23.481Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-12T03:24:23.482Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-04-12T03:24:23.482Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-04-12T03:24:23.482Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 6d679b0e-4994-4c0b-9134-d6528c401e5a from URL: /sdc/v1/catalog/services/Vfw20220412032127/1.0/artifacts/service-Vfw20220412032127-csar.csar
2022-04-12T03:24:23.482Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-04-12T03:24:23.482Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220412032127/1.0/artifacts/service-Vfw20220412032127-csar.csar
2022-04-12T03:24:23.549Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-04-12T03:24:23.554Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220412032127/1.0/artifacts/service-Vfw20220412032127-csar.csar 6d679b0e-4994-4c0b-9134-d6528c401e5a 99037
2022-04-12T03:24:23.554Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220412032127/1.0/artifacts/service-Vfw20220412032127-csar.csar ASDC sendASDCNotification
2022-04-12T03:24:23.554Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220412032127/1.0/artifacts/service-Vfw20220412032127-csar.csar
2022-04-12T03:24:23.554Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-12T03:24:23.554Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-04-12T03:24:23.556Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-12T03:24:23.556Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "759b56fb-86e7-4017-aa88-683521cb6b3a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649733863554,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220412032127/1.0/artifacts/service-Vfw20220412032127-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-12T03:24:23.657Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-12T03:24:23.657Z||pool-26-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-12T03:24:23.657Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wdAVihK7YGpqBtkQ) ...
2022-04-12T03:24:23.666Z||pool-26-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-12T03:24:23.667Z||pool-26-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-04-12T03:24:24.561Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-12T03:24:24.562Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-04-12T03:24:24.562Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 6d679b0e-4994-4c0b-9134-d6528c401e5a, URL: /sdc/v1/catalog/services/Vfw20220412032127/1.0/artifacts/service-Vfw20220412032127-csar.csar to file: /app/ASDC/1/service-Vfw20220412032127-csar.csar
2022-04-12T03:24:24.562Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220412032127-csar.csar
2022-04-12T03:24:24.563Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220412032127-csar.csar
2022-04-12T03:24:24.563Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220412032127-csar.csar
2022-04-12T03:24:24.797Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14934058276273819517/Definitions/service-Vfw20220412032127-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-04-12T03:24:27.089Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2022-04-12T03:24:27.090Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-04-12T03:24:27.090Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220412032127-csar.csar
2022-04-12T03:24:27.090Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-04-12T03:24:27.090Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||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-Vfw20220412032127-csar.csar
2022-04-12T03:24:27.090Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||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-Vfw20220412032127-csar.csar
2022-04-12T03:24:27.090Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||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-Vfw20220412032127-csar.csar
2022-04-12T03:24:27.090Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220412032127-csar.csar
2022-04-12T03:24:27.090Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220412032127-csar.csar
2022-04-12T03:24:27.090Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||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-Vfw20220412032127-csar.csar
2022-04-12T03:24:27.090Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||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-Vfw20220412032127-csar.csar
2022-04-12T03:24:27.090Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||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-Vfw20220412032127-csar.csar
2022-04-12T03:24:27.090Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220412032127-csar.csar
2022-04-12T03:24:27.090Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||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-Vfw20220412032127-csar.csar
2022-04-12T03:24:27.091Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW dcba68fc-a4f3 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-Vfw20220412032127-csar.csar
2022-04-12T03:24:27.091Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220412032127-csar.csar
2022-04-12T03:24:27.091Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||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-Vfw20220412032127-csar.csar
2022-04-12T03:24:27.091Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-04-12T03:24:27.091Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-12T03:24:27.091Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-04-12 03-21-27 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-12T03:24:27.091Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||Node template vFW dcba68fc-a4f3 0 is matching search criteria
2022-04-12T03:24:27.091Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-04-12T03:24:27.091Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW dcba68fc-a4f3 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-12T03:24:27.091Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-12T03:24:27.092Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-04-12 03-21-27 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-12T03:24:27.092Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||Node template vFW dcba68fc-a4f3 0 is matching search criteria
2022-04-12T03:24:27.092Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-04-12T03:24:27.092Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW dcba68fc-a4f3 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-12T03:24:27.092Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-12T03:24:27.092Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-04-12 03-21-27 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-12T03:24:27.092Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-12T03:24:27.092Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||Node template vFW dcba68fc-a4f3 0 is not matching search criteria
2022-04-12T03:24:27.092Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-12T03:24:27.093Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-12T03:24:27.093Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-12T03:24:27.093Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-12T03:24:27.093Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-12T03:24:27.093Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2022-04-12T03:24:27.093Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-12T03:24:27.093Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-12T03:24:27.109Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2022-04-12T03:24:27.109Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-12T03:24:27.109Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-12T03:24:27.110Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-12T03:24:27.110Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-12T03:24:27.110Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2022-04-12T03:24:27.110Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-12T03:24:27.110Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-04-12T03:24:27.110Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-12T03:24:27.110Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-04-12 03-21-27 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-12T03:24:27.111Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-12T03:24:27.111Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||Node template vFW dcba68fc-a4f3 0 is matching search criteria
2022-04-12T03:24:27.111Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW dcba68fc-a4f3 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-12T03:24:27.111Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-12T03:24:27.111Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||Node template vFW dcba68fc-a4f3 0 is matching search criteria
2022-04-12T03:24:27.112Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW dcba68fc-a4f3 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-12T03:24:27.112Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-12T03:24:27.112Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||Node template vFW dcba68fc-a4f3 0 is matching search criteria
2022-04-12T03:24:27.112Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW dcba68fc-a4f3 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-12T03:24:27.112Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-12T03:24:27.112Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||Node template vFW dcba68fc-a4f3 0 is not matching search criteria
2022-04-12T03:24:27.113Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-12T03:24:27.113Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-12T03:24:27.113Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-04-12T03:24:27.113Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-12T03:24:27.113Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2022-04-12T03:24:27.113Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-12T03:24:27.113Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-12T03:24:27.113Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-12T03:24:27.113Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-12T03:24:27.114Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2022-04-12T03:24:27.114Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-12T03:24:27.114Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=5aff1e73-e1a8-4a9f-8448-31a287c596f0
2022-04-12T03:24:27.114Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-12T03:24:27.114Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||Node template vFW dcba68fc-a4f3 0 is not matching search criteria
2022-04-12T03:24:27.114Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-12T03:24:27.114Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-12T03:24:27.114Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-12T03:24:27.114Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-12T03:24:27.115Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-12T03:24:27.115Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2022-04-12T03:24:27.115Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-12T03:24:27.115Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-04-12T03:24:27.115Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-12T03:24:27.115Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-12T03:24:27.115Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2022-04-12T03:24:27.115Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-12T03:24:27.115Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=e100cbd5-3096-4dff-a713-f9b17e9f87d8
2022-04-12T03:24:27.116Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-12T03:24:27.116Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||Node template vFW dcba68fc-a4f3 0 is not matching search criteria
2022-04-12T03:24:27.116Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-12T03:24:27.116Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-12T03:24:27.116Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-12T03:24:27.116Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-12T03:24:27.116Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-12T03:24:27.116Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2022-04-12T03:24:27.117Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-12T03:24:27.117Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-12T03:24:27.117Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2022-04-12T03:24:27.117Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-12T03:24:27.117Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-12T03:24:27.117Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-04-12T03:24:27.117Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=7b631d64-e745-42ac-a595-aa0d13f85276
2022-04-12T03:24:27.118Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-12T03:24:27.118Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-04-12 03-21-27 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-12T03:24:27.118Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-12T03:24:27.118Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-04-12 03-21-27 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-12T03:24:27.118Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-12T03:24:27.118Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-04-12 03-21-27 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-12T03:24:27.118Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-12T03:24:27.119Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-04-12 03-21-27 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-12T03:24:27.119Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2022-04-12 03-21-27
Description:catalog service description
Model UUID:bdfa18c3-6b30-4ec2-84ee-bfcbaf767e70
Model Version:NULL
Model InvariantUuid:9fc2f632-f12c-4259-aba2-3d9840a8f6ec
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW dcba68fc-a4f3
Model UUID:6884e55c-17bc-4b03-85b0-1900a1001433
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:de1ca9d5-d3f2-4daf-a347-a5aca1137a7d
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:3e1c3df2-3989-43bc-935d-c4faa630e036
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:c773c348-bfa7-45c0-b930-1b990c543bfb
ModelName:VfwDcba68fcA4f3..base_vfw..module-0
ModelUuid:17358d26-8fe6-4cb2-9c82-b63ec1cb0ab2
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:5aff1e73-e1a8-4a9f-8448-31a287c596f0
ModelInvariantUuid:fb74b16c-f1de-42b0-8424-cdda4949bd7a
ModelName:vFW dcba68fc-a4f3-nodes.vfwCvfc
ModelUuid:893fbd47-b606-46b9-9b43-787428379f0d
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:a001b455-2492-47c6-ac47-0f9a7c333a6c
ModelInvariantUuid:d87ff96c-e842-433b-b690-25c7d4ae192b
ModelName:VfwDcba68fcA4f3.compute.nodes.heat.vfw
ModelUuid:cecfbda6-9df2-4889-8490-b3d0fedf92e8
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:e100cbd5-3096-4dff-a713-f9b17e9f87d8
ModelInvariantUuid:ace71df8-62ec-4ae6-8671-2319f6b18be5
ModelName:vFW dcba68fc-a4f3-nodes.vsnCvfc
ModelUuid:53974257-8a0a-4919-b21c-d7fcdc547492
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:02cecbc2-15fc-4f83-93c5-7d1445f4fb04
ModelInvariantUuid:c1d5f97e-ca49-403f-9610-9be1df09104e
ModelName:VfwDcba68fcA4f3.compute.nodes.heat.vsn
ModelUuid:cae9fc01-d9e3-4c99-9c84-ac89acadb6b8
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:7b631d64-e745-42ac-a595-aa0d13f85276
ModelInvariantUuid:52e95d9b-dfc3-4c38-877b-277c31ee4344
ModelName:vFW dcba68fc-a4f3-nodes.vpgCvfc
ModelUuid:4119f6d2-0191-45a0-a7e5-e37c17be3e5d
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:c942a9ff-b04d-4b52-a1de-11cb0e39ae65
ModelInvariantUuid:3ec6827c-9c9b-4e26-82c3-97955d2d4e13
ModelName:VfwDcba68fcA4f3.compute.nodes.heat.vpg
ModelUuid:5bacea52-6e9a-4b97-8dd8-5a56c77d0a2c
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-04-12T03:24:27.128Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: 5e2b2747-d25c-4cc7-af3f-3dbd6969661f
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-12T03:24:27.131Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||INFO|500||vFW dcba68fc-a4f3 0
2022-04-12T03:24:27.131Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 5e2b2747-d25c-4cc7-af3f-3dbd6969661f
2022-04-12T03:24:27.131Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 8a5c3b94-9142-4953-9c8b-e98af254cdd5 from URL: /sdc/v1/catalog/services/Vfw20220412032127/1.0/resourceInstances/vfwdcba68fca4f30/artifacts/vfwdcba68fca4f30_modules.json
2022-04-12T03:24:27.131Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-04-12T03:24:27.132Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220412032127/1.0/resourceInstances/vfwdcba68fca4f30/artifacts/vfwdcba68fca4f30_modules.json
2022-04-12T03:24:27.258Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-04-12T03:24:27.258Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220412032127/1.0/resourceInstances/vfwdcba68fca4f30/artifacts/vfwdcba68fca4f30_modules.json 8a5c3b94-9142-4953-9c8b-e98af254cdd5 785
2022-04-12T03:24:27.258Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220412032127/1.0/resourceInstances/vfwdcba68fca4f30/artifacts/vfwdcba68fca4f30_modules.json ASDC sendASDCNotification
2022-04-12T03:24:27.259Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220412032127/1.0/resourceInstances/vfwdcba68fca4f30/artifacts/vfwdcba68fca4f30_modules.json
2022-04-12T03:24:27.259Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-12T03:24:27.259Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-04-12T03:24:27.262Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-12T03:24:27.262Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "759b56fb-86e7-4017-aa88-683521cb6b3a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649733867258,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220412032127/1.0/resourceInstances/vfwdcba68fca4f30/artifacts/vfwdcba68fca4f30_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-12T03:24:27.362Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-12T03:24:27.363Z||pool-27-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-12T03:24:27.363Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wdAVihK7YGpqBtkQ) ...
2022-04-12T03:24:27.372Z||pool-27-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-12T03:24:27.373Z||pool-27-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2022-04-12T03:24:28.262Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwDcba68fcA4f3..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "c773c348-bfa7-45c0-b930-1b990c543bfb",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "17358d26-8fe6-4cb2-9c82-b63ec1cb0ab2",
    "vfModuleModelCustomizationUUID": "2794d4d3-a3d9-4580-8e3a-73092b2cf4fc",
    "isBase": true,
    "artifacts": [
      "671bb8e3-dc20-482e-9ad0-0ab4f4b97f27",
      "078d2dd7-d266-4a0e-afaa-18d0b8a7ba17"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_vfw",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-04-12T03:24:28.267Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwDcba68fcA4f3..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:17358d26-8fe6-4cb2-9c82-b63ec1cb0ab2
VfModuleModelInvariantUUID:c773c348-bfa7-45c0-b930-1b990c543bfb
VfModuleModelDescription:NULL
Artifacts UUID List:{
671bb8e3-dc20-482e-9ad0-0ab4f4b97f27
,
078d2dd7-d266-4a0e-afaa-18d0b8a7ba17

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

isBase:true


}

2022-04-12T03:24:28.269Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "VfwDcba68fcA4f3..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "c773c348-bfa7-45c0-b930-1b990c543bfb",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "17358d26-8fe6-4cb2-9c82-b63ec1cb0ab2",
    "vfModuleModelCustomizationUUID": "2794d4d3-a3d9-4580-8e3a-73092b2cf4fc",
    "isBase": true,
    "artifacts": [
      "671bb8e3-dc20-482e-9ad0-0ab4f4b97f27",
      "078d2dd7-d266-4a0e-afaa-18d0b8a7ba17"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_vfw",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-04-12T03:24:28.270Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:VfwDcba68fcA4f3..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:17358d26-8fe6-4cb2-9c82-b63ec1cb0ab2
VfModuleModelInvariantUUID:c773c348-bfa7-45c0-b930-1b990c543bfb
VfModuleModelDescription:NULL
Artifacts UUID List:{
671bb8e3-dc20-482e-9ad0-0ab4f4b97f27
,
078d2dd7-d266-4a0e-afaa-18d0b8a7ba17

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

isBase:true


}

2022-04-12T03:24:28.270Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 671bb8e3-dc20-482e-9ad0-0ab4f4b97f27 from URL: /sdc/v1/catalog/services/Vfw20220412032127/1.0/resourceInstances/vfwdcba68fca4f30/artifacts/base_vfw.yaml
2022-04-12T03:24:28.270Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-04-12T03:24:28.270Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220412032127/1.0/resourceInstances/vfwdcba68fca4f30/artifacts/base_vfw.yaml
2022-04-12T03:24:28.369Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-04-12T03:24:28.370Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220412032127/1.0/resourceInstances/vfwdcba68fca4f30/artifacts/base_vfw.yaml 671bb8e3-dc20-482e-9ad0-0ab4f4b97f27 20368
2022-04-12T03:24:28.370Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220412032127/1.0/resourceInstances/vfwdcba68fca4f30/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-04-12T03:24:28.370Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220412032127/1.0/resourceInstances/vfwdcba68fca4f30/artifacts/base_vfw.yaml
2022-04-12T03:24:28.370Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-12T03:24:28.371Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-04-12T03:24:28.372Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-12T03:24:28.373Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "759b56fb-86e7-4017-aa88-683521cb6b3a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649733868370,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220412032127/1.0/resourceInstances/vfwdcba68fca4f30/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-12T03:24:28.473Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-12T03:24:28.474Z||pool-28-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-12T03:24:28.474Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wdAVihK7YGpqBtkQ) ...
2022-04-12T03:24:28.483Z||pool-28-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-12T03:24:28.483Z||pool-28-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-04-12T03:24:29.373Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 078d2dd7-d266-4a0e-afaa-18d0b8a7ba17 from URL: /sdc/v1/catalog/services/Vfw20220412032127/1.0/resourceInstances/vfwdcba68fca4f30/artifacts/base_vfw.env
2022-04-12T03:24:29.374Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-04-12T03:24:29.374Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220412032127/1.0/resourceInstances/vfwdcba68fca4f30/artifacts/base_vfw.env
2022-04-12T03:24:29.658Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-04-12T03:24:29.658Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220412032127/1.0/resourceInstances/vfwdcba68fca4f30/artifacts/base_vfw.env 078d2dd7-d266-4a0e-afaa-18d0b8a7ba17 2098
2022-04-12T03:24:29.658Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220412032127/1.0/resourceInstances/vfwdcba68fca4f30/artifacts/base_vfw.env ASDC sendASDCNotification
2022-04-12T03:24:29.658Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220412032127/1.0/resourceInstances/vfwdcba68fca4f30/artifacts/base_vfw.env
2022-04-12T03:24:29.659Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-12T03:24:29.659Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-04-12T03:24:29.660Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-12T03:24:29.660Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "759b56fb-86e7-4017-aa88-683521cb6b3a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649733869658,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220412032127/1.0/resourceInstances/vfwdcba68fca4f30/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-04-12T03:24:29.761Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-04-12T03:24:29.761Z||pool-29-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-12T03:24:29.761Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wdAVihK7YGpqBtkQ) ...
2022-04-12T03:24:29.771Z||pool-29-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-12T03:24:29.771Z||pool-29-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2022-04-12T03:24:30.661Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: bdfa18c3-6b30-4ec2-84ee-bfcbaf767e70
2022-04-12T03:24:30.661Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW dcba68fc-a4f3 0 5e2b2747-d25c-4cc7-af3f-3dbd6969661f ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-12T03:24:30.687Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6415ed52, org.onap.sdc.toscaparser.api.parameters.Input@56bd0f79, org.onap.sdc.toscaparser.api.parameters.Input@2984ba9a, org.onap.sdc.toscaparser.api.parameters.Input@6de003b1, org.onap.sdc.toscaparser.api.parameters.Input@26541c22]
2022-04-12T03:24:30.688Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-12T03:24:30.689Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-04-12 03-21-27 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-12T03:24:30.689Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic 
2022-04-12T03:24:30.689Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= 3e1c3df2-3989-43bc-935d-c4faa630e036
2022-04-12T03:24:30.689Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 3e1c3df2-3989-43bc-935d-c4faa630e036 matches Tosca VF Customization UUID: 3e1c3df2-3989-43bc-935d-c4faa630e036
2022-04-12T03:24:30.689Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: 3e1c3df2-3989-43bc-935d-c4faa630e036  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-04-12T03:24:30.692Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-12T03:24:30.693Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-04-12 03-21-27 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-12T03:24:30.694Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id 3e1c3df2-3989-43bc-935d-c4faa630e036: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"}
2022-04-12T03:24:30.694Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@79604407
2022-04-12T03:24:30.694Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-12T03:24:30.694Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-04-12 03-21-27 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-12T03:24:30.694Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 2794d4d3-a3d9-4580-8e3a-73092b2cf4fc
2022-04-12T03:24:30.694Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 2794d4d3-a3d9-4580-8e3a-73092b2cf4fc
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-04-12T03:24:30.697Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-12T03:24:30.697Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||Node template vFW dcba68fc-a4f3 0 is matching search criteria
2022-04-12T03:24:30.697Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW dcba68fc-a4f3 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-12T03:24:30.697Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-12T03:24:30.698Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||Node template vFW dcba68fc-a4f3 0 is matching search criteria
2022-04-12T03:24:30.698Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW dcba68fc-a4f3 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-12T03:24:30.698Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-12T03:24:30.698Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||Node template vFW dcba68fc-a4f3 0 is not matching search criteria
2022-04-12T03:24:30.698Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-12T03:24:30.698Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-12T03:24:30.699Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-04-12T03:24:30.699Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-12T03:24:30.699Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2022-04-12T03:24:30.699Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-12T03:24:30.699Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-12T03:24:30.699Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-12T03:24:30.699Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-12T03:24:30.699Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2022-04-12T03:24:30.699Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-12T03:24:30.699Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=5aff1e73-e1a8-4a9f-8448-31a287c596f0
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-04-12T03:24:30.702Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-12T03:24:30.702Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||Node template vFW dcba68fc-a4f3 0 is matching search criteria
2022-04-12T03:24:30.702Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW dcba68fc-a4f3 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-12T03:24:30.702Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-12T03:24:30.702Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||Node template vFW dcba68fc-a4f3 0 is not matching search criteria
2022-04-12T03:24:30.702Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-12T03:24:30.703Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-12T03:24:30.703Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-12T03:24:30.703Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-12T03:24:30.703Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-12T03:24:30.703Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2022-04-12T03:24:30.703Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-12T03:24:30.703Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-04-12T03:24:30.703Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-04-12T03:24:30.703Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-04-12T03:24:30.703Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2022-04-12T03:24:30.703Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-04-12T03:24:30.704Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=e100cbd5-3096-4dff-a713-f9b17e9f87d8
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-04-12T03:24:30.706Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-12T03:24:30.706Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||Node template vFW dcba68fc-a4f3 0 is matching search criteria
2022-04-12T03:24:30.706Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW dcba68fc-a4f3 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-12T03:24:30.709Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-12T03:24:30.709Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||Node template vFW dcba68fc-a4f3 0 is not matching search criteria
2022-04-12T03:24:30.709Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-04-12T03:24:30.709Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-04-12T03:24:30.710Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-04-12T03:24:30.710Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-04-12T03:24:30.710Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-04-12T03:24:30.710Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2022-04-12T03:24:30.710Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-04-12T03:24:30.710Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-04-12T03:24:30.710Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2022-04-12T03:24:30.710Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-04-12T03:24:30.711Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-04-12T03:24:30.711Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-04-12T03:24:30.711Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=7b631d64-e745-42ac-a595-aa0d13f85276
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-04-12T03:24:30.714Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-12T03:24:30.714Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||Node template vFW dcba68fc-a4f3 0 is matching search criteria
2022-04-12T03:24:30.714Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW dcba68fc-a4f3 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-12T03:24:30.714Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-12T03:24:30.715Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||Node template vFW dcba68fc-a4f3 0 is matching search criteria
2022-04-12T03:24:30.715Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW dcba68fc-a4f3 0] matching following query criteria: sdcType=VF, customizationUUID=3e1c3df2-3989-43bc-935d-c4faa630e036
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-12T03:24:30.718Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-12T03:24:30.718Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-04-12 03-21-27 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-12T03:24:30.718Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid bdfa18c3-6b30-4ec2-84ee-bfcbaf767e70: vFW dcba68fc-a4f3
2022-04-12T03:24:30.718Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-12T03:24:30.719Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-04-12 03-21-27 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-12T03:24:30.719Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-12T03:24:30.719Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-04-12 03-21-27 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-12T03:24:30.719Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-12T03:24:30.719Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-04-12 03-21-27 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-12T03:24:30.720Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-12T03:24:30.720Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-04-12 03-21-27 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-12T03:24:30.720Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-12T03:24:30.720Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-04-12 03-21-27 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-12T03:24:30.720Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||INFO|500||Saving Service: vFW 2022-04-12 03-21-27 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-12T03:24:30.900Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW dcba68fc-a4f3 5e2b2747-d25c-4cc7-af3f-3dbd6969661f 1 ASDC deployResourceStructure
2022-04-12T03:24:30.901Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220412032127/1.0/resourceInstances/vfwdcba68fca4f30/artifacts/vfwdcba68fca4f30_modules.json ASDC sendASDCNotification
2022-04-12T03:24:30.901Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220412032127/1.0/resourceInstances/vfwdcba68fca4f30/artifacts/vfwdcba68fca4f30_modules.json
2022-04-12T03:24:30.901Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-12T03:24:30.901Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-04-12T03:24:30.902Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-12T03:24:30.902Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "759b56fb-86e7-4017-aa88-683521cb6b3a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649733870901,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220412032127/1.0/resourceInstances/vfwdcba68fca4f30/artifacts/vfwdcba68fca4f30_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-12T03:24:31.003Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-04-12T03:24:31.004Z||pool-30-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-12T03:24:31.004Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wdAVihK7YGpqBtkQ) ...
2022-04-12T03:24:31.014Z||pool-30-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-12T03:24:31.014Z||pool-30-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-04-12T03:24:31.903Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220412032127/1.0/resourceInstances/vfwdcba68fca4f30/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-04-12T03:24:31.904Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220412032127/1.0/resourceInstances/vfwdcba68fca4f30/artifacts/base_vfw.yaml
2022-04-12T03:24:31.904Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-12T03:24:31.904Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-04-12T03:24:31.906Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-12T03:24:31.906Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "759b56fb-86e7-4017-aa88-683521cb6b3a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649733871903,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220412032127/1.0/resourceInstances/vfwdcba68fca4f30/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-04-12T03:24:32.007Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-12T03:24:32.007Z||pool-31-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-12T03:24:32.007Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wdAVihK7YGpqBtkQ) ...
2022-04-12T03:24:32.017Z||pool-31-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-12T03:24:32.017Z||pool-31-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-04-12T03:24:32.908Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220412032127/1.0/resourceInstances/vfwdcba68fca4f30/artifacts/base_vfw.env ASDC sendASDCNotification
2022-04-12T03:24:32.908Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220412032127/1.0/resourceInstances/vfwdcba68fca4f30/artifacts/base_vfw.env
2022-04-12T03:24:32.908Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-12T03:24:32.909Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-04-12T03:24:32.911Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-12T03:24:32.911Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "759b56fb-86e7-4017-aa88-683521cb6b3a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649733872907,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220412032127/1.0/resourceInstances/vfwdcba68fca4f30/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-04-12T03:24:33.011Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-12T03:24:33.012Z||pool-32-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-12T03:24:33.012Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wdAVihK7YGpqBtkQ) ...
2022-04-12T03:24:33.021Z||pool-32-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-12T03:24:33.021Z||pool-32-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1}
2022-04-12T03:24:33.912Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220412032127/1.0/artifacts/service-Vfw20220412032127-csar.csar ASDC sendASDCNotification
2022-04-12T03:24:33.913Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220412032127/1.0/artifacts/service-Vfw20220412032127-csar.csar
2022-04-12T03:24:33.913Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-12T03:24:33.913Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-04-12T03:24:33.915Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-12T03:24:33.916Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "759b56fb-86e7-4017-aa88-683521cb6b3a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649733873912,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220412032127/1.0/artifacts/service-Vfw20220412032127-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-12T03:24:34.016Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-12T03:24:34.016Z||pool-33-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-12T03:24:34.017Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wdAVihK7YGpqBtkQ) ...
2022-04-12T03:24:34.027Z||pool-33-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-12T03:24:34.027Z||pool-33-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-04-12T03:24:34.916Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 759b56fb-86e7-4017-aa88-683521cb6b3a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-12T03:24:34.926Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 759b56fb-86e7-4017-aa88-683521cb6b3a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-12T03:24:34.928Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-12T03:24:34.928Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-12T03:24:34.928Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-12T03:25:04.929Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 759b56fb-86e7-4017-aa88-683521cb6b3a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-12T03:25:04.942Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 759b56fb-86e7-4017-aa88-683521cb6b3a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-12T03:25:04.945Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-12T03:25:04.945Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-12T03:25:04.945Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-12T03:25:11.930Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-12T03:25:11.930Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-12T03:25:11.931Z||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 wdAVihK7YGpqBtkQ) ...
2022-04-12T03:25:11.950Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-12T03:25:11.955Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-12T03:25:11.955Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a665a7e-6d08-4e27-936a-7024d94d0089",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649733791927,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBmyjmk/1.0/resourceInstances/basic_onboard_bmyjmk0/artifacts/basic_onboard_bmyjmk0_modules.json",
  "status": "NOTIFIED"
}
2022-04-12T03:25:11.956Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-12T03:25:11.956Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-12T03:25:11.956Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a665a7e-6d08-4e27-936a-7024d94d0089",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649733791927,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBmyjmk/1.0/resourceInstances/basic_onboard_bmyjmk0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-04-12T03:25:11.956Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-12T03:25:11.956Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-12T03:25:11.956Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a665a7e-6d08-4e27-936a-7024d94d0089",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649733791927,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBmyjmk/1.0/resourceInstances/basic_onboard_bmyjmk0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-12T03:25:11.956Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-12T03:25:11.957Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-12T03:25:11.957Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a665a7e-6d08-4e27-936a-7024d94d0089",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649733791927,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBmyjmk/1.0/resourceInstances/basic_onboard_bmyjmk0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-04-12T03:25:11.957Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-12T03:25:11.957Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-12T03:25:11.957Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a665a7e-6d08-4e27-936a-7024d94d0089",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649733791927,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBmyjmk/1.0/artifacts/service-BasicOnboardBmyjmk-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-12T03:25:11.957Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-12T03:25:11.957Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-12T03:25:11.957Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a665a7e-6d08-4e27-936a-7024d94d0089",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649733791927,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBmyjmk/1.0/artifacts/service-BasicOnboardBmyjmk-csar.csar",
  "status": "NOTIFIED"
}
2022-04-12T03:25:11.957Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-12T03:25:11.957Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-12T03:25:11.957Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a665a7e-6d08-4e27-936a-7024d94d0089",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649733799941,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBmyjmk/1.0/artifacts/service-BasicOnboardBmyjmk-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-12T03:25:11.957Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-12T03:25:11.957Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-12T03:25:11.957Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a665a7e-6d08-4e27-936a-7024d94d0089",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649733803689,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBmyjmk/1.0/resourceInstances/basic_onboard_bmyjmk0/artifacts/basic_onboard_bmyjmk0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-12T03:25:11.957Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-12T03:25:11.957Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-12T03:25:11.958Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a665a7e-6d08-4e27-936a-7024d94d0089",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649733804771,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBmyjmk/1.0/resourceInstances/basic_onboard_bmyjmk0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-12T03:25:11.958Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-12T03:25:11.958Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-12T03:25:11.958Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a665a7e-6d08-4e27-936a-7024d94d0089",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649733805825,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBmyjmk/1.0/resourceInstances/basic_onboard_bmyjmk0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-04-12T03:25:11.958Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-12T03:25:11.958Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-12T03:25:11.958Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a665a7e-6d08-4e27-936a-7024d94d0089",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649733807133,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBmyjmk/1.0/resourceInstances/basic_onboard_bmyjmk0/artifacts/basic_onboard_bmyjmk0_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-12T03:25:11.958Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-12T03:25:11.958Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-12T03:25:11.958Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a665a7e-6d08-4e27-936a-7024d94d0089",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649733808136,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBmyjmk/1.0/resourceInstances/basic_onboard_bmyjmk0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-04-12T03:25:11.958Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-12T03:25:11.958Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-12T03:25:11.958Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a665a7e-6d08-4e27-936a-7024d94d0089",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649733809139,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBmyjmk/1.0/resourceInstances/basic_onboard_bmyjmk0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-04-12T03:25:11.958Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-12T03:25:11.958Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-12T03:25:11.959Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a665a7e-6d08-4e27-936a-7024d94d0089",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649733810144,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBmyjmk/1.0/artifacts/service-BasicOnboardBmyjmk-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-12T03:25:11.959Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-12T03:25:11.959Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-12T03:25:11.959Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "759b56fb-86e7-4017-aa88-683521cb6b3a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649733815342,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220412032127/1.0/resourceInstances/vfwdcba68fca4f30/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-12T03:25:11.959Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-12T03:25:11.960Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-12T03:25:11.960Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "759b56fb-86e7-4017-aa88-683521cb6b3a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649733816632,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220412032127/1.0/resourceInstances/vfwdcba68fca4f30/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-12T03:25:11.960Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-12T03:25:11.960Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-12T03:25:11.960Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "759b56fb-86e7-4017-aa88-683521cb6b3a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649733815342,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220412032127/1.0/resourceInstances/vfwdcba68fca4f30/artifacts/vfwdcba68fca4f30_modules.json",
  "status": "NOTIFIED"
}
2022-04-12T03:25:11.960Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-12T03:25:11.960Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-12T03:25:11.960Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "759b56fb-86e7-4017-aa88-683521cb6b3a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649733816632,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220412032127/1.0/resourceInstances/vfwdcba68fca4f30/artifacts/vfwdcba68fca4f30_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-12T03:25:11.960Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-12T03:25:11.960Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-12T03:25:11.960Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "759b56fb-86e7-4017-aa88-683521cb6b3a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649733815342,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220412032127/1.0/resourceInstances/vfwdcba68fca4f30/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-04-12T03:25:11.961Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-12T03:25:11.961Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-12T03:25:11.961Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "759b56fb-86e7-4017-aa88-683521cb6b3a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649733816632,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220412032127/1.0/resourceInstances/vfwdcba68fca4f30/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-12T03:25:11.961Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-12T03:25:11.961Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-12T03:25:11.961Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "759b56fb-86e7-4017-aa88-683521cb6b3a",
  "consumerID": "cds",
  "timestamp": 1649733822732,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220412032127/1.0/resourceInstances/vfwdcba68fca4f30/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-12T03:25:11.961Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-12T03:25:11.961Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-12T03:25:11.961Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "759b56fb-86e7-4017-aa88-683521cb6b3a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649733815342,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220412032127/1.0/resourceInstances/vfwdcba68fca4f30/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-12T03:25:11.961Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-12T03:25:11.961Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-12T03:25:11.961Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "759b56fb-86e7-4017-aa88-683521cb6b3a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649733816632,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220412032127/1.0/resourceInstances/vfwdcba68fca4f30/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-12T03:25:11.961Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-12T03:25:11.961Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-12T03:25:11.962Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "759b56fb-86e7-4017-aa88-683521cb6b3a",
  "consumerID": "cds",
  "timestamp": 1649733822732,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220412032127/1.0/resourceInstances/vfwdcba68fca4f30/artifacts/vfwdcba68fca4f30_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-12T03:25:11.962Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-12T03:25:11.962Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-12T03:25:11.962Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "759b56fb-86e7-4017-aa88-683521cb6b3a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649733815342,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220412032127/1.0/resourceInstances/vfwdcba68fca4f30/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-04-12T03:25:11.962Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-12T03:25:11.962Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-12T03:25:11.962Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "759b56fb-86e7-4017-aa88-683521cb6b3a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649733816632,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220412032127/1.0/resourceInstances/vfwdcba68fca4f30/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-04-12T03:25:11.962Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-12T03:25:11.962Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-12T03:25:11.962Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "759b56fb-86e7-4017-aa88-683521cb6b3a",
  "consumerID": "cds",
  "timestamp": 1649733822732,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220412032127/1.0/resourceInstances/vfwdcba68fca4f30/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-12T03:25:11.962Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-12T03:25:11.962Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-12T03:25:11.962Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "759b56fb-86e7-4017-aa88-683521cb6b3a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649733815342,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220412032127/1.0/artifacts/service-Vfw20220412032127-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-12T03:25:11.962Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-12T03:25:11.962Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-12T03:25:11.962Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "759b56fb-86e7-4017-aa88-683521cb6b3a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649733816632,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220412032127/1.0/artifacts/service-Vfw20220412032127-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-12T03:25:11.962Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-12T03:25:11.962Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-12T03:25:11.963Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "759b56fb-86e7-4017-aa88-683521cb6b3a",
  "consumerID": "cds",
  "timestamp": 1649733822732,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220412032127/1.0/resourceInstances/vfwdcba68fca4f30/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-12T03:25:11.963Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-12T03:25:11.963Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-12T03:25:11.963Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "759b56fb-86e7-4017-aa88-683521cb6b3a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649733815342,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220412032127/1.0/artifacts/service-Vfw20220412032127-csar.csar",
  "status": "NOTIFIED"
}
2022-04-12T03:25:11.963Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-12T03:25:11.963Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-12T03:25:11.963Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "759b56fb-86e7-4017-aa88-683521cb6b3a",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649733816632,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220412032127/1.0/artifacts/service-Vfw20220412032127-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-12T03:25:11.963Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-12T03:25:11.963Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-12T03:25:11.963Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "759b56fb-86e7-4017-aa88-683521cb6b3a",
  "consumerID": "cds",
  "timestamp": 1649733822732,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220412032127/1.0/resourceInstances/vfwdcba68fca4f30/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-04-12T03:25:11.963Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-12T03:25:11.963Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-12T03:25:11.963Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "759b56fb-86e7-4017-aa88-683521cb6b3a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649733828039,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220412032127/1.0/resourceInstances/vfwdcba68fca4f30/artifacts/vfwdcba68fca4f30_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-12T03:25:11.963Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-12T03:25:11.963Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-12T03:25:11.963Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "759b56fb-86e7-4017-aa88-683521cb6b3a",
  "consumerID": "cds",
  "timestamp": 1649733822732,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220412032127/1.0/artifacts/service-Vfw20220412032127-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-12T03:25:11.963Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-12T03:25:11.963Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-12T03:25:11.964Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "759b56fb-86e7-4017-aa88-683521cb6b3a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649733829100,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220412032127/1.0/resourceInstances/vfwdcba68fca4f30/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-12T03:25:11.964Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-12T03:25:11.964Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-12T03:25:11.964Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "759b56fb-86e7-4017-aa88-683521cb6b3a",
  "consumerID": "cds",
  "timestamp": 1649733822732,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220412032127/1.0/artifacts/service-Vfw20220412032127-csar.csar",
  "status": "NOTIFIED"
}
2022-04-12T03:25:11.964Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-12T03:25:11.964Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-12T03:25:11.964Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "759b56fb-86e7-4017-aa88-683521cb6b3a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649733830153,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220412032127/1.0/resourceInstances/vfwdcba68fca4f30/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-04-12T03:25:11.964Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-12T03:25:11.964Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-12T03:25:11.964Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "759b56fb-86e7-4017-aa88-683521cb6b3a",
  "consumerID": "cds",
  "timestamp": 1649733830509,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220412032127/1.0/artifacts/service-Vfw20220412032127-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-12T03:25:11.964Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-12T03:25:11.964Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-12T03:25:11.964Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "759b56fb-86e7-4017-aa88-683521cb6b3a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649733831223,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-12T03:25:11.971Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 759b56fb-86e7-4017-aa88-683521cb6b3a
2022-04-12T03:25:11.972Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 759b56fb-86e7-4017-aa88-683521cb6b3a and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-12T03:25:11.979Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-12T03:25:11.979Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "759b56fb-86e7-4017-aa88-683521cb6b3a",
  "consumerID": "cds",
  "timestamp": 1649733831514,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220412032127/1.0/artifacts/service-Vfw20220412032127-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-12T03:25:11.983Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 759b56fb-86e7-4017-aa88-683521cb6b3a
2022-04-12T03:25:11.983Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 759b56fb-86e7-4017-aa88-683521cb6b3a and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-12T03:25:11.990Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-12T03:25:11.990Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "759b56fb-86e7-4017-aa88-683521cb6b3a",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649733832226,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220412032127/1.0/resourceInstances/vfwdcba68fca4f30/artifacts/vfwdcba68fca4f30_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-12T03:25:11.990Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-12T03:25:11.991Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-12T03:25:11.991Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "759b56fb-86e7-4017-aa88-683521cb6b3a",
  "consumerID": "aai-ml",
  "timestamp": 1649733834027,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220412032127/1.0/resourceInstances/vfwdcba68fca4f30/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-12T03:25:11.991Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-12T03:25:11.991Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-12T03:25:11.991Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "759b56fb-86e7-4017-aa88-683521cb6b3a",
  "consumerID": "aai-ml",
  "timestamp": 1649733834027,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220412032127/1.0/resourceInstances/vfwdcba68fca4f30/artifacts/vfwdcba68fca4f30_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-12T03:25:11.991Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-12T03:25:11.991Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-12T03:25:11.991Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "759b56fb-86e7-4017-aa88-683521cb6b3a",
  "consumerID": "aai-ml",
  "timestamp": 1649733834027,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220412032127/1.0/resourceInstances/vfwdcba68fca4f30/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-12T03:25:11.991Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-12T03:25:11.991Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-12T03:25:11.992Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "759b56fb-86e7-4017-aa88-683521cb6b3a",
  "consumerID": "aai-ml",
  "timestamp": 1649733834027,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220412032127/1.0/resourceInstances/vfwdcba68fca4f30/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-12T03:25:11.992Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-12T03:25:11.992Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-12T03:25:11.992Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "759b56fb-86e7-4017-aa88-683521cb6b3a",
  "consumerID": "aai-ml",
  "timestamp": 1649733834027,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220412032127/1.0/resourceInstances/vfwdcba68fca4f30/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-04-12T03:25:11.992Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-12T03:25:11.992Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-12T03:25:11.992Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "759b56fb-86e7-4017-aa88-683521cb6b3a",
  "consumerID": "aai-ml",
  "timestamp": 1649733834027,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220412032127/1.0/artifacts/service-Vfw20220412032127-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-12T03:25:11.992Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-12T03:25:11.992Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-12T03:25:11.992Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "759b56fb-86e7-4017-aa88-683521cb6b3a",
  "consumerID": "aai-ml",
  "timestamp": 1649733834027,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220412032127/1.0/artifacts/service-Vfw20220412032127-csar.csar",
  "status": "NOTIFIED"
}
2022-04-12T03:25:11.992Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-12T03:25:11.992Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-12T03:25:11.993Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "759b56fb-86e7-4017-aa88-683521cb6b3a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649733840768,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220412032127/1.0/resourceInstances/vfwdcba68fca4f30/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-12T03:25:11.993Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-12T03:25:11.993Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-12T03:25:11.993Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "759b56fb-86e7-4017-aa88-683521cb6b3a",
  "consumerID": "aai-ml",
  "timestamp": 1649733841931,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220412032127/1.0/artifacts/service-Vfw20220412032127-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-12T03:25:11.993Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-12T03:25:11.993Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-12T03:25:11.993Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "759b56fb-86e7-4017-aa88-683521cb6b3a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649733840768,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220412032127/1.0/resourceInstances/vfwdcba68fca4f30/artifacts/vfwdcba68fca4f30_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-12T03:25:11.993Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-12T03:25:11.993Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-12T03:25:11.993Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "759b56fb-86e7-4017-aa88-683521cb6b3a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649733840768,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220412032127/1.0/resourceInstances/vfwdcba68fca4f30/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-12T03:25:11.993Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-12T03:25:11.993Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-12T03:25:11.993Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "759b56fb-86e7-4017-aa88-683521cb6b3a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649733840768,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220412032127/1.0/resourceInstances/vfwdcba68fca4f30/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-12T03:25:11.994Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-12T03:25:11.994Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-12T03:25:11.994Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "759b56fb-86e7-4017-aa88-683521cb6b3a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649733840768,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220412032127/1.0/resourceInstances/vfwdcba68fca4f30/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-04-12T03:25:11.994Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-12T03:25:11.994Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-12T03:25:11.994Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "759b56fb-86e7-4017-aa88-683521cb6b3a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649733840768,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220412032127/1.0/artifacts/service-Vfw20220412032127-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-12T03:25:11.994Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-12T03:25:11.994Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-12T03:25:11.994Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "759b56fb-86e7-4017-aa88-683521cb6b3a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649733840768,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220412032127/1.0/artifacts/service-Vfw20220412032127-csar.csar",
  "status": "NOTIFIED"
}
2022-04-12T03:25:11.994Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-12T03:25:11.994Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-12T03:25:11.994Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "759b56fb-86e7-4017-aa88-683521cb6b3a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649733848734,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220412032127/1.0/artifacts/service-Vfw20220412032127-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-12T03:25:11.994Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-12T03:25:11.994Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-12T03:25:11.994Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "759b56fb-86e7-4017-aa88-683521cb6b3a",
  "consumerID": "aai-ml",
  "timestamp": 1649733851421,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220412032127/1.0/artifacts/service-Vfw20220412032127-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-12T03:25:11.995Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-12T03:25:11.995Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-12T03:25:11.995Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "759b56fb-86e7-4017-aa88-683521cb6b3a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649733851720,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220412032127/1.0/artifacts/service-Vfw20220412032127-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-12T03:25:11.995Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-12T03:25:34.945Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 759b56fb-86e7-4017-aa88-683521cb6b3a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-12T03:25:34.961Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 759b56fb-86e7-4017-aa88-683521cb6b3a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-12T03:25:34.964Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-12T03:25:34.965Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-12T03:25:34.965Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-12T03:26:04.965Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 759b56fb-86e7-4017-aa88-683521cb6b3a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-12T03:26:04.978Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 759b56fb-86e7-4017-aa88-683521cb6b3a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-12T03:26:04.980Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-12T03:26:04.980Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-12T03:26:04.980Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-12T03:26:11.930Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-12T03:26:11.930Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-12T03:26:11.930Z||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 wdAVihK7YGpqBtkQ) ...
2022-04-12T03:26:11.948Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-12T03:26:11.948Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-12T03:26:11.948Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "759b56fb-86e7-4017-aa88-683521cb6b3a",
  "consumerID": "aai-ml",
  "timestamp": 1649733852424,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-12T03:26:11.958Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 759b56fb-86e7-4017-aa88-683521cb6b3a
2022-04-12T03:26:11.958Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 759b56fb-86e7-4017-aa88-683521cb6b3a and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-12T03:26:34.981Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 759b56fb-86e7-4017-aa88-683521cb6b3a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-12T03:26:34.993Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 759b56fb-86e7-4017-aa88-683521cb6b3a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-12T03:26:34.998Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-12T03:26:34.998Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-12T03:26:34.998Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-12T03:26:34.998Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-12T03:27:04.998Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 759b56fb-86e7-4017-aa88-683521cb6b3a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-12T03:27:05.012Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 759b56fb-86e7-4017-aa88-683521cb6b3a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-12T03:27:05.015Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-12T03:27:05.015Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-12T03:27:05.015Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-12T03:27:05.015Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-12T03:27:11.930Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-12T03:27:11.931Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-12T03:27:11.931Z||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 wdAVihK7YGpqBtkQ) ...
2022-04-12T03:27:12.453Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-12T03:27:12.454Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-12T03:27:12.455Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "759b56fb-86e7-4017-aa88-683521cb6b3a",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649733852723,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-12T03:27:12.464Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 759b56fb-86e7-4017-aa88-683521cb6b3a
2022-04-12T03:27:12.464Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 759b56fb-86e7-4017-aa88-683521cb6b3a and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-12T03:27:12.473Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-12T03:27:12.473Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a665a7e-6d08-4e27-936a-7024d94d0089",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649733854776,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-04-12T03:27:12.474Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-12T03:27:12.474Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-12T03:27:12.474Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "759b56fb-86e7-4017-aa88-683521cb6b3a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649733855791,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220412032127/1.0/resourceInstances/vfwdcba68fca4f30/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-12T03:27:12.474Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-12T03:27:12.474Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-12T03:27:12.474Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "759b56fb-86e7-4017-aa88-683521cb6b3a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649733855791,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220412032127/1.0/resourceInstances/vfwdcba68fca4f30/artifacts/vfwdcba68fca4f30_modules.json",
  "status": "NOTIFIED"
}
2022-04-12T03:27:12.475Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-12T03:27:12.475Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-12T03:27:12.475Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "759b56fb-86e7-4017-aa88-683521cb6b3a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649733855791,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220412032127/1.0/resourceInstances/vfwdcba68fca4f30/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-04-12T03:27:12.475Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-12T03:27:12.475Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-12T03:27:12.475Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "759b56fb-86e7-4017-aa88-683521cb6b3a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649733855791,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220412032127/1.0/resourceInstances/vfwdcba68fca4f30/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-12T03:27:12.476Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-12T03:27:12.476Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-12T03:27:12.476Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "759b56fb-86e7-4017-aa88-683521cb6b3a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649733855791,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220412032127/1.0/resourceInstances/vfwdcba68fca4f30/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-04-12T03:27:12.476Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-12T03:27:12.476Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-12T03:27:12.476Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "759b56fb-86e7-4017-aa88-683521cb6b3a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649733855791,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220412032127/1.0/artifacts/service-Vfw20220412032127-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-12T03:27:12.477Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-12T03:27:12.477Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-12T03:27:12.477Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "759b56fb-86e7-4017-aa88-683521cb6b3a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649733855791,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220412032127/1.0/artifacts/service-Vfw20220412032127-csar.csar",
  "status": "NOTIFIED"
}
2022-04-12T03:27:12.477Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-04-12T03:27:12.477Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-12T03:27:12.477Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "759b56fb-86e7-4017-aa88-683521cb6b3a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649733863554,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220412032127/1.0/artifacts/service-Vfw20220412032127-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-12T03:27:12.477Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-12T03:27:12.477Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-12T03:27:12.477Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "759b56fb-86e7-4017-aa88-683521cb6b3a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649733867258,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220412032127/1.0/resourceInstances/vfwdcba68fca4f30/artifacts/vfwdcba68fca4f30_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-12T03:27:12.477Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-12T03:27:12.477Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-12T03:27:12.477Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "759b56fb-86e7-4017-aa88-683521cb6b3a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649733868370,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220412032127/1.0/resourceInstances/vfwdcba68fca4f30/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-12T03:27:12.478Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-12T03:27:12.478Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-12T03:27:12.478Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "759b56fb-86e7-4017-aa88-683521cb6b3a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649733869658,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220412032127/1.0/resourceInstances/vfwdcba68fca4f30/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-04-12T03:27:12.478Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-12T03:27:12.478Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-12T03:27:12.478Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "759b56fb-86e7-4017-aa88-683521cb6b3a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649733870901,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220412032127/1.0/resourceInstances/vfwdcba68fca4f30/artifacts/vfwdcba68fca4f30_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-12T03:27:12.478Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-12T03:27:12.478Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-12T03:27:12.478Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "759b56fb-86e7-4017-aa88-683521cb6b3a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649733871903,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220412032127/1.0/resourceInstances/vfwdcba68fca4f30/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-04-12T03:27:12.478Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-12T03:27:12.478Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-12T03:27:12.478Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "759b56fb-86e7-4017-aa88-683521cb6b3a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649733872907,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220412032127/1.0/resourceInstances/vfwdcba68fca4f30/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-04-12T03:27:12.479Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-12T03:27:12.479Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-12T03:27:12.479Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "759b56fb-86e7-4017-aa88-683521cb6b3a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649733873912,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220412032127/1.0/artifacts/service-Vfw20220412032127-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-12T03:27:12.479Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-12T03:27:35.015Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 759b56fb-86e7-4017-aa88-683521cb6b3a
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-12T03:27:35.026Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 759b56fb-86e7-4017-aa88-683521cb6b3a
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-12T03:27:35.029Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-12T03:27:35.029Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-12T03:27:35.030Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-04-12T03:27:35.030Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-04-12T03:27:35.030Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-12T03:27:35.030Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-12T03:27:35.030Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-12T03:27:35.030Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-12T03:27:35.030Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-12T03:27:35.030Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-12T03:27:35.035Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-04-12T03:28:05.035Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 759b56fb-86e7-4017-aa88-683521cb6b3a and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-04-12T03:28:05.042Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 759b56fb-86e7-4017-aa88-683521cb6b3a and serviceModelVersionId: bdfa18c3-6b30-4ec2-84ee-bfcbaf767e70
2022-04-12T03:28:05.042Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 9fc2f632-f12c-4259-aba2-3d9840a8f6ec
2022-04-12T03:28:05.043Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/9fc2f632-f12c-4259-aba2-3d9840a8f6ec/model-vers/model-ver/bdfa18c3-6b30-4ec2-84ee-bfcbaf767e70?depth=0
2022-04-12T03:28:05.047Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2022-04-12T03:28:05.090Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9fc2f632-f12c-4259-aba2-3d9840a8f6ec/model-vers/model-ver/bdfa18c3-6b30-4ec2-84ee-bfcbaf767e70?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-04-12T03:28:05.091Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9fc2f632-f12c-4259-aba2-3d9840a8f6ec/model-vers/model-ver/bdfa18c3-6b30-4ec2-84ee-bfcbaf767e70?depth=0|INFO|500||Invoke
2022-04-12T03:28:05.124Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9fc2f632-f12c-4259-aba2-3d9840a8f6ec/model-vers/model-ver/bdfa18c3-6b30-4ec2-84ee-bfcbaf767e70?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-04-12T03:28:05.517Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9fc2f632-f12c-4259-aba2-3d9840a8f6ec/model-vers/model-ver/bdfa18c3-6b30-4ec2-84ee-bfcbaf767e70?depth=0|INFO|500||InvokeReturn
2022-04-12T03:28:05.518Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9fc2f632-f12c-4259-aba2-3d9840a8f6ec/model-vers/model-ver/bdfa18c3-6b30-4ec2-84ee-bfcbaf767e70?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220412-03:28:05:129-49074], vertex-id=[188568], Content-Length=[0], Date=[Tue, 12 Apr 2022 03:28:05 GMT], Content-Type=[application/json]}
2022-04-12T03:28:05.518Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||Response was returned with an empty entity.
2022-04-12T03:28:05.519Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-04-12T03:28:05.519Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-12T03:28:05.525Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-04-12T03:28:05.525Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 759b56fb-86e7-4017-aa88-683521cb6b3a and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-04-12T03:28:05.526Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-04-12T03:28:05.526Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-04-12T03:28:05.528Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-12T03:28:05.528Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "759b56fb-86e7-4017-aa88-683521cb6b3a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649734085526,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-04-12T03:28:05.628Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-12T03:28:05.629Z||pool-34-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-12T03:28:05.629Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wdAVihK7YGpqBtkQ) ...
2022-04-12T03:28:05.642Z||pool-34-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-12T03:28:05.643Z||pool-34-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-04-12T03:28:06.543Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-12T03:28:06.543Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-12T03:28:06.544Z|759b56fb-86e7-4017-aa88-683521cb6b3a|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 wdAVihK7YGpqBtkQ) ...
2022-04-12T03:28:11.930Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-12T03:28:11.931Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-12T03:28:11.931Z||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 wdAVihK7YGpqBtkQ) ...
2022-04-12T03:28:12.552Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-12T03:28:12.552Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-04-12T03:28:12.552Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "759b56fb-86e7-4017-aa88-683521cb6b3a",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649734085526,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-04-12T03:28:12.553Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-12T03:28:16.991Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-12T03:28:16.992Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-12T03:28:16.992Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-12T03:28:16.992Z|759b56fb-86e7-4017-aa88-683521cb6b3a|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 wdAVihK7YGpqBtkQ) ...
2022-04-12T03:28:26.519Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-12T03:28:26.520Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-12T03:28:26.520Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-12T03:28:26.520Z|759b56fb-86e7-4017-aa88-683521cb6b3a|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 wdAVihK7YGpqBtkQ) ...
2022-04-12T03:28:36.051Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-12T03:28:36.052Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-12T03:28:36.053Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-12T03:28:36.053Z|759b56fb-86e7-4017-aa88-683521cb6b3a|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 wdAVihK7YGpqBtkQ) ...
2022-04-12T03:28:45.579Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-12T03:29:11.928Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-12T03:29:11.929Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-12T03:29:11.929Z|759b56fb-86e7-4017-aa88-683521cb6b3a|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 wdAVihK7YGpqBtkQ) ...
2022-04-12T03:29:11.930Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-12T03:29:11.930Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-12T03:29:11.930Z||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 wdAVihK7YGpqBtkQ) ...
2022-04-12T03:29:21.459Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-12T03:29:21.470Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-12T03:30:11.928Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-12T03:30:11.928Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-12T03:30:11.928Z||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 wdAVihK7YGpqBtkQ) ...
2022-04-12T03:30:11.930Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-12T03:30:11.930Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-12T03:30:11.931Z||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 wdAVihK7YGpqBtkQ) ...
2022-04-12T03:30:21.467Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-12T03:30:21.468Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-12T03:31:11.928Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-12T03:31:11.928Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-12T03:31:11.928Z||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 wdAVihK7YGpqBtkQ) ...
2022-04-12T03:31:11.930Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-12T03:31:11.930Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-12T03:31:11.930Z||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 wdAVihK7YGpqBtkQ) ...
2022-04-12T03:31:21.460Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-12T03:31:21.463Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-12T03:32:11.928Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-12T03:32:11.929Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-12T03:32:11.929Z||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 wdAVihK7YGpqBtkQ) ...
2022-04-12T03:32:11.930Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-12T03:32:11.930Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-12T03:32:11.930Z||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 wdAVihK7YGpqBtkQ) ...
2022-04-12T03:32:21.466Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-12T03:32:21.466Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-12T03:33:11.928Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-12T03:33:11.928Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-12T03:33:11.928Z||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 wdAVihK7YGpqBtkQ) ...
2022-04-12T03:33:11.930Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-12T03:33:11.930Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-12T03:33:11.930Z|759b56fb-86e7-4017-aa88-683521cb6b3a|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 wdAVihK7YGpqBtkQ) ...
2022-04-12T03:33:21.463Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-12T03:33:21.463Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-12T03:34:11.927Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-12T03:34:11.928Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-12T03:34:11.928Z||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 wdAVihK7YGpqBtkQ) ...
2022-04-12T03:34:11.930Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-12T03:34:11.930Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-12T03:34:11.930Z|759b56fb-86e7-4017-aa88-683521cb6b3a|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 wdAVihK7YGpqBtkQ) ...
2022-04-12T03:34:12.551Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-12T03:34:12.551Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-12T03:34:12.552Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"ffd11176-3bfe-4795-9c8e-744ae7899b68","serviceName":"Demo_pNF_hX8qZST7qka0x4bDytNF","serviceVersion":"1.0","serviceUUID":"3b69f64d-4a57-4cd6-8de3-2ebfec233d85","serviceDescription":"catalog service description","serviceInvariantUUID":"01bd320d-bebf-49f0-9958-fa60b9235cc6","resources":[{"resourceInstanceName":"pNF 4fb023d2-3118 0","resourceName":"pNF 4fb023d2-3118","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"2c72074c-fa3a-4d8d-abd4-a73ff64763d9","resourceInvariantUUID":"5d66c246-a665-4a84-814e-aa268f2f89d3","resourceCustomizationUUID":"1e20fa1b-47e4-4620-8ba9-da0d2ca07f06","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfHx8qzst7qka0x4bdytnf/1.0/resourceInstances/pnf4fb023d231180/artifacts/vf-license-model.xml","artifactChecksum":"NTEzYmE4YmI2ZTVhYjI1YmZkMzQ2ZTczZGUyMmFiNWM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"3897d70e-c4af-40b0-80be-bb860f51835c","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfHx8qzst7qka0x4bdytnf/1.0/resourceInstances/pnf4fb023d231180/artifacts/pNF.csar","artifactChecksum":"ZGUwMGI1Mzg5MDQzZTIzMTYzMzYzYTUxZDFjNjE4MzY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"6d54950f-83b4-4d5a-a07e-0ed511d73740","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfHx8qzst7qka0x4bdytnf/1.0/resourceInstances/pnf4fb023d231180/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"1b7a3eed-70ab-4f16-b752-943438a5354c","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfHx8qzst7qka0x4bdytnf/1.0/resourceInstances/pnf4fb023d231180/artifacts/vendor-license-model.xml","artifactChecksum":"MWE5YjM0ODhjMzI2NWE4NjhjNWEzOTM2YjE0Mzg0ZjQ\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"7ebc2080-640e-4020-96a9-d7d2b806f88a","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfHx8qzst7qka0x4bdytnf/1.0/resourceInstances/pnf4fb023d231180/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"7e8702d0-b7ba-4624-973b-e003064ad22a","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfHx8qzst7qka0x4bdytnf/1.0/resourceInstances/pnf4fb023d231180/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"4dc03e08-606b-4e68-b351-4d602e962699","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfHx8qzst7qka0x4bdytnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfHx8qzst7qka0x4bdytnf/1.0/artifacts/service-DemoPnfHx8qzst7qka0x4bdytnf-template.yml","artifactChecksum":"ZjIwNzExNjM5NzliYWNiNjIxMjViN2EzZWU0MmZkNTE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"022c0e51-27f0-49be-87e7-15a1bd36c795","artifactVersion":"1"},{"artifactName":"service-DemoPnfHx8qzst7qka0x4bdytnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfHx8qzst7qka0x4bdytnf/1.0/artifacts/service-DemoPnfHx8qzst7qka0x4bdytnf-csar.csar","artifactChecksum":"NTk0NDE0ZTFjY2RiNjYwMTBiMTVlNGQyNjlmMmE3ODI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"8245ce81-241a-4b57-8406-85a5d892eefe","artifactVersion":"1"}],"workloadContext":"Production"}
2022-04-12T03:34:12.552Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-12T03:34:12.554Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-12T03:34:12.554Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-12T03:34:12.556Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-12T03:34:12.556Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "ffd11176-3bfe-4795-9c8e-744ae7899b68",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649734451927,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHx8qzst7qka0x4bdytnf/1.0/resourceInstances/pnf4fb023d231180/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-12T03:34:12.562Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-12T03:34:12.562Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ffd11176-3bfe-4795-9c8e-744ae7899b68",
  "consumerID": "aai-ml",
  "timestamp": 1649734404027,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHx8qzst7qka0x4bdytnf/1.0/resourceInstances/pnf4fb023d231180/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-12T03:34:12.563Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-12T03:34:12.563Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-12T03:34:12.563Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ffd11176-3bfe-4795-9c8e-744ae7899b68",
  "consumerID": "cds",
  "timestamp": 1649734407732,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHx8qzst7qka0x4bdytnf/1.0/resourceInstances/pnf4fb023d231180/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-12T03:34:12.563Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-12T03:34:12.564Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-12T03:34:12.564Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ffd11176-3bfe-4795-9c8e-744ae7899b68",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649734410768,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHx8qzst7qka0x4bdytnf/1.0/resourceInstances/pnf4fb023d231180/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-12T03:34:12.564Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-12T03:34:12.564Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-12T03:34:12.564Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ffd11176-3bfe-4795-9c8e-744ae7899b68",
  "consumerID": "aai-ml",
  "timestamp": 1649734404027,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHx8qzst7qka0x4bdytnf/1.0/resourceInstances/pnf4fb023d231180/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-12T03:34:12.564Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-12T03:34:12.564Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-12T03:34:12.565Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ffd11176-3bfe-4795-9c8e-744ae7899b68",
  "consumerID": "cds",
  "timestamp": 1649734407732,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHx8qzst7qka0x4bdytnf/1.0/resourceInstances/pnf4fb023d231180/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-12T03:34:12.565Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-12T03:34:12.565Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-12T03:34:12.565Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ffd11176-3bfe-4795-9c8e-744ae7899b68",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649734410768,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHx8qzst7qka0x4bdytnf/1.0/resourceInstances/pnf4fb023d231180/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-12T03:34:12.565Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-12T03:34:12.565Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-12T03:34:12.565Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ffd11176-3bfe-4795-9c8e-744ae7899b68",
  "consumerID": "aai-ml",
  "timestamp": 1649734404027,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHx8qzst7qka0x4bdytnf/1.0/resourceInstances/pnf4fb023d231180/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-12T03:34:12.566Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-12T03:34:12.566Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-12T03:34:12.566Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ffd11176-3bfe-4795-9c8e-744ae7899b68",
  "consumerID": "cds",
  "timestamp": 1649734407732,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHx8qzst7qka0x4bdytnf/1.0/resourceInstances/pnf4fb023d231180/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-12T03:34:12.566Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-12T03:34:12.566Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-12T03:34:12.566Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ffd11176-3bfe-4795-9c8e-744ae7899b68",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649734410768,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHx8qzst7qka0x4bdytnf/1.0/resourceInstances/pnf4fb023d231180/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-12T03:34:12.566Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-12T03:34:12.566Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-12T03:34:12.567Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ffd11176-3bfe-4795-9c8e-744ae7899b68",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649734415342,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHx8qzst7qka0x4bdytnf/1.0/resourceInstances/pnf4fb023d231180/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-12T03:34:12.567Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-12T03:34:12.567Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-12T03:34:12.567Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ffd11176-3bfe-4795-9c8e-744ae7899b68",
  "consumerID": "aai-ml",
  "timestamp": 1649734404027,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHx8qzst7qka0x4bdytnf/1.0/resourceInstances/pnf4fb023d231180/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-12T03:34:12.567Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-12T03:34:12.567Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-12T03:34:12.567Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ffd11176-3bfe-4795-9c8e-744ae7899b68",
  "consumerID": "cds",
  "timestamp": 1649734407732,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHx8qzst7qka0x4bdytnf/1.0/resourceInstances/pnf4fb023d231180/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-12T03:34:12.567Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-12T03:34:12.568Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-12T03:34:12.568Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ffd11176-3bfe-4795-9c8e-744ae7899b68",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649734410768,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHx8qzst7qka0x4bdytnf/1.0/resourceInstances/pnf4fb023d231180/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-12T03:34:12.568Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-12T03:34:12.568Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-12T03:34:12.568Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ffd11176-3bfe-4795-9c8e-744ae7899b68",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649734415342,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHx8qzst7qka0x4bdytnf/1.0/resourceInstances/pnf4fb023d231180/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-12T03:34:12.568Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-12T03:34:12.568Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-12T03:34:12.568Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ffd11176-3bfe-4795-9c8e-744ae7899b68",
  "consumerID": "aai-ml",
  "timestamp": 1649734404027,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHx8qzst7qka0x4bdytnf/1.0/resourceInstances/pnf4fb023d231180/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-12T03:34:12.569Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-12T03:34:12.569Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-12T03:34:12.569Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ffd11176-3bfe-4795-9c8e-744ae7899b68",
  "consumerID": "cds",
  "timestamp": 1649734407732,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHx8qzst7qka0x4bdytnf/1.0/resourceInstances/pnf4fb023d231180/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-12T03:34:12.569Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-12T03:34:12.569Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-12T03:34:12.569Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ffd11176-3bfe-4795-9c8e-744ae7899b68",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649734410768,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHx8qzst7qka0x4bdytnf/1.0/resourceInstances/pnf4fb023d231180/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-12T03:34:12.569Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-12T03:34:12.569Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-12T03:34:12.570Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ffd11176-3bfe-4795-9c8e-744ae7899b68",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649734416632,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHx8qzst7qka0x4bdytnf/1.0/resourceInstances/pnf4fb023d231180/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-12T03:34:12.570Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-12T03:34:12.570Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-12T03:34:12.570Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ffd11176-3bfe-4795-9c8e-744ae7899b68",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649734415342,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHx8qzst7qka0x4bdytnf/1.0/resourceInstances/pnf4fb023d231180/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-12T03:34:12.570Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-12T03:34:12.570Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-12T03:34:12.570Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ffd11176-3bfe-4795-9c8e-744ae7899b68",
  "consumerID": "aai-ml",
  "timestamp": 1649734404027,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHx8qzst7qka0x4bdytnf/1.0/resourceInstances/pnf4fb023d231180/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-12T03:34:12.570Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-12T03:34:12.571Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-12T03:34:12.571Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ffd11176-3bfe-4795-9c8e-744ae7899b68",
  "consumerID": "cds",
  "timestamp": 1649734407732,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHx8qzst7qka0x4bdytnf/1.0/resourceInstances/pnf4fb023d231180/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-12T03:34:12.571Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-12T03:34:12.571Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-12T03:34:12.571Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ffd11176-3bfe-4795-9c8e-744ae7899b68",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649734410768,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHx8qzst7qka0x4bdytnf/1.0/resourceInstances/pnf4fb023d231180/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-12T03:34:12.576Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-12T03:34:12.577Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-12T03:34:12.577Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ffd11176-3bfe-4795-9c8e-744ae7899b68",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649734416632,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHx8qzst7qka0x4bdytnf/1.0/resourceInstances/pnf4fb023d231180/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-12T03:34:12.577Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-12T03:34:12.577Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-12T03:34:12.577Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ffd11176-3bfe-4795-9c8e-744ae7899b68",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649734415342,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHx8qzst7qka0x4bdytnf/1.0/resourceInstances/pnf4fb023d231180/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-12T03:34:12.578Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-12T03:34:12.578Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-12T03:34:12.578Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ffd11176-3bfe-4795-9c8e-744ae7899b68",
  "consumerID": "aai-ml",
  "timestamp": 1649734404027,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHx8qzst7qka0x4bdytnf/1.0/artifacts/service-DemoPnfHx8qzst7qka0x4bdytnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-12T03:34:12.578Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-12T03:34:12.578Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-12T03:34:12.578Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ffd11176-3bfe-4795-9c8e-744ae7899b68",
  "consumerID": "cds",
  "timestamp": 1649734407732,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHx8qzst7qka0x4bdytnf/1.0/artifacts/service-DemoPnfHx8qzst7qka0x4bdytnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-12T03:34:12.578Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-12T03:34:12.579Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-12T03:34:12.579Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ffd11176-3bfe-4795-9c8e-744ae7899b68",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649734410768,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHx8qzst7qka0x4bdytnf/1.0/artifacts/service-DemoPnfHx8qzst7qka0x4bdytnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-12T03:34:12.579Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-12T03:34:12.579Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-12T03:34:12.579Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ffd11176-3bfe-4795-9c8e-744ae7899b68",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649734416632,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHx8qzst7qka0x4bdytnf/1.0/resourceInstances/pnf4fb023d231180/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-12T03:34:12.579Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-12T03:34:12.579Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-12T03:34:12.579Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ffd11176-3bfe-4795-9c8e-744ae7899b68",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649734415342,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHx8qzst7qka0x4bdytnf/1.0/resourceInstances/pnf4fb023d231180/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-12T03:34:12.580Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-12T03:34:12.580Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-12T03:34:12.580Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ffd11176-3bfe-4795-9c8e-744ae7899b68",
  "consumerID": "aai-ml",
  "timestamp": 1649734404027,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHx8qzst7qka0x4bdytnf/1.0/artifacts/service-DemoPnfHx8qzst7qka0x4bdytnf-csar.csar",
  "status": "NOTIFIED"
}
2022-04-12T03:34:12.580Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-12T03:34:12.580Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-12T03:34:12.580Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ffd11176-3bfe-4795-9c8e-744ae7899b68",
  "consumerID": "cds",
  "timestamp": 1649734407732,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHx8qzst7qka0x4bdytnf/1.0/artifacts/service-DemoPnfHx8qzst7qka0x4bdytnf-csar.csar",
  "status": "NOTIFIED"
}
2022-04-12T03:34:12.580Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-12T03:34:12.580Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-12T03:34:12.581Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ffd11176-3bfe-4795-9c8e-744ae7899b68",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649734410768,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHx8qzst7qka0x4bdytnf/1.0/artifacts/service-DemoPnfHx8qzst7qka0x4bdytnf-csar.csar",
  "status": "NOTIFIED"
}
2022-04-12T03:34:12.581Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-12T03:34:12.581Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-12T03:34:12.581Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ffd11176-3bfe-4795-9c8e-744ae7899b68",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649734416632,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHx8qzst7qka0x4bdytnf/1.0/resourceInstances/pnf4fb023d231180/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-12T03:34:12.581Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-12T03:34:12.581Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-12T03:34:12.581Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ffd11176-3bfe-4795-9c8e-744ae7899b68",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649734415342,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHx8qzst7qka0x4bdytnf/1.0/resourceInstances/pnf4fb023d231180/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-12T03:34:12.582Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-12T03:34:12.582Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-12T03:34:12.582Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ffd11176-3bfe-4795-9c8e-744ae7899b68",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649734416632,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHx8qzst7qka0x4bdytnf/1.0/resourceInstances/pnf4fb023d231180/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-12T03:34:12.582Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-12T03:34:12.582Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-12T03:34:12.582Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ffd11176-3bfe-4795-9c8e-744ae7899b68",
  "consumerID": "cds",
  "timestamp": 1649734421344,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHx8qzst7qka0x4bdytnf/1.0/artifacts/service-DemoPnfHx8qzst7qka0x4bdytnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-12T03:34:12.582Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-12T03:34:12.583Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-12T03:34:12.583Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ffd11176-3bfe-4795-9c8e-744ae7899b68",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649734421522,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHx8qzst7qka0x4bdytnf/1.0/artifacts/service-DemoPnfHx8qzst7qka0x4bdytnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-12T03:34:12.583Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-12T03:34:12.583Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-12T03:34:12.583Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ffd11176-3bfe-4795-9c8e-744ae7899b68",
  "consumerID": "aai-ml",
  "timestamp": 1649734421524,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHx8qzst7qka0x4bdytnf/1.0/artifacts/service-DemoPnfHx8qzst7qka0x4bdytnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-12T03:34:12.583Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-12T03:34:12.583Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-12T03:34:12.583Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ffd11176-3bfe-4795-9c8e-744ae7899b68",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649734415342,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHx8qzst7qka0x4bdytnf/1.0/artifacts/service-DemoPnfHx8qzst7qka0x4bdytnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-12T03:34:12.584Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-12T03:34:12.584Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-12T03:34:12.584Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ffd11176-3bfe-4795-9c8e-744ae7899b68",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649734416632,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHx8qzst7qka0x4bdytnf/1.0/resourceInstances/pnf4fb023d231180/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-04-12T03:34:12.584Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-12T03:34:12.584Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-12T03:34:12.584Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ffd11176-3bfe-4795-9c8e-744ae7899b68",
  "consumerID": "cds",
  "timestamp": 1649734422348,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHx8qzst7qka0x4bdytnf/1.0/artifacts/service-DemoPnfHx8qzst7qka0x4bdytnf-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-12T03:34:12.603Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of ffd11176-3bfe-4795-9c8e-744ae7899b68
2022-04-12T03:34:12.603Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId ffd11176-3bfe-4795-9c8e-744ae7899b68 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-12T03:34:12.611Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-12T03:34:12.611Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ffd11176-3bfe-4795-9c8e-744ae7899b68",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649734415342,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHx8qzst7qka0x4bdytnf/1.0/artifacts/service-DemoPnfHx8qzst7qka0x4bdytnf-csar.csar",
  "status": "NOTIFIED"
}
2022-04-12T03:34:12.611Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-12T03:34:12.611Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-12T03:34:12.611Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ffd11176-3bfe-4795-9c8e-744ae7899b68",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649734416632,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHx8qzst7qka0x4bdytnf/1.0/artifacts/service-DemoPnfHx8qzst7qka0x4bdytnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-12T03:34:12.612Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-12T03:34:12.612Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-12T03:34:12.612Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ffd11176-3bfe-4795-9c8e-744ae7899b68",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649734423324,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHx8qzst7qka0x4bdytnf/1.0/artifacts/service-DemoPnfHx8qzst7qka0x4bdytnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-12T03:34:12.612Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-12T03:34:12.612Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-12T03:34:12.612Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ffd11176-3bfe-4795-9c8e-744ae7899b68",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649734416632,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHx8qzst7qka0x4bdytnf/1.0/artifacts/service-DemoPnfHx8qzst7qka0x4bdytnf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-12T03:34:12.612Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-12T03:34:12.612Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-12T03:34:12.612Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ffd11176-3bfe-4795-9c8e-744ae7899b68",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649734424327,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-12T03:34:12.616Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of ffd11176-3bfe-4795-9c8e-744ae7899b68
2022-04-12T03:34:12.617Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId ffd11176-3bfe-4795-9c8e-744ae7899b68 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-12T03:34:12.624Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-12T03:34:12.625Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ffd11176-3bfe-4795-9c8e-744ae7899b68",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649734425530,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHx8qzst7qka0x4bdytnf/1.0/resourceInstances/pnf4fb023d231180/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-12T03:34:12.625Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-12T03:34:12.625Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-12T03:34:12.625Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ffd11176-3bfe-4795-9c8e-744ae7899b68",
  "consumerID": "aai-ml",
  "timestamp": 1649734425819,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHx8qzst7qka0x4bdytnf/1.0/artifacts/service-DemoPnfHx8qzst7qka0x4bdytnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-12T03:34:12.625Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-12T03:34:12.625Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-12T03:34:12.626Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ffd11176-3bfe-4795-9c8e-744ae7899b68",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649734426736,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHx8qzst7qka0x4bdytnf/1.0/resourceInstances/pnf4fb023d231180/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-04-12T03:34:12.626Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-12T03:34:12.626Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-12T03:34:12.626Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ffd11176-3bfe-4795-9c8e-744ae7899b68",
  "consumerID": "aai-ml",
  "timestamp": 1649734426823,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-12T03:34:12.631Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of ffd11176-3bfe-4795-9c8e-744ae7899b68
2022-04-12T03:34:12.631Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId ffd11176-3bfe-4795-9c8e-744ae7899b68 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-12T03:34:12.638Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-12T03:34:12.638Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ffd11176-3bfe-4795-9c8e-744ae7899b68",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649734427739,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": ""
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-12T03:34:12.643Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of ffd11176-3bfe-4795-9c8e-744ae7899b68
2022-04-12T03:34:12.643Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId ffd11176-3bfe-4795-9c8e-744ae7899b68 and ComponentName 
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-12T03:34:12.657Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-04-12T03:34:12.658Z||pool-35-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-12T03:34:12.658Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wdAVihK7YGpqBtkQ) ...
2022-04-12T03:34:12.667Z||pool-35-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-12T03:34:12.668Z||pool-35-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-04-12T03:34:13.557Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-12T03:34:13.558Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-12T03:34:13.560Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-12T03:34:13.560Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "ffd11176-3bfe-4795-9c8e-744ae7899b68",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649734451927,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHx8qzst7qka0x4bdytnf/1.0/resourceInstances/pnf4fb023d231180/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-12T03:34:13.660Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-12T03:34:13.661Z||pool-36-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-12T03:34:13.661Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wdAVihK7YGpqBtkQ) ...
2022-04-12T03:34:13.670Z||pool-36-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-12T03:34:13.671Z||pool-36-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-04-12T03:34:14.560Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-12T03:34:14.561Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-12T03:34:14.562Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-12T03:34:14.562Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "ffd11176-3bfe-4795-9c8e-744ae7899b68",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649734451927,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHx8qzst7qka0x4bdytnf/1.0/resourceInstances/pnf4fb023d231180/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-12T03:34:14.663Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-04-12T03:34:14.664Z||pool-37-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-12T03:34:14.664Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wdAVihK7YGpqBtkQ) ...
2022-04-12T03:34:14.675Z||pool-37-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-12T03:34:14.675Z||pool-37-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-04-12T03:34:15.563Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-12T03:34:15.564Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-12T03:34:15.566Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-12T03:34:15.566Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "ffd11176-3bfe-4795-9c8e-744ae7899b68",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649734451927,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHx8qzst7qka0x4bdytnf/1.0/resourceInstances/pnf4fb023d231180/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-12T03:34:15.666Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-12T03:34:15.667Z||pool-38-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-12T03:34:15.667Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wdAVihK7YGpqBtkQ) ...
2022-04-12T03:34:15.677Z||pool-38-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-12T03:34:15.677Z||pool-38-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-04-12T03:34:16.566Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-12T03:34:16.567Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-12T03:34:16.570Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-12T03:34:16.570Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "ffd11176-3bfe-4795-9c8e-744ae7899b68",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649734451927,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHx8qzst7qka0x4bdytnf/1.0/resourceInstances/pnf4fb023d231180/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-12T03:34:16.669Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-12T03:34:16.670Z||pool-39-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-12T03:34:16.670Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wdAVihK7YGpqBtkQ) ...
2022-04-12T03:34:16.681Z||pool-39-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-12T03:34:16.682Z||pool-39-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-04-12T03:34:17.570Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-12T03:34:17.571Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-12T03:34:17.574Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-12T03:34:17.574Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "ffd11176-3bfe-4795-9c8e-744ae7899b68",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649734451927,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHx8qzst7qka0x4bdytnf/1.0/resourceInstances/pnf4fb023d231180/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-12T03:34:17.674Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-12T03:34:17.675Z||pool-40-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-12T03:34:17.675Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wdAVihK7YGpqBtkQ) ...
2022-04-12T03:34:17.685Z||pool-40-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-12T03:34:17.685Z||pool-40-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2022-04-12T03:34:18.575Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-12T03:34:18.576Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-12T03:34:18.578Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-12T03:34:18.578Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "ffd11176-3bfe-4795-9c8e-744ae7899b68",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649734451927,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHx8qzst7qka0x4bdytnf/1.0/artifacts/service-DemoPnfHx8qzst7qka0x4bdytnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-12T03:34:18.678Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-12T03:34:18.679Z||pool-41-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-12T03:34:18.679Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wdAVihK7YGpqBtkQ) ...
2022-04-12T03:34:18.690Z||pool-41-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-12T03:34:18.691Z||pool-41-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-04-12T03:34:19.579Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-12T03:34:19.580Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-12T03:34:19.583Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-12T03:34:19.583Z||pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "ffd11176-3bfe-4795-9c8e-744ae7899b68",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649734451927,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHx8qzst7qka0x4bdytnf/1.0/artifacts/service-DemoPnfHx8qzst7qka0x4bdytnf-csar.csar",
  "status": "NOTIFIED"
}
2022-04-12T03:34:19.683Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-12T03:34:19.683Z||pool-42-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-12T03:34:19.684Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wdAVihK7YGpqBtkQ) ...
2022-04-12T03:34:19.693Z||pool-42-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-12T03:34:19.694Z||pool-42-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-04-12T03:34:20.585Z||pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "ffd11176-3bfe-4795-9c8e-744ae7899b68",
  "serviceName": "Demo_pNF_hX8qZST7qka0x4bDytNF",
  "serviceVersion": "1.0",
  "serviceUUID": "3b69f64d-4a57-4cd6-8de3-2ebfec233d85",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "01bd320d-bebf-49f0-9958-fa60b9235cc6",
  "resources": [
    {
      "resourceInstanceName": "pNF 4fb023d2-3118 0",
      "resourceCustomizationUUID": "1e20fa1b-47e4-4620-8ba9-da0d2ca07f06",
      "resourceName": "pNF 4fb023d2-3118",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "2c72074c-fa3a-4d8d-abd4-a73ff64763d9",
      "resourceInvariantUUID": "5d66c246-a665-4a84-814e-aa268f2f89d3",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfHx8qzst7qka0x4bdytnf-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfHx8qzst7qka0x4bdytnf/1.0/artifacts/service-DemoPnfHx8qzst7qka0x4bdytnf-csar.csar",
      "artifactChecksum": "NTk0NDE0ZTFjY2RiNjYwMTBiMTVlNGQyNjlmMmE3ODI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "8245ce81-241a-4b57-8406-85a5d892eefe"
    }
  ],
  "workloadContext": "Production"
}
2022-04-12T03:34:20.585Z||pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-04-12T03:34:20.585Z||pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 3b69f64d-4a57-4cd6-8de3-2ebfec233d85 ASDC
2022-04-12T03:34:20.585Z|ffd11176-3bfe-4795-9c8e-744ae7899b68|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:ffd11176-3bfe-4795-9c8e-744ae7899b68
ServiceName:Demo_pNF_hX8qZST7qka0x4bDytNF
ServiceVersion:1.0
ServiceUUID:3b69f64d-4a57-4cd6-8de3-2ebfec233d85
ServiceInvariantUUID:01bd320d-bebf-49f0-9958-fa60b9235cc6
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfHx8qzst7qka0x4bdytnf-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfHx8qzst7qka0x4bdytnf/1.0/artifacts/service-DemoPnfHx8qzst7qka0x4bdytnf-csar.csar
ArtifactUUID:8245ce81-241a-4b57-8406-85a5d892eefe
ArtifactChecksum:NTk0NDE0ZTFjY2RiNjYwMTBiMTVlNGQyNjlmMmE3ODI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 4fb023d2-3118 0
ResourceCustomizationUUID:1e20fa1b-47e4-4620-8ba9-da0d2ca07f06
ResourceInvariantUUID:5d66c246-a665-4a84-814e-aa268f2f89d3
ResourceName:pNF 4fb023d2-3118
ResourceType:PNF
ResourceUUID:2c72074c-fa3a-4d8d-abd4-a73ff64763d9
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-04-12T03:34:20.586Z|ffd11176-3bfe-4795-9c8e-744ae7899b68|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 3b69f64d-4a57-4cd6-8de3-2ebfec233d85 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-04-12T03:34:20.609Z|ffd11176-3bfe-4795-9c8e-744ae7899b68|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-12T03:34:20.610Z|ffd11176-3bfe-4795-9c8e-744ae7899b68|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-04-12T03:34:20.610Z|ffd11176-3bfe-4795-9c8e-744ae7899b68|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-04-12T03:34:20.610Z|ffd11176-3bfe-4795-9c8e-744ae7899b68|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 8245ce81-241a-4b57-8406-85a5d892eefe from URL: /sdc/v1/catalog/services/DemoPnfHx8qzst7qka0x4bdytnf/1.0/artifacts/service-DemoPnfHx8qzst7qka0x4bdytnf-csar.csar
2022-04-12T03:34:20.610Z|ffd11176-3bfe-4795-9c8e-744ae7899b68|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-04-12T03:34:20.610Z|ffd11176-3bfe-4795-9c8e-744ae7899b68|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfHx8qzst7qka0x4bdytnf/1.0/artifacts/service-DemoPnfHx8qzst7qka0x4bdytnf-csar.csar
2022-04-12T03:34:20.673Z|ffd11176-3bfe-4795-9c8e-744ae7899b68|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-04-12T03:34:20.676Z|ffd11176-3bfe-4795-9c8e-744ae7899b68|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfHx8qzst7qka0x4bdytnf/1.0/artifacts/service-DemoPnfHx8qzst7qka0x4bdytnf-csar.csar 8245ce81-241a-4b57-8406-85a5d892eefe 82646
2022-04-12T03:34:20.677Z|ffd11176-3bfe-4795-9c8e-744ae7899b68|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfHx8qzst7qka0x4bdytnf/1.0/artifacts/service-DemoPnfHx8qzst7qka0x4bdytnf-csar.csar ASDC sendASDCNotification
2022-04-12T03:34:20.677Z|ffd11176-3bfe-4795-9c8e-744ae7899b68|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfHx8qzst7qka0x4bdytnf/1.0/artifacts/service-DemoPnfHx8qzst7qka0x4bdytnf-csar.csar
2022-04-12T03:34:20.677Z|ffd11176-3bfe-4795-9c8e-744ae7899b68|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-12T03:34:20.677Z|ffd11176-3bfe-4795-9c8e-744ae7899b68|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-12T03:34:20.679Z|ffd11176-3bfe-4795-9c8e-744ae7899b68|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-12T03:34:20.679Z|ffd11176-3bfe-4795-9c8e-744ae7899b68|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "ffd11176-3bfe-4795-9c8e-744ae7899b68",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649734460677,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHx8qzst7qka0x4bdytnf/1.0/artifacts/service-DemoPnfHx8qzst7qka0x4bdytnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-12T03:34:20.779Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-12T03:34:20.780Z||pool-43-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-12T03:34:20.780Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wdAVihK7YGpqBtkQ) ...
2022-04-12T03:34:20.822Z||pool-43-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-12T03:34:20.823Z||pool-43-thread-1|||||INFO|500||cambria reply ok (43 ms):{"serverTimeMs":0,"count":1}
2022-04-12T03:34:21.680Z|ffd11176-3bfe-4795-9c8e-744ae7899b68|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-12T03:34:21.681Z|ffd11176-3bfe-4795-9c8e-744ae7899b68|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-04-12T03:34:21.681Z|ffd11176-3bfe-4795-9c8e-744ae7899b68|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 8245ce81-241a-4b57-8406-85a5d892eefe, URL: /sdc/v1/catalog/services/DemoPnfHx8qzst7qka0x4bdytnf/1.0/artifacts/service-DemoPnfHx8qzst7qka0x4bdytnf-csar.csar to file: /app/ASDC/1/service-DemoPnfHx8qzst7qka0x4bdytnf-csar.csar
2022-04-12T03:34:21.682Z|ffd11176-3bfe-4795-9c8e-744ae7899b68|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfHx8qzst7qka0x4bdytnf-csar.csar
2022-04-12T03:34:21.682Z|ffd11176-3bfe-4795-9c8e-744ae7899b68|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfHx8qzst7qka0x4bdytnf-csar.csar
2022-04-12T03:34:21.683Z|ffd11176-3bfe-4795-9c8e-744ae7899b68|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfHx8qzst7qka0x4bdytnf-csar.csar
2022-04-12T03:34:21.984Z|ffd11176-3bfe-4795-9c8e-744ae7899b68|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8127064028042828562/Definitions/service-DemoPnfHx8qzst7qka0x4bdytnf-template.yml
2022-04-12T03:34:22.731Z|ffd11176-3bfe-4795-9c8e-744ae7899b68|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2022-04-12T03:34:22.731Z|ffd11176-3bfe-4795-9c8e-744ae7899b68|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-04-12T03:34:22.731Z|ffd11176-3bfe-4795-9c8e-744ae7899b68|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfHx8qzst7qka0x4bdytnf-csar.csar
2022-04-12T03:34:22.731Z|ffd11176-3bfe-4795-9c8e-744ae7899b68|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-04-12T03:34:22.731Z|ffd11176-3bfe-4795-9c8e-744ae7899b68|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-DemoPnfHx8qzst7qka0x4bdytnf-csar.csar
2022-04-12T03:34:22.732Z|ffd11176-3bfe-4795-9c8e-744ae7899b68|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-DemoPnfHx8qzst7qka0x4bdytnf-csar.csar
2022-04-12T03:34:22.732Z|ffd11176-3bfe-4795-9c8e-744ae7899b68|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-DemoPnfHx8qzst7qka0x4bdytnf-csar.csar
2022-04-12T03:34:22.732Z|ffd11176-3bfe-4795-9c8e-744ae7899b68|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-DemoPnfHx8qzst7qka0x4bdytnf-csar.csar
2022-04-12T03:34:22.732Z|ffd11176-3bfe-4795-9c8e-744ae7899b68|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-DemoPnfHx8qzst7qka0x4bdytnf-csar.csar
2022-04-12T03:34:22.732Z|ffd11176-3bfe-4795-9c8e-744ae7899b68|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 4fb023d2-3118 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-DemoPnfHx8qzst7qka0x4bdytnf-csar.csar
2022-04-12T03:34:22.732Z|ffd11176-3bfe-4795-9c8e-744ae7899b68|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-DemoPnfHx8qzst7qka0x4bdytnf-csar.csar
2022-04-12T03:34:22.732Z|ffd11176-3bfe-4795-9c8e-744ae7899b68|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-04-12T03:34:22.732Z|ffd11176-3bfe-4795-9c8e-744ae7899b68|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-12T03:34:22.733Z|ffd11176-3bfe-4795-9c8e-744ae7899b68|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_hX8qZST7qka0x4bDytNF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-12T03:34:22.733Z|ffd11176-3bfe-4795-9c8e-744ae7899b68|pool-2-thread-7|||||DEBUG|500||Node template pNF 4fb023d2-3118 0 is matching search criteria
2022-04-12T03:34:22.733Z|ffd11176-3bfe-4795-9c8e-744ae7899b68|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-04-12T03:34:22.733Z|ffd11176-3bfe-4795-9c8e-744ae7899b68|pool-2-thread-7|||||DEBUG|500||Found topology templates [pNF 4fb023d2-3118 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-12T03:34:22.733Z|ffd11176-3bfe-4795-9c8e-744ae7899b68|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-12T03:34:22.733Z|ffd11176-3bfe-4795-9c8e-744ae7899b68|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_hX8qZST7qka0x4bDytNF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-12T03:34:22.733Z|ffd11176-3bfe-4795-9c8e-744ae7899b68|pool-2-thread-7|||||DEBUG|500||Node template pNF 4fb023d2-3118 0 is matching search criteria
2022-04-12T03:34:22.733Z|ffd11176-3bfe-4795-9c8e-744ae7899b68|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-04-12T03:34:22.733Z|ffd11176-3bfe-4795-9c8e-744ae7899b68|pool-2-thread-7|||||DEBUG|500||Found topology templates [pNF 4fb023d2-3118 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-12T03:34:22.734Z|ffd11176-3bfe-4795-9c8e-744ae7899b68|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-12T03:34:22.734Z|ffd11176-3bfe-4795-9c8e-744ae7899b68|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_hX8qZST7qka0x4bDytNF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-12T03:34:22.734Z|ffd11176-3bfe-4795-9c8e-744ae7899b68|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-12T03:34:22.734Z|ffd11176-3bfe-4795-9c8e-744ae7899b68|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_hX8qZST7qka0x4bDytNF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-12T03:34:22.734Z|ffd11176-3bfe-4795-9c8e-744ae7899b68|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-12T03:34:22.734Z|ffd11176-3bfe-4795-9c8e-744ae7899b68|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_hX8qZST7qka0x4bDytNF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-12T03:34:22.734Z|ffd11176-3bfe-4795-9c8e-744ae7899b68|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-12T03:34:22.734Z|ffd11176-3bfe-4795-9c8e-744ae7899b68|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_hX8qZST7qka0x4bDytNF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-12T03:34:22.734Z|ffd11176-3bfe-4795-9c8e-744ae7899b68|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-12T03:34:22.735Z|ffd11176-3bfe-4795-9c8e-744ae7899b68|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_hX8qZST7qka0x4bDytNF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-12T03:34:22.735Z|ffd11176-3bfe-4795-9c8e-744ae7899b68|pool-2-thread-7|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_hX8qZST7qka0x4bDytNF
Description:catalog service description
Model UUID:3b69f64d-4a57-4cd6-8de3-2ebfec233d85
Model Version:NULL
Model InvariantUuid:01bd320d-bebf-49f0-9958-fa60b9235cc6
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-04-12T03:34:22.742Z|ffd11176-3bfe-4795-9c8e-744ae7899b68|pool-2-thread-7|||||INFO|500||Processing Resource Type: PNF, Model UUID: 2c72074c-fa3a-4d8d-abd4-a73ff64763d9
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-12T03:34:22.746Z|ffd11176-3bfe-4795-9c8e-744ae7899b68|pool-2-thread-7|||||INFO|500||pNF 4fb023d2-3118 0
2022-04-12T03:34:22.746Z|ffd11176-3bfe-4795-9c8e-744ae7899b68|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 2c72074c-fa3a-4d8d-abd4-a73ff64763d9
2022-04-12T03:34:22.746Z|ffd11176-3bfe-4795-9c8e-744ae7899b68|pool-2-thread-7|||||DEBUG|500||No resources found for Service: 3b69f64d-4a57-4cd6-8de3-2ebfec233d85
2022-04-12T03:34:22.746Z|ffd11176-3bfe-4795-9c8e-744ae7899b68|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: 3b69f64d-4a57-4cd6-8de3-2ebfec233d85
2022-04-12T03:34:22.746Z|ffd11176-3bfe-4795-9c8e-744ae7899b68|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 4fb023d2-3118 0 2c72074c-fa3a-4d8d-abd4-a73ff64763d9 ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-12T03:34:22.751Z|ffd11176-3bfe-4795-9c8e-744ae7899b68|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@62b4f9b2, org.onap.sdc.toscaparser.api.parameters.Input@1d8f087c, org.onap.sdc.toscaparser.api.parameters.Input@7a42b60f, org.onap.sdc.toscaparser.api.parameters.Input@707755ae, org.onap.sdc.toscaparser.api.parameters.Input@354b5b7b]
2022-04-12T03:34:22.752Z|ffd11176-3bfe-4795-9c8e-744ae7899b68|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-12T03:34:22.752Z|ffd11176-3bfe-4795-9c8e-744ae7899b68|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_hX8qZST7qka0x4bDytNF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-12T03:34:22.752Z|ffd11176-3bfe-4795-9c8e-744ae7899b68|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid 3b69f64d-4a57-4cd6-8de3-2ebfec233d85: pNF 4fb023d2-3118
2022-04-12T03:34:22.752Z|ffd11176-3bfe-4795-9c8e-744ae7899b68|pool-2-thread-7|||||INFO|500||Processing PNF resource: 2c72074c-fa3a-4d8d-abd4-a73ff64763d9
2022-04-12T03:34:22.753Z|ffd11176-3bfe-4795-9c8e-744ae7899b68|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-12T03:34:22.753Z|ffd11176-3bfe-4795-9c8e-744ae7899b68|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_hX8qZST7qka0x4bDytNF is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-12T03:34:22.753Z|ffd11176-3bfe-4795-9c8e-744ae7899b68|pool-2-thread-7|||||INFO|500||Resource customization UUID: 1e20fa1b-47e4-4620-8ba9-da0d2ca07f06 is the same as notified resource customizationUUID: 1e20fa1b-47e4-4620-8ba9-da0d2ca07f06
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2022-04-12T03:34:22.817Z|ffd11176-3bfe-4795-9c8e-744ae7899b68|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 4fb023d2-3118 2c72074c-fa3a-4d8d-abd4-a73ff64763d9 0 ASDC deployResourceStructure
2022-04-12T03:34:22.817Z|ffd11176-3bfe-4795-9c8e-744ae7899b68|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfHx8qzst7qka0x4bdytnf/1.0/artifacts/service-DemoPnfHx8qzst7qka0x4bdytnf-csar.csar ASDC sendASDCNotification
2022-04-12T03:34:22.817Z|ffd11176-3bfe-4795-9c8e-744ae7899b68|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfHx8qzst7qka0x4bdytnf/1.0/artifacts/service-DemoPnfHx8qzst7qka0x4bdytnf-csar.csar
2022-04-12T03:34:22.817Z|ffd11176-3bfe-4795-9c8e-744ae7899b68|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-12T03:34:22.817Z|ffd11176-3bfe-4795-9c8e-744ae7899b68|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-12T03:34:22.819Z|ffd11176-3bfe-4795-9c8e-744ae7899b68|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-12T03:34:22.819Z|ffd11176-3bfe-4795-9c8e-744ae7899b68|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "ffd11176-3bfe-4795-9c8e-744ae7899b68",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649734462817,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHx8qzst7qka0x4bdytnf/1.0/artifacts/service-DemoPnfHx8qzst7qka0x4bdytnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-12T03:34:22.919Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-12T03:34:22.920Z||pool-44-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-12T03:34:22.920Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wdAVihK7YGpqBtkQ) ...
2022-04-12T03:34:22.930Z||pool-44-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-12T03:34:22.930Z||pool-44-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2022-04-12T03:34:23.820Z|ffd11176-3bfe-4795-9c8e-744ae7899b68|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: ffd11176-3bfe-4795-9c8e-744ae7899b68
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-12T03:34:23.833Z|ffd11176-3bfe-4795-9c8e-744ae7899b68|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: ffd11176-3bfe-4795-9c8e-744ae7899b68
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-12T03:34:23.836Z|ffd11176-3bfe-4795-9c8e-744ae7899b68|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-12T03:34:23.836Z|ffd11176-3bfe-4795-9c8e-744ae7899b68|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-12T03:34:23.836Z|ffd11176-3bfe-4795-9c8e-744ae7899b68|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-04-12T03:34:23.836Z|ffd11176-3bfe-4795-9c8e-744ae7899b68|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-04-12T03:34:23.837Z|ffd11176-3bfe-4795-9c8e-744ae7899b68|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-12T03:34:23.837Z|ffd11176-3bfe-4795-9c8e-744ae7899b68|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-12T03:34:23.837Z|ffd11176-3bfe-4795-9c8e-744ae7899b68|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-12T03:34:23.837Z|ffd11176-3bfe-4795-9c8e-744ae7899b68|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-12T03:34:23.837Z|ffd11176-3bfe-4795-9c8e-744ae7899b68|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-12T03:34:23.837Z|ffd11176-3bfe-4795-9c8e-744ae7899b68|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-04-12T03:34:23.842Z|ffd11176-3bfe-4795-9c8e-744ae7899b68|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-04-12T03:34:53.842Z|ffd11176-3bfe-4795-9c8e-744ae7899b68|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: ffd11176-3bfe-4795-9c8e-744ae7899b68 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-04-12T03:34:53.849Z|ffd11176-3bfe-4795-9c8e-744ae7899b68|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: ffd11176-3bfe-4795-9c8e-744ae7899b68 and serviceModelVersionId: 3b69f64d-4a57-4cd6-8de3-2ebfec233d85
2022-04-12T03:34:53.849Z|ffd11176-3bfe-4795-9c8e-744ae7899b68|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 01bd320d-bebf-49f0-9958-fa60b9235cc6
2022-04-12T03:34:53.850Z|ffd11176-3bfe-4795-9c8e-744ae7899b68|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/01bd320d-bebf-49f0-9958-fa60b9235cc6/model-vers/model-ver/3b69f64d-4a57-4cd6-8de3-2ebfec233d85?depth=0
2022-04-12T03:34:53.855Z|ffd11176-3bfe-4795-9c8e-744ae7899b68|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2022-04-12T03:34:53.892Z|ffd11176-3bfe-4795-9c8e-744ae7899b68|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/01bd320d-bebf-49f0-9958-fa60b9235cc6/model-vers/model-ver/3b69f64d-4a57-4cd6-8de3-2ebfec233d85?depth=0|INFO|500||Invoke
2022-04-12T03:34:53.892Z|ffd11176-3bfe-4795-9c8e-744ae7899b68|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/01bd320d-bebf-49f0-9958-fa60b9235cc6/model-vers/model-ver/3b69f64d-4a57-4cd6-8de3-2ebfec233d85?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/01bd320d-bebf-49f0-9958-fa60b9235cc6/model-vers/model-ver/3b69f64d-4a57-4cd6-8de3-2ebfec233d85?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[ffd11176-3bfe-4795-9c8e-744ae7899b68], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[f5ab818c-1e7e-44bf-8097-6a95f58629ce], X-ECOMP-RequestID=[ffd11176-3bfe-4795-9c8e-744ae7899b68], X-TransactionId=[], X-ONAP-RequestID=[ffd11176-3bfe-4795-9c8e-744ae7899b68], Content-Type=[application/merge-patch+json]}
2022-04-12T03:34:53.926Z|ffd11176-3bfe-4795-9c8e-744ae7899b68|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/01bd320d-bebf-49f0-9958-fa60b9235cc6/model-vers/model-ver/3b69f64d-4a57-4cd6-8de3-2ebfec233d85?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-04-12T03:34:54.009Z|ffd11176-3bfe-4795-9c8e-744ae7899b68|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/01bd320d-bebf-49f0-9958-fa60b9235cc6/model-vers/model-ver/3b69f64d-4a57-4cd6-8de3-2ebfec233d85?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/01bd320d-bebf-49f0-9958-fa60b9235cc6/model-vers/model-ver/3b69f64d-4a57-4cd6-8de3-2ebfec233d85?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220412-03:34:53:934-91231], vertex-id=[196760], Content-Length=[0], Date=[Tue, 12 Apr 2022 03:34:53 GMT], Content-Type=[application/json]}
2022-04-12T03:34:54.009Z|ffd11176-3bfe-4795-9c8e-744ae7899b68|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/01bd320d-bebf-49f0-9958-fa60b9235cc6/model-vers/model-ver/3b69f64d-4a57-4cd6-8de3-2ebfec233d85?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-04-12T03:34:54.010Z|ffd11176-3bfe-4795-9c8e-744ae7899b68|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/01bd320d-bebf-49f0-9958-fa60b9235cc6/model-vers/model-ver/3b69f64d-4a57-4cd6-8de3-2ebfec233d85?depth=0|INFO|500||InvokeReturn
2022-04-12T03:34:54.011Z|ffd11176-3bfe-4795-9c8e-744ae7899b68|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-04-12T03:34:54.011Z|ffd11176-3bfe-4795-9c8e-744ae7899b68|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-04-12T03:34:54.016Z|ffd11176-3bfe-4795-9c8e-744ae7899b68|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-04-12T03:34:54.016Z|ffd11176-3bfe-4795-9c8e-744ae7899b68|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID ffd11176-3bfe-4795-9c8e-744ae7899b68 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-04-12T03:34:54.017Z|ffd11176-3bfe-4795-9c8e-744ae7899b68|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-04-12T03:34:54.017Z|ffd11176-3bfe-4795-9c8e-744ae7899b68|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-12T03:34:54.018Z|ffd11176-3bfe-4795-9c8e-744ae7899b68|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-12T03:34:54.018Z|ffd11176-3bfe-4795-9c8e-744ae7899b68|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "ffd11176-3bfe-4795-9c8e-744ae7899b68",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649734494017,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-04-12T03:34:54.119Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-04-12T03:34:54.119Z||pool-45-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-12T03:34:54.119Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wdAVihK7YGpqBtkQ) ...
2022-04-12T03:34:54.133Z||pool-45-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-12T03:34:54.133Z||pool-45-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-04-12T03:35:11.928Z|ffd11176-3bfe-4795-9c8e-744ae7899b68|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-12T03:35:11.928Z|ffd11176-3bfe-4795-9c8e-744ae7899b68|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-12T03:35:11.928Z|ffd11176-3bfe-4795-9c8e-744ae7899b68|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 wdAVihK7YGpqBtkQ) ...
2022-04-12T03:35:11.930Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-12T03:35:11.930Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-12T03:35:11.931Z|759b56fb-86e7-4017-aa88-683521cb6b3a|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 wdAVihK7YGpqBtkQ) ...
2022-04-12T03:35:12.043Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-12T03:35:12.044Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-12T03:35:12.044Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ffd11176-3bfe-4795-9c8e-744ae7899b68",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649734451927,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHx8qzst7qka0x4bdytnf/1.0/resourceInstances/pnf4fb023d231180/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-12T03:35:12.045Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-12T03:35:21.459Z|ffd11176-3bfe-4795-9c8e-744ae7899b68|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-12T03:36:11.927Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-12T03:36:11.928Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-12T03:36:11.928Z||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 wdAVihK7YGpqBtkQ) ...
2022-04-12T03:36:11.930Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-12T03:36:11.930Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-12T03:36:11.930Z||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 wdAVihK7YGpqBtkQ) ...
2022-04-12T03:36:12.446Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-12T03:36:12.447Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-12T03:36:12.447Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ffd11176-3bfe-4795-9c8e-744ae7899b68",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649734451927,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHx8qzst7qka0x4bdytnf/1.0/resourceInstances/pnf4fb023d231180/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-12T03:36:12.447Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-12T03:36:12.448Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-12T03:36:12.448Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ffd11176-3bfe-4795-9c8e-744ae7899b68",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649734451927,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHx8qzst7qka0x4bdytnf/1.0/resourceInstances/pnf4fb023d231180/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-12T03:36:12.448Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-12T03:36:12.448Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-12T03:36:12.448Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ffd11176-3bfe-4795-9c8e-744ae7899b68",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649734451927,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHx8qzst7qka0x4bdytnf/1.0/resourceInstances/pnf4fb023d231180/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-12T03:36:12.448Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-12T03:36:12.448Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-12T03:36:12.449Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ffd11176-3bfe-4795-9c8e-744ae7899b68",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649734451927,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHx8qzst7qka0x4bdytnf/1.0/resourceInstances/pnf4fb023d231180/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-12T03:36:12.449Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-12T03:36:12.449Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-12T03:36:12.449Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ffd11176-3bfe-4795-9c8e-744ae7899b68",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649734451927,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHx8qzst7qka0x4bdytnf/1.0/resourceInstances/pnf4fb023d231180/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-12T03:36:12.449Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-12T03:36:12.449Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-12T03:36:12.449Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ffd11176-3bfe-4795-9c8e-744ae7899b68",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649734451927,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHx8qzst7qka0x4bdytnf/1.0/artifacts/service-DemoPnfHx8qzst7qka0x4bdytnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-12T03:36:12.449Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-12T03:36:12.449Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-12T03:36:12.449Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ffd11176-3bfe-4795-9c8e-744ae7899b68",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649734451927,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHx8qzst7qka0x4bdytnf/1.0/artifacts/service-DemoPnfHx8qzst7qka0x4bdytnf-csar.csar",
  "status": "NOTIFIED"
}
2022-04-12T03:36:12.450Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 
2022-04-12T03:36:12.450Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-12T03:36:12.450Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ffd11176-3bfe-4795-9c8e-744ae7899b68",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649734460677,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHx8qzst7qka0x4bdytnf/1.0/artifacts/service-DemoPnfHx8qzst7qka0x4bdytnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-12T03:36:12.450Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-12T03:36:12.450Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-12T03:36:12.450Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ffd11176-3bfe-4795-9c8e-744ae7899b68",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649734462817,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfHx8qzst7qka0x4bdytnf/1.0/artifacts/service-DemoPnfHx8qzst7qka0x4bdytnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-12T03:36:12.450Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-12T03:36:12.450Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-04-12T03:36:12.450Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "ffd11176-3bfe-4795-9c8e-744ae7899b68",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649734494017,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-04-12T03:36:12.450Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-12T03:36:21.465Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-12T03:37:11.928Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-12T03:37:11.928Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-12T03:37:11.928Z||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 wdAVihK7YGpqBtkQ) ...
2022-04-12T03:37:11.930Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-12T03:37:11.930Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-12T03:37:11.930Z||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 wdAVihK7YGpqBtkQ) ...
2022-04-12T03:37:21.465Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-12T03:37:21.466Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-12T03:38:11.928Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-12T03:38:11.928Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-12T03:38:11.928Z||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 wdAVihK7YGpqBtkQ) ...
2022-04-12T03:38:11.930Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-12T03:38:11.930Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-12T03:38:11.930Z||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 wdAVihK7YGpqBtkQ) ...
2022-04-12T03:38:21.465Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-12T03:38:21.472Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-12T03:39:11.927Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-12T03:39:11.928Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-12T03:39:11.928Z||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 wdAVihK7YGpqBtkQ) ...
2022-04-12T03:39:11.930Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-12T03:39:11.930Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-12T03:39:11.930Z|759b56fb-86e7-4017-aa88-683521cb6b3a|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 wdAVihK7YGpqBtkQ) ...
2022-04-12T03:39:21.460Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-12T03:39:21.460Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-12T03:40:11.928Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-12T03:40:11.928Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-12T03:40:11.929Z||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 wdAVihK7YGpqBtkQ) ...
2022-04-12T03:40:11.930Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-12T03:40:11.930Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-12T03:40:11.930Z|759b56fb-86e7-4017-aa88-683521cb6b3a|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 wdAVihK7YGpqBtkQ) ...
2022-04-12T03:40:19.910Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-12T03:40:19.911Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-12T03:40:19.911Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"f10222bb-a7df-4f6a-99d0-285a38b08681","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"08781b43-06d9-4a5f-9036-b18107980505","serviceDescription":"service","serviceInvariantUUID":"fdcf854d-cdcf-454f-8194-5a84fcfd60df","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"5e226d38-d24c-486f-b0c0-7218fe70cb99","resourceInvariantUUID":"5b34f941-f902-4943-ba2e-41ee3ffdefe7","resourceCustomizationUUID":"2887cc06-114b-4d3b-ac7b-1195b85d08a7","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":"YzQ1M2MxODk5OGRmNDk1OTJiYmFkMjVhYzQyMzZlZWQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"2877e662-d682-4522-b3b2-fced8fab4ab7","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":"bf0b4203-6903-47ef-896d-6dbf947c2c22","artifactVersion":"2","generatedFromUUID":"bf758825-c0ed-4685-8240-c465fe7852df"},{"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":"bf758825-c0ed-4685-8240-c465fe7852df","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":"NTUwOTU4ZDJkMWExYjJmNmRmYTE2NjliM2I0ZjI3ZmE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"0215c1e0-0ff0-46e8-afad-fb0ae01fae6c","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":"23169b29-6a7f-4136-9676-19e742ce5bb2","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":"dfb45c31-f14e-47a1-ba46-78abd79d38b2","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":"7920b025-ddca-4ccb-ba8f-e52ec211c6cd","artifactVersion":"2","generatedFromUUID":"23169b29-6a7f-4136-9676-19e742ce5bb2"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"NzJkNmNjZGIwMjU4Y2EwMWZiNmE4MzE4ODhjM2I5MjU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"d0cb48eb-f234-403c-9fa3-27805898c3f8","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"MTZlNmU0MDMxOGY3YmJmNmYxYTI1Yjc2YTVjNGQ4NDQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"374dce30-e370-43ec-a360-a3d4df278ac4","artifactVersion":"1"}],"workloadContext":"Production"}
2022-04-12T03:40:19.914Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-12T03:40:19.914Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-04-12T03:40:19.917Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-12T03:40:19.917Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "f10222bb-a7df-4f6a-99d0-285a38b08681",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649734811928,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-12T03:40:20.017Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-12T03:40:20.018Z||pool-46-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-12T03:40:20.018Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wdAVihK7YGpqBtkQ) ...
2022-04-12T03:40:20.030Z||pool-46-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-12T03:40:20.030Z||pool-46-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":2,"count":1}
2022-04-12T03:40:20.138Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-12T03:40:20.138Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-12T03:40:20.138Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f10222bb-a7df-4f6a-99d0-285a38b08681",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649734811928,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-12T03:40:20.139Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-12T03:40:20.139Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-12T03:40:20.139Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f10222bb-a7df-4f6a-99d0-285a38b08681",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649734815342,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-12T03:40:20.139Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-12T03:40:20.917Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-12T03:40:20.918Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-04-12T03:40:20.921Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-12T03:40:20.921Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "f10222bb-a7df-4f6a-99d0-285a38b08681",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649734811928,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-04-12T03:40:21.021Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-12T03:40:21.022Z||pool-47-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-12T03:40:21.022Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wdAVihK7YGpqBtkQ) ...
2022-04-12T03:40:21.030Z||pool-47-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-12T03:40:21.031Z||pool-47-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-04-12T03:40:21.922Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-12T03:40:21.923Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-04-12T03:40:21.925Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-12T03:40:21.925Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "f10222bb-a7df-4f6a-99d0-285a38b08681",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649734811928,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-04-12T03:40:22.025Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-12T03:40:22.026Z||pool-48-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-12T03:40:22.026Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wdAVihK7YGpqBtkQ) ...
2022-04-12T03:40:22.034Z||pool-48-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-12T03:40:22.035Z||pool-48-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-04-12T03:40:22.926Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-12T03:40:22.926Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-04-12T03:40:22.928Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-12T03:40:22.928Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "f10222bb-a7df-4f6a-99d0-285a38b08681",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649734811928,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-04-12T03:40:23.029Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-04-12T03:40:23.029Z||pool-49-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-12T03:40:23.029Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wdAVihK7YGpqBtkQ) ...
2022-04-12T03:40:23.036Z||pool-49-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-12T03:40:23.037Z||pool-49-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2022-04-12T03:40:23.929Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-12T03:40:23.930Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-04-12T03:40:23.932Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-12T03:40:23.932Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "f10222bb-a7df-4f6a-99d0-285a38b08681",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649734811928,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-04-12T03:40:24.032Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-12T03:40:24.033Z||pool-50-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-12T03:40:24.033Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wdAVihK7YGpqBtkQ) ...
2022-04-12T03:40:24.040Z||pool-50-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-12T03:40:24.041Z||pool-50-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-04-12T03:40:24.932Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-12T03:40:24.933Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-04-12T03:40:24.934Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-12T03:40:24.934Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "f10222bb-a7df-4f6a-99d0-285a38b08681",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649734811928,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-12T03:40:25.034Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-12T03:40:25.035Z||pool-51-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-12T03:40:25.035Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wdAVihK7YGpqBtkQ) ...
2022-04-12T03:40:25.044Z||pool-51-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-12T03:40:25.044Z||pool-51-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-04-12T03:40:25.934Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-12T03:40:25.935Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-04-12T03:40:25.937Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-12T03:40:25.937Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "f10222bb-a7df-4f6a-99d0-285a38b08681",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649734811928,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-04-12T03:40:26.037Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-12T03:40:26.038Z||pool-52-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-12T03:40:26.038Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wdAVihK7YGpqBtkQ) ...
2022-04-12T03:40:26.047Z||pool-52-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-12T03:40:26.047Z||pool-52-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1}
2022-04-12T03:40:26.937Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-12T03:40:26.938Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-04-12T03:40:26.940Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-12T03:40:26.940Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "f10222bb-a7df-4f6a-99d0-285a38b08681",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649734811928,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-12T03:40:27.041Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-04-12T03:40:27.042Z||pool-53-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-12T03:40:27.042Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wdAVihK7YGpqBtkQ) ...
2022-04-12T03:40:27.051Z||pool-53-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-12T03:40:27.052Z||pool-53-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-04-12T03:40:27.941Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-12T03:40:27.942Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-04-12T03:40:27.944Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-12T03:40:27.944Z||pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "f10222bb-a7df-4f6a-99d0-285a38b08681",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649734811928,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-04-12T03:40:28.044Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-12T03:40:28.045Z||pool-54-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-12T03:40:28.045Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wdAVihK7YGpqBtkQ) ...
2022-04-12T03:40:28.055Z||pool-54-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-12T03:40:28.055Z||pool-54-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-04-12T03:40:28.946Z||pool-2-thread-2|||||DEBUG|500||sending notification to client: {
  "distributionID": "f10222bb-a7df-4f6a-99d0-285a38b08681",
  "serviceName": "basic_cnf",
  "serviceVersion": "1.0",
  "serviceUUID": "08781b43-06d9-4a5f-9036-b18107980505",
  "serviceDescription": "service",
  "serviceInvariantUUID": "fdcf854d-cdcf-454f-8194-5a84fcfd60df",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf 0",
      "resourceCustomizationUUID": "2887cc06-114b-4d3b-ac7b-1195b85d08a7",
      "resourceName": "basic_cnf",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "5e226d38-d24c-486f-b0c0-7218fe70cb99",
      "resourceInvariantUUID": "5b34f941-f902-4943-ba2e-41ee3ffdefe7",
      "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": "bf0b4203-6903-47ef-896d-6dbf947c2c22",
          "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": "bf758825-c0ed-4685-8240-c465fe7852df",
          "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": "NTUwOTU4ZDJkMWExYjJmNmRmYTE2NjliM2I0ZjI3ZmE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "0215c1e0-0ff0-46e8-afad-fb0ae01fae6c",
          "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": "23169b29-6a7f-4136-9676-19e742ce5bb2",
          "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": "7920b025-ddca-4ccb-ba8f-e52ec211c6cd",
            "generatedFromUUID": "23169b29-6a7f-4136-9676-19e742ce5bb2"
          },
          "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": "7920b025-ddca-4ccb-ba8f-e52ec211c6cd",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnf-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
      "artifactChecksum": "MTZlNmU0MDMxOGY3YmJmNmYxYTI1Yjc2YTVjNGQ4NDQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "374dce30-e370-43ec-a360-a3d4df278ac4"
    }
  ],
  "workloadContext": "Production"
}
2022-04-12T03:40:28.946Z||pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-04-12T03:40:28.946Z||pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 08781b43-06d9-4a5f-9036-b18107980505 ASDC
2022-04-12T03:40:28.947Z|f10222bb-a7df-4f6a-99d0-285a38b08681|pool-2-thread-2|||||DEBUG|500||ASDC Notification:
DistributionID:f10222bb-a7df-4f6a-99d0-285a38b08681
ServiceName:basic_cnf
ServiceVersion:1.0
ServiceUUID:08781b43-06d9-4a5f-9036-b18107980505
ServiceInvariantUUID:fdcf854d-cdcf-454f-8194-5a84fcfd60df
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:374dce30-e370-43ec-a360-a3d4df278ac4
ArtifactChecksum:MTZlNmU0MDMxOGY3YmJmNmYxYTI1Yjc2YTVjNGQ4NDQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf 0
ResourceCustomizationUUID:2887cc06-114b-4d3b-ac7b-1195b85d08a7
ResourceInvariantUUID:5b34f941-f902-4943-ba2e-41ee3ffdefe7
ResourceName:basic_cnf
ResourceType:VF
ResourceUUID:5e226d38-d24c-486f-b0c0-7218fe70cb99
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:bf0b4203-6903-47ef-896d-6dbf947c2c22
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:bf758825-c0ed-4685-8240-c465fe7852df
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:0215c1e0-0ff0-46e8-afad-fb0ae01fae6c
ArtifactChecksum:NTUwOTU4ZDJkMWExYjJmNmRmYTE2NjliM2I0ZjI3ZmE=
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:23169b29-6a7f-4136-9676-19e742ce5bb2
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:7920b025-ddca-4ccb-ba8f-e52ec211c6cd
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:7920b025-ddca-4ccb-ba8f-e52ec211c6cd
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-04-12T03:40:28.947Z|f10222bb-a7df-4f6a-99d0-285a38b08681|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 08781b43-06d9-4a5f-9036-b18107980505 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-12T03:40:28.973Z|f10222bb-a7df-4f6a-99d0-285a38b08681|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-12T03:40:28.974Z|f10222bb-a7df-4f6a-99d0-285a38b08681|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-04-12T03:40:28.974Z|f10222bb-a7df-4f6a-99d0-285a38b08681|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-04-12T03:40:28.974Z|f10222bb-a7df-4f6a-99d0-285a38b08681|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 374dce30-e370-43ec-a360-a3d4df278ac4 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-04-12T03:40:28.974Z|f10222bb-a7df-4f6a-99d0-285a38b08681|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-04-12T03:40:28.974Z|f10222bb-a7df-4f6a-99d0-285a38b08681|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-04-12T03:40:29.462Z|f10222bb-a7df-4f6a-99d0-285a38b08681|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-04-12T03:40:29.466Z|f10222bb-a7df-4f6a-99d0-285a38b08681|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 374dce30-e370-43ec-a360-a3d4df278ac4 68952
2022-04-12T03:40:29.466Z|f10222bb-a7df-4f6a-99d0-285a38b08681|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2022-04-12T03:40:29.467Z|f10222bb-a7df-4f6a-99d0-285a38b08681|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-04-12T03:40:29.467Z|f10222bb-a7df-4f6a-99d0-285a38b08681|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-12T03:40:29.467Z|f10222bb-a7df-4f6a-99d0-285a38b08681|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-04-12T03:40:29.469Z|f10222bb-a7df-4f6a-99d0-285a38b08681|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-12T03:40:29.469Z|f10222bb-a7df-4f6a-99d0-285a38b08681|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "f10222bb-a7df-4f6a-99d0-285a38b08681",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649734829466,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-12T03:40:29.569Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-12T03:40:29.570Z||pool-55-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-12T03:40:29.570Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wdAVihK7YGpqBtkQ) ...
2022-04-12T03:40:29.581Z||pool-55-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-12T03:40:29.581Z||pool-55-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-04-12T03:40:30.470Z|f10222bb-a7df-4f6a-99d0-285a38b08681|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-12T03:40:30.471Z|f10222bb-a7df-4f6a-99d0-285a38b08681|pool-2-thread-2|||||INFO|500||MSO config path is: /app
2022-04-12T03:40:30.471Z|f10222bb-a7df-4f6a-99d0-285a38b08681|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 374dce30-e370-43ec-a360-a3d4df278ac4, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar
2022-04-12T03:40:30.472Z|f10222bb-a7df-4f6a-99d0-285a38b08681|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar
2022-04-12T03:40:30.472Z|f10222bb-a7df-4f6a-99d0-285a38b08681|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar
2022-04-12T03:40:30.472Z|f10222bb-a7df-4f6a-99d0-285a38b08681|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar
2022-04-12T03:40:30.629Z|f10222bb-a7df-4f6a-99d0-285a38b08681|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12363079525357056769/Definitions/service-BasicCnf-template.yml
2022-04-12T03:40:31.559Z|f10222bb-a7df-4f6a-99d0-285a38b08681|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0
2022-04-12T03:40:31.560Z|f10222bb-a7df-4f6a-99d0-285a38b08681|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-04-12T03:40:31.560Z|f10222bb-a7df-4f6a-99d0-285a38b08681|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-04-12T03:40:31.560Z|f10222bb-a7df-4f6a-99d0-285a38b08681|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2022-04-12T03:40:31.560Z|f10222bb-a7df-4f6a-99d0-285a38b08681|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-04-12T03:40:31.560Z|f10222bb-a7df-4f6a-99d0-285a38b08681|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-04-12T03:40:31.560Z|f10222bb-a7df-4f6a-99d0-285a38b08681|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-04-12T03:40:31.560Z|f10222bb-a7df-4f6a-99d0-285a38b08681|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-04-12T03:40:31.560Z|f10222bb-a7df-4f6a-99d0-285a38b08681|pool-2-thread-2|||||WARN|500||####################################################################################################
2022-04-12T03:40:31.560Z|f10222bb-a7df-4f6a-99d0-285a38b08681|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-12T03:40:31.560Z|f10222bb-a7df-4f6a-99d0-285a38b08681|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-12T03:40:31.561Z|f10222bb-a7df-4f6a-99d0-285a38b08681|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-04-12T03:40:31.561Z|f10222bb-a7df-4f6a-99d0-285a38b08681|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-04-12T03:40:31.561Z|f10222bb-a7df-4f6a-99d0-285a38b08681|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-12T03:40:31.561Z|f10222bb-a7df-4f6a-99d0-285a38b08681|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-12T03:40:31.561Z|f10222bb-a7df-4f6a-99d0-285a38b08681|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-12T03:40:31.561Z|f10222bb-a7df-4f6a-99d0-285a38b08681|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-04-12T03:40:31.561Z|f10222bb-a7df-4f6a-99d0-285a38b08681|pool-2-thread-2|||||DEBUG|500||Search for entities recursively
2022-04-12T03:40:31.561Z|f10222bb-a7df-4f6a-99d0-285a38b08681|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-12T03:40:31.561Z|f10222bb-a7df-4f6a-99d0-285a38b08681|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-12T03:40:31.562Z|f10222bb-a7df-4f6a-99d0-285a38b08681|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-12T03:40:31.562Z|f10222bb-a7df-4f6a-99d0-285a38b08681|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-12T03:40:31.562Z|f10222bb-a7df-4f6a-99d0-285a38b08681|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-04-12T03:40:31.562Z|f10222bb-a7df-4f6a-99d0-285a38b08681|pool-2-thread-2|||||DEBUG|500||Node template abstract_dummy is not matching search criteria
2022-04-12T03:40:31.562Z|f10222bb-a7df-4f6a-99d0-285a38b08681|pool-2-thread-2|||||DEBUG|500||Node template dummy is not matching search criteria
2022-04-12T03:40:31.562Z|f10222bb-a7df-4f6a-99d0-285a38b08681|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-04-12T03:40:31.562Z|f10222bb-a7df-4f6a-99d0-285a38b08681|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-12T03:40:31.562Z|f10222bb-a7df-4f6a-99d0-285a38b08681|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-12T03:40:31.562Z|f10222bb-a7df-4f6a-99d0-285a38b08681|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-12T03:40:31.562Z|f10222bb-a7df-4f6a-99d0-285a38b08681|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-04-12T03:40:31.562Z|f10222bb-a7df-4f6a-99d0-285a38b08681|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-12T03:40:31.563Z|f10222bb-a7df-4f6a-99d0-285a38b08681|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-12T03:40:31.563Z|f10222bb-a7df-4f6a-99d0-285a38b08681|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-04-12T03:40:31.563Z|f10222bb-a7df-4f6a-99d0-285a38b08681|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-12T03:40:31.563Z|f10222bb-a7df-4f6a-99d0-285a38b08681|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-12T03:40:31.563Z|f10222bb-a7df-4f6a-99d0-285a38b08681|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-04-12T03:40:31.563Z|f10222bb-a7df-4f6a-99d0-285a38b08681|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-12T03:40:31.563Z|f10222bb-a7df-4f6a-99d0-285a38b08681|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-12T03:40:31.563Z|f10222bb-a7df-4f6a-99d0-285a38b08681|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-04-12T03:40:31.563Z|f10222bb-a7df-4f6a-99d0-285a38b08681|pool-2-thread-2|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2022-04-12T03:40:31.563Z|f10222bb-a7df-4f6a-99d0-285a38b08681|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=3efc87b2-c94b-4feb-b43a-d62545dc577b
2022-04-12T03:40:31.563Z|f10222bb-a7df-4f6a-99d0-285a38b08681|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-12T03:40:31.563Z|f10222bb-a7df-4f6a-99d0-285a38b08681|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-12T03:40:31.564Z|f10222bb-a7df-4f6a-99d0-285a38b08681|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-12T03:40:31.564Z|f10222bb-a7df-4f6a-99d0-285a38b08681|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-12T03:40:31.564Z|f10222bb-a7df-4f6a-99d0-285a38b08681|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-12T03:40:31.564Z|f10222bb-a7df-4f6a-99d0-285a38b08681|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-12T03:40:31.564Z|f10222bb-a7df-4f6a-99d0-285a38b08681|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-12T03:40:31.564Z|f10222bb-a7df-4f6a-99d0-285a38b08681|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-12T03:40:31.564Z|f10222bb-a7df-4f6a-99d0-285a38b08681|pool-2-thread-2|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf
Description:service
Model UUID:08781b43-06d9-4a5f-9036-b18107980505
Model Version:NULL
Model InvariantUuid:fdcf854d-cdcf-454f-8194-5a84fcfd60df
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf
Model UUID:c2eacdf2-6dcf-4a44-aff2-7e39d07a686d
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:5b34f941-f902-4943-ba2e-41ee3ffdefe7
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:2887cc06-114b-4d3b-ac7b-1195b85d08a7
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:2db9fb3a-33b6-4542-9feb-1ca9764b8457
ModelName:BasicCnf..base_dummy..module-0
ModelUuid:c6bbd279-c644-437b-b446-b2908fe4b300
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:3efc87b2-c94b-4feb-b43a-d62545dc577b
ModelInvariantUuid:31bdb72f-571e-4a35-9480-a899cf8a59b1
ModelName:basic_cnf-nodes.dummyCvfc
ModelUuid:5198bccd-c0dc-4ab6-9b23-8a3835bf0098
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy


VNFC Properties:
ModelCustomizationUuid:8d96e764-d96c-4818-898a-3f42743d98e9
ModelInvariantUuid:3d744922-5a34-49b8-85de-eec9c2db33c6
ModelName:BasicCnf.compute.nodes.heat.dummy
ModelUuid:44704c0e-a7df-4600-a89f-989903f2cf04
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-04-12T03:40:31.570Z|f10222bb-a7df-4f6a-99d0-285a38b08681|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: 5e226d38-d24c-486f-b0c0-7218fe70cb99
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-12T03:40:31.573Z|f10222bb-a7df-4f6a-99d0-285a38b08681|pool-2-thread-2|||||INFO|500||basic_cnf 0
2022-04-12T03:40:31.573Z|f10222bb-a7df-4f6a-99d0-285a38b08681|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 5e226d38-d24c-486f-b0c0-7218fe70cb99
2022-04-12T03:40:31.574Z|f10222bb-a7df-4f6a-99d0-285a38b08681|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: bf0b4203-6903-47ef-896d-6dbf947c2c22 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2022-04-12T03:40:31.574Z|f10222bb-a7df-4f6a-99d0-285a38b08681|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-04-12T03:40:31.574Z|f10222bb-a7df-4f6a-99d0-285a38b08681|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2022-04-12T03:40:31.861Z|f10222bb-a7df-4f6a-99d0-285a38b08681|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-04-12T03:40:31.861Z|f10222bb-a7df-4f6a-99d0-285a38b08681|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env bf0b4203-6903-47ef-896d-6dbf947c2c22 12
2022-04-12T03:40:31.861Z|f10222bb-a7df-4f6a-99d0-285a38b08681|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification
2022-04-12T03:40:31.861Z|f10222bb-a7df-4f6a-99d0-285a38b08681|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2022-04-12T03:40:31.861Z|f10222bb-a7df-4f6a-99d0-285a38b08681|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-12T03:40:31.861Z|f10222bb-a7df-4f6a-99d0-285a38b08681|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-04-12T03:40:31.863Z|f10222bb-a7df-4f6a-99d0-285a38b08681|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-12T03:40:31.863Z|f10222bb-a7df-4f6a-99d0-285a38b08681|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "f10222bb-a7df-4f6a-99d0-285a38b08681",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649734831861,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2022-04-12T03:40:31.963Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-12T03:40:31.964Z||pool-56-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-12T03:40:31.965Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wdAVihK7YGpqBtkQ) ...
2022-04-12T03:40:31.975Z||pool-56-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-12T03:40:31.975Z||pool-56-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-04-12T03:40:32.864Z|f10222bb-a7df-4f6a-99d0-285a38b08681|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: bf758825-c0ed-4685-8240-c465fe7852df from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2022-04-12T03:40:32.865Z|f10222bb-a7df-4f6a-99d0-285a38b08681|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-04-12T03:40:32.865Z|f10222bb-a7df-4f6a-99d0-285a38b08681|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2022-04-12T03:40:33.355Z|f10222bb-a7df-4f6a-99d0-285a38b08681|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-04-12T03:40:33.355Z|f10222bb-a7df-4f6a-99d0-285a38b08681|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz bf758825-c0ed-4685-8240-c465fe7852df 2688
2022-04-12T03:40:33.355Z|f10222bb-a7df-4f6a-99d0-285a38b08681|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification
2022-04-12T03:40:33.356Z|f10222bb-a7df-4f6a-99d0-285a38b08681|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2022-04-12T03:40:33.356Z|f10222bb-a7df-4f6a-99d0-285a38b08681|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-12T03:40:33.356Z|f10222bb-a7df-4f6a-99d0-285a38b08681|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-04-12T03:40:33.358Z|f10222bb-a7df-4f6a-99d0-285a38b08681|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-12T03:40:33.358Z|f10222bb-a7df-4f6a-99d0-285a38b08681|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "f10222bb-a7df-4f6a-99d0-285a38b08681",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649734833355,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-04-12T03:40:33.458Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-12T03:40:33.459Z||pool-57-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-12T03:40:33.459Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wdAVihK7YGpqBtkQ) ...
2022-04-12T03:40:33.468Z||pool-57-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-12T03:40:33.469Z||pool-57-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-04-12T03:40:34.359Z|f10222bb-a7df-4f6a-99d0-285a38b08681|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 0215c1e0-0ff0-46e8-afad-fb0ae01fae6c from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-04-12T03:40:34.360Z|f10222bb-a7df-4f6a-99d0-285a38b08681|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-04-12T03:40:34.360Z|f10222bb-a7df-4f6a-99d0-285a38b08681|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-04-12T03:40:34.768Z|f10222bb-a7df-4f6a-99d0-285a38b08681|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-04-12T03:40:34.768Z|f10222bb-a7df-4f6a-99d0-285a38b08681|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 0215c1e0-0ff0-46e8-afad-fb0ae01fae6c 828
2022-04-12T03:40:34.769Z|f10222bb-a7df-4f6a-99d0-285a38b08681|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification
2022-04-12T03:40:34.769Z|f10222bb-a7df-4f6a-99d0-285a38b08681|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-04-12T03:40:34.769Z|f10222bb-a7df-4f6a-99d0-285a38b08681|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-12T03:40:34.769Z|f10222bb-a7df-4f6a-99d0-285a38b08681|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-04-12T03:40:34.770Z|f10222bb-a7df-4f6a-99d0-285a38b08681|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-12T03:40:34.770Z|f10222bb-a7df-4f6a-99d0-285a38b08681|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "f10222bb-a7df-4f6a-99d0-285a38b08681",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649734834769,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-12T03:40:34.871Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-12T03:40:34.872Z||pool-58-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-12T03:40:34.872Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wdAVihK7YGpqBtkQ) ...
2022-04-12T03:40:34.882Z||pool-58-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-12T03:40:34.882Z||pool-58-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-04-12T03:40:35.771Z|f10222bb-a7df-4f6a-99d0-285a38b08681|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "2db9fb3a-33b6-4542-9feb-1ca9764b8457",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "c6bbd279-c644-437b-b446-b2908fe4b300",
    "vfModuleModelCustomizationUUID": "aa5e062d-6545-41b7-b5bf-92e18d4084c2",
    "isBase": true,
    "artifacts": [
      "bf758825-c0ed-4685-8240-c465fe7852df",
      "23169b29-6a7f-4136-9676-19e742ce5bb2",
      "7920b025-ddca-4ccb-ba8f-e52ec211c6cd"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_dummy",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-04-12T03:40:35.775Z|f10222bb-a7df-4f6a-99d0-285a38b08681|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:c6bbd279-c644-437b-b446-b2908fe4b300
VfModuleModelInvariantUUID:2db9fb3a-33b6-4542-9feb-1ca9764b8457
VfModuleModelDescription:NULL
Artifacts UUID List:{
bf758825-c0ed-4685-8240-c465fe7852df
,
23169b29-6a7f-4136-9676-19e742ce5bb2
,
7920b025-ddca-4ccb-ba8f-e52ec211c6cd

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

isBase:true


}

2022-04-12T03:40:35.778Z|f10222bb-a7df-4f6a-99d0-285a38b08681|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "2db9fb3a-33b6-4542-9feb-1ca9764b8457",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "c6bbd279-c644-437b-b446-b2908fe4b300",
    "vfModuleModelCustomizationUUID": "aa5e062d-6545-41b7-b5bf-92e18d4084c2",
    "isBase": true,
    "artifacts": [
      "bf758825-c0ed-4685-8240-c465fe7852df",
      "23169b29-6a7f-4136-9676-19e742ce5bb2",
      "7920b025-ddca-4ccb-ba8f-e52ec211c6cd"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_dummy",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-04-12T03:40:35.778Z|f10222bb-a7df-4f6a-99d0-285a38b08681|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:c6bbd279-c644-437b-b446-b2908fe4b300
VfModuleModelInvariantUUID:2db9fb3a-33b6-4542-9feb-1ca9764b8457
VfModuleModelDescription:NULL
Artifacts UUID List:{
bf758825-c0ed-4685-8240-c465fe7852df
,
23169b29-6a7f-4136-9676-19e742ce5bb2
,
7920b025-ddca-4ccb-ba8f-e52ec211c6cd

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

isBase:true


}

2022-04-12T03:40:35.779Z|f10222bb-a7df-4f6a-99d0-285a38b08681|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 23169b29-6a7f-4136-9676-19e742ce5bb2 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-04-12T03:40:35.779Z|f10222bb-a7df-4f6a-99d0-285a38b08681|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-04-12T03:40:35.779Z|f10222bb-a7df-4f6a-99d0-285a38b08681|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-04-12T03:40:35.928Z|f10222bb-a7df-4f6a-99d0-285a38b08681|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-04-12T03:40:35.929Z|f10222bb-a7df-4f6a-99d0-285a38b08681|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 23169b29-6a7f-4136-9676-19e742ce5bb2 1164
2022-04-12T03:40:35.929Z|f10222bb-a7df-4f6a-99d0-285a38b08681|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification
2022-04-12T03:40:35.929Z|f10222bb-a7df-4f6a-99d0-285a38b08681|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-04-12T03:40:35.929Z|f10222bb-a7df-4f6a-99d0-285a38b08681|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-12T03:40:35.929Z|f10222bb-a7df-4f6a-99d0-285a38b08681|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-04-12T03:40:35.931Z|f10222bb-a7df-4f6a-99d0-285a38b08681|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-12T03:40:35.931Z|f10222bb-a7df-4f6a-99d0-285a38b08681|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "f10222bb-a7df-4f6a-99d0-285a38b08681",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649734835929,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-12T03:40:36.031Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-12T03:40:36.032Z||pool-59-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-12T03:40:36.033Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wdAVihK7YGpqBtkQ) ...
2022-04-12T03:40:36.042Z||pool-59-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-12T03:40:36.042Z||pool-59-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-04-12T03:40:36.932Z|f10222bb-a7df-4f6a-99d0-285a38b08681|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 7920b025-ddca-4ccb-ba8f-e52ec211c6cd from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-04-12T03:40:36.932Z|f10222bb-a7df-4f6a-99d0-285a38b08681|pool-2-thread-2|||||INFO|500||DistributionClient - download
2022-04-12T03:40:36.933Z|f10222bb-a7df-4f6a-99d0-285a38b08681|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-04-12T03:40:37.136Z|f10222bb-a7df-4f6a-99d0-285a38b08681|pool-2-thread-2|||||DEBUG|500||GET Response Status 200
2022-04-12T03:40:37.137Z|f10222bb-a7df-4f6a-99d0-285a38b08681|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 7920b025-ddca-4ccb-ba8f-e52ec211c6cd 200
2022-04-12T03:40:37.137Z|f10222bb-a7df-4f6a-99d0-285a38b08681|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification
2022-04-12T03:40:37.137Z|f10222bb-a7df-4f6a-99d0-285a38b08681|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-04-12T03:40:37.138Z|f10222bb-a7df-4f6a-99d0-285a38b08681|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-12T03:40:37.138Z|f10222bb-a7df-4f6a-99d0-285a38b08681|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-04-12T03:40:37.140Z|f10222bb-a7df-4f6a-99d0-285a38b08681|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-12T03:40:37.140Z|f10222bb-a7df-4f6a-99d0-285a38b08681|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "f10222bb-a7df-4f6a-99d0-285a38b08681",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649734837137,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-04-12T03:40:37.240Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-12T03:40:37.241Z||pool-60-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-12T03:40:37.241Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wdAVihK7YGpqBtkQ) ...
2022-04-12T03:40:37.250Z||pool-60-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-12T03:40:37.250Z||pool-60-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-04-12T03:40:38.140Z|f10222bb-a7df-4f6a-99d0-285a38b08681|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 08781b43-06d9-4a5f-9036-b18107980505
2022-04-12T03:40:38.141Z|f10222bb-a7df-4f6a-99d0-285a38b08681|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 5e226d38-d24c-486f-b0c0-7218fe70cb99 ASDC
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
2022-04-12T03:40:38.157Z|f10222bb-a7df-4f6a-99d0-285a38b08681|pool-2-thread-2|||||WARN|500||ASDC_ARTIFACT_TYPE_NOT_SUPPORT CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT(Artifact Name:nginx_cloudtech_k8s_charts.tgz) 300 Artifact type not supported
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-12T03:40:38.160Z|f10222bb-a7df-4f6a-99d0-285a38b08681|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@4fecdbf1, org.onap.sdc.toscaparser.api.parameters.Input@58ef0ce1, org.onap.sdc.toscaparser.api.parameters.Input@3f4cdb8a, org.onap.sdc.toscaparser.api.parameters.Input@3c0cb7af, org.onap.sdc.toscaparser.api.parameters.Input@1596d08c]
2022-04-12T03:40:38.162Z|f10222bb-a7df-4f6a-99d0-285a38b08681|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-12T03:40:38.162Z|f10222bb-a7df-4f6a-99d0-285a38b08681|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-12T03:40:38.162Z|f10222bb-a7df-4f6a-99d0-285a38b08681|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic 
2022-04-12T03:40:38.162Z|f10222bb-a7df-4f6a-99d0-285a38b08681|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= 2887cc06-114b-4d3b-ac7b-1195b85d08a7
2022-04-12T03:40:38.162Z|f10222bb-a7df-4f6a-99d0-285a38b08681|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 2887cc06-114b-4d3b-ac7b-1195b85d08a7 matches Tosca VF Customization UUID: 2887cc06-114b-4d3b-ac7b-1195b85d08a7
2022-04-12T03:40:38.162Z|f10222bb-a7df-4f6a-99d0-285a38b08681|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: 2887cc06-114b-4d3b-ac7b-1195b85d08a7  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-04-12T03:40:38.165Z|f10222bb-a7df-4f6a-99d0-285a38b08681|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-12T03:40:38.165Z|f10222bb-a7df-4f6a-99d0-285a38b08681|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-12T03:40:38.166Z|f10222bb-a7df-4f6a-99d0-285a38b08681|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id 2887cc06-114b-4d3b-ac7b-1195b85d08a7: {\"vf_module_id\":\"PROVIDED_BY_ONAP\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_id\":\"PROVIDED_BY_ONAP\",\"dummy_image_name\":\"dummy\",\"vnf_name\":\"PROVIDED_BY_ONAP\",\"dummy_name_0\":\"dummy_1_0\",\"dummy_flavor_name\":\"dummy.default\"}
2022-04-12T03:40:38.167Z|f10222bb-a7df-4f6a-99d0-285a38b08681|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@359f3093
2022-04-12T03:40:38.167Z|f10222bb-a7df-4f6a-99d0-285a38b08681|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-12T03:40:38.167Z|f10222bb-a7df-4f6a-99d0-285a38b08681|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-12T03:40:38.167Z|f10222bb-a7df-4f6a-99d0-285a38b08681|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : aa5e062d-6545-41b7-b5bf-92e18d4084c2
2022-04-12T03:40:38.167Z|f10222bb-a7df-4f6a-99d0-285a38b08681|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID aa5e062d-6545-41b7-b5bf-92e18d4084c2
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-04-12T03:40:38.171Z|f10222bb-a7df-4f6a-99d0-285a38b08681|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-12T03:40:38.171Z|f10222bb-a7df-4f6a-99d0-285a38b08681|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-04-12T03:40:38.171Z|f10222bb-a7df-4f6a-99d0-285a38b08681|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-12T03:40:38.171Z|f10222bb-a7df-4f6a-99d0-285a38b08681|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-12T03:40:38.172Z|f10222bb-a7df-4f6a-99d0-285a38b08681|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-04-12T03:40:38.172Z|f10222bb-a7df-4f6a-99d0-285a38b08681|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-12T03:40:38.172Z|f10222bb-a7df-4f6a-99d0-285a38b08681|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-12T03:40:38.172Z|f10222bb-a7df-4f6a-99d0-285a38b08681|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-04-12T03:40:38.172Z|f10222bb-a7df-4f6a-99d0-285a38b08681|pool-2-thread-2|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2022-04-12T03:40:38.173Z|f10222bb-a7df-4f6a-99d0-285a38b08681|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=3efc87b2-c94b-4feb-b43a-d62545dc577b
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-04-12T03:40:38.175Z|f10222bb-a7df-4f6a-99d0-285a38b08681|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-12T03:40:38.176Z|f10222bb-a7df-4f6a-99d0-285a38b08681|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-04-12T03:40:38.176Z|f10222bb-a7df-4f6a-99d0-285a38b08681|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-12T03:40:38.176Z|f10222bb-a7df-4f6a-99d0-285a38b08681|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-12T03:40:38.176Z|f10222bb-a7df-4f6a-99d0-285a38b08681|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-04-12T03:40:38.176Z|f10222bb-a7df-4f6a-99d0-285a38b08681|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=2887cc06-114b-4d3b-ac7b-1195b85d08a7
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-12T03:40:38.178Z|f10222bb-a7df-4f6a-99d0-285a38b08681|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-12T03:40:38.178Z|f10222bb-a7df-4f6a-99d0-285a38b08681|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-12T03:40:38.178Z|f10222bb-a7df-4f6a-99d0-285a38b08681|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid 08781b43-06d9-4a5f-9036-b18107980505: basic_cnf
2022-04-12T03:40:38.178Z|f10222bb-a7df-4f6a-99d0-285a38b08681|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-12T03:40:38.178Z|f10222bb-a7df-4f6a-99d0-285a38b08681|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-12T03:40:38.178Z|f10222bb-a7df-4f6a-99d0-285a38b08681|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-12T03:40:38.178Z|f10222bb-a7df-4f6a-99d0-285a38b08681|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-12T03:40:38.178Z|f10222bb-a7df-4f6a-99d0-285a38b08681|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-12T03:40:38.179Z|f10222bb-a7df-4f6a-99d0-285a38b08681|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-12T03:40:38.179Z|f10222bb-a7df-4f6a-99d0-285a38b08681|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-12T03:40:38.179Z|f10222bb-a7df-4f6a-99d0-285a38b08681|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-12T03:40:38.179Z|f10222bb-a7df-4f6a-99d0-285a38b08681|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-12T03:40:38.179Z|f10222bb-a7df-4f6a-99d0-285a38b08681|pool-2-thread-2|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-12T03:40:38.179Z|f10222bb-a7df-4f6a-99d0-285a38b08681|pool-2-thread-2|||||INFO|500||Saving Service: basic_cnf 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-12T03:40:38.252Z|f10222bb-a7df-4f6a-99d0-285a38b08681|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf 5e226d38-d24c-486f-b0c0-7218fe70cb99 1 ASDC deployResourceStructure
2022-04-12T03:40:38.253Z|f10222bb-a7df-4f6a-99d0-285a38b08681|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification
2022-04-12T03:40:38.254Z|f10222bb-a7df-4f6a-99d0-285a38b08681|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env(The artifact has not been used by the modules defined in the resource)
2022-04-12T03:40:38.254Z|f10222bb-a7df-4f6a-99d0-285a38b08681|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-04-12T03:40:38.254Z|f10222bb-a7df-4f6a-99d0-285a38b08681|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-04-12T03:40:38.255Z|f10222bb-a7df-4f6a-99d0-285a38b08681|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-12T03:40:38.256Z|f10222bb-a7df-4f6a-99d0-285a38b08681|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "f10222bb-a7df-4f6a-99d0-285a38b08681",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649734838253,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-04-12T03:40:38.356Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-12T03:40:38.356Z||pool-61-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-12T03:40:38.357Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wdAVihK7YGpqBtkQ) ...
2022-04-12T03:40:38.367Z||pool-61-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-12T03:40:38.367Z||pool-61-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2022-04-12T03:40:39.256Z|f10222bb-a7df-4f6a-99d0-285a38b08681|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification
2022-04-12T03:40:39.257Z|f10222bb-a7df-4f6a-99d0-285a38b08681|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz(The artifact has not been used by the modules defined in the resource)
2022-04-12T03:40:39.257Z|f10222bb-a7df-4f6a-99d0-285a38b08681|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-04-12T03:40:39.257Z|f10222bb-a7df-4f6a-99d0-285a38b08681|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-04-12T03:40:39.258Z|f10222bb-a7df-4f6a-99d0-285a38b08681|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-12T03:40:39.259Z|f10222bb-a7df-4f6a-99d0-285a38b08681|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "f10222bb-a7df-4f6a-99d0-285a38b08681",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649734839256,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-04-12T03:40:39.359Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-12T03:40:39.359Z||pool-62-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-12T03:40:39.360Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wdAVihK7YGpqBtkQ) ...
2022-04-12T03:40:39.368Z||pool-62-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-12T03:40:39.369Z||pool-62-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-04-12T03:40:40.259Z|f10222bb-a7df-4f6a-99d0-285a38b08681|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification
2022-04-12T03:40:40.260Z|f10222bb-a7df-4f6a-99d0-285a38b08681|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-04-12T03:40:40.260Z|f10222bb-a7df-4f6a-99d0-285a38b08681|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-12T03:40:40.261Z|f10222bb-a7df-4f6a-99d0-285a38b08681|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-04-12T03:40:40.263Z|f10222bb-a7df-4f6a-99d0-285a38b08681|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-12T03:40:40.263Z|f10222bb-a7df-4f6a-99d0-285a38b08681|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "f10222bb-a7df-4f6a-99d0-285a38b08681",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649734840259,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-12T03:40:40.364Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-12T03:40:40.365Z||pool-63-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-12T03:40:40.365Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wdAVihK7YGpqBtkQ) ...
2022-04-12T03:40:40.375Z||pool-63-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-12T03:40:40.375Z||pool-63-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-04-12T03:40:41.265Z|f10222bb-a7df-4f6a-99d0-285a38b08681|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification
2022-04-12T03:40:41.265Z|f10222bb-a7df-4f6a-99d0-285a38b08681|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-04-12T03:40:41.265Z|f10222bb-a7df-4f6a-99d0-285a38b08681|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-12T03:40:41.265Z|f10222bb-a7df-4f6a-99d0-285a38b08681|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-04-12T03:40:41.268Z|f10222bb-a7df-4f6a-99d0-285a38b08681|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-12T03:40:41.268Z|f10222bb-a7df-4f6a-99d0-285a38b08681|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "f10222bb-a7df-4f6a-99d0-285a38b08681",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649734841265,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2022-04-12T03:40:41.368Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-12T03:40:41.369Z||pool-64-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-12T03:40:41.369Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wdAVihK7YGpqBtkQ) ...
2022-04-12T03:40:41.379Z||pool-64-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-12T03:40:41.379Z||pool-64-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-04-12T03:40:42.268Z|f10222bb-a7df-4f6a-99d0-285a38b08681|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification
2022-04-12T03:40:42.269Z|f10222bb-a7df-4f6a-99d0-285a38b08681|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-04-12T03:40:42.269Z|f10222bb-a7df-4f6a-99d0-285a38b08681|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-12T03:40:42.269Z|f10222bb-a7df-4f6a-99d0-285a38b08681|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-04-12T03:40:42.271Z|f10222bb-a7df-4f6a-99d0-285a38b08681|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-12T03:40:42.271Z|f10222bb-a7df-4f6a-99d0-285a38b08681|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "f10222bb-a7df-4f6a-99d0-285a38b08681",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649734842268,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2022-04-12T03:40:42.371Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-12T03:40:42.372Z||pool-65-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-12T03:40:42.372Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wdAVihK7YGpqBtkQ) ...
2022-04-12T03:40:42.384Z||pool-65-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-12T03:40:42.385Z||pool-65-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-04-12T03:40:43.272Z|f10222bb-a7df-4f6a-99d0-285a38b08681|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2022-04-12T03:40:43.273Z|f10222bb-a7df-4f6a-99d0-285a38b08681|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-04-12T03:40:43.273Z|f10222bb-a7df-4f6a-99d0-285a38b08681|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-12T03:40:43.273Z|f10222bb-a7df-4f6a-99d0-285a38b08681|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-04-12T03:40:43.274Z|f10222bb-a7df-4f6a-99d0-285a38b08681|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-12T03:40:43.275Z|f10222bb-a7df-4f6a-99d0-285a38b08681|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "f10222bb-a7df-4f6a-99d0-285a38b08681",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649734843272,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-12T03:40:43.375Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-12T03:40:43.375Z||pool-66-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-12T03:40:43.375Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wdAVihK7YGpqBtkQ) ...
2022-04-12T03:40:43.383Z||pool-66-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-12T03:40:43.384Z||pool-66-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-04-12T03:40:44.275Z|f10222bb-a7df-4f6a-99d0-285a38b08681|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f10222bb-a7df-4f6a-99d0-285a38b08681
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-12T03:40:44.286Z|f10222bb-a7df-4f6a-99d0-285a38b08681|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f10222bb-a7df-4f6a-99d0-285a38b08681
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-12T03:40:44.288Z|f10222bb-a7df-4f6a-99d0-285a38b08681|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-12T03:40:44.288Z|f10222bb-a7df-4f6a-99d0-285a38b08681|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-12T03:40:44.288Z|f10222bb-a7df-4f6a-99d0-285a38b08681|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-12T03:41:11.930Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-12T03:41:11.930Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-12T03:41:11.930Z|759b56fb-86e7-4017-aa88-683521cb6b3a|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 wdAVihK7YGpqBtkQ) ...
2022-04-12T03:41:11.943Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-12T03:41:11.944Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-12T03:41:11.944Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f10222bb-a7df-4f6a-99d0-285a38b08681",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649734816632,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-12T03:41:11.945Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-12T03:41:14.289Z|f10222bb-a7df-4f6a-99d0-285a38b08681|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f10222bb-a7df-4f6a-99d0-285a38b08681
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-12T03:41:14.301Z|f10222bb-a7df-4f6a-99d0-285a38b08681|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f10222bb-a7df-4f6a-99d0-285a38b08681
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-12T03:41:14.303Z|f10222bb-a7df-4f6a-99d0-285a38b08681|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-12T03:41:14.304Z|f10222bb-a7df-4f6a-99d0-285a38b08681|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-12T03:41:14.304Z|f10222bb-a7df-4f6a-99d0-285a38b08681|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-12T03:41:44.304Z|f10222bb-a7df-4f6a-99d0-285a38b08681|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f10222bb-a7df-4f6a-99d0-285a38b08681
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-12T03:41:44.313Z|f10222bb-a7df-4f6a-99d0-285a38b08681|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f10222bb-a7df-4f6a-99d0-285a38b08681
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-12T03:41:44.315Z|f10222bb-a7df-4f6a-99d0-285a38b08681|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-12T03:41:44.315Z|f10222bb-a7df-4f6a-99d0-285a38b08681|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-12T03:41:44.315Z|f10222bb-a7df-4f6a-99d0-285a38b08681|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-12T03:42:11.930Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-12T03:42:11.930Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-12T03:42:11.931Z|759b56fb-86e7-4017-aa88-683521cb6b3a|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 wdAVihK7YGpqBtkQ) ...
2022-04-12T03:42:11.948Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-12T03:42:11.949Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-12T03:42:11.949Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f10222bb-a7df-4f6a-99d0-285a38b08681",
  "consumerID": "cds",
  "timestamp": 1649734812732,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-12T03:42:11.950Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-12T03:42:14.315Z|f10222bb-a7df-4f6a-99d0-285a38b08681|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f10222bb-a7df-4f6a-99d0-285a38b08681
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-12T03:42:14.323Z|f10222bb-a7df-4f6a-99d0-285a38b08681|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f10222bb-a7df-4f6a-99d0-285a38b08681
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-12T03:42:14.325Z|f10222bb-a7df-4f6a-99d0-285a38b08681|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-12T03:42:14.325Z|f10222bb-a7df-4f6a-99d0-285a38b08681|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-12T03:42:14.325Z|f10222bb-a7df-4f6a-99d0-285a38b08681|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-12T03:42:44.325Z|f10222bb-a7df-4f6a-99d0-285a38b08681|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f10222bb-a7df-4f6a-99d0-285a38b08681
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-12T03:42:44.336Z|f10222bb-a7df-4f6a-99d0-285a38b08681|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f10222bb-a7df-4f6a-99d0-285a38b08681
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-12T03:42:44.337Z|f10222bb-a7df-4f6a-99d0-285a38b08681|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-12T03:42:44.337Z|f10222bb-a7df-4f6a-99d0-285a38b08681|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-12T03:42:44.337Z|f10222bb-a7df-4f6a-99d0-285a38b08681|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-12T03:43:11.930Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-12T03:43:11.930Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-12T03:43:11.930Z|759b56fb-86e7-4017-aa88-683521cb6b3a|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 wdAVihK7YGpqBtkQ) ...
2022-04-12T03:43:12.451Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-12T03:43:12.453Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-12T03:43:12.453Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f10222bb-a7df-4f6a-99d0-285a38b08681",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649734815342,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-04-12T03:43:12.453Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-12T03:43:12.454Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-12T03:43:12.454Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f10222bb-a7df-4f6a-99d0-285a38b08681",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649734811928,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-04-12T03:43:12.454Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-12T03:43:12.454Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-12T03:43:12.454Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f10222bb-a7df-4f6a-99d0-285a38b08681",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649734816632,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-04-12T03:43:12.454Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-12T03:43:12.454Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-12T03:43:12.454Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f10222bb-a7df-4f6a-99d0-285a38b08681",
  "consumerID": "cds",
  "timestamp": 1649734812732,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-04-12T03:43:12.454Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-12T03:43:12.454Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-12T03:43:12.454Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f10222bb-a7df-4f6a-99d0-285a38b08681",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649734815342,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-04-12T03:43:12.454Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-12T03:43:12.455Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-12T03:43:12.455Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f10222bb-a7df-4f6a-99d0-285a38b08681",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649734811928,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-04-12T03:43:12.455Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-12T03:43:12.455Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-12T03:43:12.455Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f10222bb-a7df-4f6a-99d0-285a38b08681",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649734816632,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-04-12T03:43:12.455Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-12T03:43:12.455Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-12T03:43:12.455Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f10222bb-a7df-4f6a-99d0-285a38b08681",
  "consumerID": "cds",
  "timestamp": 1649734812732,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-04-12T03:43:12.455Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-12T03:43:12.455Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-12T03:43:12.455Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f10222bb-a7df-4f6a-99d0-285a38b08681",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649734815342,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-04-12T03:43:12.456Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-12T03:43:12.456Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-12T03:43:12.456Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f10222bb-a7df-4f6a-99d0-285a38b08681",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649734811928,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-04-12T03:43:12.456Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-12T03:43:12.456Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-12T03:43:12.456Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f10222bb-a7df-4f6a-99d0-285a38b08681",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649734816632,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-12T03:43:12.456Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-12T03:43:12.456Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-12T03:43:12.456Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f10222bb-a7df-4f6a-99d0-285a38b08681",
  "consumerID": "cds",
  "timestamp": 1649734812732,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-12T03:43:12.456Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-12T03:43:12.456Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-12T03:43:12.456Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f10222bb-a7df-4f6a-99d0-285a38b08681",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649734815342,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-04-12T03:43:12.457Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-12T03:43:12.457Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-12T03:43:12.457Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f10222bb-a7df-4f6a-99d0-285a38b08681",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649734811928,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-04-12T03:43:12.457Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-12T03:43:12.457Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-12T03:43:12.457Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f10222bb-a7df-4f6a-99d0-285a38b08681",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649734816632,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-12T03:43:12.457Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-12T03:43:12.457Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-12T03:43:12.457Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f10222bb-a7df-4f6a-99d0-285a38b08681",
  "consumerID": "cds",
  "timestamp": 1649734812732,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-12T03:43:12.457Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-12T03:43:12.457Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-12T03:43:12.457Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f10222bb-a7df-4f6a-99d0-285a38b08681",
  "consumerID": "aai-ml",
  "timestamp": 1649734824027,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-12T03:43:12.457Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-12T03:43:12.457Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-12T03:43:12.457Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f10222bb-a7df-4f6a-99d0-285a38b08681",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649734815342,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-12T03:43:12.458Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-12T03:43:12.458Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-12T03:43:12.458Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f10222bb-a7df-4f6a-99d0-285a38b08681",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649734811928,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-12T03:43:12.458Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-12T03:43:12.458Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-12T03:43:12.458Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f10222bb-a7df-4f6a-99d0-285a38b08681",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649734816632,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-12T03:43:12.458Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-12T03:43:12.458Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-12T03:43:12.458Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f10222bb-a7df-4f6a-99d0-285a38b08681",
  "consumerID": "cds",
  "timestamp": 1649734812732,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-12T03:43:12.458Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-12T03:43:12.458Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-12T03:43:12.458Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f10222bb-a7df-4f6a-99d0-285a38b08681",
  "consumerID": "aai-ml",
  "timestamp": 1649734824027,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-04-12T03:43:12.458Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-12T03:43:12.459Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-12T03:43:12.459Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f10222bb-a7df-4f6a-99d0-285a38b08681",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649734815342,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-04-12T03:43:12.459Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-12T03:43:12.459Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-12T03:43:12.459Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f10222bb-a7df-4f6a-99d0-285a38b08681",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649734811928,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-04-12T03:43:12.459Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-12T03:43:12.459Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-12T03:43:12.459Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f10222bb-a7df-4f6a-99d0-285a38b08681",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649734816632,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-04-12T03:43:12.459Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-12T03:43:12.459Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-12T03:43:12.459Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f10222bb-a7df-4f6a-99d0-285a38b08681",
  "consumerID": "cds",
  "timestamp": 1649734812732,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-04-12T03:43:12.459Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-12T03:43:12.459Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-12T03:43:12.459Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f10222bb-a7df-4f6a-99d0-285a38b08681",
  "consumerID": "aai-ml",
  "timestamp": 1649734824027,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-04-12T03:43:12.459Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-12T03:43:12.459Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-12T03:43:12.460Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f10222bb-a7df-4f6a-99d0-285a38b08681",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649734815342,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-12T03:43:12.460Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-12T03:43:12.460Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-12T03:43:12.460Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f10222bb-a7df-4f6a-99d0-285a38b08681",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649734811928,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-12T03:43:12.460Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-12T03:43:12.460Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-12T03:43:12.460Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f10222bb-a7df-4f6a-99d0-285a38b08681",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649734816632,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-12T03:43:12.460Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-12T03:43:12.460Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-12T03:43:12.460Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f10222bb-a7df-4f6a-99d0-285a38b08681",
  "consumerID": "cds",
  "timestamp": 1649734812732,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-12T03:43:12.460Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-12T03:43:12.460Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-12T03:43:12.460Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f10222bb-a7df-4f6a-99d0-285a38b08681",
  "consumerID": "aai-ml",
  "timestamp": 1649734824027,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-12T03:43:12.461Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-12T03:43:12.461Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-12T03:43:12.461Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f10222bb-a7df-4f6a-99d0-285a38b08681",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649734815342,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-04-12T03:43:12.461Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-12T03:43:12.461Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-12T03:43:12.461Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f10222bb-a7df-4f6a-99d0-285a38b08681",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649734811928,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-04-12T03:43:12.461Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-12T03:43:12.461Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-12T03:43:12.461Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f10222bb-a7df-4f6a-99d0-285a38b08681",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649734816632,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-12T03:43:12.463Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-12T03:43:12.463Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-12T03:43:12.463Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f10222bb-a7df-4f6a-99d0-285a38b08681",
  "consumerID": "cds",
  "timestamp": 1649734812732,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-04-12T03:43:12.463Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-12T03:43:12.463Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-12T03:43:12.463Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f10222bb-a7df-4f6a-99d0-285a38b08681",
  "consumerID": "aai-ml",
  "timestamp": 1649734824027,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-12T03:43:12.463Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-12T03:43:12.463Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-12T03:43:12.463Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f10222bb-a7df-4f6a-99d0-285a38b08681",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649734829370,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-12T03:43:12.464Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-12T03:43:12.464Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-12T03:43:12.464Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f10222bb-a7df-4f6a-99d0-285a38b08681",
  "consumerID": "cds",
  "timestamp": 1649734829469,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-12T03:43:12.464Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-12T03:43:12.464Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-12T03:43:12.464Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f10222bb-a7df-4f6a-99d0-285a38b08681",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649734829466,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-12T03:43:12.464Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-12T03:43:12.464Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-12T03:43:12.464Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f10222bb-a7df-4f6a-99d0-285a38b08681",
  "consumerID": "aai-ml",
  "timestamp": 1649734824027,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-12T03:43:12.464Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-12T03:43:12.464Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-12T03:43:12.464Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f10222bb-a7df-4f6a-99d0-285a38b08681",
  "consumerID": "cds",
  "timestamp": 1649734830474,
  "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=?
2022-04-12T03:43:12.469Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of f10222bb-a7df-4f6a-99d0-285a38b08681
2022-04-12T03:43:12.469Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId f10222bb-a7df-4f6a-99d0-285a38b08681 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-12T03:43:12.476Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-12T03:43:12.477Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f10222bb-a7df-4f6a-99d0-285a38b08681",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649734830633,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-04-12T03:43:12.477Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-12T03:43:12.477Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-12T03:43:12.477Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f10222bb-a7df-4f6a-99d0-285a38b08681",
  "consumerID": "aai-ml",
  "timestamp": 1649734824027,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-04-12T03:43:12.477Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-12T03:43:12.477Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-12T03:43:12.477Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f10222bb-a7df-4f6a-99d0-285a38b08681",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649734830768,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-12T03:43:12.477Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-12T03:43:12.477Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-12T03:43:12.477Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f10222bb-a7df-4f6a-99d0-285a38b08681",
  "consumerID": "aai-ml",
  "timestamp": 1649734824027,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-12T03:43:12.477Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-12T03:43:12.478Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-12T03:43:12.478Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f10222bb-a7df-4f6a-99d0-285a38b08681",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649734831861,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2022-04-12T03:43:12.478Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-12T03:43:12.478Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-12T03:43:12.478Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f10222bb-a7df-4f6a-99d0-285a38b08681",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649734832157,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-12T03:43:12.478Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-12T03:43:12.478Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-12T03:43:12.478Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f10222bb-a7df-4f6a-99d0-285a38b08681",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649734830768,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-04-12T03:43:12.478Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-12T03:43:12.478Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-12T03:43:12.478Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f10222bb-a7df-4f6a-99d0-285a38b08681",
  "consumerID": "aai-ml",
  "timestamp": 1649734824027,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-04-12T03:43:12.478Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-12T03:43:12.478Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-12T03:43:12.478Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f10222bb-a7df-4f6a-99d0-285a38b08681",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649734833355,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-04-12T03:43:12.478Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-12T03:43:12.478Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-12T03:43:12.478Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f10222bb-a7df-4f6a-99d0-285a38b08681",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649734830768,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-04-12T03:43:12.478Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-12T03:43:12.478Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-12T03:43:12.478Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f10222bb-a7df-4f6a-99d0-285a38b08681",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649734833519,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-04-12T03:43:12.479Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-12T03:43:12.479Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-12T03:43:12.479Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f10222bb-a7df-4f6a-99d0-285a38b08681",
  "consumerID": "aai-ml",
  "timestamp": 1649734834322,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-12T03:43:12.479Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-12T03:43:12.479Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-12T03:43:12.479Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f10222bb-a7df-4f6a-99d0-285a38b08681",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649734830768,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-12T03:43:12.479Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-12T03:43:12.479Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-12T03:43:12.479Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f10222bb-a7df-4f6a-99d0-285a38b08681",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649734834556,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-12T03:43:12.483Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f10222bb-a7df-4f6a-99d0-285a38b08681
2022-04-12T03:43:12.483Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId f10222bb-a7df-4f6a-99d0-285a38b08681 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-12T03:43:12.491Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-12T03:43:12.491Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f10222bb-a7df-4f6a-99d0-285a38b08681",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649734834769,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-12T03:43:12.491Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-12T03:43:12.491Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-12T03:43:12.491Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f10222bb-a7df-4f6a-99d0-285a38b08681",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649734830768,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-12T03:43:12.491Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-12T03:43:12.491Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-12T03:43:12.491Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f10222bb-a7df-4f6a-99d0-285a38b08681",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649734835558,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-12T03:43:12.492Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-12T03:43:12.492Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-12T03:43:12.492Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f10222bb-a7df-4f6a-99d0-285a38b08681",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649734835929,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-12T03:43:12.492Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-12T03:43:12.492Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-12T03:43:12.492Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f10222bb-a7df-4f6a-99d0-285a38b08681",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649734830768,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-12T03:43:12.492Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-12T03:43:12.492Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-12T03:43:12.492Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f10222bb-a7df-4f6a-99d0-285a38b08681",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649734837137,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-04-12T03:43:12.493Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-12T03:43:12.493Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-12T03:43:12.493Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f10222bb-a7df-4f6a-99d0-285a38b08681",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649734830768,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-04-12T03:43:12.494Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-12T03:43:12.494Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-12T03:43:12.494Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f10222bb-a7df-4f6a-99d0-285a38b08681",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649734838253,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-04-12T03:43:12.494Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-12T03:43:12.494Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-12T03:43:12.494Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f10222bb-a7df-4f6a-99d0-285a38b08681",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649734830768,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-12T03:43:12.494Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-12T03:43:12.494Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-12T03:43:12.495Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f10222bb-a7df-4f6a-99d0-285a38b08681",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649734839256,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DEPLOY_ERROR",
  "errorReason": "The artifact has not been used by the modules defined in the resource"
}
2022-04-12T03:43:12.495Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-12T03:43:12.495Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-12T03:43:12.495Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f10222bb-a7df-4f6a-99d0-285a38b08681",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649734830768,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-04-12T03:43:12.495Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-12T03:43:12.495Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-12T03:43:12.495Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f10222bb-a7df-4f6a-99d0-285a38b08681",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649734840259,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-12T03:43:12.495Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-12T03:43:12.495Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-12T03:43:12.495Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f10222bb-a7df-4f6a-99d0-285a38b08681",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649734840726,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-12T03:43:12.495Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-12T03:43:12.495Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-12T03:43:12.496Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f10222bb-a7df-4f6a-99d0-285a38b08681",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649734841265,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2022-04-12T03:43:12.496Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-12T03:43:12.496Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-12T03:43:12.496Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f10222bb-a7df-4f6a-99d0-285a38b08681",
  "consumerID": "aai-ml",
  "timestamp": 1649734841423,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-12T03:43:12.496Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-12T03:43:12.496Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-12T03:43:12.496Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f10222bb-a7df-4f6a-99d0-285a38b08681",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649734842268,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2022-04-12T03:43:12.496Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-12T03:43:12.496Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-12T03:43:12.496Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f10222bb-a7df-4f6a-99d0-285a38b08681",
  "consumerID": "aai-ml",
  "timestamp": 1649734842426,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-12T03:43:12.501Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of f10222bb-a7df-4f6a-99d0-285a38b08681
2022-04-12T03:43:12.501Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId f10222bb-a7df-4f6a-99d0-285a38b08681 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-12T03:43:12.508Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-12T03:43:12.508Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f10222bb-a7df-4f6a-99d0-285a38b08681",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649734842676,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-12T03:43:12.509Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-12T03:43:12.509Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-12T03:43:12.509Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f10222bb-a7df-4f6a-99d0-285a38b08681",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649734843272,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-12T03:43:12.510Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-12T03:43:12.510Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-12T03:43:12.510Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f10222bb-a7df-4f6a-99d0-285a38b08681",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649734843679,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-12T03:43:12.514Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of f10222bb-a7df-4f6a-99d0-285a38b08681
2022-04-12T03:43:12.515Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId f10222bb-a7df-4f6a-99d0-285a38b08681 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-12T03:43:14.337Z|f10222bb-a7df-4f6a-99d0-285a38b08681|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f10222bb-a7df-4f6a-99d0-285a38b08681
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-12T03:43:14.347Z|f10222bb-a7df-4f6a-99d0-285a38b08681|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f10222bb-a7df-4f6a-99d0-285a38b08681
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-12T03:43:14.348Z|f10222bb-a7df-4f6a-99d0-285a38b08681|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-12T03:43:14.349Z|f10222bb-a7df-4f6a-99d0-285a38b08681|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-12T03:43:14.349Z|f10222bb-a7df-4f6a-99d0-285a38b08681|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-04-12T03:43:14.349Z|f10222bb-a7df-4f6a-99d0-285a38b08681|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-04-12T03:43:14.349Z|f10222bb-a7df-4f6a-99d0-285a38b08681|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-12T03:43:14.349Z|f10222bb-a7df-4f6a-99d0-285a38b08681|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-12T03:43:14.349Z|f10222bb-a7df-4f6a-99d0-285a38b08681|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-12T03:43:14.349Z|f10222bb-a7df-4f6a-99d0-285a38b08681|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-12T03:43:14.349Z|f10222bb-a7df-4f6a-99d0-285a38b08681|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-12T03:43:14.349Z|f10222bb-a7df-4f6a-99d0-285a38b08681|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-12T03:43:14.353Z|f10222bb-a7df-4f6a-99d0-285a38b08681|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-04-12T03:43:44.355Z|f10222bb-a7df-4f6a-99d0-285a38b08681|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: f10222bb-a7df-4f6a-99d0-285a38b08681 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-04-12T03:43:44.363Z|f10222bb-a7df-4f6a-99d0-285a38b08681|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: f10222bb-a7df-4f6a-99d0-285a38b08681 and serviceModelVersionId: 08781b43-06d9-4a5f-9036-b18107980505
2022-04-12T03:43:44.363Z|f10222bb-a7df-4f6a-99d0-285a38b08681|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : fdcf854d-cdcf-454f-8194-5a84fcfd60df
2022-04-12T03:43:44.364Z|f10222bb-a7df-4f6a-99d0-285a38b08681|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/fdcf854d-cdcf-454f-8194-5a84fcfd60df/model-vers/model-ver/08781b43-06d9-4a5f-9036-b18107980505?depth=0
2022-04-12T03:43:44.370Z|f10222bb-a7df-4f6a-99d0-285a38b08681|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context!
2022-04-12T03:43:44.404Z|f10222bb-a7df-4f6a-99d0-285a38b08681|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fdcf854d-cdcf-454f-8194-5a84fcfd60df/model-vers/model-ver/08781b43-06d9-4a5f-9036-b18107980505?depth=0|INFO|500||Invoke
2022-04-12T03:43:44.404Z|f10222bb-a7df-4f6a-99d0-285a38b08681|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fdcf854d-cdcf-454f-8194-5a84fcfd60df/model-vers/model-ver/08781b43-06d9-4a5f-9036-b18107980505?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fdcf854d-cdcf-454f-8194-5a84fcfd60df/model-vers/model-ver/08781b43-06d9-4a5f-9036-b18107980505?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[f10222bb-a7df-4f6a-99d0-285a38b08681], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[f0a8ce04-5e0c-4d5b-9f20-caa249cd6636], X-ECOMP-RequestID=[f10222bb-a7df-4f6a-99d0-285a38b08681], X-TransactionId=[], X-ONAP-RequestID=[f10222bb-a7df-4f6a-99d0-285a38b08681], Content-Type=[application/merge-patch+json]}
2022-04-12T03:43:44.424Z|f10222bb-a7df-4f6a-99d0-285a38b08681|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fdcf854d-cdcf-454f-8194-5a84fcfd60df/model-vers/model-ver/08781b43-06d9-4a5f-9036-b18107980505?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-04-12T03:43:44.718Z|f10222bb-a7df-4f6a-99d0-285a38b08681|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fdcf854d-cdcf-454f-8194-5a84fcfd60df/model-vers/model-ver/08781b43-06d9-4a5f-9036-b18107980505?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/fdcf854d-cdcf-454f-8194-5a84fcfd60df/model-vers/model-ver/08781b43-06d9-4a5f-9036-b18107980505?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220412-03:43:44:428-80643], vertex-id=[196680], Content-Length=[0], Date=[Tue, 12 Apr 2022 03:43:44 GMT], Content-Type=[application/json]}
2022-04-12T03:43:44.718Z|f10222bb-a7df-4f6a-99d0-285a38b08681|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fdcf854d-cdcf-454f-8194-5a84fcfd60df/model-vers/model-ver/08781b43-06d9-4a5f-9036-b18107980505?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-04-12T03:43:44.719Z|f10222bb-a7df-4f6a-99d0-285a38b08681|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fdcf854d-cdcf-454f-8194-5a84fcfd60df/model-vers/model-ver/08781b43-06d9-4a5f-9036-b18107980505?depth=0|INFO|500||InvokeReturn
2022-04-12T03:43:44.719Z|f10222bb-a7df-4f6a-99d0-285a38b08681|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-04-12T03:43:44.720Z|f10222bb-a7df-4f6a-99d0-285a38b08681|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-12T03:43:44.725Z|f10222bb-a7df-4f6a-99d0-285a38b08681|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-04-12T03:43:44.726Z|f10222bb-a7df-4f6a-99d0-285a38b08681|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID f10222bb-a7df-4f6a-99d0-285a38b08681 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-04-12T03:43:44.726Z|f10222bb-a7df-4f6a-99d0-285a38b08681|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-04-12T03:43:44.726Z|f10222bb-a7df-4f6a-99d0-285a38b08681|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus
2022-04-12T03:43:44.727Z|f10222bb-a7df-4f6a-99d0-285a38b08681|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-12T03:43:44.728Z|f10222bb-a7df-4f6a-99d0-285a38b08681|pool-2-thread-2|||||DEBUG|500||try to send status {
  "distributionID": "f10222bb-a7df-4f6a-99d0-285a38b08681",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649735024726,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-04-12T03:43:44.828Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-12T03:43:44.828Z||pool-67-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-12T03:43:44.828Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wdAVihK7YGpqBtkQ) ...
2022-04-12T03:43:44.841Z||pool-67-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-12T03:43:44.841Z||pool-67-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-04-12T03:43:45.737Z|f10222bb-a7df-4f6a-99d0-285a38b08681|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-12T03:43:45.737Z|f10222bb-a7df-4f6a-99d0-285a38b08681|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-12T03:43:45.737Z|f10222bb-a7df-4f6a-99d0-285a38b08681|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 wdAVihK7YGpqBtkQ) ...
2022-04-12T03:43:56.178Z|f10222bb-a7df-4f6a-99d0-285a38b08681|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-12T03:43:56.178Z|f10222bb-a7df-4f6a-99d0-285a38b08681|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-12T03:43:56.179Z|f10222bb-a7df-4f6a-99d0-285a38b08681|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-12T03:43:56.179Z|f10222bb-a7df-4f6a-99d0-285a38b08681|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 wdAVihK7YGpqBtkQ) ...
2022-04-12T03:44:05.708Z|f10222bb-a7df-4f6a-99d0-285a38b08681|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-12T03:44:05.709Z|f10222bb-a7df-4f6a-99d0-285a38b08681|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-12T03:44:05.709Z|f10222bb-a7df-4f6a-99d0-285a38b08681|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-12T03:44:05.709Z|f10222bb-a7df-4f6a-99d0-285a38b08681|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 wdAVihK7YGpqBtkQ) ...
2022-04-12T03:44:11.930Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-12T03:44:11.930Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-12T03:44:11.930Z||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 wdAVihK7YGpqBtkQ) ...
2022-04-12T03:44:12.555Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-12T03:44:12.555Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-12T03:44:12.555Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f10222bb-a7df-4f6a-99d0-285a38b08681",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649735024726,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-04-12T03:44:12.556Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-12T03:44:15.244Z|f10222bb-a7df-4f6a-99d0-285a38b08681|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-12T03:44:15.244Z|ffd11176-3bfe-4795-9c8e-744ae7899b68|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-12T03:44:15.245Z|ffd11176-3bfe-4795-9c8e-744ae7899b68|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-12T03:44:15.245Z|ffd11176-3bfe-4795-9c8e-744ae7899b68|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 wdAVihK7YGpqBtkQ) ...
2022-04-12T03:44:24.771Z|ffd11176-3bfe-4795-9c8e-744ae7899b68|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-12T03:45:11.928Z|ffd11176-3bfe-4795-9c8e-744ae7899b68|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-12T03:45:11.929Z|ffd11176-3bfe-4795-9c8e-744ae7899b68|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-12T03:45:11.929Z|ffd11176-3bfe-4795-9c8e-744ae7899b68|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 wdAVihK7YGpqBtkQ) ...
2022-04-12T03:45:11.930Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-12T03:45:11.930Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-12T03:45:11.930Z||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 wdAVihK7YGpqBtkQ) ...
2022-04-12T03:45:21.465Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-12T03:45:21.468Z|ffd11176-3bfe-4795-9c8e-744ae7899b68|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-12T03:46:11.928Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-12T03:46:11.928Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-12T03:46:11.928Z|759b56fb-86e7-4017-aa88-683521cb6b3a|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 wdAVihK7YGpqBtkQ) ...
2022-04-12T03:46:11.930Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-12T03:46:11.930Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-12T03:46:11.930Z||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 wdAVihK7YGpqBtkQ) ...
2022-04-12T03:46:21.463Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-12T03:46:21.463Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-12T03:47:11.927Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-12T03:47:11.928Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-12T03:47:11.928Z|759b56fb-86e7-4017-aa88-683521cb6b3a|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 wdAVihK7YGpqBtkQ) ...
2022-04-12T03:47:11.930Z|f10222bb-a7df-4f6a-99d0-285a38b08681|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-12T03:47:11.930Z|f10222bb-a7df-4f6a-99d0-285a38b08681|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-12T03:47:11.930Z|f10222bb-a7df-4f6a-99d0-285a38b08681|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 wdAVihK7YGpqBtkQ) ...
2022-04-12T03:47:21.461Z|f10222bb-a7df-4f6a-99d0-285a38b08681|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-12T03:47:21.461Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-12T03:48:11.928Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-12T03:48:11.928Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-12T03:48:11.928Z|759b56fb-86e7-4017-aa88-683521cb6b3a|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 wdAVihK7YGpqBtkQ) ...
2022-04-12T03:48:11.930Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-12T03:48:11.930Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-12T03:48:11.930Z||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 wdAVihK7YGpqBtkQ) ...
2022-04-12T03:48:21.470Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-12T03:48:21.470Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-12T03:49:11.927Z|ffd11176-3bfe-4795-9c8e-744ae7899b68|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-12T03:49:11.928Z|ffd11176-3bfe-4795-9c8e-744ae7899b68|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-12T03:49:11.928Z|ffd11176-3bfe-4795-9c8e-744ae7899b68|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 wdAVihK7YGpqBtkQ) ...
2022-04-12T03:49:11.930Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-12T03:49:11.930Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-12T03:49:11.930Z||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 wdAVihK7YGpqBtkQ) ...
2022-04-12T03:49:21.463Z|ffd11176-3bfe-4795-9c8e-744ae7899b68|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-12T03:49:21.463Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-12T03:50:11.927Z|ffd11176-3bfe-4795-9c8e-744ae7899b68|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-12T03:50:11.928Z|ffd11176-3bfe-4795-9c8e-744ae7899b68|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-12T03:50:11.928Z|ffd11176-3bfe-4795-9c8e-744ae7899b68|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 wdAVihK7YGpqBtkQ) ...
2022-04-12T03:50:11.930Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-12T03:50:11.930Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-12T03:50:11.930Z||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 wdAVihK7YGpqBtkQ) ...
2022-04-12T03:50:21.459Z|ffd11176-3bfe-4795-9c8e-744ae7899b68|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-12T03:50:21.461Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-12T03:51:11.927Z|ffd11176-3bfe-4795-9c8e-744ae7899b68|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-12T03:51:11.928Z|ffd11176-3bfe-4795-9c8e-744ae7899b68|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-12T03:51:11.928Z|ffd11176-3bfe-4795-9c8e-744ae7899b68|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 wdAVihK7YGpqBtkQ) ...
2022-04-12T03:51:11.930Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-12T03:51:11.930Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-12T03:51:11.930Z||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 wdAVihK7YGpqBtkQ) ...
2022-04-12T03:51:21.462Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-12T03:51:21.463Z|ffd11176-3bfe-4795-9c8e-744ae7899b68|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-12T03:52:11.928Z|ffd11176-3bfe-4795-9c8e-744ae7899b68|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-12T03:52:11.929Z|ffd11176-3bfe-4795-9c8e-744ae7899b68|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-12T03:52:11.929Z|ffd11176-3bfe-4795-9c8e-744ae7899b68|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 wdAVihK7YGpqBtkQ) ...
2022-04-12T03:52:11.930Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-12T03:52:11.930Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-12T03:52:11.930Z|759b56fb-86e7-4017-aa88-683521cb6b3a|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 wdAVihK7YGpqBtkQ) ...
2022-04-12T03:52:12.052Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-12T03:52:12.053Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-12T03:52:12.053Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1660be63-1b2e-439e-9151-9612ef7682e9",
  "consumerID": "aai-ml",
  "timestamp": 1649735514027,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-12T03:52:12.054Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-12T03:52:12.054Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-12T03:52:12.054Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1660be63-1b2e-439e-9151-9612ef7682e9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649735515342,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-12T03:52:12.055Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-12T03:52:12.055Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-12T03:52:12.055Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1660be63-1b2e-439e-9151-9612ef7682e9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649735516632,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-12T03:52:12.055Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-12T03:52:12.055Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-12T03:52:12.055Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1660be63-1b2e-439e-9151-9612ef7682e9",
  "consumerID": "cds",
  "timestamp": 1649735517732,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-12T03:52:12.055Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-12T03:52:12.055Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-12T03:52:12.055Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1660be63-1b2e-439e-9151-9612ef7682e9",
  "consumerID": "aai-ml",
  "timestamp": 1649735514027,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-12T03:52:12.055Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-12T03:52:12.056Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-12T03:52:12.056Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1660be63-1b2e-439e-9151-9612ef7682e9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649735515342,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-12T03:52:12.056Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-12T03:52:12.056Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-12T03:52:12.056Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1660be63-1b2e-439e-9151-9612ef7682e9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649735516632,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-12T03:52:12.056Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-12T03:52:12.056Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-12T03:52:12.056Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1660be63-1b2e-439e-9151-9612ef7682e9",
  "consumerID": "cds",
  "timestamp": 1649735517732,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-12T03:52:12.056Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-12T03:52:12.056Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-12T03:52:12.056Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1660be63-1b2e-439e-9151-9612ef7682e9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649735520768,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-12T03:52:12.056Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-12T03:52:12.056Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-12T03:52:12.056Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1660be63-1b2e-439e-9151-9612ef7682e9",
  "consumerID": "aai-ml",
  "timestamp": 1649735514027,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-12T03:52:12.057Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-12T03:52:12.057Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-12T03:52:12.057Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1660be63-1b2e-439e-9151-9612ef7682e9",
  "consumerID": "cds",
  "timestamp": 1649735517732,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-12T03:52:12.057Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-12T03:52:12.057Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-12T03:52:12.057Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1660be63-1b2e-439e-9151-9612ef7682e9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649735520768,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-12T03:52:12.057Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-12T03:52:12.057Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-12T03:52:12.057Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1660be63-1b2e-439e-9151-9612ef7682e9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649735516632,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-12T03:52:12.057Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-12T03:52:12.057Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-12T03:52:12.057Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1660be63-1b2e-439e-9151-9612ef7682e9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649735515342,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2022-04-12T03:52:12.057Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-12T03:52:12.057Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-12T03:52:12.057Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1660be63-1b2e-439e-9151-9612ef7682e9",
  "consumerID": "aai-ml",
  "timestamp": 1649735514027,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-12T03:52:12.058Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-12T03:52:12.058Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-12T03:52:12.058Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1660be63-1b2e-439e-9151-9612ef7682e9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649735515342,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-04-12T03:52:12.058Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-12T03:52:12.058Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-12T03:52:12.058Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1660be63-1b2e-439e-9151-9612ef7682e9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649735516632,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-12T03:52:12.058Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-12T03:52:12.058Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-12T03:52:12.058Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1660be63-1b2e-439e-9151-9612ef7682e9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649735520768,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-12T03:52:12.058Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-12T03:52:12.058Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-12T03:52:12.058Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1660be63-1b2e-439e-9151-9612ef7682e9",
  "consumerID": "cds",
  "timestamp": 1649735517732,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-12T03:52:12.058Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-12T03:52:12.058Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-12T03:52:12.058Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1660be63-1b2e-439e-9151-9612ef7682e9",
  "consumerID": "aai-ml",
  "timestamp": 1649735514027,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-12T03:52:12.058Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-12T03:52:12.058Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-12T03:52:12.059Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1660be63-1b2e-439e-9151-9612ef7682e9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649735515342,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-12T03:52:12.059Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-12T03:52:12.059Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-12T03:52:12.059Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1660be63-1b2e-439e-9151-9612ef7682e9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649735516632,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-12T03:52:12.059Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-12T03:52:12.059Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-12T03:52:12.059Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1660be63-1b2e-439e-9151-9612ef7682e9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649735520768,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-12T03:52:12.059Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-12T03:52:12.059Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-12T03:52:12.059Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1660be63-1b2e-439e-9151-9612ef7682e9",
  "consumerID": "cds",
  "timestamp": 1649735517732,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-12T03:52:12.059Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-12T03:52:12.059Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-12T03:52:12.059Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1660be63-1b2e-439e-9151-9612ef7682e9",
  "consumerID": "aai-ml",
  "timestamp": 1649735514027,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-04-12T03:52:12.059Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-12T03:52:12.059Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-12T03:52:12.059Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1660be63-1b2e-439e-9151-9612ef7682e9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649735515342,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-04-12T03:52:12.059Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-12T03:52:12.060Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-12T03:52:12.060Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1660be63-1b2e-439e-9151-9612ef7682e9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649735520768,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-12T03:52:12.060Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-12T03:52:12.060Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-12T03:52:12.060Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1660be63-1b2e-439e-9151-9612ef7682e9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649735516632,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-04-12T03:52:12.060Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-12T03:52:12.060Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-12T03:52:12.060Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1660be63-1b2e-439e-9151-9612ef7682e9",
  "consumerID": "cds",
  "timestamp": 1649735517732,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-04-12T03:52:12.060Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-12T03:52:12.060Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-12T03:52:12.060Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1660be63-1b2e-439e-9151-9612ef7682e9",
  "consumerID": "aai-ml",
  "timestamp": 1649735514027,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-12T03:52:12.060Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-12T03:52:12.060Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-12T03:52:12.060Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1660be63-1b2e-439e-9151-9612ef7682e9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649735520768,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-04-12T03:52:12.060Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-12T03:52:12.060Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-12T03:52:12.060Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1660be63-1b2e-439e-9151-9612ef7682e9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649735515342,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-12T03:52:12.061Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-12T03:52:12.061Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-12T03:52:12.061Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1660be63-1b2e-439e-9151-9612ef7682e9",
  "consumerID": "cds",
  "timestamp": 1649735517732,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-12T03:52:12.061Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-12T03:52:12.061Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-12T03:52:12.061Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1660be63-1b2e-439e-9151-9612ef7682e9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649735516632,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-12T03:52:12.061Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-12T03:52:12.061Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-12T03:52:12.061Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1660be63-1b2e-439e-9151-9612ef7682e9",
  "consumerID": "aai-ml",
  "timestamp": 1649735514027,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-04-12T03:52:12.061Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-12T03:52:12.061Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-12T03:52:12.061Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1660be63-1b2e-439e-9151-9612ef7682e9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649735515342,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-04-12T03:52:12.061Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-12T03:52:12.061Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-12T03:52:12.061Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1660be63-1b2e-439e-9151-9612ef7682e9",
  "consumerID": "cds",
  "timestamp": 1649735517732,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-04-12T03:52:12.061Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-12T03:52:12.061Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-12T03:52:12.062Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1660be63-1b2e-439e-9151-9612ef7682e9",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649735516632,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-12T03:52:12.062Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-12T03:52:12.062Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-12T03:52:12.062Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1660be63-1b2e-439e-9151-9612ef7682e9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649735520768,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-12T03:52:12.062Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-12T03:52:12.062Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-12T03:52:12.062Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1660be63-1b2e-439e-9151-9612ef7682e9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649735520768,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-04-12T03:52:12.062Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 
2022-04-12T03:52:12.062Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-12T03:52:12.062Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1660be63-1b2e-439e-9151-9612ef7682e9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649735529322,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-12T03:52:12.062Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-12T03:52:12.062Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-12T03:52:12.062Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1660be63-1b2e-439e-9151-9612ef7682e9",
  "consumerID": "aai-ml",
  "timestamp": 1649735529326,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-12T03:52:12.062Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-12T03:52:12.062Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-12T03:52:12.062Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1660be63-1b2e-439e-9151-9612ef7682e9",
  "consumerID": "cds",
  "timestamp": 1649735529325,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-12T03:52:12.062Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-12T03:52:12.062Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-12T03:52:12.063Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1660be63-1b2e-439e-9151-9612ef7682e9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649735529721,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-12T03:52:12.063Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-12T03:52:12.063Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-12T03:52:12.063Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1660be63-1b2e-439e-9151-9612ef7682e9",
  "consumerID": "cds",
  "timestamp": 1649735530330,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-12T03:52:12.077Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 1660be63-1b2e-439e-9151-9612ef7682e9
2022-04-12T03:52:12.078Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1660be63-1b2e-439e-9151-9612ef7682e9 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-12T03:52:12.086Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-12T03:52:12.086Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1660be63-1b2e-439e-9151-9612ef7682e9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649735530616,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-12T03:52:12.086Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-12T03:52:12.086Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-12T03:52:12.086Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1660be63-1b2e-439e-9151-9612ef7682e9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649735531691,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-12T03:52:12.086Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-12T03:52:12.551Z|ffd11176-3bfe-4795-9c8e-744ae7899b68|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-12T03:52:12.551Z|ffd11176-3bfe-4795-9c8e-744ae7899b68|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-12T03:52:12.551Z|ffd11176-3bfe-4795-9c8e-744ae7899b68|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"1660be63-1b2e-439e-9151-9612ef7682e9","serviceName":"basicclamp","serviceVersion":"1.0","serviceUUID":"cae0e051-289a-4841-a2ee-8382829e3648","serviceDescription":"service","serviceInvariantUUID":"1a519869-f60a-4c45-b1f4-dddd09eaecf9","resources":[{"resourceInstanceName":"basicclamp 0","resourceName":"basicclamp","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"0d139526-89d6-43e7-a99e-60d24b52ad57","resourceInvariantUUID":"3c029405-65f4-40e5-9184-17a9129131ea","resourceCustomizationUUID":"62a8f7ff-62d0-49cf-b1a9-a5484c68585a","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"tca-microservice.yaml","artifactType":"DCAE_INVENTORY_BLUEPRINT","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml","artifactChecksum":"Y2I4ZmU1ZmViOTRjZTk5MmViMjQ2ZTZmZTMzNjYzZWE\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"6e4f6119-ad10-4e03-9f1b-260218a30d71","artifactVersion":"1"},{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml","artifactChecksum":"MGI0NTA3ZmFmYjM2ZWVlN2UzYmFmMDBkYWEyZjExMTA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"92d664f2-b777-4a35-b47d-dc463eeca05c","artifactVersion":"1"},{"artifactName":"basicclamp0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json","artifactChecksum":"Y2RiMzMwMGFiM2M0MDVjZmFlNzYzNDY3ZjkzZWVlNzI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"695d6718-43b7-41e6-8045-b6d0ac82acb5","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"daecec37-4b98-40f5-8e0f-1693bd11e400","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml","artifactChecksum":"YjcyZGVmNGE4ZjdlNGFiNTFmNjNhOWVkMzg1MDI0YzA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"d9a32955-ec3d-4c25-a6dc-c97705ab3711","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"0b59c603-3791-4b1f-9e8e-80258652bd1e","artifactVersion":"2","generatedFromUUID":"daecec37-4b98-40f5-8e0f-1693bd11e400"}]}],"serviceArtifacts":[{"artifactName":"service-Basicclamp-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml","artifactChecksum":"ODQ1ZTg4MDdmMDA4NTMzZGY2NDc2NWJlNzQyYTRmNDY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"f8d3a8e8-7b60-476f-98f6-8d42e0ff2f12","artifactVersion":"1"},{"artifactName":"service-Basicclamp-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar","artifactChecksum":"Y2E2OGU2YWNkYjFhMjg2ZjY5YWNhY2ZkMTZmNmMwNGY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"52e4be16-8755-455e-bdfb-994566300474","artifactVersion":"1"}],"workloadContext":"Production"}
2022-04-12T03:52:12.553Z|ffd11176-3bfe-4795-9c8e-744ae7899b68|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-12T03:52:12.553Z|ffd11176-3bfe-4795-9c8e-744ae7899b68|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-12T03:52:12.554Z|ffd11176-3bfe-4795-9c8e-744ae7899b68|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-12T03:52:12.555Z|ffd11176-3bfe-4795-9c8e-744ae7899b68|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "1660be63-1b2e-439e-9151-9612ef7682e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649735531928,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-12T03:52:12.655Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-12T03:52:12.656Z||pool-68-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-12T03:52:12.656Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wdAVihK7YGpqBtkQ) ...
2022-04-12T03:52:12.665Z||pool-68-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-12T03:52:12.665Z||pool-68-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-04-12T03:52:13.555Z|ffd11176-3bfe-4795-9c8e-744ae7899b68|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-12T03:52:13.556Z|ffd11176-3bfe-4795-9c8e-744ae7899b68|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-12T03:52:13.558Z|ffd11176-3bfe-4795-9c8e-744ae7899b68|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-12T03:52:13.558Z|ffd11176-3bfe-4795-9c8e-744ae7899b68|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "1660be63-1b2e-439e-9151-9612ef7682e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649735531928,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-12T03:52:13.659Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-12T03:52:13.659Z||pool-69-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-12T03:52:13.660Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wdAVihK7YGpqBtkQ) ...
2022-04-12T03:52:13.673Z||pool-69-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-12T03:52:13.674Z||pool-69-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-04-12T03:52:14.559Z|ffd11176-3bfe-4795-9c8e-744ae7899b68|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-12T03:52:14.560Z|ffd11176-3bfe-4795-9c8e-744ae7899b68|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-12T03:52:14.562Z|ffd11176-3bfe-4795-9c8e-744ae7899b68|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-12T03:52:14.562Z|ffd11176-3bfe-4795-9c8e-744ae7899b68|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "1660be63-1b2e-439e-9151-9612ef7682e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649735531928,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2022-04-12T03:52:14.662Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-12T03:52:14.663Z||pool-70-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-12T03:52:14.663Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wdAVihK7YGpqBtkQ) ...
2022-04-12T03:52:14.671Z||pool-70-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-12T03:52:14.671Z||pool-70-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-04-12T03:52:15.562Z|ffd11176-3bfe-4795-9c8e-744ae7899b68|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-12T03:52:15.563Z|ffd11176-3bfe-4795-9c8e-744ae7899b68|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-12T03:52:15.565Z|ffd11176-3bfe-4795-9c8e-744ae7899b68|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-12T03:52:15.565Z|ffd11176-3bfe-4795-9c8e-744ae7899b68|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "1660be63-1b2e-439e-9151-9612ef7682e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649735531928,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-04-12T03:52:15.665Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-12T03:52:15.666Z||pool-71-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-12T03:52:15.666Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wdAVihK7YGpqBtkQ) ...
2022-04-12T03:52:15.675Z||pool-71-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-12T03:52:15.675Z||pool-71-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-04-12T03:52:16.565Z|ffd11176-3bfe-4795-9c8e-744ae7899b68|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-12T03:52:16.566Z|ffd11176-3bfe-4795-9c8e-744ae7899b68|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-12T03:52:16.568Z|ffd11176-3bfe-4795-9c8e-744ae7899b68|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-12T03:52:16.568Z|ffd11176-3bfe-4795-9c8e-744ae7899b68|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "1660be63-1b2e-439e-9151-9612ef7682e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649735531928,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-12T03:52:16.668Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-12T03:52:16.669Z||pool-72-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-12T03:52:16.669Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wdAVihK7YGpqBtkQ) ...
2022-04-12T03:52:16.678Z||pool-72-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-12T03:52:16.679Z||pool-72-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-04-12T03:52:17.569Z|ffd11176-3bfe-4795-9c8e-744ae7899b68|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-12T03:52:17.570Z|ffd11176-3bfe-4795-9c8e-744ae7899b68|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-12T03:52:17.571Z|ffd11176-3bfe-4795-9c8e-744ae7899b68|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-12T03:52:17.571Z|ffd11176-3bfe-4795-9c8e-744ae7899b68|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "1660be63-1b2e-439e-9151-9612ef7682e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649735531928,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-04-12T03:52:17.671Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-12T03:52:17.672Z||pool-73-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-12T03:52:17.672Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wdAVihK7YGpqBtkQ) ...
2022-04-12T03:52:17.681Z||pool-73-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-12T03:52:17.681Z||pool-73-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1}
2022-04-12T03:52:18.572Z|ffd11176-3bfe-4795-9c8e-744ae7899b68|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-12T03:52:18.573Z|ffd11176-3bfe-4795-9c8e-744ae7899b68|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-12T03:52:18.575Z|ffd11176-3bfe-4795-9c8e-744ae7899b68|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-12T03:52:18.575Z|ffd11176-3bfe-4795-9c8e-744ae7899b68|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "1660be63-1b2e-439e-9151-9612ef7682e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649735531928,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-12T03:52:18.675Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-12T03:52:18.675Z||pool-74-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-12T03:52:18.675Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wdAVihK7YGpqBtkQ) ...
2022-04-12T03:52:18.684Z||pool-74-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-12T03:52:18.685Z||pool-74-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-04-12T03:52:19.575Z|ffd11176-3bfe-4795-9c8e-744ae7899b68|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-12T03:52:19.576Z|ffd11176-3bfe-4795-9c8e-744ae7899b68|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-12T03:52:19.579Z|ffd11176-3bfe-4795-9c8e-744ae7899b68|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-12T03:52:19.579Z|ffd11176-3bfe-4795-9c8e-744ae7899b68|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "1660be63-1b2e-439e-9151-9612ef7682e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649735531928,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-04-12T03:52:19.679Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-12T03:52:19.679Z||pool-75-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-12T03:52:19.679Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wdAVihK7YGpqBtkQ) ...
2022-04-12T03:52:19.689Z||pool-75-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-12T03:52:19.689Z||pool-75-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-04-12T03:52:20.581Z|ffd11176-3bfe-4795-9c8e-744ae7899b68|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "1660be63-1b2e-439e-9151-9612ef7682e9",
  "serviceName": "basicclamp",
  "serviceVersion": "1.0",
  "serviceUUID": "cae0e051-289a-4841-a2ee-8382829e3648",
  "serviceDescription": "service",
  "serviceInvariantUUID": "1a519869-f60a-4c45-b1f4-dddd09eaecf9",
  "resources": [
    {
      "resourceInstanceName": "basicclamp 0",
      "resourceCustomizationUUID": "62a8f7ff-62d0-49cf-b1a9-a5484c68585a",
      "resourceName": "basicclamp",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "0d139526-89d6-43e7-a99e-60d24b52ad57",
      "resourceInvariantUUID": "3c029405-65f4-40e5-9184-17a9129131ea",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basicclamp0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
          "artifactChecksum": "Y2RiMzMwMGFiM2M0MDVjZmFlNzYzNDY3ZjkzZWVlNzI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "695d6718-43b7-41e6-8045-b6d0ac82acb5",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "daecec37-4b98-40f5-8e0f-1693bd11e400",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "0b59c603-3791-4b1f-9e8e-80258652bd1e",
            "generatedFromUUID": "daecec37-4b98-40f5-8e0f-1693bd11e400"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "0b59c603-3791-4b1f-9e8e-80258652bd1e",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Basicclamp-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
      "artifactChecksum": "Y2E2OGU2YWNkYjFhMjg2ZjY5YWNhY2ZkMTZmNmMwNGY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "52e4be16-8755-455e-bdfb-994566300474"
    }
  ],
  "workloadContext": "Production"
}
2022-04-12T03:52:20.582Z|ffd11176-3bfe-4795-9c8e-744ae7899b68|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-04-12T03:52:20.582Z|ffd11176-3bfe-4795-9c8e-744ae7899b68|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 cae0e051-289a-4841-a2ee-8382829e3648 ASDC
2022-04-12T03:52:20.583Z|1660be63-1b2e-439e-9151-9612ef7682e9|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:1660be63-1b2e-439e-9151-9612ef7682e9
ServiceName:basicclamp
ServiceVersion:1.0
ServiceUUID:cae0e051-289a-4841-a2ee-8382829e3648
ServiceInvariantUUID:1a519869-f60a-4c45-b1f4-dddd09eaecf9
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Basicclamp-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
ArtifactUUID:52e4be16-8755-455e-bdfb-994566300474
ArtifactChecksum:Y2E2OGU2YWNkYjFhMjg2ZjY5YWNhY2ZkMTZmNmMwNGY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basicclamp 0
ResourceCustomizationUUID:62a8f7ff-62d0-49cf-b1a9-a5484c68585a
ResourceInvariantUUID:3c029405-65f4-40e5-9184-17a9129131ea
ResourceName:basicclamp
ResourceType:VF
ResourceUUID:0d139526-89d6-43e7-a99e-60d24b52ad57
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basicclamp0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
ArtifactUUID:695d6718-43b7-41e6-8045-b6d0ac82acb5
ArtifactChecksum:Y2RiMzMwMGFiM2M0MDVjZmFlNzYzNDY3ZjkzZWVlNzI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_ubuntu18.yaml
ArtifactVersion:1
ArtifactType:HEAT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
ArtifactUUID:daecec37-4b98-40f5-8e0f-1693bd11e400
ArtifactChecksum:NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_ubuntu18.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
ArtifactUUID:0b59c603-3791-4b1f-9e8e-80258652bd1e
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_ubuntu18.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
ArtifactUUID:0b59c603-3791-4b1f-9e8e-80258652bd1e
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-04-12T03:52:20.583Z|1660be63-1b2e-439e-9151-9612ef7682e9|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF cae0e051-289a-4841-a2ee-8382829e3648 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-04-12T03:52:20.619Z|1660be63-1b2e-439e-9151-9612ef7682e9|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-12T03:52:20.620Z|1660be63-1b2e-439e-9151-9612ef7682e9|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-04-12T03:52:20.620Z|1660be63-1b2e-439e-9151-9612ef7682e9|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-04-12T03:52:20.620Z|1660be63-1b2e-439e-9151-9612ef7682e9|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 52e4be16-8755-455e-bdfb-994566300474 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2022-04-12T03:52:20.620Z|1660be63-1b2e-439e-9151-9612ef7682e9|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-04-12T03:52:20.620Z|1660be63-1b2e-439e-9151-9612ef7682e9|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2022-04-12T03:52:20.687Z|1660be63-1b2e-439e-9151-9612ef7682e9|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-04-12T03:52:20.692Z|1660be63-1b2e-439e-9151-9612ef7682e9|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 52e4be16-8755-455e-bdfb-994566300474 73671
2022-04-12T03:52:20.692Z|1660be63-1b2e-439e-9151-9612ef7682e9|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ASDC sendASDCNotification
2022-04-12T03:52:20.692Z|1660be63-1b2e-439e-9151-9612ef7682e9|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2022-04-12T03:52:20.693Z|1660be63-1b2e-439e-9151-9612ef7682e9|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-12T03:52:20.693Z|1660be63-1b2e-439e-9151-9612ef7682e9|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-12T03:52:20.695Z|1660be63-1b2e-439e-9151-9612ef7682e9|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-12T03:52:20.695Z|1660be63-1b2e-439e-9151-9612ef7682e9|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "1660be63-1b2e-439e-9151-9612ef7682e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649735540692,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-12T03:52:20.795Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-12T03:52:20.796Z||pool-76-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-12T03:52:20.796Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wdAVihK7YGpqBtkQ) ...
2022-04-12T03:52:20.805Z||pool-76-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-12T03:52:20.806Z||pool-76-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-04-12T03:52:21.695Z|1660be63-1b2e-439e-9151-9612ef7682e9|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-12T03:52:21.696Z|1660be63-1b2e-439e-9151-9612ef7682e9|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-04-12T03:52:21.697Z|1660be63-1b2e-439e-9151-9612ef7682e9|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 52e4be16-8755-455e-bdfb-994566300474, URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar to file: /app/ASDC/1/service-Basicclamp-csar.csar
2022-04-12T03:52:21.697Z|1660be63-1b2e-439e-9151-9612ef7682e9|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Basicclamp-csar.csar
2022-04-12T03:52:21.698Z|1660be63-1b2e-439e-9151-9612ef7682e9|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Basicclamp-csar.csar
2022-04-12T03:52:21.698Z|1660be63-1b2e-439e-9151-9612ef7682e9|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Basicclamp-csar.csar
2022-04-12T03:52:21.787Z|1660be63-1b2e-439e-9151-9612ef7682e9|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7896622676147379/Definitions/service-Basicclamp-template.yml
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided
2022-04-12T03:52:22.748Z|1660be63-1b2e-439e-9151-9612ef7682e9|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2022-04-12T03:52:22.748Z|1660be63-1b2e-439e-9151-9612ef7682e9|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-04-12T03:52:22.748Z|1660be63-1b2e-439e-9151-9612ef7682e9|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2022-04-12T03:52:22.749Z|1660be63-1b2e-439e-9151-9612ef7682e9|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-04-12T03:52:22.749Z|1660be63-1b2e-439e-9151-9612ef7682e9|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basicclamp 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2022-04-12T03:52:22.749Z|1660be63-1b2e-439e-9151-9612ef7682e9|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2022-04-12T03:52:22.749Z|1660be63-1b2e-439e-9151-9612ef7682e9|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-Basicclamp-csar.csar
2022-04-12T03:52:22.749Z|1660be63-1b2e-439e-9151-9612ef7682e9|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-Basicclamp-csar.csar
2022-04-12T03:52:22.749Z|1660be63-1b2e-439e-9151-9612ef7682e9|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-Basicclamp-csar.csar
2022-04-12T03:52:22.749Z|1660be63-1b2e-439e-9151-9612ef7682e9|pool-2-thread-7|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2022-04-12T03:52:22.749Z|1660be63-1b2e-439e-9151-9612ef7682e9|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2022-04-12T03:52:22.749Z|1660be63-1b2e-439e-9151-9612ef7682e9|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-Basicclamp-csar.csar
2022-04-12T03:52:22.749Z|1660be63-1b2e-439e-9151-9612ef7682e9|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-Basicclamp-csar.csar
2022-04-12T03:52:22.749Z|1660be63-1b2e-439e-9151-9612ef7682e9|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-04-12T03:52:22.749Z|1660be63-1b2e-439e-9151-9612ef7682e9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-12T03:52:22.749Z|1660be63-1b2e-439e-9151-9612ef7682e9|pool-2-thread-7|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-12T03:52:22.750Z|1660be63-1b2e-439e-9151-9612ef7682e9|pool-2-thread-7|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-04-12T03:52:22.750Z|1660be63-1b2e-439e-9151-9612ef7682e9|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-04-12T03:52:22.750Z|1660be63-1b2e-439e-9151-9612ef7682e9|pool-2-thread-7|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-12T03:52:22.750Z|1660be63-1b2e-439e-9151-9612ef7682e9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-12T03:52:22.750Z|1660be63-1b2e-439e-9151-9612ef7682e9|pool-2-thread-7|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-12T03:52:22.750Z|1660be63-1b2e-439e-9151-9612ef7682e9|pool-2-thread-7|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-04-12T03:52:22.750Z|1660be63-1b2e-439e-9151-9612ef7682e9|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-04-12T03:52:22.750Z|1660be63-1b2e-439e-9151-9612ef7682e9|pool-2-thread-7|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-12T03:52:22.750Z|1660be63-1b2e-439e-9151-9612ef7682e9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-12T03:52:22.750Z|1660be63-1b2e-439e-9151-9612ef7682e9|pool-2-thread-7|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-12T03:52:22.751Z|1660be63-1b2e-439e-9151-9612ef7682e9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-12T03:52:22.751Z|1660be63-1b2e-439e-9151-9612ef7682e9|pool-2-thread-7|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2022-04-12T03:52:22.751Z|1660be63-1b2e-439e-9151-9612ef7682e9|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-04-12T03:52:22.751Z|1660be63-1b2e-439e-9151-9612ef7682e9|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-04-12T03:52:22.751Z|1660be63-1b2e-439e-9151-9612ef7682e9|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-04-12T03:52:22.751Z|1660be63-1b2e-439e-9151-9612ef7682e9|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-04-12T03:52:22.751Z|1660be63-1b2e-439e-9151-9612ef7682e9|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-04-12T03:52:22.751Z|1660be63-1b2e-439e-9151-9612ef7682e9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-12T03:52:22.751Z|1660be63-1b2e-439e-9151-9612ef7682e9|pool-2-thread-7|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-12T03:52:22.752Z|1660be63-1b2e-439e-9151-9612ef7682e9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-12T03:52:22.752Z|1660be63-1b2e-439e-9151-9612ef7682e9|pool-2-thread-7|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-04-12T03:52:22.752Z|1660be63-1b2e-439e-9151-9612ef7682e9|pool-2-thread-7|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-12T03:52:22.752Z|1660be63-1b2e-439e-9151-9612ef7682e9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-12T03:52:22.752Z|1660be63-1b2e-439e-9151-9612ef7682e9|pool-2-thread-7|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-04-12T03:52:22.752Z|1660be63-1b2e-439e-9151-9612ef7682e9|pool-2-thread-7|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-12T03:52:22.752Z|1660be63-1b2e-439e-9151-9612ef7682e9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-12T03:52:22.753Z|1660be63-1b2e-439e-9151-9612ef7682e9|pool-2-thread-7|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-04-12T03:52:22.753Z|1660be63-1b2e-439e-9151-9612ef7682e9|pool-2-thread-7|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-12T03:52:22.753Z|1660be63-1b2e-439e-9151-9612ef7682e9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-12T03:52:22.753Z|1660be63-1b2e-439e-9151-9612ef7682e9|pool-2-thread-7|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2022-04-12T03:52:22.753Z|1660be63-1b2e-439e-9151-9612ef7682e9|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-04-12T03:52:22.753Z|1660be63-1b2e-439e-9151-9612ef7682e9|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-04-12T03:52:22.753Z|1660be63-1b2e-439e-9151-9612ef7682e9|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=ad5226d4-b125-4cda-9485-71145671bffa
2022-04-12T03:52:22.753Z|1660be63-1b2e-439e-9151-9612ef7682e9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-12T03:52:22.753Z|1660be63-1b2e-439e-9151-9612ef7682e9|pool-2-thread-7|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-12T03:52:22.754Z|1660be63-1b2e-439e-9151-9612ef7682e9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-12T03:52:22.754Z|1660be63-1b2e-439e-9151-9612ef7682e9|pool-2-thread-7|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-12T03:52:22.754Z|1660be63-1b2e-439e-9151-9612ef7682e9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-12T03:52:22.754Z|1660be63-1b2e-439e-9151-9612ef7682e9|pool-2-thread-7|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-12T03:52:22.754Z|1660be63-1b2e-439e-9151-9612ef7682e9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-12T03:52:22.754Z|1660be63-1b2e-439e-9151-9612ef7682e9|pool-2-thread-7|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-12T03:52:22.754Z|1660be63-1b2e-439e-9151-9612ef7682e9|pool-2-thread-7|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basicclamp
Description:service
Model UUID:cae0e051-289a-4841-a2ee-8382829e3648
Model Version:NULL
Model InvariantUuid:1a519869-f60a-4c45-b1f4-dddd09eaecf9
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basicclamp
Model UUID:13604edd-77ae-4909-9e59-f863d2ce7468
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:3c029405-65f4-40e5-9184-17a9129131ea
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:62a8f7ff-62d0-49cf-b1a9-a5484c68585a
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:46fafb2e-8778-4cd0-a584-ddf5dd0a2e57
ModelName:Basicclamp..base_ubuntu18..module-0
ModelUuid:2f6c74a6-80a1-4da8-9e0c-a75b9bffc02a
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:ad5226d4-b125-4cda-9485-71145671bffa
ModelInvariantUuid:db59a64c-38a4-4b77-8169-ab7e3624f85d
ModelName:basicclamp-nodes.ubuntu18Cvfc
ModelUuid:a563e0b9-909f-4e71-ae5c-01522120a8dd
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:0a88bd31-b70b-4cee-b0cc-b2d771534049
ModelInvariantUuid:d758eb59-ed28-4c7b-bd01-0b7113cc1b59
ModelName:Basicclamp.compute.nodes.heat.ubuntu18
ModelUuid:51506346-fa24-4624-97c7-efb9f43afe7c
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-04-12T03:52:22.761Z|1660be63-1b2e-439e-9151-9612ef7682e9|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: 0d139526-89d6-43e7-a99e-60d24b52ad57
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-12T03:52:22.764Z|1660be63-1b2e-439e-9151-9612ef7682e9|pool-2-thread-7|||||INFO|500||basicclamp 0
2022-04-12T03:52:22.764Z|1660be63-1b2e-439e-9151-9612ef7682e9|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 0d139526-89d6-43e7-a99e-60d24b52ad57
2022-04-12T03:52:22.764Z|1660be63-1b2e-439e-9151-9612ef7682e9|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 695d6718-43b7-41e6-8045-b6d0ac82acb5 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2022-04-12T03:52:22.764Z|1660be63-1b2e-439e-9151-9612ef7682e9|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-04-12T03:52:22.764Z|1660be63-1b2e-439e-9151-9612ef7682e9|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2022-04-12T03:52:22.811Z|1660be63-1b2e-439e-9151-9612ef7682e9|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-04-12T03:52:22.812Z|1660be63-1b2e-439e-9151-9612ef7682e9|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 695d6718-43b7-41e6-8045-b6d0ac82acb5 790
2022-04-12T03:52:22.812Z|1660be63-1b2e-439e-9151-9612ef7682e9|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json ASDC sendASDCNotification
2022-04-12T03:52:22.812Z|1660be63-1b2e-439e-9151-9612ef7682e9|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2022-04-12T03:52:22.812Z|1660be63-1b2e-439e-9151-9612ef7682e9|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-12T03:52:22.812Z|1660be63-1b2e-439e-9151-9612ef7682e9|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-12T03:52:22.814Z|1660be63-1b2e-439e-9151-9612ef7682e9|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-12T03:52:22.814Z|1660be63-1b2e-439e-9151-9612ef7682e9|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "1660be63-1b2e-439e-9151-9612ef7682e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649735542812,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-12T03:52:22.914Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-12T03:52:22.915Z||pool-77-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-12T03:52:22.915Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wdAVihK7YGpqBtkQ) ...
2022-04-12T03:52:22.923Z||pool-77-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-12T03:52:22.924Z||pool-77-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-04-12T03:52:23.814Z|1660be63-1b2e-439e-9151-9612ef7682e9|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "46fafb2e-8778-4cd0-a584-ddf5dd0a2e57",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "2f6c74a6-80a1-4da8-9e0c-a75b9bffc02a",
    "vfModuleModelCustomizationUUID": "b1f166e8-2d5a-418b-b4d7-430bc2e695e8",
    "isBase": true,
    "artifacts": [
      "daecec37-4b98-40f5-8e0f-1693bd11e400",
      "0b59c603-3791-4b1f-9e8e-80258652bd1e"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu18",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-04-12T03:52:23.818Z|1660be63-1b2e-439e-9151-9612ef7682e9|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Basicclamp..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:2f6c74a6-80a1-4da8-9e0c-a75b9bffc02a
VfModuleModelInvariantUUID:46fafb2e-8778-4cd0-a584-ddf5dd0a2e57
VfModuleModelDescription:NULL
Artifacts UUID List:{
daecec37-4b98-40f5-8e0f-1693bd11e400
,
0b59c603-3791-4b1f-9e8e-80258652bd1e

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

isBase:true


}

2022-04-12T03:52:23.820Z|1660be63-1b2e-439e-9151-9612ef7682e9|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "46fafb2e-8778-4cd0-a584-ddf5dd0a2e57",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "2f6c74a6-80a1-4da8-9e0c-a75b9bffc02a",
    "vfModuleModelCustomizationUUID": "b1f166e8-2d5a-418b-b4d7-430bc2e695e8",
    "isBase": true,
    "artifacts": [
      "daecec37-4b98-40f5-8e0f-1693bd11e400",
      "0b59c603-3791-4b1f-9e8e-80258652bd1e"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu18",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-04-12T03:52:23.820Z|1660be63-1b2e-439e-9151-9612ef7682e9|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Basicclamp..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:2f6c74a6-80a1-4da8-9e0c-a75b9bffc02a
VfModuleModelInvariantUUID:46fafb2e-8778-4cd0-a584-ddf5dd0a2e57
VfModuleModelDescription:NULL
Artifacts UUID List:{
daecec37-4b98-40f5-8e0f-1693bd11e400
,
0b59c603-3791-4b1f-9e8e-80258652bd1e

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

isBase:true


}

2022-04-12T03:52:23.820Z|1660be63-1b2e-439e-9151-9612ef7682e9|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: daecec37-4b98-40f5-8e0f-1693bd11e400 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2022-04-12T03:52:23.821Z|1660be63-1b2e-439e-9151-9612ef7682e9|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-04-12T03:52:23.821Z|1660be63-1b2e-439e-9151-9612ef7682e9|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2022-04-12T03:52:23.862Z|1660be63-1b2e-439e-9151-9612ef7682e9|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-04-12T03:52:23.862Z|1660be63-1b2e-439e-9151-9612ef7682e9|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml daecec37-4b98-40f5-8e0f-1693bd11e400 5033
2022-04-12T03:52:23.863Z|1660be63-1b2e-439e-9151-9612ef7682e9|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-04-12T03:52:23.863Z|1660be63-1b2e-439e-9151-9612ef7682e9|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2022-04-12T03:52:23.863Z|1660be63-1b2e-439e-9151-9612ef7682e9|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-12T03:52:23.863Z|1660be63-1b2e-439e-9151-9612ef7682e9|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-12T03:52:23.866Z|1660be63-1b2e-439e-9151-9612ef7682e9|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-12T03:52:23.866Z|1660be63-1b2e-439e-9151-9612ef7682e9|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "1660be63-1b2e-439e-9151-9612ef7682e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649735543863,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-12T03:52:23.966Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-12T03:52:23.967Z||pool-78-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-12T03:52:23.967Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wdAVihK7YGpqBtkQ) ...
2022-04-12T03:52:23.976Z||pool-78-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-12T03:52:23.976Z||pool-78-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-04-12T03:52:24.867Z|1660be63-1b2e-439e-9151-9612ef7682e9|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 0b59c603-3791-4b1f-9e8e-80258652bd1e from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2022-04-12T03:52:24.867Z|1660be63-1b2e-439e-9151-9612ef7682e9|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-04-12T03:52:24.868Z|1660be63-1b2e-439e-9151-9612ef7682e9|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2022-04-12T03:52:24.906Z|1660be63-1b2e-439e-9151-9612ef7682e9|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-04-12T03:52:24.906Z|1660be63-1b2e-439e-9151-9612ef7682e9|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 0b59c603-3791-4b1f-9e8e-80258652bd1e 909
2022-04-12T03:52:24.906Z|1660be63-1b2e-439e-9151-9612ef7682e9|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-04-12T03:52:24.906Z|1660be63-1b2e-439e-9151-9612ef7682e9|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2022-04-12T03:52:24.906Z|1660be63-1b2e-439e-9151-9612ef7682e9|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-12T03:52:24.907Z|1660be63-1b2e-439e-9151-9612ef7682e9|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-12T03:52:24.908Z|1660be63-1b2e-439e-9151-9612ef7682e9|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-12T03:52:24.908Z|1660be63-1b2e-439e-9151-9612ef7682e9|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "1660be63-1b2e-439e-9151-9612ef7682e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649735544906,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-04-12T03:52:25.008Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-12T03:52:25.009Z||pool-79-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-12T03:52:25.009Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wdAVihK7YGpqBtkQ) ...
2022-04-12T03:52:25.019Z||pool-79-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-12T03:52:25.019Z||pool-79-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2022-04-12T03:52:25.909Z|1660be63-1b2e-439e-9151-9612ef7682e9|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: cae0e051-289a-4841-a2ee-8382829e3648
2022-04-12T03:52:25.909Z|1660be63-1b2e-439e-9151-9612ef7682e9|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basicclamp 0 0d139526-89d6-43e7-a99e-60d24b52ad57 ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-12T03:52:25.920Z|1660be63-1b2e-439e-9151-9612ef7682e9|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@413ca23a, org.onap.sdc.toscaparser.api.parameters.Input@73cdf1e7, org.onap.sdc.toscaparser.api.parameters.Input@46ae9f90, org.onap.sdc.toscaparser.api.parameters.Input@78e37f3d, org.onap.sdc.toscaparser.api.parameters.Input@5cea3f69]
2022-04-12T03:52:25.921Z|1660be63-1b2e-439e-9151-9612ef7682e9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-12T03:52:25.921Z|1660be63-1b2e-439e-9151-9612ef7682e9|pool-2-thread-7|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-04-12T03:52:25.921Z|1660be63-1b2e-439e-9151-9612ef7682e9|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic 
2022-04-12T03:52:25.921Z|1660be63-1b2e-439e-9151-9612ef7682e9|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= 62a8f7ff-62d0-49cf-b1a9-a5484c68585a
2022-04-12T03:52:25.921Z|1660be63-1b2e-439e-9151-9612ef7682e9|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 62a8f7ff-62d0-49cf-b1a9-a5484c68585a matches Tosca VF Customization UUID: 62a8f7ff-62d0-49cf-b1a9-a5484c68585a
2022-04-12T03:52:25.921Z|1660be63-1b2e-439e-9151-9612ef7682e9|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: 62a8f7ff-62d0-49cf-b1a9-a5484c68585a  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-04-12T03:52:25.923Z|1660be63-1b2e-439e-9151-9612ef7682e9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-12T03:52:25.923Z|1660be63-1b2e-439e-9151-9612ef7682e9|pool-2-thread-7|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-12T03:52:25.924Z|1660be63-1b2e-439e-9151-9612ef7682e9|pool-2-thread-7|||||DEBUG|500||resource request for resource customization id 62a8f7ff-62d0-49cf-b1a9-a5484c68585a: {\"vf_module_id\":\"Ubuntu18-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu18-VNF-name\",\"ubuntu18_name_0\":\"ubuntu18\",\"ubuntu18_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu18-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu18_flavor_name\":\"m1.small\",\"admin_plane_net_name\":\"admin\",\"ubuntu18_image_name\":\"ubuntu-18.04-daily\"}
2022-04-12T03:52:25.924Z|1660be63-1b2e-439e-9151-9612ef7682e9|pool-2-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@11ad79a3
2022-04-12T03:52:25.924Z|1660be63-1b2e-439e-9151-9612ef7682e9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-12T03:52:25.924Z|1660be63-1b2e-439e-9151-9612ef7682e9|pool-2-thread-7|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-04-12T03:52:25.925Z|1660be63-1b2e-439e-9151-9612ef7682e9|pool-2-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : b1f166e8-2d5a-418b-b4d7-430bc2e695e8
2022-04-12T03:52:25.925Z|1660be63-1b2e-439e-9151-9612ef7682e9|pool-2-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID b1f166e8-2d5a-418b-b4d7-430bc2e695e8
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-04-12T03:52:25.927Z|1660be63-1b2e-439e-9151-9612ef7682e9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-12T03:52:25.927Z|1660be63-1b2e-439e-9151-9612ef7682e9|pool-2-thread-7|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-04-12T03:52:25.927Z|1660be63-1b2e-439e-9151-9612ef7682e9|pool-2-thread-7|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-12T03:52:25.928Z|1660be63-1b2e-439e-9151-9612ef7682e9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-12T03:52:25.928Z|1660be63-1b2e-439e-9151-9612ef7682e9|pool-2-thread-7|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-04-12T03:52:25.928Z|1660be63-1b2e-439e-9151-9612ef7682e9|pool-2-thread-7|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-12T03:52:25.928Z|1660be63-1b2e-439e-9151-9612ef7682e9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-12T03:52:25.928Z|1660be63-1b2e-439e-9151-9612ef7682e9|pool-2-thread-7|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2022-04-12T03:52:25.928Z|1660be63-1b2e-439e-9151-9612ef7682e9|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-04-12T03:52:25.928Z|1660be63-1b2e-439e-9151-9612ef7682e9|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-04-12T03:52:25.928Z|1660be63-1b2e-439e-9151-9612ef7682e9|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=ad5226d4-b125-4cda-9485-71145671bffa
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-04-12T03:52:25.930Z|1660be63-1b2e-439e-9151-9612ef7682e9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-12T03:52:25.931Z|1660be63-1b2e-439e-9151-9612ef7682e9|pool-2-thread-7|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-04-12T03:52:25.931Z|1660be63-1b2e-439e-9151-9612ef7682e9|pool-2-thread-7|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-12T03:52:25.931Z|1660be63-1b2e-439e-9151-9612ef7682e9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-12T03:52:25.931Z|1660be63-1b2e-439e-9151-9612ef7682e9|pool-2-thread-7|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-04-12T03:52:25.931Z|1660be63-1b2e-439e-9151-9612ef7682e9|pool-2-thread-7|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=62a8f7ff-62d0-49cf-b1a9-a5484c68585a
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-12T03:52:25.932Z|1660be63-1b2e-439e-9151-9612ef7682e9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-12T03:52:25.933Z|1660be63-1b2e-439e-9151-9612ef7682e9|pool-2-thread-7|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-04-12T03:52:25.933Z|1660be63-1b2e-439e-9151-9612ef7682e9|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid cae0e051-289a-4841-a2ee-8382829e3648: basicclamp
2022-04-12T03:52:25.933Z|1660be63-1b2e-439e-9151-9612ef7682e9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-12T03:52:25.933Z|1660be63-1b2e-439e-9151-9612ef7682e9|pool-2-thread-7|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-04-12T03:52:25.933Z|1660be63-1b2e-439e-9151-9612ef7682e9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-12T03:52:25.933Z|1660be63-1b2e-439e-9151-9612ef7682e9|pool-2-thread-7|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-04-12T03:52:25.933Z|1660be63-1b2e-439e-9151-9612ef7682e9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-12T03:52:25.933Z|1660be63-1b2e-439e-9151-9612ef7682e9|pool-2-thread-7|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-04-12T03:52:25.934Z|1660be63-1b2e-439e-9151-9612ef7682e9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-12T03:52:25.934Z|1660be63-1b2e-439e-9151-9612ef7682e9|pool-2-thread-7|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-04-12T03:52:25.934Z|1660be63-1b2e-439e-9151-9612ef7682e9|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-12T03:52:25.934Z|1660be63-1b2e-439e-9151-9612ef7682e9|pool-2-thread-7|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-04-12T03:52:25.934Z|1660be63-1b2e-439e-9151-9612ef7682e9|pool-2-thread-7|||||INFO|500||Saving Service: basicclamp 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-12T03:52:26.012Z|1660be63-1b2e-439e-9151-9612ef7682e9|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basicclamp 0d139526-89d6-43e7-a99e-60d24b52ad57 1 ASDC deployResourceStructure
2022-04-12T03:52:26.013Z|1660be63-1b2e-439e-9151-9612ef7682e9|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json ASDC sendASDCNotification
2022-04-12T03:52:26.013Z|1660be63-1b2e-439e-9151-9612ef7682e9|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2022-04-12T03:52:26.013Z|1660be63-1b2e-439e-9151-9612ef7682e9|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-12T03:52:26.013Z|1660be63-1b2e-439e-9151-9612ef7682e9|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-12T03:52:26.015Z|1660be63-1b2e-439e-9151-9612ef7682e9|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-12T03:52:26.015Z|1660be63-1b2e-439e-9151-9612ef7682e9|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "1660be63-1b2e-439e-9151-9612ef7682e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649735546013,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-12T03:52:26.116Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-04-12T03:52:26.116Z||pool-80-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-12T03:52:26.116Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wdAVihK7YGpqBtkQ) ...
2022-04-12T03:52:26.126Z||pool-80-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-12T03:52:26.126Z||pool-80-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-04-12T03:52:27.016Z|1660be63-1b2e-439e-9151-9612ef7682e9|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-04-12T03:52:27.016Z|1660be63-1b2e-439e-9151-9612ef7682e9|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2022-04-12T03:52:27.017Z|1660be63-1b2e-439e-9151-9612ef7682e9|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-12T03:52:27.017Z|1660be63-1b2e-439e-9151-9612ef7682e9|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-12T03:52:27.018Z|1660be63-1b2e-439e-9151-9612ef7682e9|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-12T03:52:27.018Z|1660be63-1b2e-439e-9151-9612ef7682e9|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "1660be63-1b2e-439e-9151-9612ef7682e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649735547016,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-04-12T03:52:27.119Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-04-12T03:52:27.119Z||pool-81-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-12T03:52:27.120Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wdAVihK7YGpqBtkQ) ...
2022-04-12T03:52:27.130Z||pool-81-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-12T03:52:27.130Z||pool-81-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-04-12T03:52:28.019Z|1660be63-1b2e-439e-9151-9612ef7682e9|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-04-12T03:52:28.020Z|1660be63-1b2e-439e-9151-9612ef7682e9|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2022-04-12T03:52:28.020Z|1660be63-1b2e-439e-9151-9612ef7682e9|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-12T03:52:28.021Z|1660be63-1b2e-439e-9151-9612ef7682e9|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-12T03:52:28.023Z|1660be63-1b2e-439e-9151-9612ef7682e9|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-12T03:52:28.024Z|1660be63-1b2e-439e-9151-9612ef7682e9|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "1660be63-1b2e-439e-9151-9612ef7682e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649735548019,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-04-12T03:52:28.123Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-12T03:52:28.124Z||pool-82-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-12T03:52:28.124Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wdAVihK7YGpqBtkQ) ...
2022-04-12T03:52:28.133Z||pool-82-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-12T03:52:28.134Z||pool-82-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-04-12T03:52:29.024Z|1660be63-1b2e-439e-9151-9612ef7682e9|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ASDC sendASDCNotification
2022-04-12T03:52:29.025Z|1660be63-1b2e-439e-9151-9612ef7682e9|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2022-04-12T03:52:29.025Z|1660be63-1b2e-439e-9151-9612ef7682e9|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-12T03:52:29.025Z|1660be63-1b2e-439e-9151-9612ef7682e9|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-12T03:52:29.027Z|1660be63-1b2e-439e-9151-9612ef7682e9|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-12T03:52:29.027Z|1660be63-1b2e-439e-9151-9612ef7682e9|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "1660be63-1b2e-439e-9151-9612ef7682e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649735549024,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-12T03:52:29.127Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-12T03:52:29.128Z||pool-83-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-12T03:52:29.128Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wdAVihK7YGpqBtkQ) ...
2022-04-12T03:52:29.137Z||pool-83-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-12T03:52:29.137Z||pool-83-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-04-12T03:52:30.027Z|1660be63-1b2e-439e-9151-9612ef7682e9|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1660be63-1b2e-439e-9151-9612ef7682e9
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-12T03:52:30.036Z|1660be63-1b2e-439e-9151-9612ef7682e9|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1660be63-1b2e-439e-9151-9612ef7682e9
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-12T03:52:30.039Z|1660be63-1b2e-439e-9151-9612ef7682e9|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-12T03:52:30.039Z|1660be63-1b2e-439e-9151-9612ef7682e9|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-12T03:52:30.039Z|1660be63-1b2e-439e-9151-9612ef7682e9|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-12T03:53:00.039Z|1660be63-1b2e-439e-9151-9612ef7682e9|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1660be63-1b2e-439e-9151-9612ef7682e9
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-12T03:53:00.050Z|1660be63-1b2e-439e-9151-9612ef7682e9|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1660be63-1b2e-439e-9151-9612ef7682e9
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-12T03:53:00.052Z|1660be63-1b2e-439e-9151-9612ef7682e9|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-12T03:53:00.052Z|1660be63-1b2e-439e-9151-9612ef7682e9|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-12T03:53:00.052Z|1660be63-1b2e-439e-9151-9612ef7682e9|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-12T03:53:11.930Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-12T03:53:11.930Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-12T03:53:11.931Z|759b56fb-86e7-4017-aa88-683521cb6b3a|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 wdAVihK7YGpqBtkQ) ...
2022-04-12T03:53:11.952Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-12T03:53:11.953Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-04-12T03:53:11.953Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1660be63-1b2e-439e-9151-9612ef7682e9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649735531917,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-04-12T03:53:11.953Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-12T03:53:30.052Z|1660be63-1b2e-439e-9151-9612ef7682e9|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1660be63-1b2e-439e-9151-9612ef7682e9
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-12T03:53:30.063Z|1660be63-1b2e-439e-9151-9612ef7682e9|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1660be63-1b2e-439e-9151-9612ef7682e9
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-12T03:53:30.065Z|1660be63-1b2e-439e-9151-9612ef7682e9|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-12T03:53:30.066Z|1660be63-1b2e-439e-9151-9612ef7682e9|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-12T03:53:30.066Z|1660be63-1b2e-439e-9151-9612ef7682e9|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-12T03:54:00.066Z|1660be63-1b2e-439e-9151-9612ef7682e9|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1660be63-1b2e-439e-9151-9612ef7682e9
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-12T03:54:00.079Z|1660be63-1b2e-439e-9151-9612ef7682e9|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1660be63-1b2e-439e-9151-9612ef7682e9
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-12T03:54:00.082Z|1660be63-1b2e-439e-9151-9612ef7682e9|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-12T03:54:00.082Z|1660be63-1b2e-439e-9151-9612ef7682e9|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-04-12T03:54:00.082Z|1660be63-1b2e-439e-9151-9612ef7682e9|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-04-12T03:54:11.930Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-12T03:54:11.930Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-12T03:54:11.930Z||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 wdAVihK7YGpqBtkQ) ...
2022-04-12T03:54:11.948Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-12T03:54:11.957Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-12T03:54:11.957Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1660be63-1b2e-439e-9151-9612ef7682e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649735531928,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-12T03:54:11.958Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-12T03:54:11.958Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-12T03:54:11.958Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1660be63-1b2e-439e-9151-9612ef7682e9",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649735532695,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-12T03:54:11.966Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 1660be63-1b2e-439e-9151-9612ef7682e9
2022-04-12T03:54:11.967Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1660be63-1b2e-439e-9151-9612ef7682e9 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-12T03:54:11.975Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-12T03:54:11.975Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1660be63-1b2e-439e-9151-9612ef7682e9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649735532937,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-12T03:54:11.980Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 1660be63-1b2e-439e-9151-9612ef7682e9
2022-04-12T03:54:11.980Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1660be63-1b2e-439e-9151-9612ef7682e9 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-12T03:54:11.987Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-12T03:54:11.988Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1660be63-1b2e-439e-9151-9612ef7682e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649735531928,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-12T03:54:11.988Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-12T03:54:11.988Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-12T03:54:11.988Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1660be63-1b2e-439e-9151-9612ef7682e9",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649735533940,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-12T03:54:11.988Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-12T03:54:11.988Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-12T03:54:11.988Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1660be63-1b2e-439e-9151-9612ef7682e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649735531928,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2022-04-12T03:54:11.988Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-12T03:54:11.988Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-12T03:54:11.988Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1660be63-1b2e-439e-9151-9612ef7682e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649735531928,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-04-12T03:54:11.988Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-12T03:54:11.989Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-12T03:54:11.989Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1660be63-1b2e-439e-9151-9612ef7682e9",
  "consumerID": "aai-ml",
  "timestamp": 1649735536118,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-12T03:54:11.989Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-12T03:54:11.989Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-12T03:54:11.989Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1660be63-1b2e-439e-9151-9612ef7682e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649735531928,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-12T03:54:11.989Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-12T03:54:11.989Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-12T03:54:11.989Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1660be63-1b2e-439e-9151-9612ef7682e9",
  "consumerID": "aai-ml",
  "timestamp": 1649735537120,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-12T03:54:11.994Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 1660be63-1b2e-439e-9151-9612ef7682e9
2022-04-12T03:54:11.994Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1660be63-1b2e-439e-9151-9612ef7682e9 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-12T03:54:12.001Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-12T03:54:12.001Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1660be63-1b2e-439e-9151-9612ef7682e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649735531928,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-04-12T03:54:12.002Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-12T03:54:12.002Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-12T03:54:12.002Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1660be63-1b2e-439e-9151-9612ef7682e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649735531928,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-12T03:54:12.002Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-12T03:54:12.002Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-12T03:54:12.002Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1660be63-1b2e-439e-9151-9612ef7682e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649735531928,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-04-12T03:54:12.002Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-12T03:54:12.002Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-12T03:54:12.002Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1660be63-1b2e-439e-9151-9612ef7682e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649735540692,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-12T03:54:12.003Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-12T03:54:12.003Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-12T03:54:12.003Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1660be63-1b2e-439e-9151-9612ef7682e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649735542812,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-12T03:54:12.003Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-12T03:54:12.003Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-12T03:54:12.003Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1660be63-1b2e-439e-9151-9612ef7682e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649735543863,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-12T03:54:12.003Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-12T03:54:12.003Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-12T03:54:12.003Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1660be63-1b2e-439e-9151-9612ef7682e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649735544906,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-04-12T03:54:12.003Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-12T03:54:12.003Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-12T03:54:12.003Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1660be63-1b2e-439e-9151-9612ef7682e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649735546013,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-12T03:54:12.003Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-12T03:54:12.003Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-12T03:54:12.003Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1660be63-1b2e-439e-9151-9612ef7682e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649735547016,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-04-12T03:54:12.003Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-12T03:54:12.004Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-12T03:54:12.004Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89147543-abf6-4796-bee2-bde4b4b2cb82",
  "consumerID": "aai-ml",
  "timestamp": 1649735544027,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-12T03:54:12.004Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-12T03:54:12.004Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-12T03:54:12.004Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1660be63-1b2e-439e-9151-9612ef7682e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649735548019,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-04-12T03:54:12.004Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-12T03:54:12.004Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-12T03:54:12.004Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89147543-abf6-4796-bee2-bde4b4b2cb82",
  "consumerID": "aai-ml",
  "timestamp": 1649735544027,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-12T03:54:12.004Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-12T03:54:12.004Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-12T03:54:12.004Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89147543-abf6-4796-bee2-bde4b4b2cb82",
  "consumerID": "cds",
  "timestamp": 1649735547732,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-12T03:54:12.004Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-12T03:54:12.004Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-12T03:54:12.005Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1660be63-1b2e-439e-9151-9612ef7682e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649735549024,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-12T03:54:12.005Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-12T03:54:12.005Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-12T03:54:12.005Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89147543-abf6-4796-bee2-bde4b4b2cb82",
  "consumerID": "aai-ml",
  "timestamp": 1649735544027,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-12T03:54:12.005Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-12T03:54:12.005Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-12T03:54:12.005Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89147543-abf6-4796-bee2-bde4b4b2cb82",
  "consumerID": "cds",
  "timestamp": 1649735547732,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-12T03:54:12.005Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-12T03:54:12.005Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-12T03:54:12.005Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89147543-abf6-4796-bee2-bde4b4b2cb82",
  "consumerID": "aai-ml",
  "timestamp": 1649735544027,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-12T03:54:12.005Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-12T03:54:12.005Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-12T03:54:12.005Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89147543-abf6-4796-bee2-bde4b4b2cb82",
  "consumerID": "cds",
  "timestamp": 1649735547732,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-12T03:54:12.005Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-12T03:54:12.006Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-12T03:54:12.006Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89147543-abf6-4796-bee2-bde4b4b2cb82",
  "consumerID": "aai-ml",
  "timestamp": 1649735544027,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-04-12T03:54:12.006Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-12T03:54:12.006Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-12T03:54:12.006Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89147543-abf6-4796-bee2-bde4b4b2cb82",
  "consumerID": "cds",
  "timestamp": 1649735547732,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-12T03:54:12.006Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-12T03:54:12.006Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-12T03:54:12.006Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89147543-abf6-4796-bee2-bde4b4b2cb82",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649735550768,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-12T03:54:12.006Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-12T03:54:12.006Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-12T03:54:12.006Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89147543-abf6-4796-bee2-bde4b4b2cb82",
  "consumerID": "aai-ml",
  "timestamp": 1649735544027,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-12T03:54:12.006Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-12T03:54:12.006Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-12T03:54:12.007Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89147543-abf6-4796-bee2-bde4b4b2cb82",
  "consumerID": "cds",
  "timestamp": 1649735547732,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-04-12T03:54:12.007Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-12T03:54:12.007Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-12T03:54:12.007Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89147543-abf6-4796-bee2-bde4b4b2cb82",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649735550768,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-12T03:54:12.007Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-12T03:54:12.007Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-12T03:54:12.007Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89147543-abf6-4796-bee2-bde4b4b2cb82",
  "consumerID": "aai-ml",
  "timestamp": 1649735544027,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-12T03:54:12.007Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-12T03:54:12.007Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-12T03:54:12.007Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89147543-abf6-4796-bee2-bde4b4b2cb82",
  "consumerID": "cds",
  "timestamp": 1649735547732,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-12T03:54:12.007Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-12T03:54:12.007Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-12T03:54:12.007Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89147543-abf6-4796-bee2-bde4b4b2cb82",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649735550768,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-12T03:54:12.008Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-12T03:54:12.008Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-12T03:54:12.008Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89147543-abf6-4796-bee2-bde4b4b2cb82",
  "consumerID": "aai-ml",
  "timestamp": 1649735544027,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-04-12T03:54:12.008Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-12T03:54:12.008Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-12T03:54:12.008Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89147543-abf6-4796-bee2-bde4b4b2cb82",
  "consumerID": "cds",
  "timestamp": 1649735547732,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-12T03:54:12.008Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-12T03:54:12.008Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-12T03:54:12.008Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89147543-abf6-4796-bee2-bde4b4b2cb82",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649735550768,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-12T03:54:12.008Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-12T03:54:12.008Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-12T03:54:12.008Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89147543-abf6-4796-bee2-bde4b4b2cb82",
  "consumerID": "cds",
  "timestamp": 1649735547732,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-04-12T03:54:12.008Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-12T03:54:12.008Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-12T03:54:12.009Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89147543-abf6-4796-bee2-bde4b4b2cb82",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649735550768,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-04-12T03:54:12.009Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-12T03:54:12.009Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-12T03:54:12.009Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89147543-abf6-4796-bee2-bde4b4b2cb82",
  "consumerID": "aai-ml",
  "timestamp": 1649735555835,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-12T03:54:12.009Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-12T03:54:12.009Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-12T03:54:12.009Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89147543-abf6-4796-bee2-bde4b4b2cb82",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649735555342,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-12T03:54:12.009Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-12T03:54:12.009Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-12T03:54:12.009Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89147543-abf6-4796-bee2-bde4b4b2cb82",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649735550768,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-12T03:54:12.009Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-12T03:54:12.010Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-12T03:54:12.010Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89147543-abf6-4796-bee2-bde4b4b2cb82",
  "consumerID": "cds",
  "timestamp": 1649735556623,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-12T03:54:12.010Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-12T03:54:12.010Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-12T03:54:12.010Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89147543-abf6-4796-bee2-bde4b4b2cb82",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649735555342,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-04-12T03:54:12.010Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-12T03:54:12.010Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-12T03:54:12.010Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89147543-abf6-4796-bee2-bde4b4b2cb82",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649735556632,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-12T03:54:12.010Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-12T03:54:12.010Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-12T03:54:12.010Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89147543-abf6-4796-bee2-bde4b4b2cb82",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649735550768,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-12T03:54:12.010Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-12T03:54:12.010Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-12T03:54:12.010Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89147543-abf6-4796-bee2-bde4b4b2cb82",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649735555342,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-04-12T03:54:12.011Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-12T03:54:12.011Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-12T03:54:12.011Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89147543-abf6-4796-bee2-bde4b4b2cb82",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649735556632,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-12T03:54:12.011Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-12T03:54:12.011Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-12T03:54:12.011Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89147543-abf6-4796-bee2-bde4b4b2cb82",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649735550768,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-04-12T03:54:12.011Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-12T03:54:12.011Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-12T03:54:12.011Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89147543-abf6-4796-bee2-bde4b4b2cb82",
  "consumerID": "cds",
  "timestamp": 1649735558777,
  "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-04-12T03:54:12.022Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 89147543-abf6-4796-bee2-bde4b4b2cb82
2022-04-12T03:54:12.023Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 89147543-abf6-4796-bee2-bde4b4b2cb82 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-12T03:54:12.030Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-12T03:54:12.030Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89147543-abf6-4796-bee2-bde4b4b2cb82",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649735555342,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-12T03:54:12.031Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-12T03:54:12.031Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-12T03:54:12.031Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89147543-abf6-4796-bee2-bde4b4b2cb82",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649735556632,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-12T03:54:12.031Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-12T03:54:12.031Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-12T03:54:12.031Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89147543-abf6-4796-bee2-bde4b4b2cb82",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649735559633,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-12T03:54:12.031Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-12T03:54:12.031Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-12T03:54:12.031Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89147543-abf6-4796-bee2-bde4b4b2cb82",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649735555342,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-04-12T03:54:12.031Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-12T03:54:12.031Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-12T03:54:12.031Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89147543-abf6-4796-bee2-bde4b4b2cb82",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649735556632,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-12T03:54:12.031Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-12T03:54:12.031Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-12T03:54:12.031Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89147543-abf6-4796-bee2-bde4b4b2cb82",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649735555342,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-12T03:54:12.031Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-12T03:54:12.031Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-12T03:54:12.032Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89147543-abf6-4796-bee2-bde4b4b2cb82",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649735556632,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-04-12T03:54:12.032Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-12T03:54:12.032Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-12T03:54:12.032Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89147543-abf6-4796-bee2-bde4b4b2cb82",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649735561588,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-12T03:54:12.032Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-12T03:54:12.032Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-12T03:54:12.032Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89147543-abf6-4796-bee2-bde4b4b2cb82",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649735555342,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-12T03:54:12.032Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-12T03:54:12.032Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-12T03:54:12.032Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89147543-abf6-4796-bee2-bde4b4b2cb82",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649735556632,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-12T03:54:12.032Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-12T03:54:12.032Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-12T03:54:12.032Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89147543-abf6-4796-bee2-bde4b4b2cb82",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649735562591,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-12T03:54:12.036Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 89147543-abf6-4796-bee2-bde4b4b2cb82
2022-04-12T03:54:12.036Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 89147543-abf6-4796-bee2-bde4b4b2cb82 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-12T03:54:12.043Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-12T03:54:12.043Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89147543-abf6-4796-bee2-bde4b4b2cb82",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649735555342,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-04-12T03:54:12.043Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-12T03:54:12.043Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-12T03:54:12.044Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89147543-abf6-4796-bee2-bde4b4b2cb82",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649735556632,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-12T03:54:12.044Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-12T03:54:12.044Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-12T03:54:12.044Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89147543-abf6-4796-bee2-bde4b4b2cb82",
  "consumerID": "aai-ml",
  "timestamp": 1649735563319,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-12T03:54:12.044Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-12T03:54:12.044Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-12T03:54:12.044Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89147543-abf6-4796-bee2-bde4b4b2cb82",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649735564131,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-12T03:54:12.044Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-12T03:54:12.044Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-12T03:54:12.044Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89147543-abf6-4796-bee2-bde4b4b2cb82",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649735556632,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-12T03:54:12.044Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-12T03:54:12.044Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-12T03:54:12.044Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89147543-abf6-4796-bee2-bde4b4b2cb82",
  "consumerID": "aai-ml",
  "timestamp": 1649735564322,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-12T03:54:12.049Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 89147543-abf6-4796-bee2-bde4b4b2cb82
2022-04-12T03:54:12.049Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 89147543-abf6-4796-bee2-bde4b4b2cb82 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-12T03:54:12.057Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-12T03:54:12.058Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89147543-abf6-4796-bee2-bde4b4b2cb82",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649735565335,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-12T03:54:12.058Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-12T03:54:12.058Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-12T03:54:12.058Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89147543-abf6-4796-bee2-bde4b4b2cb82",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649735566614,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-04-12T03:54:12.058Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-12T03:54:12.058Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-12T03:54:12.059Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89147543-abf6-4796-bee2-bde4b4b2cb82",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649735567633,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-12T03:54:12.063Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 89147543-abf6-4796-bee2-bde4b4b2cb82
2022-04-12T03:54:12.063Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 89147543-abf6-4796-bee2-bde4b4b2cb82 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-12T03:54:12.072Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-12T03:54:12.072Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89147543-abf6-4796-bee2-bde4b4b2cb82",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649735568635,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-12T03:54:12.072Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-12T03:54:12.072Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-12T03:54:12.072Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64bf458d-1d44-4054-b152-81ed434c6268",
  "consumerID": "cds",
  "timestamp": 1649735562732,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-12T03:54:12.073Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-12T03:54:12.073Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-12T03:54:12.073Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64bf458d-1d44-4054-b152-81ed434c6268",
  "consumerID": "cds",
  "timestamp": 1649735562732,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-12T03:54:12.073Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-12T03:54:12.073Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-12T03:54:12.073Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64bf458d-1d44-4054-b152-81ed434c6268",
  "consumerID": "cds",
  "timestamp": 1649735562732,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-12T03:54:12.073Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-12T03:54:12.073Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-12T03:54:12.073Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64bf458d-1d44-4054-b152-81ed434c6268",
  "consumerID": "cds",
  "timestamp": 1649735562732,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-12T03:54:12.073Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-12T03:54:12.073Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-12T03:54:12.074Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64bf458d-1d44-4054-b152-81ed434c6268",
  "consumerID": "cds",
  "timestamp": 1649735562732,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-04-12T03:54:12.074Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-12T03:54:12.074Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-12T03:54:12.074Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64bf458d-1d44-4054-b152-81ed434c6268",
  "consumerID": "aai-ml",
  "timestamp": 1649735574027,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-12T03:54:12.074Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-12T03:54:12.074Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-12T03:54:12.074Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64bf458d-1d44-4054-b152-81ed434c6268",
  "consumerID": "cds",
  "timestamp": 1649735562732,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-04-12T03:54:12.075Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-12T03:54:12.075Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-12T03:54:12.075Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64bf458d-1d44-4054-b152-81ed434c6268",
  "consumerID": "aai-ml",
  "timestamp": 1649735574027,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-12T03:54:12.075Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-12T03:54:12.075Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-12T03:54:12.075Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64bf458d-1d44-4054-b152-81ed434c6268",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649735575342,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-12T03:54:12.075Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-12T03:54:12.075Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-12T03:54:12.076Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64bf458d-1d44-4054-b152-81ed434c6268",
  "consumerID": "cds",
  "timestamp": 1649735562732,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-04-12T03:54:12.076Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-12T03:54:12.076Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-12T03:54:12.076Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64bf458d-1d44-4054-b152-81ed434c6268",
  "consumerID": "aai-ml",
  "timestamp": 1649735574027,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-12T03:54:12.076Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-12T03:54:12.076Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-12T03:54:12.076Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64bf458d-1d44-4054-b152-81ed434c6268",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649735575342,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-04-12T03:54:12.076Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-12T03:54:12.076Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-12T03:54:12.076Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64bf458d-1d44-4054-b152-81ed434c6268",
  "consumerID": "cds",
  "timestamp": 1649735562732,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-12T03:54:12.076Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-12T03:54:12.076Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-12T03:54:12.077Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64bf458d-1d44-4054-b152-81ed434c6268",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649735576632,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-12T03:54:12.077Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-12T03:54:12.077Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-12T03:54:12.077Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64bf458d-1d44-4054-b152-81ed434c6268",
  "consumerID": "aai-ml",
  "timestamp": 1649735574027,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-12T03:54:12.077Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-12T03:54:12.077Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-12T03:54:12.077Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64bf458d-1d44-4054-b152-81ed434c6268",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649735575342,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-04-12T03:54:12.077Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-12T03:54:12.077Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-12T03:54:12.077Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64bf458d-1d44-4054-b152-81ed434c6268",
  "consumerID": "cds",
  "timestamp": 1649735562732,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-12T03:54:12.077Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-12T03:54:12.077Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-12T03:54:12.077Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64bf458d-1d44-4054-b152-81ed434c6268",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649735576632,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-12T03:54:12.078Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-12T03:54:12.078Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-12T03:54:12.078Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64bf458d-1d44-4054-b152-81ed434c6268",
  "consumerID": "aai-ml",
  "timestamp": 1649735574027,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-04-12T03:54:12.078Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-12T03:54:12.078Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-12T03:54:12.078Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64bf458d-1d44-4054-b152-81ed434c6268",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649735575342,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-12T03:54:12.078Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-12T03:54:12.078Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-12T03:54:12.078Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64bf458d-1d44-4054-b152-81ed434c6268",
  "consumerID": "cds",
  "timestamp": 1649735562732,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-04-12T03:54:12.078Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-12T03:54:12.078Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-12T03:54:12.078Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64bf458d-1d44-4054-b152-81ed434c6268",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649735576632,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-12T03:54:12.078Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-12T03:54:12.078Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-12T03:54:12.079Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64bf458d-1d44-4054-b152-81ed434c6268",
  "consumerID": "aai-ml",
  "timestamp": 1649735574027,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-04-12T03:54:12.079Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-12T03:54:12.079Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-12T03:54:12.079Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64bf458d-1d44-4054-b152-81ed434c6268",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649735575342,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-04-12T03:54:12.079Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-12T03:54:12.079Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-12T03:54:12.079Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64bf458d-1d44-4054-b152-81ed434c6268",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649735576632,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-12T03:54:12.079Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-12T03:54:12.079Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-12T03:54:12.079Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64bf458d-1d44-4054-b152-81ed434c6268",
  "consumerID": "aai-ml",
  "timestamp": 1649735574027,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-04-12T03:54:12.079Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-12T03:54:12.079Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-12T03:54:12.079Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64bf458d-1d44-4054-b152-81ed434c6268",
  "consumerID": "cds",
  "timestamp": 1649735580833,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-12T03:54:12.079Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-12T03:54:12.079Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-12T03:54:12.079Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64bf458d-1d44-4054-b152-81ed434c6268",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649735575342,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-04-12T03:54:12.079Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-12T03:54:12.079Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-12T03:54:12.079Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64bf458d-1d44-4054-b152-81ed434c6268",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649735576632,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-04-12T03:54:12.079Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-12T03:54:12.079Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-12T03:54:12.080Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64bf458d-1d44-4054-b152-81ed434c6268",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649735580768,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-12T03:54:12.080Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-12T03:54:12.080Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-12T03:54:12.080Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64bf458d-1d44-4054-b152-81ed434c6268",
  "consumerID": "aai-ml",
  "timestamp": 1649735574027,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-12T03:54:12.080Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-12T03:54:12.080Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-12T03:54:12.080Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64bf458d-1d44-4054-b152-81ed434c6268",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649735575342,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-04-12T03:54:12.080Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-12T03:54:12.080Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-12T03:54:12.080Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64bf458d-1d44-4054-b152-81ed434c6268",
  "consumerID": "cds",
  "timestamp": 1649735582076,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-12T03:54:12.091Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 64bf458d-1d44-4054-b152-81ed434c6268
2022-04-12T03:54:12.091Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 64bf458d-1d44-4054-b152-81ed434c6268 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-12T03:54:12.098Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-12T03:54:12.098Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64bf458d-1d44-4054-b152-81ed434c6268",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649735576632,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-04-12T03:54:12.098Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-12T03:54:12.098Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-12T03:54:12.099Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64bf458d-1d44-4054-b152-81ed434c6268",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649735580768,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-04-12T03:54:12.099Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-12T03:54:12.099Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-12T03:54:12.099Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64bf458d-1d44-4054-b152-81ed434c6268",
  "consumerID": "aai-ml",
  "timestamp": 1649735574027,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-12T03:54:12.099Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-12T03:54:12.099Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-12T03:54:12.099Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64bf458d-1d44-4054-b152-81ed434c6268",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649735575342,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-12T03:54:12.099Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-12T03:54:12.099Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-12T03:54:12.099Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64bf458d-1d44-4054-b152-81ed434c6268",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649735576632,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-04-12T03:54:12.099Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-12T03:54:12.099Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-12T03:54:12.099Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64bf458d-1d44-4054-b152-81ed434c6268",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649735580768,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-12T03:54:12.099Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-12T03:54:12.099Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-12T03:54:12.099Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64bf458d-1d44-4054-b152-81ed434c6268",
  "consumerID": "aai-ml",
  "timestamp": 1649735574027,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-04-12T03:54:12.099Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-12T03:54:12.099Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-12T03:54:12.100Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64bf458d-1d44-4054-b152-81ed434c6268",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649735575342,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-12T03:54:12.100Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-12T03:54:12.100Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-12T03:54:12.100Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64bf458d-1d44-4054-b152-81ed434c6268",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649735576632,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-12T03:54:12.100Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-12T03:54:12.100Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-12T03:54:12.100Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64bf458d-1d44-4054-b152-81ed434c6268",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649735580768,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-12T03:54:12.100Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-12T03:54:12.100Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-12T03:54:12.100Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64bf458d-1d44-4054-b152-81ed434c6268",
  "consumerID": "aai-ml",
  "timestamp": 1649735584935,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-12T03:54:12.100Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-12T03:54:12.100Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-12T03:54:12.100Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64bf458d-1d44-4054-b152-81ed434c6268",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649735575342,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-04-12T03:54:12.100Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-12T03:54:12.101Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-12T03:54:12.101Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64bf458d-1d44-4054-b152-81ed434c6268",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649735576632,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-12T03:54:12.101Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-12T03:54:12.101Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-12T03:54:12.101Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64bf458d-1d44-4054-b152-81ed434c6268",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649735580768,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOT_NOTIFIED"
}
2022-04-12T03:54:12.101Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-12T03:54:12.101Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-12T03:54:12.101Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64bf458d-1d44-4054-b152-81ed434c6268",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649735586117,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-12T03:54:12.101Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-12T03:54:12.101Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-12T03:54:12.101Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64bf458d-1d44-4054-b152-81ed434c6268",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649735576632,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-12T03:54:12.101Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-12T03:54:12.101Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-12T03:54:12.101Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64bf458d-1d44-4054-b152-81ed434c6268",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649735580768,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOT_NOTIFIED"
}
2022-04-12T03:54:12.101Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-12T03:54:12.101Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-12T03:54:12.101Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64bf458d-1d44-4054-b152-81ed434c6268",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649735587232,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-12T03:54:12.101Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-12T03:54:12.102Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-12T03:54:12.102Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64bf458d-1d44-4054-b152-81ed434c6268",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649735580768,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOT_NOTIFIED"
}
2022-04-12T03:54:12.102Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-12T03:54:12.102Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-12T03:54:12.102Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64bf458d-1d44-4054-b152-81ed434c6268",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649735580768,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-12T03:54:12.102Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-12T03:54:12.102Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-12T03:54:12.102Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64bf458d-1d44-4054-b152-81ed434c6268",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649735588527,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-04-12T03:54:12.102Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-12T03:54:12.102Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-12T03:54:12.102Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64bf458d-1d44-4054-b152-81ed434c6268",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649735580768,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-12T03:54:12.102Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-12T03:54:12.102Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-12T03:54:12.102Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64bf458d-1d44-4054-b152-81ed434c6268",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649735589727,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-04-12T03:54:12.102Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-12T03:54:12.103Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-12T03:54:12.103Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64bf458d-1d44-4054-b152-81ed434c6268",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649735580768,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-04-12T03:54:12.103Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-12T03:54:12.103Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-12T03:54:12.103Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64bf458d-1d44-4054-b152-81ed434c6268",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649735590825,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-12T03:54:12.107Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 64bf458d-1d44-4054-b152-81ed434c6268
2022-04-12T03:54:12.107Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 64bf458d-1d44-4054-b152-81ed434c6268 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-12T03:54:12.114Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-12T03:54:12.114Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64bf458d-1d44-4054-b152-81ed434c6268",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649735591723,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-12T03:54:12.114Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-12T03:54:12.115Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-12T03:54:12.115Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64bf458d-1d44-4054-b152-81ed434c6268",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649735591828,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-12T03:54:12.115Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-12T03:54:30.082Z|1660be63-1b2e-439e-9151-9612ef7682e9|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1660be63-1b2e-439e-9151-9612ef7682e9
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-12T03:54:30.093Z|1660be63-1b2e-439e-9151-9612ef7682e9|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1660be63-1b2e-439e-9151-9612ef7682e9
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-12T03:54:30.096Z|1660be63-1b2e-439e-9151-9612ef7682e9|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-12T03:54:30.096Z|1660be63-1b2e-439e-9151-9612ef7682e9|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-12T03:54:30.096Z|1660be63-1b2e-439e-9151-9612ef7682e9|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-04-12T03:54:30.096Z|1660be63-1b2e-439e-9151-9612ef7682e9|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-04-12T03:54:30.096Z|1660be63-1b2e-439e-9151-9612ef7682e9|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-12T03:54:30.096Z|1660be63-1b2e-439e-9151-9612ef7682e9|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-12T03:54:30.096Z|1660be63-1b2e-439e-9151-9612ef7682e9|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-12T03:54:30.097Z|1660be63-1b2e-439e-9151-9612ef7682e9|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-12T03:54:30.097Z|1660be63-1b2e-439e-9151-9612ef7682e9|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-12T03:54:30.097Z|1660be63-1b2e-439e-9151-9612ef7682e9|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-04-12T03:54:30.101Z|1660be63-1b2e-439e-9151-9612ef7682e9|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-04-12T03:55:00.101Z|1660be63-1b2e-439e-9151-9612ef7682e9|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 1660be63-1b2e-439e-9151-9612ef7682e9 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-04-12T03:55:00.108Z|1660be63-1b2e-439e-9151-9612ef7682e9|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 1660be63-1b2e-439e-9151-9612ef7682e9 and serviceModelVersionId: cae0e051-289a-4841-a2ee-8382829e3648
2022-04-12T03:55:00.108Z|1660be63-1b2e-439e-9151-9612ef7682e9|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 1a519869-f60a-4c45-b1f4-dddd09eaecf9
2022-04-12T03:55:00.109Z|1660be63-1b2e-439e-9151-9612ef7682e9|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/1a519869-f60a-4c45-b1f4-dddd09eaecf9/model-vers/model-ver/cae0e051-289a-4841-a2ee-8382829e3648?depth=0
2022-04-12T03:55:00.114Z|1660be63-1b2e-439e-9151-9612ef7682e9|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2022-04-12T03:55:00.148Z|1660be63-1b2e-439e-9151-9612ef7682e9|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/1a519869-f60a-4c45-b1f4-dddd09eaecf9/model-vers/model-ver/cae0e051-289a-4841-a2ee-8382829e3648?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-04-12T03:55:00.148Z|1660be63-1b2e-439e-9151-9612ef7682e9|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1a519869-f60a-4c45-b1f4-dddd09eaecf9/model-vers/model-ver/cae0e051-289a-4841-a2ee-8382829e3648?depth=0|INFO|500||Invoke
2022-04-12T03:55:00.167Z|1660be63-1b2e-439e-9151-9612ef7682e9|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1a519869-f60a-4c45-b1f4-dddd09eaecf9/model-vers/model-ver/cae0e051-289a-4841-a2ee-8382829e3648?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-04-12T03:55:00.630Z|1660be63-1b2e-439e-9151-9612ef7682e9|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1a519869-f60a-4c45-b1f4-dddd09eaecf9/model-vers/model-ver/cae0e051-289a-4841-a2ee-8382829e3648?depth=0|INFO|500||InvokeReturn
2022-04-12T03:55:00.630Z|1660be63-1b2e-439e-9151-9612ef7682e9|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/1a519869-f60a-4c45-b1f4-dddd09eaecf9/model-vers/model-ver/cae0e051-289a-4841-a2ee-8382829e3648?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220412-03:55:00:172-95632], vertex-id=[241880], Content-Length=[0], Date=[Tue, 12 Apr 2022 03:55:00 GMT], Content-Type=[application/json]}
2022-04-12T03:55:00.630Z|1660be63-1b2e-439e-9151-9612ef7682e9|pool-2-thread-7|||||DEBUG|500||Response was returned with an empty entity.
2022-04-12T03:55:00.630Z|1660be63-1b2e-439e-9151-9612ef7682e9|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-04-12T03:55:00.630Z|1660be63-1b2e-439e-9151-9612ef7682e9|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-04-12T03:55:00.636Z|1660be63-1b2e-439e-9151-9612ef7682e9|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-04-12T03:55:00.637Z|1660be63-1b2e-439e-9151-9612ef7682e9|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 1660be63-1b2e-439e-9151-9612ef7682e9 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-04-12T03:55:00.637Z|1660be63-1b2e-439e-9151-9612ef7682e9|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-04-12T03:55:00.637Z|1660be63-1b2e-439e-9151-9612ef7682e9|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-12T03:55:00.640Z|1660be63-1b2e-439e-9151-9612ef7682e9|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-12T03:55:00.640Z|1660be63-1b2e-439e-9151-9612ef7682e9|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "1660be63-1b2e-439e-9151-9612ef7682e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649735700637,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-04-12T03:55:00.740Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-12T03:55:00.741Z||pool-84-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-12T03:55:00.741Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wdAVihK7YGpqBtkQ) ...
2022-04-12T03:55:00.753Z||pool-84-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-12T03:55:00.753Z||pool-84-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-04-12T03:55:01.652Z|1660be63-1b2e-439e-9151-9612ef7682e9|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-12T03:55:01.652Z|1660be63-1b2e-439e-9151-9612ef7682e9|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-12T03:55:01.652Z|1660be63-1b2e-439e-9151-9612ef7682e9|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 wdAVihK7YGpqBtkQ) ...
2022-04-12T03:55:06.014Z|1660be63-1b2e-439e-9151-9612ef7682e9|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-12T03:55:06.015Z|1660be63-1b2e-439e-9151-9612ef7682e9|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-12T03:55:06.015Z|1660be63-1b2e-439e-9151-9612ef7682e9|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"89147543-abf6-4796-bee2-bde4b4b2cb82","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"0d12caac-ef4c-407d-81cc-0d94defd9e02","serviceDescription":"service","serviceInvariantUUID":"d9bfe921-602e-45c3-a8e6-6367d310d0ed","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"f58223be-1a99-4dc2-8878-30438aad5875","resourceInvariantUUID":"2bb8f72c-8817-45ef-9431-cc2defb2ccf2","resourceCustomizationUUID":"3d8a1b7f-39e9-4216-95a0-28d0ee975f15","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":"ZWVkNGRkNjk5OThlYjQ1YjgzMjQ5NzZjMGRlM2QyMTY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"9bec45a1-ba7d-4642-9df0-2105542bee16","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":"MmY4NzE2ZjA2MmZiNmIxNzU4OTc0NTA1ZWYxMGQxZmY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"ea3a7630-ae1b-41b9-bbed-01120ba64a76","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":"fd5c8c60-cb2f-407f-b120-7ab658a4a7fa","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":"00df320f-836e-43f8-95aa-891f822b685d","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":"a003d95c-2596-478d-8d59-03812841a56e","artifactVersion":"2","generatedFromUUID":"fd5c8c60-cb2f-407f-b120-7ab658a4a7fa"},{"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":"YmNhNmM5ZTRiMWJkMzgwYjU4M2U4N2E2MGEzYWMyNDk\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"3863fc1e-8b1e-4ea3-b052-60f093a1f4e4","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":"YzZlZDk2ODA0NTMxYTE1MTY5YTU3MjgxZWJkZmQxOWY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"da67f499-7690-48d6-b0e2-479554bb8b6b","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"YTFiMmZlMTZkYzA0ZDM2YTQ5MjAwOTZmOTEwMGExMDU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"1b94efca-0770-4ac2-aaa7-d03fb9f48f8e","artifactVersion":"1"}],"workloadContext":"Production"}
2022-04-12T03:55:06.017Z|1660be63-1b2e-439e-9151-9612ef7682e9|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-12T03:55:06.017Z|1660be63-1b2e-439e-9151-9612ef7682e9|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-12T03:55:06.019Z|1660be63-1b2e-439e-9151-9612ef7682e9|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-12T03:55:06.019Z|1660be63-1b2e-439e-9151-9612ef7682e9|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "89147543-abf6-4796-bee2-bde4b4b2cb82",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649735701652,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-12T03:55:06.119Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-12T03:55:06.120Z||pool-85-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-12T03:55:06.120Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wdAVihK7YGpqBtkQ) ...
2022-04-12T03:55:06.129Z||pool-85-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-12T03:55:06.130Z||pool-85-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-04-12T03:55:07.020Z|1660be63-1b2e-439e-9151-9612ef7682e9|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-12T03:55:07.020Z|1660be63-1b2e-439e-9151-9612ef7682e9|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-12T03:55:07.022Z|1660be63-1b2e-439e-9151-9612ef7682e9|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-12T03:55:07.022Z|1660be63-1b2e-439e-9151-9612ef7682e9|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "89147543-abf6-4796-bee2-bde4b4b2cb82",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649735701652,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-04-12T03:55:07.123Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-12T03:55:07.124Z||pool-86-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-12T03:55:07.124Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wdAVihK7YGpqBtkQ) ...
2022-04-12T03:55:07.132Z||pool-86-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-12T03:55:07.132Z||pool-86-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-04-12T03:55:08.023Z|1660be63-1b2e-439e-9151-9612ef7682e9|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-12T03:55:08.024Z|1660be63-1b2e-439e-9151-9612ef7682e9|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-12T03:55:08.025Z|1660be63-1b2e-439e-9151-9612ef7682e9|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-12T03:55:08.026Z|1660be63-1b2e-439e-9151-9612ef7682e9|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "89147543-abf6-4796-bee2-bde4b4b2cb82",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649735701652,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-04-12T03:55:08.126Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-12T03:55:08.126Z||pool-87-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-12T03:55:08.126Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wdAVihK7YGpqBtkQ) ...
2022-04-12T03:55:08.135Z||pool-87-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-12T03:55:08.135Z||pool-87-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-04-12T03:55:09.026Z|1660be63-1b2e-439e-9151-9612ef7682e9|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-12T03:55:09.027Z|1660be63-1b2e-439e-9151-9612ef7682e9|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-12T03:55:09.029Z|1660be63-1b2e-439e-9151-9612ef7682e9|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-12T03:55:09.029Z|1660be63-1b2e-439e-9151-9612ef7682e9|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "89147543-abf6-4796-bee2-bde4b4b2cb82",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649735701652,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-12T03:55:09.129Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-12T03:55:09.130Z||pool-88-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-12T03:55:09.130Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wdAVihK7YGpqBtkQ) ...
2022-04-12T03:55:09.139Z||pool-88-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-12T03:55:09.140Z||pool-88-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-04-12T03:55:10.029Z|1660be63-1b2e-439e-9151-9612ef7682e9|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-12T03:55:10.030Z|1660be63-1b2e-439e-9151-9612ef7682e9|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-12T03:55:10.032Z|1660be63-1b2e-439e-9151-9612ef7682e9|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-12T03:55:10.032Z|1660be63-1b2e-439e-9151-9612ef7682e9|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "89147543-abf6-4796-bee2-bde4b4b2cb82",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649735701652,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-04-12T03:55:10.132Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-12T03:55:10.133Z||pool-89-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-12T03:55:10.133Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wdAVihK7YGpqBtkQ) ...
2022-04-12T03:55:10.141Z||pool-89-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-12T03:55:10.142Z||pool-89-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-04-12T03:55:11.032Z|1660be63-1b2e-439e-9151-9612ef7682e9|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-12T03:55:11.033Z|1660be63-1b2e-439e-9151-9612ef7682e9|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-12T03:55:11.035Z|1660be63-1b2e-439e-9151-9612ef7682e9|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-12T03:55:11.035Z|1660be63-1b2e-439e-9151-9612ef7682e9|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "89147543-abf6-4796-bee2-bde4b4b2cb82",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649735701652,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-12T03:55:11.136Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-12T03:55:11.136Z||pool-90-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-12T03:55:11.137Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wdAVihK7YGpqBtkQ) ...
2022-04-12T03:55:11.146Z||pool-90-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-12T03:55:11.147Z||pool-90-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-04-12T03:55:11.930Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-12T03:55:11.930Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-12T03:55:11.930Z||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 wdAVihK7YGpqBtkQ) ...
2022-04-12T03:55:11.948Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-12T03:55:11.949Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-12T03:55:11.949Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64bf458d-1d44-4054-b152-81ed434c6268",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649735593741,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-12T03:55:11.949Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-12T03:55:11.949Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-12T03:55:11.949Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64bf458d-1d44-4054-b152-81ed434c6268",
  "consumerID": "aai-ml",
  "timestamp": 1649735594020,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-12T03:55:11.949Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-12T03:55:11.950Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-12T03:55:11.950Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64bf458d-1d44-4054-b152-81ed434c6268",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649735594745,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-12T03:55:11.957Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 64bf458d-1d44-4054-b152-81ed434c6268
2022-04-12T03:55:11.958Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 64bf458d-1d44-4054-b152-81ed434c6268 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-12T03:55:11.966Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-12T03:55:11.966Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64bf458d-1d44-4054-b152-81ed434c6268",
  "consumerID": "aai-ml",
  "timestamp": 1649735595023,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-12T03:55:11.970Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 64bf458d-1d44-4054-b152-81ed434c6268
2022-04-12T03:55:11.971Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 64bf458d-1d44-4054-b152-81ed434c6268 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-12T03:55:12.036Z|1660be63-1b2e-439e-9151-9612ef7682e9|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-12T03:55:12.038Z|1660be63-1b2e-439e-9151-9612ef7682e9|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-12T03:55:12.040Z|1660be63-1b2e-439e-9151-9612ef7682e9|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-12T03:55:12.040Z|1660be63-1b2e-439e-9151-9612ef7682e9|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "89147543-abf6-4796-bee2-bde4b4b2cb82",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649735701652,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-12T03:55:12.140Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-12T03:55:12.140Z||pool-91-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-12T03:55:12.140Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wdAVihK7YGpqBtkQ) ...
2022-04-12T03:55:12.150Z||pool-91-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-12T03:55:12.150Z||pool-91-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-04-12T03:55:13.040Z|1660be63-1b2e-439e-9151-9612ef7682e9|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-12T03:55:13.041Z|1660be63-1b2e-439e-9151-9612ef7682e9|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-12T03:55:13.043Z|1660be63-1b2e-439e-9151-9612ef7682e9|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-12T03:55:13.043Z|1660be63-1b2e-439e-9151-9612ef7682e9|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "89147543-abf6-4796-bee2-bde4b4b2cb82",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649735701652,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-04-12T03:55:13.143Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-12T03:55:13.144Z||pool-92-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-12T03:55:13.144Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wdAVihK7YGpqBtkQ) ...
2022-04-12T03:55:13.152Z||pool-92-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-12T03:55:13.152Z||pool-92-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-04-12T03:55:14.044Z|1660be63-1b2e-439e-9151-9612ef7682e9|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "89147543-abf6-4796-bee2-bde4b4b2cb82",
  "serviceName": "basic_vm_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "0d12caac-ef4c-407d-81cc-0d94defd9e02",
  "serviceDescription": "service",
  "serviceInvariantUUID": "d9bfe921-602e-45c3-a8e6-6367d310d0ed",
  "resources": [
    {
      "resourceInstanceName": "basic_vm_macro 0",
      "resourceCustomizationUUID": "3d8a1b7f-39e9-4216-95a0-28d0ee975f15",
      "resourceName": "basic_vm_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "f58223be-1a99-4dc2-8878-30438aad5875",
      "resourceInvariantUUID": "2bb8f72c-8817-45ef-9431-cc2defb2ccf2",
      "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": "MmY4NzE2ZjA2MmZiNmIxNzU4OTc0NTA1ZWYxMGQxZmY\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "ea3a7630-ae1b-41b9-bbed-01120ba64a76",
          "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": "fd5c8c60-cb2f-407f-b120-7ab658a4a7fa",
          "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": "a003d95c-2596-478d-8d59-03812841a56e",
            "generatedFromUUID": "fd5c8c60-cb2f-407f-b120-7ab658a4a7fa"
          },
          "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": "a003d95c-2596-478d-8d59-03812841a56e",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVmMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
      "artifactChecksum": "YTFiMmZlMTZkYzA0ZDM2YTQ5MjAwOTZmOTEwMGExMDU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "1b94efca-0770-4ac2-aaa7-d03fb9f48f8e"
    }
  ],
  "workloadContext": "Production"
}
2022-04-12T03:55:14.045Z|1660be63-1b2e-439e-9151-9612ef7682e9|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-04-12T03:55:14.045Z|1660be63-1b2e-439e-9151-9612ef7682e9|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 0d12caac-ef4c-407d-81cc-0d94defd9e02 ASDC
2022-04-12T03:55:14.045Z|89147543-abf6-4796-bee2-bde4b4b2cb82|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:89147543-abf6-4796-bee2-bde4b4b2cb82
ServiceName:basic_vm_macro
ServiceVersion:1.0
ServiceUUID:0d12caac-ef4c-407d-81cc-0d94defd9e02
ServiceInvariantUUID:d9bfe921-602e-45c3-a8e6-6367d310d0ed
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:1b94efca-0770-4ac2-aaa7-d03fb9f48f8e
ArtifactChecksum:YTFiMmZlMTZkYzA0ZDM2YTQ5MjAwOTZmOTEwMGExMDU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm_macro 0
ResourceCustomizationUUID:3d8a1b7f-39e9-4216-95a0-28d0ee975f15
ResourceInvariantUUID:2bb8f72c-8817-45ef-9431-cc2defb2ccf2
ResourceName:basic_vm_macro
ResourceType:VF
ResourceUUID:f58223be-1a99-4dc2-8878-30438aad5875
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:ea3a7630-ae1b-41b9-bbed-01120ba64a76
ArtifactChecksum:MmY4NzE2ZjA2MmZiNmIxNzU4OTc0NTA1ZWYxMGQxZmY=
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:fd5c8c60-cb2f-407f-b120-7ab658a4a7fa
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:a003d95c-2596-478d-8d59-03812841a56e
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:a003d95c-2596-478d-8d59-03812841a56e
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-04-12T03:55:14.045Z|89147543-abf6-4796-bee2-bde4b4b2cb82|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 0d12caac-ef4c-407d-81cc-0d94defd9e02 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-04-12T03:55:14.073Z|89147543-abf6-4796-bee2-bde4b4b2cb82|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-12T03:55:14.074Z|89147543-abf6-4796-bee2-bde4b4b2cb82|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-04-12T03:55:14.074Z|89147543-abf6-4796-bee2-bde4b4b2cb82|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-04-12T03:55:14.074Z|89147543-abf6-4796-bee2-bde4b4b2cb82|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 1b94efca-0770-4ac2-aaa7-d03fb9f48f8e from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-04-12T03:55:14.075Z|89147543-abf6-4796-bee2-bde4b4b2cb82|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-04-12T03:55:14.075Z|89147543-abf6-4796-bee2-bde4b4b2cb82|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-04-12T03:55:14.315Z|89147543-abf6-4796-bee2-bde4b4b2cb82|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-04-12T03:55:14.319Z|89147543-abf6-4796-bee2-bde4b4b2cb82|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 1b94efca-0770-4ac2-aaa7-d03fb9f48f8e 78808
2022-04-12T03:55:14.320Z|89147543-abf6-4796-bee2-bde4b4b2cb82|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-04-12T03:55:14.320Z|89147543-abf6-4796-bee2-bde4b4b2cb82|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-04-12T03:55:14.320Z|89147543-abf6-4796-bee2-bde4b4b2cb82|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-12T03:55:14.320Z|89147543-abf6-4796-bee2-bde4b4b2cb82|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-12T03:55:14.321Z|89147543-abf6-4796-bee2-bde4b4b2cb82|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-12T03:55:14.322Z|89147543-abf6-4796-bee2-bde4b4b2cb82|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "89147543-abf6-4796-bee2-bde4b4b2cb82",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649735714320,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-12T03:55:14.422Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-12T03:55:14.423Z||pool-93-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-12T03:55:14.423Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wdAVihK7YGpqBtkQ) ...
2022-04-12T03:55:14.433Z||pool-93-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-12T03:55:14.433Z||pool-93-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2022-04-12T03:55:15.323Z|89147543-abf6-4796-bee2-bde4b4b2cb82|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-12T03:55:15.324Z|89147543-abf6-4796-bee2-bde4b4b2cb82|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-04-12T03:55:15.324Z|89147543-abf6-4796-bee2-bde4b4b2cb82|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 1b94efca-0770-4ac2-aaa7-d03fb9f48f8e, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-04-12T03:55:15.324Z|89147543-abf6-4796-bee2-bde4b4b2cb82|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar
2022-04-12T03:55:15.325Z|89147543-abf6-4796-bee2-bde4b4b2cb82|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-04-12T03:55:15.325Z|89147543-abf6-4796-bee2-bde4b4b2cb82|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-04-12T03:55:15.420Z|89147543-abf6-4796-bee2-bde4b4b2cb82|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6030069187520175987/Definitions/service-BasicVmMacro-template.yml
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
2022-04-12T03:55:16.416Z|89147543-abf6-4796-bee2-bde4b4b2cb82|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2022-04-12T03:55:16.416Z|89147543-abf6-4796-bee2-bde4b4b2cb82|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-04-12T03:55:16.416Z|89147543-abf6-4796-bee2-bde4b4b2cb82|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-04-12T03:55:16.416Z|89147543-abf6-4796-bee2-bde4b4b2cb82|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-04-12T03:55:16.416Z|89147543-abf6-4796-bee2-bde4b4b2cb82|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-04-12T03:55:16.416Z|89147543-abf6-4796-bee2-bde4b4b2cb82|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-04-12T03:55:16.416Z|89147543-abf6-4796-bee2-bde4b4b2cb82|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-04-12T03:55:16.417Z|89147543-abf6-4796-bee2-bde4b4b2cb82|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-04-12T03:55:16.417Z|89147543-abf6-4796-bee2-bde4b4b2cb82|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-04-12T03:55:16.417Z|89147543-abf6-4796-bee2-bde4b4b2cb82|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-04-12T03:55:16.417Z|89147543-abf6-4796-bee2-bde4b4b2cb82|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-04-12T03:55:16.417Z|89147543-abf6-4796-bee2-bde4b4b2cb82|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-04-12T03:55:16.417Z|89147543-abf6-4796-bee2-bde4b4b2cb82|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-04-12T03:55:16.417Z|89147543-abf6-4796-bee2-bde4b4b2cb82|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-04-12T03:55:16.417Z|89147543-abf6-4796-bee2-bde4b4b2cb82|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-12T03:55:16.417Z|89147543-abf6-4796-bee2-bde4b4b2cb82|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-04-12T03:55:16.417Z|89147543-abf6-4796-bee2-bde4b4b2cb82|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-04-12T03:55:16.417Z|89147543-abf6-4796-bee2-bde4b4b2cb82|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-04-12T03:55:16.417Z|89147543-abf6-4796-bee2-bde4b4b2cb82|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-12T03:55:16.417Z|89147543-abf6-4796-bee2-bde4b4b2cb82|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-12T03:55:16.417Z|89147543-abf6-4796-bee2-bde4b4b2cb82|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-04-12T03:55:16.418Z|89147543-abf6-4796-bee2-bde4b4b2cb82|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-04-12T03:55:16.418Z|89147543-abf6-4796-bee2-bde4b4b2cb82|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-04-12T03:55:16.418Z|89147543-abf6-4796-bee2-bde4b4b2cb82|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-12T03:55:16.418Z|89147543-abf6-4796-bee2-bde4b4b2cb82|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-12T03:55:16.418Z|89147543-abf6-4796-bee2-bde4b4b2cb82|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-04-12T03:55:16.418Z|89147543-abf6-4796-bee2-bde4b4b2cb82|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-12T03:55:16.418Z|89147543-abf6-4796-bee2-bde4b4b2cb82|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-04-12T03:55:16.418Z|89147543-abf6-4796-bee2-bde4b4b2cb82|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2022-04-12T03:55:16.418Z|89147543-abf6-4796-bee2-bde4b4b2cb82|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2022-04-12T03:55:16.418Z|89147543-abf6-4796-bee2-bde4b4b2cb82|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2022-04-12T03:55:16.418Z|89147543-abf6-4796-bee2-bde4b4b2cb82|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-04-12T03:55:16.418Z|89147543-abf6-4796-bee2-bde4b4b2cb82|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-04-12T03:55:16.419Z|89147543-abf6-4796-bee2-bde4b4b2cb82|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-12T03:55:16.419Z|89147543-abf6-4796-bee2-bde4b4b2cb82|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-04-12T03:55:16.419Z|89147543-abf6-4796-bee2-bde4b4b2cb82|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-12T03:55:16.419Z|89147543-abf6-4796-bee2-bde4b4b2cb82|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-04-12T03:55:16.419Z|89147543-abf6-4796-bee2-bde4b4b2cb82|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-12T03:55:16.419Z|89147543-abf6-4796-bee2-bde4b4b2cb82|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-12T03:55:16.419Z|89147543-abf6-4796-bee2-bde4b4b2cb82|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-04-12T03:55:16.419Z|89147543-abf6-4796-bee2-bde4b4b2cb82|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-12T03:55:16.419Z|89147543-abf6-4796-bee2-bde4b4b2cb82|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-12T03:55:16.419Z|89147543-abf6-4796-bee2-bde4b4b2cb82|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-04-12T03:55:16.419Z|89147543-abf6-4796-bee2-bde4b4b2cb82|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-12T03:55:16.419Z|89147543-abf6-4796-bee2-bde4b4b2cb82|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-12T03:55:16.420Z|89147543-abf6-4796-bee2-bde4b4b2cb82|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-04-12T03:55:16.420Z|89147543-abf6-4796-bee2-bde4b4b2cb82|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-04-12T03:55:16.420Z|89147543-abf6-4796-bee2-bde4b4b2cb82|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-04-12T03:55:16.420Z|89147543-abf6-4796-bee2-bde4b4b2cb82|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=4b40c44d-1bc6-4e84-aca4-cc05239efb92
2022-04-12T03:55:16.420Z|89147543-abf6-4796-bee2-bde4b4b2cb82|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-12T03:55:16.420Z|89147543-abf6-4796-bee2-bde4b4b2cb82|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-04-12T03:55:16.420Z|89147543-abf6-4796-bee2-bde4b4b2cb82|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-12T03:55:16.420Z|89147543-abf6-4796-bee2-bde4b4b2cb82|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-04-12T03:55:16.420Z|89147543-abf6-4796-bee2-bde4b4b2cb82|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-12T03:55:16.420Z|89147543-abf6-4796-bee2-bde4b4b2cb82|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-04-12T03:55:16.420Z|89147543-abf6-4796-bee2-bde4b4b2cb82|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-12T03:55:16.420Z|89147543-abf6-4796-bee2-bde4b4b2cb82|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-04-12T03:55:16.420Z|89147543-abf6-4796-bee2-bde4b4b2cb82|pool-2-thread-7|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm_macro
Description:service
Model UUID:0d12caac-ef4c-407d-81cc-0d94defd9e02
Model Version:NULL
Model InvariantUuid:d9bfe921-602e-45c3-a8e6-6367d310d0ed
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm_macro
Model UUID:c822582f-9d57-43e3-884c-c2d0d822a84c
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:2bb8f72c-8817-45ef-9431-cc2defb2ccf2
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:3d8a1b7f-39e9-4216-95a0-28d0ee975f15
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:20891f43-5196-41aa-b7a5-dd44cb3a1fa4
ModelName:BasicVmMacro..base_ubuntu20..module-0
ModelUuid:37735700-8e3a-4ca7-b911-6eb9bf6ce561
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:4b40c44d-1bc6-4e84-aca4-cc05239efb92
ModelInvariantUuid:b4ec07b7-59c9-41ce-929e-0bd4cdbbba37
ModelName:basic_vm_macro-nodes.ubuntu20Cvfc
ModelUuid:47cbb354-5693-47c7-bd56-9445cd2df1f0
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:e3442027-efff-465f-8f22-0ca57e98ec63
ModelInvariantUuid:ead0728d-297c-43e9-9129-f58b74bd20c1
ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20
ModelUuid:259f41c7-6fcb-47ec-88a0-f6ebe384ca05
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-04-12T03:55:16.428Z|89147543-abf6-4796-bee2-bde4b4b2cb82|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: f58223be-1a99-4dc2-8878-30438aad5875
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-12T03:55:16.431Z|89147543-abf6-4796-bee2-bde4b4b2cb82|pool-2-thread-7|||||INFO|500||basic_vm_macro 0
2022-04-12T03:55:16.431Z|89147543-abf6-4796-bee2-bde4b4b2cb82|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: f58223be-1a99-4dc2-8878-30438aad5875
2022-04-12T03:55:16.431Z|89147543-abf6-4796-bee2-bde4b4b2cb82|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: ea3a7630-ae1b-41b9-bbed-01120ba64a76 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-04-12T03:55:16.431Z|89147543-abf6-4796-bee2-bde4b4b2cb82|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-04-12T03:55:16.431Z|89147543-abf6-4796-bee2-bde4b4b2cb82|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-04-12T03:55:16.478Z|89147543-abf6-4796-bee2-bde4b4b2cb82|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-04-12T03:55:16.478Z|89147543-abf6-4796-bee2-bde4b4b2cb82|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 ea3a7630-ae1b-41b9-bbed-01120ba64a76 792
2022-04-12T03:55:16.478Z|89147543-abf6-4796-bee2-bde4b4b2cb82|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-04-12T03:55:16.478Z|89147543-abf6-4796-bee2-bde4b4b2cb82|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-04-12T03:55:16.478Z|89147543-abf6-4796-bee2-bde4b4b2cb82|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-12T03:55:16.478Z|89147543-abf6-4796-bee2-bde4b4b2cb82|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-12T03:55:16.480Z|89147543-abf6-4796-bee2-bde4b4b2cb82|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-12T03:55:16.480Z|89147543-abf6-4796-bee2-bde4b4b2cb82|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "89147543-abf6-4796-bee2-bde4b4b2cb82",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649735716478,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-12T03:55:16.580Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-12T03:55:16.581Z||pool-94-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-12T03:55:16.581Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wdAVihK7YGpqBtkQ) ...
2022-04-12T03:55:16.590Z||pool-94-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-12T03:55:16.590Z||pool-94-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-04-12T03:55:17.481Z|89147543-abf6-4796-bee2-bde4b4b2cb82|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "20891f43-5196-41aa-b7a5-dd44cb3a1fa4",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "37735700-8e3a-4ca7-b911-6eb9bf6ce561",
    "vfModuleModelCustomizationUUID": "035d39d0-a654-4cd2-bb73-6b21e7f3ff32",
    "isBase": true,
    "artifacts": [
      "fd5c8c60-cb2f-407f-b120-7ab658a4a7fa",
      "a003d95c-2596-478d-8d59-03812841a56e"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu20",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-04-12T03:55:17.485Z|89147543-abf6-4796-bee2-bde4b4b2cb82|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:37735700-8e3a-4ca7-b911-6eb9bf6ce561
VfModuleModelInvariantUUID:20891f43-5196-41aa-b7a5-dd44cb3a1fa4
VfModuleModelDescription:NULL
Artifacts UUID List:{
fd5c8c60-cb2f-407f-b120-7ab658a4a7fa
,
a003d95c-2596-478d-8d59-03812841a56e

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

isBase:true


}

2022-04-12T03:55:17.488Z|89147543-abf6-4796-bee2-bde4b4b2cb82|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "20891f43-5196-41aa-b7a5-dd44cb3a1fa4",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "37735700-8e3a-4ca7-b911-6eb9bf6ce561",
    "vfModuleModelCustomizationUUID": "035d39d0-a654-4cd2-bb73-6b21e7f3ff32",
    "isBase": true,
    "artifacts": [
      "fd5c8c60-cb2f-407f-b120-7ab658a4a7fa",
      "a003d95c-2596-478d-8d59-03812841a56e"
    ],
    "properties": {
      "min_vf_module_instances": "1",
      "vf_module_label": "base_ubuntu20",
      "max_vf_module_instances": "1",
      "vfc_list": "",
      "vf_module_type": "Base",
      "vf_module_description": "",
      "initial_count": "1",
      "volume_group": "false",
      "availability_zone_count": ""
    }
  }
]
2022-04-12T03:55:17.488Z|89147543-abf6-4796-bee2-bde4b4b2cb82|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:37735700-8e3a-4ca7-b911-6eb9bf6ce561
VfModuleModelInvariantUUID:20891f43-5196-41aa-b7a5-dd44cb3a1fa4
VfModuleModelDescription:NULL
Artifacts UUID List:{
fd5c8c60-cb2f-407f-b120-7ab658a4a7fa
,
a003d95c-2596-478d-8d59-03812841a56e

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

isBase:true


}

2022-04-12T03:55:17.488Z|89147543-abf6-4796-bee2-bde4b4b2cb82|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: fd5c8c60-cb2f-407f-b120-7ab658a4a7fa from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-04-12T03:55:17.488Z|89147543-abf6-4796-bee2-bde4b4b2cb82|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-04-12T03:55:17.488Z|89147543-abf6-4796-bee2-bde4b4b2cb82|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-04-12T03:55:17.534Z|89147543-abf6-4796-bee2-bde4b4b2cb82|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-04-12T03:55:17.535Z|89147543-abf6-4796-bee2-bde4b4b2cb82|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 fd5c8c60-cb2f-407f-b120-7ab658a4a7fa 5033
2022-04-12T03:55:17.535Z|89147543-abf6-4796-bee2-bde4b4b2cb82|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-04-12T03:55:17.535Z|89147543-abf6-4796-bee2-bde4b4b2cb82|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-04-12T03:55:17.535Z|89147543-abf6-4796-bee2-bde4b4b2cb82|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-12T03:55:17.535Z|89147543-abf6-4796-bee2-bde4b4b2cb82|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-12T03:55:17.537Z|89147543-abf6-4796-bee2-bde4b4b2cb82|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-12T03:55:17.537Z|89147543-abf6-4796-bee2-bde4b4b2cb82|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "89147543-abf6-4796-bee2-bde4b4b2cb82",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649735717535,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-12T03:55:17.638Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-12T03:55:17.638Z||pool-95-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-12T03:55:17.638Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wdAVihK7YGpqBtkQ) ...
2022-04-12T03:55:17.647Z||pool-95-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-12T03:55:17.648Z||pool-95-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-04-12T03:55:18.538Z|89147543-abf6-4796-bee2-bde4b4b2cb82|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: a003d95c-2596-478d-8d59-03812841a56e from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-04-12T03:55:18.538Z|89147543-abf6-4796-bee2-bde4b4b2cb82|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-04-12T03:55:18.539Z|89147543-abf6-4796-bee2-bde4b4b2cb82|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-04-12T03:55:18.584Z|89147543-abf6-4796-bee2-bde4b4b2cb82|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-04-12T03:55:18.585Z|89147543-abf6-4796-bee2-bde4b4b2cb82|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 a003d95c-2596-478d-8d59-03812841a56e 903
2022-04-12T03:55:18.585Z|89147543-abf6-4796-bee2-bde4b4b2cb82|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-04-12T03:55:18.585Z|89147543-abf6-4796-bee2-bde4b4b2cb82|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-04-12T03:55:18.585Z|89147543-abf6-4796-bee2-bde4b4b2cb82|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-12T03:55:18.585Z|89147543-abf6-4796-bee2-bde4b4b2cb82|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-12T03:55:18.587Z|89147543-abf6-4796-bee2-bde4b4b2cb82|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-12T03:55:18.587Z|89147543-abf6-4796-bee2-bde4b4b2cb82|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "89147543-abf6-4796-bee2-bde4b4b2cb82",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649735718585,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-04-12T03:55:18.687Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-12T03:55:18.688Z||pool-96-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-12T03:55:18.688Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wdAVihK7YGpqBtkQ) ...
2022-04-12T03:55:18.697Z||pool-96-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-12T03:55:18.698Z||pool-96-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-04-12T03:55:19.588Z|89147543-abf6-4796-bee2-bde4b4b2cb82|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: 0d12caac-ef4c-407d-81cc-0d94defd9e02
2022-04-12T03:55:19.589Z|89147543-abf6-4796-bee2-bde4b4b2cb82|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 f58223be-1a99-4dc2-8878-30438aad5875 ASDC
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-12T03:55:19.603Z|89147543-abf6-4796-bee2-bde4b4b2cb82|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2528045c, org.onap.sdc.toscaparser.api.parameters.Input@61246ed5, org.onap.sdc.toscaparser.api.parameters.Input@6eef3893, org.onap.sdc.toscaparser.api.parameters.Input@650f5083, org.onap.sdc.toscaparser.api.parameters.Input@e0b29a]
2022-04-12T03:55:19.604Z|89147543-abf6-4796-bee2-bde4b4b2cb82|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-12T03:55:19.604Z|89147543-abf6-4796-bee2-bde4b4b2cb82|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-04-12T03:55:19.605Z|89147543-abf6-4796-bee2-bde4b4b2cb82|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic 
2022-04-12T03:55:19.605Z|89147543-abf6-4796-bee2-bde4b4b2cb82|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= 3d8a1b7f-39e9-4216-95a0-28d0ee975f15
2022-04-12T03:55:19.605Z|89147543-abf6-4796-bee2-bde4b4b2cb82|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 3d8a1b7f-39e9-4216-95a0-28d0ee975f15 matches Tosca VF Customization UUID: 3d8a1b7f-39e9-4216-95a0-28d0ee975f15
2022-04-12T03:55:19.605Z|89147543-abf6-4796-bee2-bde4b4b2cb82|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: 3d8a1b7f-39e9-4216-95a0-28d0ee975f15  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-04-12T03:55:19.607Z|89147543-abf6-4796-bee2-bde4b4b2cb82|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-12T03:55:19.607Z|89147543-abf6-4796-bee2-bde4b4b2cb82|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-04-12T03:55:19.607Z|89147543-abf6-4796-bee2-bde4b4b2cb82|pool-2-thread-7|||||DEBUG|500||resource request for resource customization id 3d8a1b7f-39e9-4216-95a0-28d0ee975f15: {\"vf_module_id\":\"Ubuntu20-VF-module\",\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"availability_zone_max_count\":\"1\",\"sdnc_artifact_name\":\"vnf\",\"vnf_name\":\"Ubuntu20-VNF-name\",\"ubuntu20_name_0\":\"Ubuntu20\",\"dcae_collector_ip\":\"10.4.2.166\",\"ubuntu20_flavor_name\":\"m1.small\",\"vnf_id\":\"Ubuntu20-VNF\",\"sdnc_model_version\":\"1.0.0\",\"dcae_collector_port\":\"30417\",\"ubuntu20_image_name\":\"ubuntu-20.04\",\"admin_plane_net_name\":\"admin\",\"sdnc_model_name\":\"ubuntu20\"}
2022-04-12T03:55:19.607Z|89147543-abf6-4796-bee2-bde4b4b2cb82|pool-2-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@4a586c9a
2022-04-12T03:55:19.607Z|89147543-abf6-4796-bee2-bde4b4b2cb82|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-12T03:55:19.607Z|89147543-abf6-4796-bee2-bde4b4b2cb82|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-04-12T03:55:19.607Z|89147543-abf6-4796-bee2-bde4b4b2cb82|pool-2-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 035d39d0-a654-4cd2-bb73-6b21e7f3ff32
2022-04-12T03:55:19.607Z|89147543-abf6-4796-bee2-bde4b4b2cb82|pool-2-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 035d39d0-a654-4cd2-bb73-6b21e7f3ff32
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-04-12T03:55:19.609Z|89147543-abf6-4796-bee2-bde4b4b2cb82|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-12T03:55:19.609Z|89147543-abf6-4796-bee2-bde4b4b2cb82|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-04-12T03:55:19.609Z|89147543-abf6-4796-bee2-bde4b4b2cb82|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-12T03:55:19.610Z|89147543-abf6-4796-bee2-bde4b4b2cb82|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-12T03:55:19.610Z|89147543-abf6-4796-bee2-bde4b4b2cb82|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-04-12T03:55:19.610Z|89147543-abf6-4796-bee2-bde4b4b2cb82|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-12T03:55:19.610Z|89147543-abf6-4796-bee2-bde4b4b2cb82|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-12T03:55:19.610Z|89147543-abf6-4796-bee2-bde4b4b2cb82|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-04-12T03:55:19.610Z|89147543-abf6-4796-bee2-bde4b4b2cb82|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-04-12T03:55:19.610Z|89147543-abf6-4796-bee2-bde4b4b2cb82|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-04-12T03:55:19.610Z|89147543-abf6-4796-bee2-bde4b4b2cb82|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=4b40c44d-1bc6-4e84-aca4-cc05239efb92
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
2022-04-12T03:55:19.612Z|89147543-abf6-4796-bee2-bde4b4b2cb82|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-12T03:55:19.612Z|89147543-abf6-4796-bee2-bde4b4b2cb82|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-04-12T03:55:19.612Z|89147543-abf6-4796-bee2-bde4b4b2cb82|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-12T03:55:19.612Z|89147543-abf6-4796-bee2-bde4b4b2cb82|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-12T03:55:19.612Z|89147543-abf6-4796-bee2-bde4b4b2cb82|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-04-12T03:55:19.612Z|89147543-abf6-4796-bee2-bde4b4b2cb82|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=3d8a1b7f-39e9-4216-95a0-28d0ee975f15
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-12T03:55:19.614Z|89147543-abf6-4796-bee2-bde4b4b2cb82|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-12T03:55:19.614Z|89147543-abf6-4796-bee2-bde4b4b2cb82|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-04-12T03:55:19.614Z|89147543-abf6-4796-bee2-bde4b4b2cb82|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid 0d12caac-ef4c-407d-81cc-0d94defd9e02: basic_vm_macro
2022-04-12T03:55:19.614Z|89147543-abf6-4796-bee2-bde4b4b2cb82|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-12T03:55:19.614Z|89147543-abf6-4796-bee2-bde4b4b2cb82|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-04-12T03:55:19.614Z|89147543-abf6-4796-bee2-bde4b4b2cb82|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-12T03:55:19.614Z|89147543-abf6-4796-bee2-bde4b4b2cb82|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-04-12T03:55:19.615Z|89147543-abf6-4796-bee2-bde4b4b2cb82|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-12T03:55:19.615Z|89147543-abf6-4796-bee2-bde4b4b2cb82|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-04-12T03:55:19.615Z|89147543-abf6-4796-bee2-bde4b4b2cb82|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-12T03:55:19.615Z|89147543-abf6-4796-bee2-bde4b4b2cb82|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-04-12T03:55:19.615Z|89147543-abf6-4796-bee2-bde4b4b2cb82|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-12T03:55:19.615Z|89147543-abf6-4796-bee2-bde4b4b2cb82|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-04-12T03:55:19.615Z|89147543-abf6-4796-bee2-bde4b4b2cb82|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-04-12T03:55:19.701Z|89147543-abf6-4796-bee2-bde4b4b2cb82|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro f58223be-1a99-4dc2-8878-30438aad5875 1 ASDC deployResourceStructure
2022-04-12T03:55:19.701Z|89147543-abf6-4796-bee2-bde4b4b2cb82|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-04-12T03:55:19.701Z|89147543-abf6-4796-bee2-bde4b4b2cb82|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-04-12T03:55:19.702Z|89147543-abf6-4796-bee2-bde4b4b2cb82|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-12T03:55:19.702Z|89147543-abf6-4796-bee2-bde4b4b2cb82|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-12T03:55:19.705Z|89147543-abf6-4796-bee2-bde4b4b2cb82|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-12T03:55:19.705Z|89147543-abf6-4796-bee2-bde4b4b2cb82|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "89147543-abf6-4796-bee2-bde4b4b2cb82",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649735719701,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-12T03:55:19.805Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-12T03:55:19.806Z||pool-97-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-12T03:55:19.806Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wdAVihK7YGpqBtkQ) ...
2022-04-12T03:55:19.815Z||pool-97-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-12T03:55:19.815Z||pool-97-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-04-12T03:55:20.705Z|89147543-abf6-4796-bee2-bde4b4b2cb82|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-04-12T03:55:20.706Z|89147543-abf6-4796-bee2-bde4b4b2cb82|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-04-12T03:55:20.706Z|89147543-abf6-4796-bee2-bde4b4b2cb82|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-12T03:55:20.706Z|89147543-abf6-4796-bee2-bde4b4b2cb82|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-12T03:55:20.708Z|89147543-abf6-4796-bee2-bde4b4b2cb82|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-12T03:55:20.708Z|89147543-abf6-4796-bee2-bde4b4b2cb82|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "89147543-abf6-4796-bee2-bde4b4b2cb82",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649735720705,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-04-12T03:55:20.809Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-12T03:55:20.809Z||pool-98-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-12T03:55:20.809Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wdAVihK7YGpqBtkQ) ...
2022-04-12T03:55:20.818Z||pool-98-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-12T03:55:20.818Z||pool-98-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-04-12T03:55:21.709Z|89147543-abf6-4796-bee2-bde4b4b2cb82|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-04-12T03:55:21.710Z|89147543-abf6-4796-bee2-bde4b4b2cb82|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-04-12T03:55:21.710Z|89147543-abf6-4796-bee2-bde4b4b2cb82|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-12T03:55:21.710Z|89147543-abf6-4796-bee2-bde4b4b2cb82|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-12T03:55:21.712Z|89147543-abf6-4796-bee2-bde4b4b2cb82|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-12T03:55:21.712Z|89147543-abf6-4796-bee2-bde4b4b2cb82|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "89147543-abf6-4796-bee2-bde4b4b2cb82",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649735721709,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-04-12T03:55:21.812Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-12T03:55:21.813Z||pool-99-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-12T03:55:21.814Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wdAVihK7YGpqBtkQ) ...
2022-04-12T03:55:21.823Z||pool-99-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-12T03:55:21.823Z||pool-99-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-04-12T03:55:22.713Z|89147543-abf6-4796-bee2-bde4b4b2cb82|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-04-12T03:55:22.713Z|89147543-abf6-4796-bee2-bde4b4b2cb82|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-04-12T03:55:22.713Z|89147543-abf6-4796-bee2-bde4b4b2cb82|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-12T03:55:22.714Z|89147543-abf6-4796-bee2-bde4b4b2cb82|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-12T03:55:22.715Z|89147543-abf6-4796-bee2-bde4b4b2cb82|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-12T03:55:22.715Z|89147543-abf6-4796-bee2-bde4b4b2cb82|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "89147543-abf6-4796-bee2-bde4b4b2cb82",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649735722713,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-12T03:55:22.816Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-04-12T03:55:22.816Z||pool-100-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-12T03:55:22.817Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wdAVihK7YGpqBtkQ) ...
2022-04-12T03:55:22.826Z||pool-100-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-12T03:55:22.826Z||pool-100-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-04-12T03:55:23.716Z|89147543-abf6-4796-bee2-bde4b4b2cb82|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 89147543-abf6-4796-bee2-bde4b4b2cb82
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-12T03:55:23.725Z|89147543-abf6-4796-bee2-bde4b4b2cb82|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 89147543-abf6-4796-bee2-bde4b4b2cb82
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-12T03:55:23.727Z|89147543-abf6-4796-bee2-bde4b4b2cb82|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-12T03:55:23.727Z|89147543-abf6-4796-bee2-bde4b4b2cb82|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-12T03:55:23.727Z|89147543-abf6-4796-bee2-bde4b4b2cb82|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-04-12T03:55:23.727Z|89147543-abf6-4796-bee2-bde4b4b2cb82|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-04-12T03:55:23.727Z|89147543-abf6-4796-bee2-bde4b4b2cb82|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-12T03:55:23.727Z|89147543-abf6-4796-bee2-bde4b4b2cb82|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-12T03:55:23.727Z|89147543-abf6-4796-bee2-bde4b4b2cb82|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-12T03:55:23.727Z|89147543-abf6-4796-bee2-bde4b4b2cb82|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-12T03:55:23.727Z|89147543-abf6-4796-bee2-bde4b4b2cb82|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-12T03:55:23.727Z|89147543-abf6-4796-bee2-bde4b4b2cb82|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-04-12T03:55:23.732Z|89147543-abf6-4796-bee2-bde4b4b2cb82|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-04-12T03:55:53.732Z|89147543-abf6-4796-bee2-bde4b4b2cb82|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 89147543-abf6-4796-bee2-bde4b4b2cb82 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-04-12T03:55:53.736Z|89147543-abf6-4796-bee2-bde4b4b2cb82|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 89147543-abf6-4796-bee2-bde4b4b2cb82 and serviceModelVersionId: 0d12caac-ef4c-407d-81cc-0d94defd9e02
2022-04-12T03:55:53.736Z|89147543-abf6-4796-bee2-bde4b4b2cb82|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : d9bfe921-602e-45c3-a8e6-6367d310d0ed
2022-04-12T03:55:53.737Z|89147543-abf6-4796-bee2-bde4b4b2cb82|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/d9bfe921-602e-45c3-a8e6-6367d310d0ed/model-vers/model-ver/0d12caac-ef4c-407d-81cc-0d94defd9e02?depth=0
2022-04-12T03:55:53.741Z|89147543-abf6-4796-bee2-bde4b4b2cb82|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2022-04-12T03:55:53.776Z|89147543-abf6-4796-bee2-bde4b4b2cb82|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/d9bfe921-602e-45c3-a8e6-6367d310d0ed/model-vers/model-ver/0d12caac-ef4c-407d-81cc-0d94defd9e02?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]}
2022-04-12T03:55:53.776Z|89147543-abf6-4796-bee2-bde4b4b2cb82|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d9bfe921-602e-45c3-a8e6-6367d310d0ed/model-vers/model-ver/0d12caac-ef4c-407d-81cc-0d94defd9e02?depth=0|INFO|500||Invoke
2022-04-12T03:55:53.797Z|89147543-abf6-4796-bee2-bde4b4b2cb82|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d9bfe921-602e-45c3-a8e6-6367d310d0ed/model-vers/model-ver/0d12caac-ef4c-407d-81cc-0d94defd9e02?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-04-12T03:55:53.885Z|89147543-abf6-4796-bee2-bde4b4b2cb82|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d9bfe921-602e-45c3-a8e6-6367d310d0ed/model-vers/model-ver/0d12caac-ef4c-407d-81cc-0d94defd9e02?depth=0|INFO|500||InvokeReturn
2022-04-12T03:55:53.886Z|89147543-abf6-4796-bee2-bde4b4b2cb82|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/d9bfe921-602e-45c3-a8e6-6367d310d0ed/model-vers/model-ver/0d12caac-ef4c-407d-81cc-0d94defd9e02?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220412-03:55:53:801-76624], vertex-id=[487512], Content-Length=[0], Date=[Tue, 12 Apr 2022 03:55:53 GMT], Content-Type=[application/json]}
2022-04-12T03:55:53.886Z|89147543-abf6-4796-bee2-bde4b4b2cb82|pool-2-thread-7|||||DEBUG|500||Response was returned with an empty entity.
2022-04-12T03:55:53.886Z|89147543-abf6-4796-bee2-bde4b4b2cb82|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-04-12T03:55:53.886Z|89147543-abf6-4796-bee2-bde4b4b2cb82|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-04-12T03:55:53.892Z|89147543-abf6-4796-bee2-bde4b4b2cb82|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-04-12T03:55:53.892Z|89147543-abf6-4796-bee2-bde4b4b2cb82|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 89147543-abf6-4796-bee2-bde4b4b2cb82 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-04-12T03:55:53.892Z|89147543-abf6-4796-bee2-bde4b4b2cb82|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-04-12T03:55:53.892Z|89147543-abf6-4796-bee2-bde4b4b2cb82|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-12T03:55:53.894Z|89147543-abf6-4796-bee2-bde4b4b2cb82|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-12T03:55:53.894Z|89147543-abf6-4796-bee2-bde4b4b2cb82|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "89147543-abf6-4796-bee2-bde4b4b2cb82",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649735753892,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-04-12T03:55:53.994Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-12T03:55:53.995Z||pool-101-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-12T03:55:53.995Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wdAVihK7YGpqBtkQ) ...
2022-04-12T03:55:54.008Z||pool-101-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-12T03:55:54.009Z||pool-101-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-04-12T03:55:54.906Z|89147543-abf6-4796-bee2-bde4b4b2cb82|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-12T03:55:54.907Z|89147543-abf6-4796-bee2-bde4b4b2cb82|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"64bf458d-1d44-4054-b152-81ed434c6268","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"2e7b999c-29f2-4d2c-bbe4-1287ec539911","serviceDescription":"service","serviceInvariantUUID":"dd05ae58-7082-4573-b411-7a8c5e880c2b","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"21e9c97e-d791-4578-8af1-05e94293e251","resourceInvariantUUID":"7ea2a87a-cce4-4e1a-a8b1-349358959d5d","resourceCustomizationUUID":"fda482ec-274d-4668-a6cd-e84659966506","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":"ODNlZmMxNGE4M2FlNDAwYTllZjg5ZmU2YzI5NTFmMWE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"e7287a01-96be-46f5-ba51-c5a80d2bd427","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":"NjM1NjIyZWM0YzY3ZTg0YWJiOTNlOWU4OTY0ZWRhNDI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"fbbf5c23-e8ca-406b-86bc-97b524cfb835","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":"db82a786-4635-436f-ad73-9de4083ea5db","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":"0031879c-5600-471f-a770-1d23e79679b9","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":"baef793b-cee8-4980-8ee2-7538852acb28","artifactVersion":"2","generatedFromUUID":"828bcc02-78ee-4f55-b28b-bc1a9898192a"},{"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":"ece20179-280a-4f18-87f5-b52b3960b073","artifactVersion":"2","generatedFromUUID":"db82a786-4635-436f-ad73-9de4083ea5db"},{"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":"828bcc02-78ee-4f55-b28b-bc1a9898192a","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":"36d57f46-a455-4c1d-9cf3-5ed412b1e8d8","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":"MDZjMjk0ZjEzN2U3YzgwZDU2M2MwMzg4N2YyZTA4MDE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"286e462c-7f66-42fc-86f6-b540e909deab","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"MGMxOWU3MDRlNDg5YjBlNjBkY2M5MzM4ZTdjYzU5MWQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"86cc1676-3e41-473b-8362-d405a5ff6248","artifactVersion":"1"}],"workloadContext":"Production"}
2022-04-12T03:55:54.907Z|89147543-abf6-4796-bee2-bde4b4b2cb82|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-12T03:55:54.907Z|89147543-abf6-4796-bee2-bde4b4b2cb82|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-12T03:55:54.909Z|89147543-abf6-4796-bee2-bde4b4b2cb82|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-12T03:55:54.909Z|89147543-abf6-4796-bee2-bde4b4b2cb82|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "64bf458d-1d44-4054-b152-81ed434c6268",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649735701652,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-12T03:55:55.009Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-12T03:55:55.010Z||pool-102-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-12T03:55:55.010Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wdAVihK7YGpqBtkQ) ...
2022-04-12T03:55:55.019Z||pool-102-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-12T03:55:55.020Z||pool-102-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-04-12T03:55:55.909Z|89147543-abf6-4796-bee2-bde4b4b2cb82|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-12T03:55:55.910Z|89147543-abf6-4796-bee2-bde4b4b2cb82|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-12T03:55:55.912Z|89147543-abf6-4796-bee2-bde4b4b2cb82|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-12T03:55:55.912Z|89147543-abf6-4796-bee2-bde4b4b2cb82|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "64bf458d-1d44-4054-b152-81ed434c6268",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649735701652,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-04-12T03:55:56.012Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-12T03:55:56.013Z||pool-103-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-12T03:55:56.013Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wdAVihK7YGpqBtkQ) ...
2022-04-12T03:55:56.021Z||pool-103-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-12T03:55:56.022Z||pool-103-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-04-12T03:55:56.912Z|89147543-abf6-4796-bee2-bde4b4b2cb82|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-12T03:55:56.913Z|89147543-abf6-4796-bee2-bde4b4b2cb82|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-12T03:55:56.915Z|89147543-abf6-4796-bee2-bde4b4b2cb82|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-12T03:55:56.915Z|89147543-abf6-4796-bee2-bde4b4b2cb82|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "64bf458d-1d44-4054-b152-81ed434c6268",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649735701652,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-04-12T03:55:57.015Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-12T03:55:57.016Z||pool-104-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-12T03:55:57.016Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wdAVihK7YGpqBtkQ) ...
2022-04-12T03:55:57.024Z||pool-104-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-12T03:55:57.025Z||pool-104-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-04-12T03:55:57.915Z|89147543-abf6-4796-bee2-bde4b4b2cb82|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-12T03:55:57.916Z|89147543-abf6-4796-bee2-bde4b4b2cb82|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-12T03:55:57.918Z|89147543-abf6-4796-bee2-bde4b4b2cb82|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-12T03:55:57.918Z|89147543-abf6-4796-bee2-bde4b4b2cb82|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "64bf458d-1d44-4054-b152-81ed434c6268",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649735701652,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-12T03:55:58.019Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-12T03:55:58.019Z||pool-105-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-12T03:55:58.019Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wdAVihK7YGpqBtkQ) ...
2022-04-12T03:55:58.029Z||pool-105-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-12T03:55:58.030Z||pool-105-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-04-12T03:55:58.919Z|89147543-abf6-4796-bee2-bde4b4b2cb82|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-12T03:55:58.920Z|89147543-abf6-4796-bee2-bde4b4b2cb82|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-12T03:55:58.921Z|89147543-abf6-4796-bee2-bde4b4b2cb82|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-12T03:55:58.921Z|89147543-abf6-4796-bee2-bde4b4b2cb82|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "64bf458d-1d44-4054-b152-81ed434c6268",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649735701652,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-04-12T03:55:59.021Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-12T03:55:59.022Z||pool-106-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-12T03:55:59.022Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wdAVihK7YGpqBtkQ) ...
2022-04-12T03:55:59.032Z||pool-106-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-12T03:55:59.032Z||pool-106-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-04-12T03:55:59.922Z|89147543-abf6-4796-bee2-bde4b4b2cb82|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-12T03:55:59.923Z|89147543-abf6-4796-bee2-bde4b4b2cb82|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-12T03:55:59.925Z|89147543-abf6-4796-bee2-bde4b4b2cb82|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-12T03:55:59.925Z|89147543-abf6-4796-bee2-bde4b4b2cb82|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "64bf458d-1d44-4054-b152-81ed434c6268",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649735701652,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-04-12T03:56:00.025Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-12T03:56:00.025Z||pool-107-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-12T03:56:00.025Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wdAVihK7YGpqBtkQ) ...
2022-04-12T03:56:00.034Z||pool-107-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-12T03:56:00.034Z||pool-107-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-04-12T03:56:00.925Z|89147543-abf6-4796-bee2-bde4b4b2cb82|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-12T03:56:00.926Z|89147543-abf6-4796-bee2-bde4b4b2cb82|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-12T03:56:00.927Z|89147543-abf6-4796-bee2-bde4b4b2cb82|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-12T03:56:00.927Z|89147543-abf6-4796-bee2-bde4b4b2cb82|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "64bf458d-1d44-4054-b152-81ed434c6268",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649735701652,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-04-12T03:56:01.028Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-04-12T03:56:01.028Z||pool-108-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-12T03:56:01.028Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wdAVihK7YGpqBtkQ) ...
2022-04-12T03:56:01.037Z||pool-108-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-12T03:56:01.038Z||pool-108-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-04-12T03:56:01.928Z|89147543-abf6-4796-bee2-bde4b4b2cb82|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-12T03:56:01.929Z|89147543-abf6-4796-bee2-bde4b4b2cb82|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-12T03:56:01.930Z|89147543-abf6-4796-bee2-bde4b4b2cb82|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-12T03:56:01.930Z|89147543-abf6-4796-bee2-bde4b4b2cb82|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "64bf458d-1d44-4054-b152-81ed434c6268",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649735701652,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-12T03:56:02.031Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-04-12T03:56:02.032Z||pool-109-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-12T03:56:02.032Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wdAVihK7YGpqBtkQ) ...
2022-04-12T03:56:02.041Z||pool-109-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-12T03:56:02.042Z||pool-109-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-04-12T03:56:02.931Z|89147543-abf6-4796-bee2-bde4b4b2cb82|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-12T03:56:02.932Z|89147543-abf6-4796-bee2-bde4b4b2cb82|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-12T03:56:02.935Z|89147543-abf6-4796-bee2-bde4b4b2cb82|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-12T03:56:02.935Z|89147543-abf6-4796-bee2-bde4b4b2cb82|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "64bf458d-1d44-4054-b152-81ed434c6268",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649735701652,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-12T03:56:03.035Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-12T03:56:03.035Z||pool-110-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-12T03:56:03.036Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wdAVihK7YGpqBtkQ) ...
2022-04-12T03:56:03.046Z||pool-110-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-12T03:56:03.046Z||pool-110-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-04-12T03:56:03.935Z|89147543-abf6-4796-bee2-bde4b4b2cb82|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-12T03:56:03.936Z|89147543-abf6-4796-bee2-bde4b4b2cb82|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-12T03:56:03.938Z|89147543-abf6-4796-bee2-bde4b4b2cb82|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-12T03:56:03.939Z|89147543-abf6-4796-bee2-bde4b4b2cb82|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "64bf458d-1d44-4054-b152-81ed434c6268",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649735701652,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-04-12T03:56:04.039Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-12T03:56:04.039Z||pool-111-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-12T03:56:04.040Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wdAVihK7YGpqBtkQ) ...
2022-04-12T03:56:04.050Z||pool-111-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-12T03:56:04.050Z||pool-111-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-04-12T03:56:04.940Z|89147543-abf6-4796-bee2-bde4b4b2cb82|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "64bf458d-1d44-4054-b152-81ed434c6268",
  "serviceName": "basic_cnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "2e7b999c-29f2-4d2c-bbe4-1287ec539911",
  "serviceDescription": "service",
  "serviceInvariantUUID": "dd05ae58-7082-4573-b411-7a8c5e880c2b",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf_macro 0",
      "resourceCustomizationUUID": "fda482ec-274d-4668-a6cd-e84659966506",
      "resourceName": "basic_cnf_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "21e9c97e-d791-4578-8af1-05e94293e251",
      "resourceInvariantUUID": "7ea2a87a-cce4-4e1a-a8b1-349358959d5d",
      "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": "NjM1NjIyZWM0YzY3ZTg0YWJiOTNlOWU4OTY0ZWRhNDI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "fbbf5c23-e8ca-406b-86bc-97b524cfb835",
          "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": "db82a786-4635-436f-ad73-9de4083ea5db",
          "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": "ece20179-280a-4f18-87f5-b52b3960b073",
            "generatedFromUUID": "db82a786-4635-436f-ad73-9de4083ea5db"
          },
          "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": "baef793b-cee8-4980-8ee2-7538852acb28",
          "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": "ece20179-280a-4f18-87f5-b52b3960b073",
          "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": "828bcc02-78ee-4f55-b28b-bc1a9898192a",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnfMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
      "artifactChecksum": "MGMxOWU3MDRlNDg5YjBlNjBkY2M5MzM4ZTdjYzU5MWQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "86cc1676-3e41-473b-8362-d405a5ff6248"
    }
  ],
  "workloadContext": "Production"
}
2022-04-12T03:56:04.940Z|89147543-abf6-4796-bee2-bde4b4b2cb82|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-04-12T03:56:04.940Z|89147543-abf6-4796-bee2-bde4b4b2cb82|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 2e7b999c-29f2-4d2c-bbe4-1287ec539911 ASDC
2022-04-12T03:56:04.940Z|64bf458d-1d44-4054-b152-81ed434c6268|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:64bf458d-1d44-4054-b152-81ed434c6268
ServiceName:basic_cnf_macro
ServiceVersion:1.0
ServiceUUID:2e7b999c-29f2-4d2c-bbe4-1287ec539911
ServiceInvariantUUID:dd05ae58-7082-4573-b411-7a8c5e880c2b
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:86cc1676-3e41-473b-8362-d405a5ff6248
ArtifactChecksum:MGMxOWU3MDRlNDg5YjBlNjBkY2M5MzM4ZTdjYzU5MWQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf_macro 0
ResourceCustomizationUUID:fda482ec-274d-4668-a6cd-e84659966506
ResourceInvariantUUID:7ea2a87a-cce4-4e1a-a8b1-349358959d5d
ResourceName:basic_cnf_macro
ResourceType:VF
ResourceUUID:21e9c97e-d791-4578-8af1-05e94293e251
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:fbbf5c23-e8ca-406b-86bc-97b524cfb835
ArtifactChecksum:NjM1NjIyZWM0YzY3ZTg0YWJiOTNlOWU4OTY0ZWRhNDI=
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:db82a786-4635-436f-ad73-9de4083ea5db
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:ece20179-280a-4f18-87f5-b52b3960b073
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:baef793b-cee8-4980-8ee2-7538852acb28
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:ece20179-280a-4f18-87f5-b52b3960b073
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:828bcc02-78ee-4f55-b28b-bc1a9898192a
ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-04-12T03:56:04.940Z|64bf458d-1d44-4054-b152-81ed434c6268|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 2e7b999c-29f2-4d2c-bbe4-1287ec539911 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-04-12T03:56:04.972Z|64bf458d-1d44-4054-b152-81ed434c6268|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-12T03:56:04.972Z|64bf458d-1d44-4054-b152-81ed434c6268|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-04-12T03:56:04.973Z|64bf458d-1d44-4054-b152-81ed434c6268|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-04-12T03:56:04.973Z|64bf458d-1d44-4054-b152-81ed434c6268|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 86cc1676-3e41-473b-8362-d405a5ff6248 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar
2022-04-12T03:56:04.973Z|64bf458d-1d44-4054-b152-81ed434c6268|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-04-12T03:56:04.973Z|64bf458d-1d44-4054-b152-81ed434c6268|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-04-12T03:56:05.535Z|64bf458d-1d44-4054-b152-81ed434c6268|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-04-12T03:56:05.544Z|64bf458d-1d44-4054-b152-81ed434c6268|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 86cc1676-3e41-473b-8362-d405a5ff6248 158208
2022-04-12T03:56:05.544Z|64bf458d-1d44-4054-b152-81ed434c6268|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-04-12T03:56:05.544Z|64bf458d-1d44-4054-b152-81ed434c6268|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-04-12T03:56:05.545Z|64bf458d-1d44-4054-b152-81ed434c6268|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-12T03:56:05.545Z|64bf458d-1d44-4054-b152-81ed434c6268|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-12T03:56:05.547Z|64bf458d-1d44-4054-b152-81ed434c6268|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-12T03:56:05.547Z|64bf458d-1d44-4054-b152-81ed434c6268|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "64bf458d-1d44-4054-b152-81ed434c6268",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649735765544,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-12T03:56:05.647Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-12T03:56:05.648Z||pool-112-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-12T03:56:05.648Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wdAVihK7YGpqBtkQ) ...
2022-04-12T03:56:05.658Z||pool-112-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-12T03:56:05.658Z||pool-112-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-04-12T03:56:06.547Z|64bf458d-1d44-4054-b152-81ed434c6268|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-12T03:56:06.548Z|64bf458d-1d44-4054-b152-81ed434c6268|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-04-12T03:56:06.549Z|64bf458d-1d44-4054-b152-81ed434c6268|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 86cc1676-3e41-473b-8362-d405a5ff6248, URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar to file: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-04-12T03:56:06.549Z|64bf458d-1d44-4054-b152-81ed434c6268|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnfMacro-csar.csar
2022-04-12T03:56:06.549Z|64bf458d-1d44-4054-b152-81ed434c6268|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-04-12T03:56:06.549Z|64bf458d-1d44-4054-b152-81ed434c6268|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-04-12T03:56:06.637Z|64bf458d-1d44-4054-b152-81ed434c6268|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16369366482401435644/Definitions/service-BasicCnfMacro-template.yml
2022-04-12T03:56:07.611Z|64bf458d-1d44-4054-b152-81ed434c6268|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2022-04-12T03:56:07.611Z|64bf458d-1d44-4054-b152-81ed434c6268|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-04-12T03:56:07.611Z|64bf458d-1d44-4054-b152-81ed434c6268|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar
2022-04-12T03:56:07.611Z|64bf458d-1d44-4054-b152-81ed434c6268|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2022-04-12T03:56:07.611Z|64bf458d-1d44-4054-b152-81ed434c6268|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-04-12T03:56:07.611Z|64bf458d-1d44-4054-b152-81ed434c6268|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-04-12T03:56:07.611Z|64bf458d-1d44-4054-b152-81ed434c6268|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-04-12T03:56:07.612Z|64bf458d-1d44-4054-b152-81ed434c6268|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-04-12T03:56:07.612Z|64bf458d-1d44-4054-b152-81ed434c6268|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-04-12T03:56:07.612Z|64bf458d-1d44-4054-b152-81ed434c6268|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-12T03:56:07.612Z|64bf458d-1d44-4054-b152-81ed434c6268|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-04-12T03:56:07.612Z|64bf458d-1d44-4054-b152-81ed434c6268|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-04-12T03:56:07.612Z|64bf458d-1d44-4054-b152-81ed434c6268|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-04-12T03:56:07.612Z|64bf458d-1d44-4054-b152-81ed434c6268|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-04-12T03:56:07.612Z|64bf458d-1d44-4054-b152-81ed434c6268|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-12T03:56:07.613Z|64bf458d-1d44-4054-b152-81ed434c6268|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-04-12T03:56:07.613Z|64bf458d-1d44-4054-b152-81ed434c6268|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-04-12T03:56:07.613Z|64bf458d-1d44-4054-b152-81ed434c6268|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-04-12T03:56:07.613Z|64bf458d-1d44-4054-b152-81ed434c6268|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-04-12T03:56:07.613Z|64bf458d-1d44-4054-b152-81ed434c6268|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-12T03:56:07.613Z|64bf458d-1d44-4054-b152-81ed434c6268|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-04-12T03:56:07.613Z|64bf458d-1d44-4054-b152-81ed434c6268|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-12T03:56:07.613Z|64bf458d-1d44-4054-b152-81ed434c6268|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2022-04-12T03:56:07.614Z|64bf458d-1d44-4054-b152-81ed434c6268|pool-2-thread-7|||||DEBUG|500||Node template abstract_dummy_base is not matching search criteria
2022-04-12T03:56:07.614Z|64bf458d-1d44-4054-b152-81ed434c6268|pool-2-thread-7|||||DEBUG|500||Node template dummy_base is not matching search criteria
2022-04-12T03:56:07.614Z|64bf458d-1d44-4054-b152-81ed434c6268|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-04-12T03:56:07.614Z|64bf458d-1d44-4054-b152-81ed434c6268|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-12T03:56:07.614Z|64bf458d-1d44-4054-b152-81ed434c6268|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-04-12T03:56:07.614Z|64bf458d-1d44-4054-b152-81ed434c6268|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-12T03:56:07.614Z|64bf458d-1d44-4054-b152-81ed434c6268|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-04-12T03:56:07.614Z|64bf458d-1d44-4054-b152-81ed434c6268|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-12T03:56:07.615Z|64bf458d-1d44-4054-b152-81ed434c6268|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-12T03:56:07.615Z|64bf458d-1d44-4054-b152-81ed434c6268|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-04-12T03:56:07.615Z|64bf458d-1d44-4054-b152-81ed434c6268|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-12T03:56:07.615Z|64bf458d-1d44-4054-b152-81ed434c6268|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-12T03:56:07.615Z|64bf458d-1d44-4054-b152-81ed434c6268|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-04-12T03:56:07.615Z|64bf458d-1d44-4054-b152-81ed434c6268|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-12T03:56:07.615Z|64bf458d-1d44-4054-b152-81ed434c6268|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-12T03:56:07.615Z|64bf458d-1d44-4054-b152-81ed434c6268|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-04-12T03:56:07.616Z|64bf458d-1d44-4054-b152-81ed434c6268|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-12T03:56:07.616Z|64bf458d-1d44-4054-b152-81ed434c6268|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-12T03:56:07.616Z|64bf458d-1d44-4054-b152-81ed434c6268|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria
2022-04-12T03:56:07.616Z|64bf458d-1d44-4054-b152-81ed434c6268|pool-2-thread-7|||||DEBUG|500||Node template abstract_dummy_base is matching search criteria
2022-04-12T03:56:07.616Z|64bf458d-1d44-4054-b152-81ed434c6268|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_dummy_base] matching following query criteria: sdcType=CVFC, customizationUUID=00e282de-bc08-48f1-b859-261f0e72a1a3
2022-04-12T03:56:07.616Z|64bf458d-1d44-4054-b152-81ed434c6268|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-12T03:56:07.616Z|64bf458d-1d44-4054-b152-81ed434c6268|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-04-12T03:56:07.616Z|64bf458d-1d44-4054-b152-81ed434c6268|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-12T03:56:07.616Z|64bf458d-1d44-4054-b152-81ed434c6268|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-04-12T03:56:07.617Z|64bf458d-1d44-4054-b152-81ed434c6268|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-12T03:56:07.617Z|64bf458d-1d44-4054-b152-81ed434c6268|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-04-12T03:56:07.617Z|64bf458d-1d44-4054-b152-81ed434c6268|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-12T03:56:07.617Z|64bf458d-1d44-4054-b152-81ed434c6268|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-04-12T03:56:07.617Z|64bf458d-1d44-4054-b152-81ed434c6268|pool-2-thread-7|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf_macro
Description:service
Model UUID:2e7b999c-29f2-4d2c-bbe4-1287ec539911
Model Version:NULL
Model InvariantUuid:dd05ae58-7082-4573-b411-7a8c5e880c2b
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf_macro
Model UUID:e7a036c2-c83c-499b-bc32-735a008a6203
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:7ea2a87a-cce4-4e1a-a8b1-349358959d5d
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:fda482ec-274d-4668-a6cd-e84659966506
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:0d8296ca-5798-4514-85ca-e7a6a1b4819a
ModelName:BasicCnfMacro..helm_apache..module-1
ModelUuid:4212c5ae-6497-4c3c-a723-2a80613c49e4
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


VF Module Properties:
ModelInvariantUuid:7315992c-5432-49d9-b988-cb7a308225f7
ModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
ModelUuid:f4c29d9e-25e8-4ef3-8bef-b107ecceba75
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:00e282de-bc08-48f1-b859-261f0e72a1a3
ModelInvariantUuid:2d5c2058-0478-4186-8207-fc3652b7acae
ModelName:basic_cnf_macro-nodes.dummy_baseCvfc
ModelUuid:57d5d875-50c8-4435-ac40-4683e6f198e7
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy_base


VNFC Properties:
ModelCustomizationUuid:cedb8937-7c6b-48e5-a9a7-249ed0b4633e
ModelInvariantUuid:ade18a75-3b4f-4b33-ad14-5afe9935f8ff
ModelName:BasicCnfMacro.compute.nodes.heat.dummy_base
ModelUuid:241cf01d-d7b6-4183-b46b-21b81565306e
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-04-12T03:56:07.625Z|64bf458d-1d44-4054-b152-81ed434c6268|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: 21e9c97e-d791-4578-8af1-05e94293e251
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-12T03:56:07.628Z|64bf458d-1d44-4054-b152-81ed434c6268|pool-2-thread-7|||||INFO|500||basic_cnf_macro 0
2022-04-12T03:56:07.628Z|64bf458d-1d44-4054-b152-81ed434c6268|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 21e9c97e-d791-4578-8af1-05e94293e251
2022-04-12T03:56:07.628Z|64bf458d-1d44-4054-b152-81ed434c6268|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: fbbf5c23-e8ca-406b-86bc-97b524cfb835 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json
2022-04-12T03:56:07.628Z|64bf458d-1d44-4054-b152-81ed434c6268|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-04-12T03:56:07.628Z|64bf458d-1d44-4054-b152-81ed434c6268|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-04-12T03:56:07.918Z|64bf458d-1d44-4054-b152-81ed434c6268|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-04-12T03:56:07.919Z|64bf458d-1d44-4054-b152-81ed434c6268|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 fbbf5c23-e8ca-406b-86bc-97b524cfb835 1565
2022-04-12T03:56:07.919Z|64bf458d-1d44-4054-b152-81ed434c6268|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-04-12T03:56:07.919Z|64bf458d-1d44-4054-b152-81ed434c6268|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-04-12T03:56:07.919Z|64bf458d-1d44-4054-b152-81ed434c6268|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-12T03:56:07.920Z|64bf458d-1d44-4054-b152-81ed434c6268|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-12T03:56:07.922Z|64bf458d-1d44-4054-b152-81ed434c6268|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-12T03:56:07.922Z|64bf458d-1d44-4054-b152-81ed434c6268|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "64bf458d-1d44-4054-b152-81ed434c6268",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649735767919,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-12T03:56:08.022Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-12T03:56:08.023Z||pool-113-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-12T03:56:08.023Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wdAVihK7YGpqBtkQ) ...
2022-04-12T03:56:08.031Z||pool-113-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-12T03:56:08.032Z||pool-113-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-04-12T03:56:08.923Z|64bf458d-1d44-4054-b152-81ed434c6268|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0",
    "vfModuleModelInvariantUUID": "7315992c-5432-49d9-b988-cb7a308225f7",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "f4c29d9e-25e8-4ef3-8bef-b107ecceba75",
    "vfModuleModelCustomizationUUID": "92a22abf-0547-4b99-8624-f0aa9555f3ce",
    "isBase": true,
    "artifacts": [
      "db82a786-4635-436f-ad73-9de4083ea5db",
      "ece20179-280a-4f18-87f5-b52b3960b073"
    ],
    "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": "0d8296ca-5798-4514-85ca-e7a6a1b4819a",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "4212c5ae-6497-4c3c-a723-2a80613c49e4",
    "vfModuleModelCustomizationUUID": "5e648506-3ad9-4498-886a-dfe70647a35e",
    "isBase": false,
    "artifacts": [
      "828bcc02-78ee-4f55-b28b-bc1a9898192a"
    ],
    "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-04-12T03:56:08.925Z|64bf458d-1d44-4054-b152-81ed434c6268|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
VfModuleModelVersion:1
VfModuleModelUUID:f4c29d9e-25e8-4ef3-8bef-b107ecceba75
VfModuleModelInvariantUUID:7315992c-5432-49d9-b988-cb7a308225f7
VfModuleModelDescription:NULL
Artifacts UUID List:{
db82a786-4635-436f-ad73-9de4083ea5db
,
ece20179-280a-4f18-87f5-b52b3960b073

}
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:4212c5ae-6497-4c3c-a723-2a80613c49e4
VfModuleModelInvariantUUID:0d8296ca-5798-4514-85ca-e7a6a1b4819a
VfModuleModelDescription:NULL
Artifacts UUID List:{
828bcc02-78ee-4f55-b28b-bc1a9898192a

}
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-04-12T03:56:08.927Z|64bf458d-1d44-4054-b152-81ed434c6268|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0",
    "vfModuleModelInvariantUUID": "7315992c-5432-49d9-b988-cb7a308225f7",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "f4c29d9e-25e8-4ef3-8bef-b107ecceba75",
    "vfModuleModelCustomizationUUID": "92a22abf-0547-4b99-8624-f0aa9555f3ce",
    "isBase": true,
    "artifacts": [
      "db82a786-4635-436f-ad73-9de4083ea5db",
      "ece20179-280a-4f18-87f5-b52b3960b073"
    ],
    "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": "0d8296ca-5798-4514-85ca-e7a6a1b4819a",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "4212c5ae-6497-4c3c-a723-2a80613c49e4",
    "vfModuleModelCustomizationUUID": "5e648506-3ad9-4498-886a-dfe70647a35e",
    "isBase": false,
    "artifacts": [
      "828bcc02-78ee-4f55-b28b-bc1a9898192a"
    ],
    "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-04-12T03:56:08.927Z|64bf458d-1d44-4054-b152-81ed434c6268|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0
VfModuleModelVersion:1
VfModuleModelUUID:f4c29d9e-25e8-4ef3-8bef-b107ecceba75
VfModuleModelInvariantUUID:7315992c-5432-49d9-b988-cb7a308225f7
VfModuleModelDescription:NULL
Artifacts UUID List:{
db82a786-4635-436f-ad73-9de4083ea5db
,
ece20179-280a-4f18-87f5-b52b3960b073

}
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:4212c5ae-6497-4c3c-a723-2a80613c49e4
VfModuleModelInvariantUUID:0d8296ca-5798-4514-85ca-e7a6a1b4819a
VfModuleModelDescription:NULL
Artifacts UUID List:{
828bcc02-78ee-4f55-b28b-bc1a9898192a

}
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-04-12T03:56:08.927Z|64bf458d-1d44-4054-b152-81ed434c6268|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: db82a786-4635-436f-ad73-9de4083ea5db from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml
2022-04-12T03:56:08.927Z|64bf458d-1d44-4054-b152-81ed434c6268|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-04-12T03:56:08.927Z|64bf458d-1d44-4054-b152-81ed434c6268|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-04-12T03:56:09.213Z|64bf458d-1d44-4054-b152-81ed434c6268|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-04-12T03:56:09.213Z|64bf458d-1d44-4054-b152-81ed434c6268|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 db82a786-4635-436f-ad73-9de4083ea5db 914
2022-04-12T03:56:09.214Z|64bf458d-1d44-4054-b152-81ed434c6268|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-04-12T03:56:09.214Z|64bf458d-1d44-4054-b152-81ed434c6268|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-04-12T03:56:09.214Z|64bf458d-1d44-4054-b152-81ed434c6268|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-12T03:56:09.214Z|64bf458d-1d44-4054-b152-81ed434c6268|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-12T03:56:09.216Z|64bf458d-1d44-4054-b152-81ed434c6268|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-12T03:56:09.217Z|64bf458d-1d44-4054-b152-81ed434c6268|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "64bf458d-1d44-4054-b152-81ed434c6268",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649735769214,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-12T03:56:09.317Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-12T03:56:09.317Z||pool-114-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-12T03:56:09.317Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wdAVihK7YGpqBtkQ) ...
2022-04-12T03:56:09.327Z||pool-114-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-12T03:56:09.327Z||pool-114-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-04-12T03:56:10.217Z|64bf458d-1d44-4054-b152-81ed434c6268|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: baef793b-cee8-4980-8ee2-7538852acb28 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env
2022-04-12T03:56:10.218Z|64bf458d-1d44-4054-b152-81ed434c6268|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-04-12T03:56:10.218Z|64bf458d-1d44-4054-b152-81ed434c6268|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-04-12T03:56:10.618Z|64bf458d-1d44-4054-b152-81ed434c6268|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-04-12T03:56:10.618Z|64bf458d-1d44-4054-b152-81ed434c6268|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 baef793b-cee8-4980-8ee2-7538852acb28 12
2022-04-12T03:56:10.619Z|64bf458d-1d44-4054-b152-81ed434c6268|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-04-12T03:56:10.619Z|64bf458d-1d44-4054-b152-81ed434c6268|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-04-12T03:56:10.619Z|64bf458d-1d44-4054-b152-81ed434c6268|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-12T03:56:10.619Z|64bf458d-1d44-4054-b152-81ed434c6268|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-12T03:56:10.622Z|64bf458d-1d44-4054-b152-81ed434c6268|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-12T03:56:10.622Z|64bf458d-1d44-4054-b152-81ed434c6268|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "64bf458d-1d44-4054-b152-81ed434c6268",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649735770619,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DOWNLOAD_OK"
}
2022-04-12T03:56:10.722Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-12T03:56:10.723Z||pool-115-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-12T03:56:10.723Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wdAVihK7YGpqBtkQ) ...
2022-04-12T03:56:10.732Z||pool-115-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-12T03:56:10.732Z||pool-115-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2022-04-12T03:56:11.622Z|64bf458d-1d44-4054-b152-81ed434c6268|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: ece20179-280a-4f18-87f5-b52b3960b073 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env
2022-04-12T03:56:11.623Z|64bf458d-1d44-4054-b152-81ed434c6268|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-04-12T03:56:11.624Z|64bf458d-1d44-4054-b152-81ed434c6268|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-04-12T03:56:11.915Z|64bf458d-1d44-4054-b152-81ed434c6268|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-04-12T03:56:11.916Z|64bf458d-1d44-4054-b152-81ed434c6268|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 ece20179-280a-4f18-87f5-b52b3960b073 96
2022-04-12T03:56:11.916Z|64bf458d-1d44-4054-b152-81ed434c6268|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-04-12T03:56:11.916Z|64bf458d-1d44-4054-b152-81ed434c6268|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-04-12T03:56:11.916Z|64bf458d-1d44-4054-b152-81ed434c6268|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-12T03:56:11.917Z|64bf458d-1d44-4054-b152-81ed434c6268|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-12T03:56:11.918Z|64bf458d-1d44-4054-b152-81ed434c6268|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-12T03:56:11.919Z|64bf458d-1d44-4054-b152-81ed434c6268|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "64bf458d-1d44-4054-b152-81ed434c6268",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649735771916,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-04-12T03:56:11.930Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-12T03:56:11.930Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-12T03:56:11.930Z||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 wdAVihK7YGpqBtkQ) ...
2022-04-12T03:56:11.946Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-12T03:56:11.947Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-12T03:56:11.947Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0fdff4d-3651-4d65-9c3c-84b6deac05f8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649735675342,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-12T03:56:11.948Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-12T03:56:11.948Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-12T03:56:11.948Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0fdff4d-3651-4d65-9c3c-84b6deac05f8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649735670768,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-12T03:56:11.948Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-12T03:56:11.948Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-12T03:56:11.948Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0fdff4d-3651-4d65-9c3c-84b6deac05f8",
  "consumerID": "cds",
  "timestamp": 1649735667732,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-12T03:56:11.948Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-12T03:56:11.948Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-12T03:56:11.948Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0fdff4d-3651-4d65-9c3c-84b6deac05f8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649735676632,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-12T03:56:11.949Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-12T03:56:11.949Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-12T03:56:11.949Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0fdff4d-3651-4d65-9c3c-84b6deac05f8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649735675342,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-12T03:56:11.949Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-12T03:56:11.949Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-12T03:56:11.949Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0fdff4d-3651-4d65-9c3c-84b6deac05f8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649735670768,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-12T03:56:11.949Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-12T03:56:11.949Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-12T03:56:11.949Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0fdff4d-3651-4d65-9c3c-84b6deac05f8",
  "consumerID": "cds",
  "timestamp": 1649735667732,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-12T03:56:11.949Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-12T03:56:11.949Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-12T03:56:11.950Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0fdff4d-3651-4d65-9c3c-84b6deac05f8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649735676632,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-12T03:56:11.950Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-12T03:56:11.950Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-12T03:56:11.950Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0fdff4d-3651-4d65-9c3c-84b6deac05f8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649735675342,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-12T03:56:11.950Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-12T03:56:11.950Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-12T03:56:11.950Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0fdff4d-3651-4d65-9c3c-84b6deac05f8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649735670768,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-12T03:56:11.950Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-12T03:56:11.950Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-12T03:56:11.950Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0fdff4d-3651-4d65-9c3c-84b6deac05f8",
  "consumerID": "cds",
  "timestamp": 1649735667732,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-12T03:56:11.950Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-12T03:56:11.950Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-12T03:56:11.950Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0fdff4d-3651-4d65-9c3c-84b6deac05f8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649735676632,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-12T03:56:11.951Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-12T03:56:11.951Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-12T03:56:11.951Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0fdff4d-3651-4d65-9c3c-84b6deac05f8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649735675342,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-12T03:56:11.951Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-12T03:56:11.951Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-12T03:56:11.951Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0fdff4d-3651-4d65-9c3c-84b6deac05f8",
  "consumerID": "cds",
  "timestamp": 1649735667732,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-12T03:56:11.951Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-12T03:56:11.951Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-12T03:56:11.951Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0fdff4d-3651-4d65-9c3c-84b6deac05f8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649735670768,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-12T03:56:11.951Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-12T03:56:11.951Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-12T03:56:11.951Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0fdff4d-3651-4d65-9c3c-84b6deac05f8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649735676632,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-12T03:56:11.951Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-12T03:56:11.951Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-12T03:56:11.951Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0fdff4d-3651-4d65-9c3c-84b6deac05f8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649735675342,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-12T03:56:11.952Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-12T03:56:11.952Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-12T03:56:11.952Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0fdff4d-3651-4d65-9c3c-84b6deac05f8",
  "consumerID": "cds",
  "timestamp": 1649735667732,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-12T03:56:11.952Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-12T03:56:11.952Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-12T03:56:11.952Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0fdff4d-3651-4d65-9c3c-84b6deac05f8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649735670768,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-12T03:56:11.952Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-12T03:56:11.952Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-12T03:56:11.952Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0fdff4d-3651-4d65-9c3c-84b6deac05f8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649735676632,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-12T03:56:11.952Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-12T03:56:11.952Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-12T03:56:11.952Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0fdff4d-3651-4d65-9c3c-84b6deac05f8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649735675342,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-12T03:56:11.952Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-12T03:56:11.952Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-12T03:56:11.952Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0fdff4d-3651-4d65-9c3c-84b6deac05f8",
  "consumerID": "cds",
  "timestamp": 1649735667732,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-12T03:56:11.952Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-12T03:56:11.952Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-12T03:56:11.953Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0fdff4d-3651-4d65-9c3c-84b6deac05f8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649735670768,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-12T03:56:11.953Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-12T03:56:11.953Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-12T03:56:11.953Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0fdff4d-3651-4d65-9c3c-84b6deac05f8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649735676632,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-12T03:56:11.953Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-12T03:56:11.953Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-12T03:56:11.953Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0fdff4d-3651-4d65-9c3c-84b6deac05f8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649735675342,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-12T03:56:11.953Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-12T03:56:11.953Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-12T03:56:11.953Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0fdff4d-3651-4d65-9c3c-84b6deac05f8",
  "consumerID": "cds",
  "timestamp": 1649735667732,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-12T03:56:11.953Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-12T03:56:11.953Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-12T03:56:11.953Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0fdff4d-3651-4d65-9c3c-84b6deac05f8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649735670768,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-12T03:56:11.953Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-12T03:56:11.953Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-12T03:56:11.953Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0fdff4d-3651-4d65-9c3c-84b6deac05f8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649735676632,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-04-12T03:56:11.953Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-12T03:56:11.953Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-12T03:56:11.953Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0fdff4d-3651-4d65-9c3c-84b6deac05f8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649735675342,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-12T03:56:11.953Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-12T03:56:11.953Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-12T03:56:11.953Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0fdff4d-3651-4d65-9c3c-84b6deac05f8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649735670768,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-12T03:56:11.953Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-12T03:56:11.953Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-12T03:56:11.954Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0fdff4d-3651-4d65-9c3c-84b6deac05f8",
  "consumerID": "cds",
  "timestamp": 1649735667732,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-12T03:56:11.954Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-12T03:56:11.954Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-12T03:56:11.954Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0fdff4d-3651-4d65-9c3c-84b6deac05f8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649735676632,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-12T03:56:11.954Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-12T03:56:11.954Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-12T03:56:11.954Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0fdff4d-3651-4d65-9c3c-84b6deac05f8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1649735675342,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-04-12T03:56:11.954Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-12T03:56:11.954Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-12T03:56:11.954Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0fdff4d-3651-4d65-9c3c-84b6deac05f8",
  "consumerID": "cds",
  "timestamp": 1649735667732,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-04-12T03:56:11.954Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-12T03:56:11.954Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-12T03:56:11.954Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0fdff4d-3651-4d65-9c3c-84b6deac05f8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649735670768,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-04-12T03:56:11.954Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-12T03:56:11.954Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-12T03:56:11.954Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0fdff4d-3651-4d65-9c3c-84b6deac05f8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649735676632,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-12T03:56:11.954Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-12T03:56:11.954Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-12T03:56:11.954Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0fdff4d-3651-4d65-9c3c-84b6deac05f8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649735686132,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-12T03:56:11.954Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-12T03:56:11.954Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-12T03:56:11.954Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0fdff4d-3651-4d65-9c3c-84b6deac05f8",
  "consumerID": "cds",
  "timestamp": 1649735686137,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-12T03:56:11.954Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-12T03:56:11.954Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-12T03:56:11.955Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0fdff4d-3651-4d65-9c3c-84b6deac05f8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649735686443,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-12T03:56:11.955Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-12T03:56:11.955Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-12T03:56:11.955Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0fdff4d-3651-4d65-9c3c-84b6deac05f8",
  "consumerID": "cds",
  "timestamp": 1649735687337,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-12T03:56:11.965Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of c0fdff4d-3651-4d65-9c3c-84b6deac05f8
2022-04-12T03:56:11.966Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId c0fdff4d-3651-4d65-9c3c-84b6deac05f8 and ComponentName cds
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-12T03:56:11.973Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-12T03:56:11.973Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0fdff4d-3651-4d65-9c3c-84b6deac05f8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649735687463,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-04-12T03:56:11.973Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-12T03:56:11.973Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-12T03:56:11.973Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0fdff4d-3651-4d65-9c3c-84b6deac05f8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649735687781,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-12T03:56:11.973Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-12T03:56:11.974Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-12T03:56:11.974Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0fdff4d-3651-4d65-9c3c-84b6deac05f8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1649735688465,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": ""
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-12T03:56:11.978Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of c0fdff4d-3651-4d65-9c3c-84b6deac05f8
2022-04-12T03:56:11.978Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId c0fdff4d-3651-4d65-9c3c-84b6deac05f8 and ComponentName 
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-12T03:56:11.987Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-12T03:56:11.987Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0fdff4d-3651-4d65-9c3c-84b6deac05f8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1649735688784,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "SDNC"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-12T03:56:11.991Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of c0fdff4d-3651-4d65-9c3c-84b6deac05f8
2022-04-12T03:56:11.991Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId c0fdff4d-3651-4d65-9c3c-84b6deac05f8 and ComponentName SDNC
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-12T03:56:11.998Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-12T03:56:11.998Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0fdff4d-3651-4d65-9c3c-84b6deac05f8",
  "consumerID": "aai-ml",
  "timestamp": 1649735694027,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-12T03:56:11.998Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-12T03:56:11.998Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-12T03:56:11.998Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0fdff4d-3651-4d65-9c3c-84b6deac05f8",
  "consumerID": "aai-ml",
  "timestamp": 1649735694027,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-12T03:56:11.998Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-12T03:56:11.999Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-12T03:56:11.999Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0fdff4d-3651-4d65-9c3c-84b6deac05f8",
  "consumerID": "aai-ml",
  "timestamp": 1649735694027,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-12T03:56:11.999Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-12T03:56:11.999Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-12T03:56:11.999Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0fdff4d-3651-4d65-9c3c-84b6deac05f8",
  "consumerID": "aai-ml",
  "timestamp": 1649735694027,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-12T03:56:11.999Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-12T03:56:11.999Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-12T03:56:11.999Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0fdff4d-3651-4d65-9c3c-84b6deac05f8",
  "consumerID": "aai-ml",
  "timestamp": 1649735694027,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-12T03:56:11.999Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-12T03:56:11.999Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-12T03:56:11.999Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0fdff4d-3651-4d65-9c3c-84b6deac05f8",
  "consumerID": "aai-ml",
  "timestamp": 1649735694027,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-12T03:56:11.999Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-12T03:56:11.999Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-12T03:56:12.000Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "1660be63-1b2e-439e-9151-9612ef7682e9",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649735700637,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-04-12T03:56:12.000Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-12T03:56:12.000Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-12T03:56:12.000Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0fdff4d-3651-4d65-9c3c-84b6deac05f8",
  "consumerID": "aai-ml",
  "timestamp": 1649735694027,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-12T03:56:12.000Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-12T03:56:12.000Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-12T03:56:12.000Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0fdff4d-3651-4d65-9c3c-84b6deac05f8",
  "consumerID": "aai-ml",
  "timestamp": 1649735694027,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-12T03:56:12.000Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-12T03:56:12.000Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-12T03:56:12.000Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0fdff4d-3651-4d65-9c3c-84b6deac05f8",
  "consumerID": "aai-ml",
  "timestamp": 1649735694027,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-04-12T03:56:12.000Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-12T03:56:12.000Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-12T03:56:12.000Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0fdff4d-3651-4d65-9c3c-84b6deac05f8",
  "consumerID": "aai-ml",
  "timestamp": 1649735703977,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-12T03:56:12.001Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-12T03:56:12.001Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-12T03:56:12.001Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89147543-abf6-4796-bee2-bde4b4b2cb82",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649735701652,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-12T03:56:12.001Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-12T03:56:12.001Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-12T03:56:12.001Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89147543-abf6-4796-bee2-bde4b4b2cb82",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649735701652,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-04-12T03:56:12.001Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-12T03:56:12.001Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-12T03:56:12.001Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89147543-abf6-4796-bee2-bde4b4b2cb82",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649735701652,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-04-12T03:56:12.001Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-12T03:56:12.001Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-12T03:56:12.001Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0fdff4d-3651-4d65-9c3c-84b6deac05f8",
  "consumerID": "aai-ml",
  "timestamp": 1649735708818,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-12T03:56:12.002Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-12T03:56:12.002Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-12T03:56:12.002Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89147543-abf6-4796-bee2-bde4b4b2cb82",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649735701652,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-12T03:56:12.002Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-12T03:56:12.002Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-12T03:56:12.002Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0fdff4d-3651-4d65-9c3c-84b6deac05f8",
  "consumerID": "aai-ml",
  "timestamp": 1649735709820,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "AAI"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-04-12T03:56:12.006Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of c0fdff4d-3651-4d65-9c3c-84b6deac05f8
2022-04-12T03:56:12.006Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId c0fdff4d-3651-4d65-9c3c-84b6deac05f8 and ComponentName AAI
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-04-12T03:56:12.013Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-12T03:56:12.013Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89147543-abf6-4796-bee2-bde4b4b2cb82",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649735701652,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-04-12T03:56:12.013Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-12T03:56:12.013Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-12T03:56:12.013Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89147543-abf6-4796-bee2-bde4b4b2cb82",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649735701652,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-12T03:56:12.013Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-12T03:56:12.019Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-04-12T03:56:12.019Z||pool-116-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-12T03:56:12.019Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wdAVihK7YGpqBtkQ) ...
2022-04-12T03:56:12.027Z||pool-116-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-12T03:56:12.027Z||pool-116-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2022-04-12T03:56:12.919Z|64bf458d-1d44-4054-b152-81ed434c6268|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 828bcc02-78ee-4f55-b28b-bc1a9898192a from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz
2022-04-12T03:56:12.920Z|64bf458d-1d44-4054-b152-81ed434c6268|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-04-12T03:56:12.920Z|64bf458d-1d44-4054-b152-81ed434c6268|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-04-12T03:56:13.135Z|64bf458d-1d44-4054-b152-81ed434c6268|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-04-12T03:56:13.136Z|64bf458d-1d44-4054-b152-81ed434c6268|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 828bcc02-78ee-4f55-b28b-bc1a9898192a 20206
2022-04-12T03:56:13.136Z|64bf458d-1d44-4054-b152-81ed434c6268|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-04-12T03:56:13.136Z|64bf458d-1d44-4054-b152-81ed434c6268|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-04-12T03:56:13.136Z|64bf458d-1d44-4054-b152-81ed434c6268|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-12T03:56:13.137Z|64bf458d-1d44-4054-b152-81ed434c6268|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-12T03:56:13.138Z|64bf458d-1d44-4054-b152-81ed434c6268|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-12T03:56:13.138Z|64bf458d-1d44-4054-b152-81ed434c6268|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "64bf458d-1d44-4054-b152-81ed434c6268",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649735773136,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-04-12T03:56:13.239Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-12T03:56:13.239Z||pool-117-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-12T03:56:13.239Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wdAVihK7YGpqBtkQ) ...
2022-04-12T03:56:13.248Z||pool-117-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-12T03:56:13.249Z||pool-117-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-04-12T03:56:14.149Z|64bf458d-1d44-4054-b152-81ed434c6268|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: 2e7b999c-29f2-4d2c-bbe4-1287ec539911
2022-04-12T03:56:14.149Z|64bf458d-1d44-4054-b152-81ed434c6268|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf_macro 0 21e9c97e-d791-4578-8af1-05e94293e251 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-04-12T03:56:14.159Z|64bf458d-1d44-4054-b152-81ed434c6268|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@65787bad, org.onap.sdc.toscaparser.api.parameters.Input@154b04ed, org.onap.sdc.toscaparser.api.parameters.Input@3d43e85c, org.onap.sdc.toscaparser.api.parameters.Input@5fcf4ec8, org.onap.sdc.toscaparser.api.parameters.Input@794cf38f]
2022-04-12T03:56:14.160Z|64bf458d-1d44-4054-b152-81ed434c6268|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-12T03:56:14.160Z|64bf458d-1d44-4054-b152-81ed434c6268|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-04-12T03:56:14.161Z|64bf458d-1d44-4054-b152-81ed434c6268|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic 
2022-04-12T03:56:14.161Z|64bf458d-1d44-4054-b152-81ed434c6268|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= fda482ec-274d-4668-a6cd-e84659966506
2022-04-12T03:56:14.161Z|64bf458d-1d44-4054-b152-81ed434c6268|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: fda482ec-274d-4668-a6cd-e84659966506 matches Tosca VF Customization UUID: fda482ec-274d-4668-a6cd-e84659966506
2022-04-12T03:56:14.161Z|64bf458d-1d44-4054-b152-81ed434c6268|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: fda482ec-274d-4668-a6cd-e84659966506  matches vfNotificationResource CustomizationUUID 
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
2022-04-12T03:56:14.163Z|64bf458d-1d44-4054-b152-81ed434c6268|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-12T03:56:14.163Z|64bf458d-1d44-4054-b152-81ed434c6268|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-04-12T03:56:14.164Z|64bf458d-1d44-4054-b152-81ed434c6268|pool-2-thread-7|||||DEBUG|500||resource request for resource customization id fda482ec-274d-4668-a6cd-e84659966506: {\"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-04-12T03:56:14.164Z|64bf458d-1d44-4054-b152-81ed434c6268|pool-2-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@335256e1
2022-04-12T03:56:14.164Z|64bf458d-1d44-4054-b152-81ed434c6268|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-12T03:56:14.165Z|64bf458d-1d44-4054-b152-81ed434c6268|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-04-12T03:56:14.165Z|64bf458d-1d44-4054-b152-81ed434c6268|pool-2-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 5e648506-3ad9-4498-886a-dfe70647a35e
2022-04-12T03:56:14.165Z|64bf458d-1d44-4054-b152-81ed434c6268|pool-2-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 5e648506-3ad9-4498-886a-dfe70647a35e
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=?
2022-04-12T03:56:14.167Z|64bf458d-1d44-4054-b152-81ed434c6268|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-12T03:56:14.167Z|64bf458d-1d44-4054-b152-81ed434c6268|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-04-12T03:56:14.167Z|64bf458d-1d44-4054-b152-81ed434c6268|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-12T03:56:14.167Z|64bf458d-1d44-4054-b152-81ed434c6268|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-12T03:56:14.168Z|64bf458d-1d44-4054-b152-81ed434c6268|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-04-12T03:56:14.168Z|64bf458d-1d44-4054-b152-81ed434c6268|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-04-12T03:56:14.168Z|64bf458d-1d44-4054-b152-81ed434c6268|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-12T03:56:14.168Z|64bf458d-1d44-4054-b152-81ed434c6268|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria
2022-04-12T03:56:14.168Z|64bf458d-1d44-4054-b152-81ed434c6268|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=fda482ec-274d-4668-a6cd-e84659966506
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-12T03:56:14.169Z|64bf458d-1d44-4054-b152-81ed434c6268|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-12T03:56:14.169Z|64bf458d-1d44-4054-b152-81ed434c6268|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-04-12T03:56:14.170Z|64bf458d-1d44-4054-b152-81ed434c6268|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid 2e7b999c-29f2-4d2c-bbe4-1287ec539911: basic_cnf_macro
2022-04-12T03:56:14.170Z|64bf458d-1d44-4054-b152-81ed434c6268|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-12T03:56:14.170Z|64bf458d-1d44-4054-b152-81ed434c6268|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-04-12T03:56:14.170Z|64bf458d-1d44-4054-b152-81ed434c6268|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-12T03:56:14.170Z|64bf458d-1d44-4054-b152-81ed434c6268|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-04-12T03:56:14.170Z|64bf458d-1d44-4054-b152-81ed434c6268|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-12T03:56:14.170Z|64bf458d-1d44-4054-b152-81ed434c6268|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-04-12T03:56:14.170Z|64bf458d-1d44-4054-b152-81ed434c6268|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-12T03:56:14.170Z|64bf458d-1d44-4054-b152-81ed434c6268|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-04-12T03:56:14.171Z|64bf458d-1d44-4054-b152-81ed434c6268|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-12T03:56:14.171Z|64bf458d-1d44-4054-b152-81ed434c6268|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-04-12T03:56:14.171Z|64bf458d-1d44-4054-b152-81ed434c6268|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-04-12T03:56:14.205Z|64bf458d-1d44-4054-b152-81ed434c6268|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf_macro 21e9c97e-d791-4578-8af1-05e94293e251 2 ASDC deployResourceStructure
2022-04-12T03:56:14.205Z|64bf458d-1d44-4054-b152-81ed434c6268|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-04-12T03:56:14.205Z|64bf458d-1d44-4054-b152-81ed434c6268|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-04-12T03:56:14.206Z|64bf458d-1d44-4054-b152-81ed434c6268|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-12T03:56:14.206Z|64bf458d-1d44-4054-b152-81ed434c6268|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-12T03:56:14.207Z|64bf458d-1d44-4054-b152-81ed434c6268|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-12T03:56:14.208Z|64bf458d-1d44-4054-b152-81ed434c6268|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "64bf458d-1d44-4054-b152-81ed434c6268",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649735774205,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-12T03:56:14.308Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-12T03:56:14.308Z||pool-118-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-12T03:56:14.308Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wdAVihK7YGpqBtkQ) ...
2022-04-12T03:56:14.318Z||pool-118-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-12T03:56:14.318Z||pool-118-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-04-12T03:56:15.208Z|64bf458d-1d44-4054-b152-81ed434c6268|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-04-12T03:56:15.209Z|64bf458d-1d44-4054-b152-81ed434c6268|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-04-12T03:56:15.209Z|64bf458d-1d44-4054-b152-81ed434c6268|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-12T03:56:15.210Z|64bf458d-1d44-4054-b152-81ed434c6268|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-12T03:56:15.212Z|64bf458d-1d44-4054-b152-81ed434c6268|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-12T03:56:15.212Z|64bf458d-1d44-4054-b152-81ed434c6268|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "64bf458d-1d44-4054-b152-81ed434c6268",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649735775208,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DEPLOY_OK"
}
2022-04-12T03:56:15.312Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-12T03:56:15.313Z||pool-119-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-12T03:56:15.313Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wdAVihK7YGpqBtkQ) ...
2022-04-12T03:56:15.322Z||pool-119-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-12T03:56:15.323Z||pool-119-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-04-12T03:56:16.213Z|64bf458d-1d44-4054-b152-81ed434c6268|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-04-12T03:56:16.215Z|64bf458d-1d44-4054-b152-81ed434c6268|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-04-12T03:56:16.215Z|64bf458d-1d44-4054-b152-81ed434c6268|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-04-12T03:56:16.215Z|64bf458d-1d44-4054-b152-81ed434c6268|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-12T03:56:16.217Z|64bf458d-1d44-4054-b152-81ed434c6268|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-12T03:56:16.217Z|64bf458d-1d44-4054-b152-81ed434c6268|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "64bf458d-1d44-4054-b152-81ed434c6268",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649735776213,
  "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-04-12T03:56:16.318Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-12T03:56:16.319Z||pool-120-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-12T03:56:16.319Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wdAVihK7YGpqBtkQ) ...
2022-04-12T03:56:16.328Z||pool-120-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-12T03:56:16.328Z||pool-120-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-04-12T03:56:17.219Z|64bf458d-1d44-4054-b152-81ed434c6268|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-04-12T03:56:17.219Z|64bf458d-1d44-4054-b152-81ed434c6268|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-04-12T03:56:17.219Z|64bf458d-1d44-4054-b152-81ed434c6268|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-12T03:56:17.219Z|64bf458d-1d44-4054-b152-81ed434c6268|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-12T03:56:17.220Z|64bf458d-1d44-4054-b152-81ed434c6268|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-12T03:56:17.220Z|64bf458d-1d44-4054-b152-81ed434c6268|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "64bf458d-1d44-4054-b152-81ed434c6268",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649735777218,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DEPLOY_OK"
}
2022-04-12T03:56:17.321Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-04-12T03:56:17.321Z||pool-121-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-12T03:56:17.322Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wdAVihK7YGpqBtkQ) ...
2022-04-12T03:56:17.331Z||pool-121-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-12T03:56:17.331Z||pool-121-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2022-04-12T03:56:18.222Z|64bf458d-1d44-4054-b152-81ed434c6268|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-04-12T03:56:18.222Z|64bf458d-1d44-4054-b152-81ed434c6268|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-04-12T03:56:18.222Z|64bf458d-1d44-4054-b152-81ed434c6268|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-04-12T03:56:18.222Z|64bf458d-1d44-4054-b152-81ed434c6268|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-12T03:56:18.224Z|64bf458d-1d44-4054-b152-81ed434c6268|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-12T03:56:18.225Z|64bf458d-1d44-4054-b152-81ed434c6268|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "64bf458d-1d44-4054-b152-81ed434c6268",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649735778222,
  "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-04-12T03:56:18.325Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-12T03:56:18.326Z||pool-122-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-12T03:56:18.326Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wdAVihK7YGpqBtkQ) ...
2022-04-12T03:56:18.334Z||pool-122-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-12T03:56:18.335Z||pool-122-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-04-12T03:56:19.226Z|64bf458d-1d44-4054-b152-81ed434c6268|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-04-12T03:56:19.227Z|64bf458d-1d44-4054-b152-81ed434c6268|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-04-12T03:56:19.227Z|64bf458d-1d44-4054-b152-81ed434c6268|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-12T03:56:19.227Z|64bf458d-1d44-4054-b152-81ed434c6268|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-12T03:56:19.229Z|64bf458d-1d44-4054-b152-81ed434c6268|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-12T03:56:19.229Z|64bf458d-1d44-4054-b152-81ed434c6268|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "64bf458d-1d44-4054-b152-81ed434c6268",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649735779225,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-12T03:56:19.329Z||pool-123-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-12T03:56:19.330Z||pool-123-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-12T03:56:19.330Z||pool-123-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wdAVihK7YGpqBtkQ) ...
2022-04-12T03:56:19.339Z||pool-123-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-12T03:56:19.340Z||pool-123-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-04-12T03:56:20.230Z|64bf458d-1d44-4054-b152-81ed434c6268|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 64bf458d-1d44-4054-b152-81ed434c6268
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-12T03:56:20.240Z|64bf458d-1d44-4054-b152-81ed434c6268|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 64bf458d-1d44-4054-b152-81ed434c6268
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-12T03:56:20.242Z|64bf458d-1d44-4054-b152-81ed434c6268|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-12T03:56:20.242Z|64bf458d-1d44-4054-b152-81ed434c6268|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-12T03:56:20.242Z|64bf458d-1d44-4054-b152-81ed434c6268|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-04-12T03:56:20.242Z|64bf458d-1d44-4054-b152-81ed434c6268|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-04-12T03:56:20.242Z|64bf458d-1d44-4054-b152-81ed434c6268|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-12T03:56:20.242Z|64bf458d-1d44-4054-b152-81ed434c6268|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-12T03:56:20.242Z|64bf458d-1d44-4054-b152-81ed434c6268|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-12T03:56:20.242Z|64bf458d-1d44-4054-b152-81ed434c6268|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-12T03:56:20.242Z|64bf458d-1d44-4054-b152-81ed434c6268|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-12T03:56:20.242Z|64bf458d-1d44-4054-b152-81ed434c6268|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-04-12T03:56:20.247Z|64bf458d-1d44-4054-b152-81ed434c6268|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-04-12T03:56:50.247Z|64bf458d-1d44-4054-b152-81ed434c6268|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 64bf458d-1d44-4054-b152-81ed434c6268 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-04-12T03:56:50.252Z|64bf458d-1d44-4054-b152-81ed434c6268|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 64bf458d-1d44-4054-b152-81ed434c6268 and serviceModelVersionId: 2e7b999c-29f2-4d2c-bbe4-1287ec539911
2022-04-12T03:56:50.252Z|64bf458d-1d44-4054-b152-81ed434c6268|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : dd05ae58-7082-4573-b411-7a8c5e880c2b
2022-04-12T03:56:50.252Z|64bf458d-1d44-4054-b152-81ed434c6268|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/dd05ae58-7082-4573-b411-7a8c5e880c2b/model-vers/model-ver/2e7b999c-29f2-4d2c-bbe4-1287ec539911?depth=0
2022-04-12T03:56:50.258Z|64bf458d-1d44-4054-b152-81ed434c6268|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2022-04-12T03:56:50.290Z|64bf458d-1d44-4054-b152-81ed434c6268|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dd05ae58-7082-4573-b411-7a8c5e880c2b/model-vers/model-ver/2e7b999c-29f2-4d2c-bbe4-1287ec539911?depth=0|INFO|500||Invoke
2022-04-12T03:56:50.291Z|64bf458d-1d44-4054-b152-81ed434c6268|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dd05ae58-7082-4573-b411-7a8c5e880c2b/model-vers/model-ver/2e7b999c-29f2-4d2c-bbe4-1287ec539911?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dd05ae58-7082-4573-b411-7a8c5e880c2b/model-vers/model-ver/2e7b999c-29f2-4d2c-bbe4-1287ec539911?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[64bf458d-1d44-4054-b152-81ed434c6268], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[d7d3b58b-9116-4fe4-823f-1f7c1b50c596], X-ECOMP-RequestID=[64bf458d-1d44-4054-b152-81ed434c6268], X-TransactionId=[], X-ONAP-RequestID=[64bf458d-1d44-4054-b152-81ed434c6268], Content-Type=[application/merge-patch+json]}
2022-04-12T03:56:50.313Z|64bf458d-1d44-4054-b152-81ed434c6268|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dd05ae58-7082-4573-b411-7a8c5e880c2b/model-vers/model-ver/2e7b999c-29f2-4d2c-bbe4-1287ec539911?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-04-12T03:56:50.389Z|64bf458d-1d44-4054-b152-81ed434c6268|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dd05ae58-7082-4573-b411-7a8c5e880c2b/model-vers/model-ver/2e7b999c-29f2-4d2c-bbe4-1287ec539911?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/dd05ae58-7082-4573-b411-7a8c5e880c2b/model-vers/model-ver/2e7b999c-29f2-4d2c-bbe4-1287ec539911?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220412-03:56:50:317-14945], vertex-id=[520280], Content-Length=[0], Date=[Tue, 12 Apr 2022 03:56:50 GMT], Content-Type=[application/json]}
2022-04-12T03:56:50.389Z|64bf458d-1d44-4054-b152-81ed434c6268|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dd05ae58-7082-4573-b411-7a8c5e880c2b/model-vers/model-ver/2e7b999c-29f2-4d2c-bbe4-1287ec539911?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-04-12T03:56:50.390Z|64bf458d-1d44-4054-b152-81ed434c6268|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/dd05ae58-7082-4573-b411-7a8c5e880c2b/model-vers/model-ver/2e7b999c-29f2-4d2c-bbe4-1287ec539911?depth=0|INFO|500||InvokeReturn
2022-04-12T03:56:50.390Z|64bf458d-1d44-4054-b152-81ed434c6268|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-04-12T03:56:50.390Z|64bf458d-1d44-4054-b152-81ed434c6268|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-04-12T03:56:50.394Z|64bf458d-1d44-4054-b152-81ed434c6268|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-04-12T03:56:50.394Z|64bf458d-1d44-4054-b152-81ed434c6268|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 64bf458d-1d44-4054-b152-81ed434c6268 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-04-12T03:56:50.394Z|64bf458d-1d44-4054-b152-81ed434c6268|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-04-12T03:56:50.395Z|64bf458d-1d44-4054-b152-81ed434c6268|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-12T03:56:50.397Z|64bf458d-1d44-4054-b152-81ed434c6268|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-12T03:56:50.397Z|64bf458d-1d44-4054-b152-81ed434c6268|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "64bf458d-1d44-4054-b152-81ed434c6268",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649735810394,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-04-12T03:56:50.497Z||pool-124-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-12T03:56:50.498Z||pool-124-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-12T03:56:50.498Z||pool-124-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wdAVihK7YGpqBtkQ) ...
2022-04-12T03:56:50.511Z||pool-124-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-12T03:56:50.512Z||pool-124-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-04-12T03:56:51.408Z|64bf458d-1d44-4054-b152-81ed434c6268|pool-2-thread-7|||||DEBUG|500||received message from topic
2022-04-12T03:56:51.408Z|64bf458d-1d44-4054-b152-81ed434c6268|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"c0fdff4d-3651-4d65-9c3c-84b6deac05f8","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"fd231369-2096-4374-bae7-d8556aa25556","serviceDescription":"service","serviceInvariantUUID":"328d2329-d6ff-44fb-a98e-9a481eb1b8fb","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"397f026f-2713-4688-8a35-cbba2061ebeb","resourceInvariantUUID":"6f042be6-122f-4ae8-bf5e-9afa9a654aaf","resourceCustomizationUUID":"1d29b758-3065-4f25-87b7-b2a84d68bf85","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":"NThiNjllNzUzMTIzMTJkMWQxZWU3YjU3YmIyYzk3NDY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"996277db-cc85-4049-b493-4a6bba175da0","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":"8d82a76e-604b-47fa-9167-d264dc76224a","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":"66cdd24b-9459-481b-8b74-faa8fc526543","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":"OGVmYmU4M2Y3ZjQ3MjhmOTg1ZGFjMWRlZjRjYWEzZWE\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"b9478fb7-5950-43aa-9f9a-82920bbbadc7","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":"d33e5067-c35f-489e-abf9-6df7b5abde6b","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":"4f57dd04-a6e8-4dbf-840e-5b576703f548","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":"272992df-777e-4481-a7bb-1a9177a697a3","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":"ZDFmYjQ5NGUyNWI5MmM2NTM1ZWM3OGEzYTM5YmQyODE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"3833289e-0b6f-49e5-9dac-4d7e5d3ae642","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"MTgzZWY1ZDY3YjJjZWY1NmMxYmJjNjhhNzZhZmMwM2Y\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"92c8a251-45c2-4bf7-b021-9aab1aa29094","artifactVersion":"1"}],"workloadContext":"Production"}
2022-04-12T03:56:51.408Z|64bf458d-1d44-4054-b152-81ed434c6268|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-12T03:56:51.408Z|64bf458d-1d44-4054-b152-81ed434c6268|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-12T03:56:51.410Z|64bf458d-1d44-4054-b152-81ed434c6268|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-12T03:56:51.410Z|64bf458d-1d44-4054-b152-81ed434c6268|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "c0fdff4d-3651-4d65-9c3c-84b6deac05f8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649735701652,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-12T03:56:51.510Z||pool-125-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-12T03:56:51.511Z||pool-125-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-12T03:56:51.511Z||pool-125-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wdAVihK7YGpqBtkQ) ...
2022-04-12T03:56:51.520Z||pool-125-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-12T03:56:51.521Z||pool-125-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-04-12T03:56:52.410Z|64bf458d-1d44-4054-b152-81ed434c6268|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-12T03:56:52.410Z|64bf458d-1d44-4054-b152-81ed434c6268|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-12T03:56:52.412Z|64bf458d-1d44-4054-b152-81ed434c6268|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-12T03:56:52.412Z|64bf458d-1d44-4054-b152-81ed434c6268|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "c0fdff4d-3651-4d65-9c3c-84b6deac05f8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649735701652,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-12T03:56:52.512Z||pool-126-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-12T03:56:52.513Z||pool-126-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-12T03:56:52.513Z||pool-126-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wdAVihK7YGpqBtkQ) ...
2022-04-12T03:56:52.521Z||pool-126-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-12T03:56:52.522Z||pool-126-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-04-12T03:56:53.412Z|64bf458d-1d44-4054-b152-81ed434c6268|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-12T03:56:53.413Z|64bf458d-1d44-4054-b152-81ed434c6268|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-12T03:56:53.415Z|64bf458d-1d44-4054-b152-81ed434c6268|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-12T03:56:53.415Z|64bf458d-1d44-4054-b152-81ed434c6268|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "c0fdff4d-3651-4d65-9c3c-84b6deac05f8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649735701652,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-12T03:56:53.515Z||pool-127-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-12T03:56:53.516Z||pool-127-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-12T03:56:53.516Z||pool-127-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wdAVihK7YGpqBtkQ) ...
2022-04-12T03:56:53.525Z||pool-127-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-12T03:56:53.526Z||pool-127-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-04-12T03:56:54.416Z|64bf458d-1d44-4054-b152-81ed434c6268|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-12T03:56:54.417Z|64bf458d-1d44-4054-b152-81ed434c6268|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-12T03:56:54.419Z|64bf458d-1d44-4054-b152-81ed434c6268|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-12T03:56:54.419Z|64bf458d-1d44-4054-b152-81ed434c6268|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "c0fdff4d-3651-4d65-9c3c-84b6deac05f8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649735701652,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-12T03:56:54.519Z||pool-128-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-12T03:56:54.520Z||pool-128-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-12T03:56:54.520Z||pool-128-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wdAVihK7YGpqBtkQ) ...
2022-04-12T03:56:54.529Z||pool-128-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-12T03:56:54.529Z||pool-128-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-04-12T03:56:55.419Z|64bf458d-1d44-4054-b152-81ed434c6268|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-12T03:56:55.419Z|64bf458d-1d44-4054-b152-81ed434c6268|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-12T03:56:55.421Z|64bf458d-1d44-4054-b152-81ed434c6268|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-12T03:56:55.422Z|64bf458d-1d44-4054-b152-81ed434c6268|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "c0fdff4d-3651-4d65-9c3c-84b6deac05f8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649735701652,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-12T03:56:55.522Z||pool-129-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-12T03:56:55.523Z||pool-129-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-12T03:56:55.523Z||pool-129-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wdAVihK7YGpqBtkQ) ...
2022-04-12T03:56:55.532Z||pool-129-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-12T03:56:55.533Z||pool-129-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-04-12T03:56:56.422Z|64bf458d-1d44-4054-b152-81ed434c6268|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-12T03:56:56.423Z|64bf458d-1d44-4054-b152-81ed434c6268|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-12T03:56:56.425Z|64bf458d-1d44-4054-b152-81ed434c6268|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-12T03:56:56.425Z|64bf458d-1d44-4054-b152-81ed434c6268|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "c0fdff4d-3651-4d65-9c3c-84b6deac05f8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649735701652,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-12T03:56:56.526Z||pool-130-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-12T03:56:56.526Z||pool-130-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-12T03:56:56.527Z||pool-130-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wdAVihK7YGpqBtkQ) ...
2022-04-12T03:56:56.535Z||pool-130-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-12T03:56:56.535Z||pool-130-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-04-12T03:56:57.426Z|64bf458d-1d44-4054-b152-81ed434c6268|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-12T03:56:57.427Z|64bf458d-1d44-4054-b152-81ed434c6268|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-12T03:56:57.429Z|64bf458d-1d44-4054-b152-81ed434c6268|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-12T03:56:57.429Z|64bf458d-1d44-4054-b152-81ed434c6268|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "c0fdff4d-3651-4d65-9c3c-84b6deac05f8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649735701652,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-12T03:56:57.529Z||pool-131-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-12T03:56:57.530Z||pool-131-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-12T03:56:57.530Z||pool-131-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wdAVihK7YGpqBtkQ) ...
2022-04-12T03:56:57.539Z||pool-131-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-12T03:56:57.539Z||pool-131-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":1,"count":1}
2022-04-12T03:56:58.429Z|64bf458d-1d44-4054-b152-81ed434c6268|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-12T03:56:58.430Z|64bf458d-1d44-4054-b152-81ed434c6268|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-12T03:56:58.431Z|64bf458d-1d44-4054-b152-81ed434c6268|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-12T03:56:58.432Z|64bf458d-1d44-4054-b152-81ed434c6268|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "c0fdff4d-3651-4d65-9c3c-84b6deac05f8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649735701652,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-12T03:56:58.532Z||pool-132-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-12T03:56:58.533Z||pool-132-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-12T03:56:58.533Z||pool-132-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wdAVihK7YGpqBtkQ) ...
2022-04-12T03:56:58.542Z||pool-132-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-12T03:56:58.543Z||pool-132-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-04-12T03:56:59.432Z|64bf458d-1d44-4054-b152-81ed434c6268|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus
2022-04-12T03:56:59.433Z|64bf458d-1d44-4054-b152-81ed434c6268|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-12T03:56:59.434Z|64bf458d-1d44-4054-b152-81ed434c6268|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-12T03:56:59.434Z|64bf458d-1d44-4054-b152-81ed434c6268|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "c0fdff4d-3651-4d65-9c3c-84b6deac05f8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649735701652,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-04-12T03:56:59.535Z||pool-133-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-12T03:56:59.535Z||pool-133-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-12T03:56:59.536Z||pool-133-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wdAVihK7YGpqBtkQ) ...
2022-04-12T03:56:59.545Z||pool-133-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-12T03:56:59.546Z||pool-133-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-04-12T03:57:00.435Z|64bf458d-1d44-4054-b152-81ed434c6268|pool-2-thread-7|||||DEBUG|500||sending notification to client: {
  "distributionID": "c0fdff4d-3651-4d65-9c3c-84b6deac05f8",
  "serviceName": "test_pnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "fd231369-2096-4374-bae7-d8556aa25556",
  "serviceDescription": "service",
  "serviceInvariantUUID": "328d2329-d6ff-44fb-a98e-9a481eb1b8fb",
  "resources": [
    {
      "resourceInstanceName": "test-pnf 0",
      "resourceCustomizationUUID": "1d29b758-3065-4f25-87b7-b2a84d68bf85",
      "resourceName": "test-pnf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "397f026f-2713-4688-8a35-cbba2061ebeb",
      "resourceInvariantUUID": "6f042be6-122f-4ae8-bf5e-9afa9a654aaf",
      "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": "MTgzZWY1ZDY3YjJjZWY1NmMxYmJjNjhhNzZhZmMwM2Y\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "92c8a251-45c2-4bf7-b021-9aab1aa29094"
    }
  ],
  "workloadContext": "Production"
}
2022-04-12T03:57:00.435Z|64bf458d-1d44-4054-b152-81ed434c6268|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-04-12T03:57:00.436Z|64bf458d-1d44-4054-b152-81ed434c6268|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 fd231369-2096-4374-bae7-d8556aa25556 ASDC
2022-04-12T03:57:00.436Z|c0fdff4d-3651-4d65-9c3c-84b6deac05f8|pool-2-thread-7|||||DEBUG|500||ASDC Notification:
DistributionID:c0fdff4d-3651-4d65-9c3c-84b6deac05f8
ServiceName:test_pnf_macro
ServiceVersion:1.0
ServiceUUID:fd231369-2096-4374-bae7-d8556aa25556
ServiceInvariantUUID:328d2329-d6ff-44fb-a98e-9a481eb1b8fb
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:92c8a251-45c2-4bf7-b021-9aab1aa29094
ArtifactChecksum:MTgzZWY1ZDY3YjJjZWY1NmMxYmJjNjhhNzZhZmMwM2Y=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:test-pnf 0
ResourceCustomizationUUID:1d29b758-3065-4f25-87b7-b2a84d68bf85
ResourceInvariantUUID:6f042be6-122f-4ae8-bf5e-9afa9a654aaf
ResourceName:test-pnf
ResourceType:PNF
ResourceUUID:397f026f-2713-4688-8a35-cbba2061ebeb
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-04-12T03:57:00.436Z|c0fdff4d-3651-4d65-9c3c-84b6deac05f8|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF fd231369-2096-4374-bae7-d8556aa25556 ASDC treatNotification
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=?
Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?)
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-04-12T03:57:00.457Z|c0fdff4d-3651-4d65-9c3c-84b6deac05f8|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-12T03:57:00.457Z|c0fdff4d-3651-4d65-9c3c-84b6deac05f8|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-04-12T03:57:00.457Z|c0fdff4d-3651-4d65-9c3c-84b6deac05f8|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-04-12T03:57:00.457Z|c0fdff4d-3651-4d65-9c3c-84b6deac05f8|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 92c8a251-45c2-4bf7-b021-9aab1aa29094 from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-04-12T03:57:00.457Z|c0fdff4d-3651-4d65-9c3c-84b6deac05f8|pool-2-thread-7|||||INFO|500||DistributionClient - download
2022-04-12T03:57:00.458Z|c0fdff4d-3651-4d65-9c3c-84b6deac05f8|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-04-12T03:57:00.855Z|c0fdff4d-3651-4d65-9c3c-84b6deac05f8|pool-2-thread-7|||||DEBUG|500||GET Response Status 200
2022-04-12T03:57:00.860Z|c0fdff4d-3651-4d65-9c3c-84b6deac05f8|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 92c8a251-45c2-4bf7-b021-9aab1aa29094 105658
2022-04-12T03:57:00.860Z|c0fdff4d-3651-4d65-9c3c-84b6deac05f8|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-04-12T03:57:00.860Z|c0fdff4d-3651-4d65-9c3c-84b6deac05f8|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-04-12T03:57:00.860Z|c0fdff4d-3651-4d65-9c3c-84b6deac05f8|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus
2022-04-12T03:57:00.861Z|c0fdff4d-3651-4d65-9c3c-84b6deac05f8|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-12T03:57:00.862Z|c0fdff4d-3651-4d65-9c3c-84b6deac05f8|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-12T03:57:00.862Z|c0fdff4d-3651-4d65-9c3c-84b6deac05f8|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "c0fdff4d-3651-4d65-9c3c-84b6deac05f8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649735820860,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-12T03:57:00.963Z||pool-134-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-04-12T03:57:00.964Z||pool-134-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-12T03:57:00.964Z||pool-134-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wdAVihK7YGpqBtkQ) ...
2022-04-12T03:57:00.971Z||pool-134-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-12T03:57:00.972Z||pool-134-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-04-12T03:57:01.863Z|c0fdff4d-3651-4d65-9c3c-84b6deac05f8|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-04-12T03:57:01.864Z|c0fdff4d-3651-4d65-9c3c-84b6deac05f8|pool-2-thread-7|||||INFO|500||MSO config path is: /app
2022-04-12T03:57:01.864Z|c0fdff4d-3651-4d65-9c3c-84b6deac05f8|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 92c8a251-45c2-4bf7-b021-9aab1aa29094, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-04-12T03:57:01.865Z|c0fdff4d-3651-4d65-9c3c-84b6deac05f8|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar
2022-04-12T03:57:01.865Z|c0fdff4d-3651-4d65-9c3c-84b6deac05f8|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-04-12T03:57:01.865Z|c0fdff4d-3651-4d65-9c3c-84b6deac05f8|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-04-12T03:57:01.945Z|c0fdff4d-3651-4d65-9c3c-84b6deac05f8|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9744139396374809161/Definitions/service-TestPnfMacro-template.yml
2022-04-12T03:57:02.588Z|c0fdff4d-3651-4d65-9c3c-84b6deac05f8|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0
2022-04-12T03:57:02.589Z|c0fdff4d-3651-4d65-9c3c-84b6deac05f8|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-04-12T03:57:02.589Z|c0fdff4d-3651-4d65-9c3c-84b6deac05f8|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-04-12T03:57:02.589Z|c0fdff4d-3651-4d65-9c3c-84b6deac05f8|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-04-12T03:57:02.589Z|c0fdff4d-3651-4d65-9c3c-84b6deac05f8|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-04-12T03:57:02.589Z|c0fdff4d-3651-4d65-9c3c-84b6deac05f8|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-04-12T03:57:02.589Z|c0fdff4d-3651-4d65-9c3c-84b6deac05f8|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-04-12T03:57:02.589Z|c0fdff4d-3651-4d65-9c3c-84b6deac05f8|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-04-12T03:57:02.589Z|c0fdff4d-3651-4d65-9c3c-84b6deac05f8|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-04-12T03:57:02.590Z|c0fdff4d-3651-4d65-9c3c-84b6deac05f8|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-04-12T03:57:02.590Z|c0fdff4d-3651-4d65-9c3c-84b6deac05f8|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-04-12T03:57:02.590Z|c0fdff4d-3651-4d65-9c3c-84b6deac05f8|pool-2-thread-7|||||WARN|500||####################################################################################################
2022-04-12T03:57:02.590Z|c0fdff4d-3651-4d65-9c3c-84b6deac05f8|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-12T03:57:02.590Z|c0fdff4d-3651-4d65-9c3c-84b6deac05f8|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-04-12T03:57:02.590Z|c0fdff4d-3651-4d65-9c3c-84b6deac05f8|pool-2-thread-7|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2022-04-12T03:57:02.590Z|c0fdff4d-3651-4d65-9c3c-84b6deac05f8|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-04-12T03:57:02.591Z|c0fdff4d-3651-4d65-9c3c-84b6deac05f8|pool-2-thread-7|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-12T03:57:02.591Z|c0fdff4d-3651-4d65-9c3c-84b6deac05f8|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-12T03:57:02.591Z|c0fdff4d-3651-4d65-9c3c-84b6deac05f8|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-04-12T03:57:02.591Z|c0fdff4d-3651-4d65-9c3c-84b6deac05f8|pool-2-thread-7|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2022-04-12T03:57:02.591Z|c0fdff4d-3651-4d65-9c3c-84b6deac05f8|pool-2-thread-7|||||DEBUG|500||Search for entities recursively
2022-04-12T03:57:02.591Z|c0fdff4d-3651-4d65-9c3c-84b6deac05f8|pool-2-thread-7|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-04-12T03:57:02.591Z|c0fdff4d-3651-4d65-9c3c-84b6deac05f8|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-12T03:57:02.591Z|c0fdff4d-3651-4d65-9c3c-84b6deac05f8|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-04-12T03:57:02.592Z|c0fdff4d-3651-4d65-9c3c-84b6deac05f8|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-12T03:57:02.592Z|c0fdff4d-3651-4d65-9c3c-84b6deac05f8|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-04-12T03:57:02.592Z|c0fdff4d-3651-4d65-9c3c-84b6deac05f8|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-12T03:57:02.592Z|c0fdff4d-3651-4d65-9c3c-84b6deac05f8|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-04-12T03:57:02.592Z|c0fdff4d-3651-4d65-9c3c-84b6deac05f8|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-12T03:57:02.592Z|c0fdff4d-3651-4d65-9c3c-84b6deac05f8|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-04-12T03:57:02.592Z|c0fdff4d-3651-4d65-9c3c-84b6deac05f8|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-12T03:57:02.593Z|c0fdff4d-3651-4d65-9c3c-84b6deac05f8|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-04-12T03:57:02.593Z|c0fdff4d-3651-4d65-9c3c-84b6deac05f8|pool-2-thread-7|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:test_pnf_macro
Description:service
Model UUID:fd231369-2096-4374-bae7-d8556aa25556
Model Version:NULL
Model InvariantUuid:328d2329-d6ff-44fb-a98e-9a481eb1b8fb
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-04-12T03:57:02.599Z|c0fdff4d-3651-4d65-9c3c-84b6deac05f8|pool-2-thread-7|||||INFO|500||Processing Resource Type: PNF, Model UUID: 397f026f-2713-4688-8a35-cbba2061ebeb
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-12T03:57:02.601Z|c0fdff4d-3651-4d65-9c3c-84b6deac05f8|pool-2-thread-7|||||INFO|500||test-pnf 0
2022-04-12T03:57:02.601Z|c0fdff4d-3651-4d65-9c3c-84b6deac05f8|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 397f026f-2713-4688-8a35-cbba2061ebeb
2022-04-12T03:57:02.601Z|c0fdff4d-3651-4d65-9c3c-84b6deac05f8|pool-2-thread-7|||||DEBUG|500||No resources found for Service: fd231369-2096-4374-bae7-d8556aa25556
2022-04-12T03:57:02.601Z|c0fdff4d-3651-4d65-9c3c-84b6deac05f8|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: fd231369-2096-4374-bae7-d8556aa25556
2022-04-12T03:57:02.601Z|c0fdff4d-3651-4d65-9c3c-84b6deac05f8|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 397f026f-2713-4688-8a35-cbba2061ebeb ASDC
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-04-12T03:57:02.605Z|c0fdff4d-3651-4d65-9c3c-84b6deac05f8|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@447a9b21, org.onap.sdc.toscaparser.api.parameters.Input@4a717c4a, org.onap.sdc.toscaparser.api.parameters.Input@4076c7e1, org.onap.sdc.toscaparser.api.parameters.Input@732db465, org.onap.sdc.toscaparser.api.parameters.Input@639e8ab2]
2022-04-12T03:57:02.606Z|c0fdff4d-3651-4d65-9c3c-84b6deac05f8|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-12T03:57:02.606Z|c0fdff4d-3651-4d65-9c3c-84b6deac05f8|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-04-12T03:57:02.606Z|c0fdff4d-3651-4d65-9c3c-84b6deac05f8|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid fd231369-2096-4374-bae7-d8556aa25556: test-pnf
2022-04-12T03:57:02.606Z|c0fdff4d-3651-4d65-9c3c-84b6deac05f8|pool-2-thread-7|||||INFO|500||Processing PNF resource: 397f026f-2713-4688-8a35-cbba2061ebeb
2022-04-12T03:57:02.606Z|c0fdff4d-3651-4d65-9c3c-84b6deac05f8|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-04-12T03:57:02.606Z|c0fdff4d-3651-4d65-9c3c-84b6deac05f8|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-04-12T03:57:02.607Z|c0fdff4d-3651-4d65-9c3c-84b6deac05f8|pool-2-thread-7|||||INFO|500||Resource customization UUID: 1d29b758-3065-4f25-87b7-b2a84d68bf85 is the same as notified resource customizationUUID: 1d29b758-3065-4f25-87b7-b2a84d68bf85
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2022-04-12T03:57:02.643Z|c0fdff4d-3651-4d65-9c3c-84b6deac05f8|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf 397f026f-2713-4688-8a35-cbba2061ebeb 0 ASDC deployResourceStructure
2022-04-12T03:57:02.643Z|c0fdff4d-3651-4d65-9c3c-84b6deac05f8|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-04-12T03:57:02.643Z|c0fdff4d-3651-4d65-9c3c-84b6deac05f8|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-04-12T03:57:02.643Z|c0fdff4d-3651-4d65-9c3c-84b6deac05f8|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-04-12T03:57:02.643Z|c0fdff4d-3651-4d65-9c3c-84b6deac05f8|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-12T03:57:02.645Z|c0fdff4d-3651-4d65-9c3c-84b6deac05f8|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-12T03:57:02.645Z|c0fdff4d-3651-4d65-9c3c-84b6deac05f8|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "c0fdff4d-3651-4d65-9c3c-84b6deac05f8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649735822643,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-12T03:57:02.745Z||pool-135-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-12T03:57:02.746Z||pool-135-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-12T03:57:02.746Z||pool-135-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wdAVihK7YGpqBtkQ) ...
2022-04-12T03:57:02.755Z||pool-135-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-12T03:57:02.756Z||pool-135-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-04-12T03:57:03.646Z|c0fdff4d-3651-4d65-9c3c-84b6deac05f8|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c0fdff4d-3651-4d65-9c3c-84b6deac05f8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-12T03:57:03.656Z|c0fdff4d-3651-4d65-9c3c-84b6deac05f8|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c0fdff4d-3651-4d65-9c3c-84b6deac05f8
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=?
2022-04-12T03:57:03.658Z|c0fdff4d-3651-4d65-9c3c-84b6deac05f8|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-04-12T03:57:03.658Z|c0fdff4d-3651-4d65-9c3c-84b6deac05f8|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-04-12T03:57:03.658Z|c0fdff4d-3651-4d65-9c3c-84b6deac05f8|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-04-12T03:57:03.658Z|c0fdff4d-3651-4d65-9c3c-84b6deac05f8|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-04-12T03:57:03.658Z|c0fdff4d-3651-4d65-9c3c-84b6deac05f8|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-12T03:57:03.659Z|c0fdff4d-3651-4d65-9c3c-84b6deac05f8|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-12T03:57:03.659Z|c0fdff4d-3651-4d65-9c3c-84b6deac05f8|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-12T03:57:03.659Z|c0fdff4d-3651-4d65-9c3c-84b6deac05f8|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-12T03:57:03.659Z|c0fdff4d-3651-4d65-9c3c-84b6deac05f8|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-04-12T03:57:03.659Z|c0fdff4d-3651-4d65-9c3c-84b6deac05f8|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-04-12T03:57:03.663Z|c0fdff4d-3651-4d65-9c3c-84b6deac05f8|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-04-12T03:57:11.930Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-12T03:57:11.930Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-12T03:57:11.930Z||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 wdAVihK7YGpqBtkQ) ...
2022-04-12T03:57:11.941Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-12T03:57:11.942Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-12T03:57:11.942Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89147543-abf6-4796-bee2-bde4b4b2cb82",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649735701652,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-12T03:57:11.943Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-12T03:57:33.663Z|c0fdff4d-3651-4d65-9c3c-84b6deac05f8|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: c0fdff4d-3651-4d65-9c3c-84b6deac05f8 and distributionStatus: 
Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=?
2022-04-12T03:57:33.669Z|c0fdff4d-3651-4d65-9c3c-84b6deac05f8|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: c0fdff4d-3651-4d65-9c3c-84b6deac05f8 and serviceModelVersionId: fd231369-2096-4374-bae7-d8556aa25556
2022-04-12T03:57:33.669Z|c0fdff4d-3651-4d65-9c3c-84b6deac05f8|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 328d2329-d6ff-44fb-a98e-9a481eb1b8fb
2022-04-12T03:57:33.669Z|c0fdff4d-3651-4d65-9c3c-84b6deac05f8|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/328d2329-d6ff-44fb-a98e-9a481eb1b8fb/model-vers/model-ver/fd231369-2096-4374-bae7-d8556aa25556?depth=0
2022-04-12T03:57:33.673Z|c0fdff4d-3651-4d65-9c3c-84b6deac05f8|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context!
2022-04-12T03:57:33.702Z|c0fdff4d-3651-4d65-9c3c-84b6deac05f8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/328d2329-d6ff-44fb-a98e-9a481eb1b8fb/model-vers/model-ver/fd231369-2096-4374-bae7-d8556aa25556?depth=0|INFO|500||Invoke
2022-04-12T03:57:33.702Z|c0fdff4d-3651-4d65-9c3c-84b6deac05f8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/328d2329-d6ff-44fb-a98e-9a481eb1b8fb/model-vers/model-ver/fd231369-2096-4374-bae7-d8556aa25556?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/328d2329-d6ff-44fb-a98e-9a481eb1b8fb/model-vers/model-ver/fd231369-2096-4374-bae7-d8556aa25556?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[c0fdff4d-3651-4d65-9c3c-84b6deac05f8], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[70a05a0d-718a-44f4-9de8-a11b7eba8c00], X-ECOMP-RequestID=[c0fdff4d-3651-4d65-9c3c-84b6deac05f8], X-TransactionId=[], X-ONAP-RequestID=[c0fdff4d-3651-4d65-9c3c-84b6deac05f8], Content-Type=[application/merge-patch+json]}
2022-04-12T03:57:33.721Z|c0fdff4d-3651-4d65-9c3c-84b6deac05f8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/328d2329-d6ff-44fb-a98e-9a481eb1b8fb/model-vers/model-ver/fd231369-2096-4374-bae7-d8556aa25556?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-04-12T03:57:34.056Z|c0fdff4d-3651-4d65-9c3c-84b6deac05f8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/328d2329-d6ff-44fb-a98e-9a481eb1b8fb/model-vers/model-ver/fd231369-2096-4374-bae7-d8556aa25556?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/328d2329-d6ff-44fb-a98e-9a481eb1b8fb/model-vers/model-ver/fd231369-2096-4374-bae7-d8556aa25556?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220412-03:57:33:725-58029], vertex-id=[536664], Content-Length=[0], Date=[Tue, 12 Apr 2022 03:57:33 GMT], Content-Type=[application/json]}
2022-04-12T03:57:34.056Z|c0fdff4d-3651-4d65-9c3c-84b6deac05f8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/328d2329-d6ff-44fb-a98e-9a481eb1b8fb/model-vers/model-ver/fd231369-2096-4374-bae7-d8556aa25556?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-04-12T03:57:34.057Z|c0fdff4d-3651-4d65-9c3c-84b6deac05f8|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/328d2329-d6ff-44fb-a98e-9a481eb1b8fb/model-vers/model-ver/fd231369-2096-4374-bae7-d8556aa25556?depth=0|INFO|500||InvokeReturn
2022-04-12T03:57:34.057Z|c0fdff4d-3651-4d65-9c3c-84b6deac05f8|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-04-12T03:57:34.057Z|c0fdff4d-3651-4d65-9c3c-84b6deac05f8|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-04-12T03:57:34.064Z|c0fdff4d-3651-4d65-9c3c-84b6deac05f8|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-04-12T03:57:34.064Z|c0fdff4d-3651-4d65-9c3c-84b6deac05f8|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID c0fdff4d-3651-4d65-9c3c-84b6deac05f8 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-04-12T03:57:34.064Z|c0fdff4d-3651-4d65-9c3c-84b6deac05f8|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-04-12T03:57:34.064Z|c0fdff4d-3651-4d65-9c3c-84b6deac05f8|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus
2022-04-12T03:57:34.066Z|c0fdff4d-3651-4d65-9c3c-84b6deac05f8|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-04-12T03:57:34.066Z|c0fdff4d-3651-4d65-9c3c-84b6deac05f8|pool-2-thread-7|||||DEBUG|500||try to send status {
  "distributionID": "c0fdff4d-3651-4d65-9c3c-84b6deac05f8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649735854064,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-04-12T03:57:34.166Z||pool-136-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-04-12T03:57:34.167Z||pool-136-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-04-12T03:57:34.167Z||pool-136-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as wdAVihK7YGpqBtkQ) ...
2022-04-12T03:57:34.179Z||pool-136-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-12T03:57:34.179Z||pool-136-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-04-12T03:57:35.078Z|c0fdff4d-3651-4d65-9c3c-84b6deac05f8|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-12T03:57:35.078Z|c0fdff4d-3651-4d65-9c3c-84b6deac05f8|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-12T03:57:35.078Z|c0fdff4d-3651-4d65-9c3c-84b6deac05f8|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 wdAVihK7YGpqBtkQ) ...
2022-04-12T03:57:45.477Z|c0fdff4d-3651-4d65-9c3c-84b6deac05f8|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-12T03:57:45.477Z|c0fdff4d-3651-4d65-9c3c-84b6deac05f8|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-12T03:57:45.478Z|c0fdff4d-3651-4d65-9c3c-84b6deac05f8|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-12T03:57:45.478Z|c0fdff4d-3651-4d65-9c3c-84b6deac05f8|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 wdAVihK7YGpqBtkQ) ...
2022-04-12T03:57:55.008Z|c0fdff4d-3651-4d65-9c3c-84b6deac05f8|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-12T03:57:55.009Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-12T03:57:55.009Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-12T03:57:55.009Z||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 wdAVihK7YGpqBtkQ) ...
2022-04-12T03:58:04.535Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-12T03:58:04.536Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-12T03:58:04.536Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-12T03:58:04.537Z||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 wdAVihK7YGpqBtkQ) ...
2022-04-12T03:58:11.930Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-12T03:58:11.930Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-12T03:58:11.930Z||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 wdAVihK7YGpqBtkQ) ...
2022-04-12T03:58:11.947Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-12T03:58:11.947Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-12T03:58:11.947Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89147543-abf6-4796-bee2-bde4b4b2cb82",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649735701652,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-04-12T03:58:11.948Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-12T03:58:11.948Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-12T03:58:11.948Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89147543-abf6-4796-bee2-bde4b4b2cb82",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649735714320,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-12T03:58:11.948Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-12T03:58:11.948Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-12T03:58:11.948Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89147543-abf6-4796-bee2-bde4b4b2cb82",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649735716478,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-12T03:58:11.948Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-12T03:58:11.948Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-12T03:58:11.949Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89147543-abf6-4796-bee2-bde4b4b2cb82",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649735717535,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-12T03:58:11.949Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-12T03:58:11.949Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-12T03:58:11.949Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89147543-abf6-4796-bee2-bde4b4b2cb82",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649735718585,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-04-12T03:58:11.949Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-12T03:58:11.949Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-12T03:58:11.949Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89147543-abf6-4796-bee2-bde4b4b2cb82",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649735719701,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-12T03:58:11.949Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-12T03:58:11.949Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-12T03:58:11.949Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89147543-abf6-4796-bee2-bde4b4b2cb82",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649735720705,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-04-12T03:58:11.949Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-12T03:58:11.949Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-12T03:58:11.949Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89147543-abf6-4796-bee2-bde4b4b2cb82",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649735721709,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-04-12T03:58:11.949Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-12T03:58:11.949Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-12T03:58:11.949Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89147543-abf6-4796-bee2-bde4b4b2cb82",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649735722713,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-12T03:58:11.949Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-12T03:58:11.949Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-12T03:58:11.950Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "89147543-abf6-4796-bee2-bde4b4b2cb82",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649735753892,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-04-12T03:58:11.950Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-12T03:58:11.950Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-12T03:58:11.950Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64bf458d-1d44-4054-b152-81ed434c6268",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649735701652,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-12T03:58:11.950Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-12T03:58:11.950Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-12T03:58:11.950Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64bf458d-1d44-4054-b152-81ed434c6268",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649735701652,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-04-12T03:58:11.950Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-12T03:58:11.950Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-12T03:58:11.950Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64bf458d-1d44-4054-b152-81ed434c6268",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649735701652,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "NOTIFIED"
}
2022-04-12T03:58:11.950Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-12T03:58:11.950Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-12T03:58:11.950Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64bf458d-1d44-4054-b152-81ed434c6268",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649735701652,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-12T03:58:11.950Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-12T03:58:11.950Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-12T03:58:11.950Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64bf458d-1d44-4054-b152-81ed434c6268",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649735701652,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "NOTIFIED"
}
2022-04-12T03:58:11.951Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-12T03:58:11.951Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-12T03:58:11.951Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64bf458d-1d44-4054-b152-81ed434c6268",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649735701652,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "NOTIFIED"
}
2022-04-12T03:58:11.951Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-12T03:58:11.951Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-12T03:58:11.951Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64bf458d-1d44-4054-b152-81ed434c6268",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649735701652,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "NOTIFIED"
}
2022-04-12T03:58:11.951Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-12T03:58:11.951Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-12T03:58:11.951Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64bf458d-1d44-4054-b152-81ed434c6268",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649735701652,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-12T03:58:11.951Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-12T03:58:11.951Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-12T03:58:11.951Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64bf458d-1d44-4054-b152-81ed434c6268",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649735701652,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-12T03:58:11.951Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-12T03:58:11.951Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-12T03:58:11.951Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64bf458d-1d44-4054-b152-81ed434c6268",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649735701652,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-04-12T03:58:11.951Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-04-12T03:58:11.951Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-12T03:58:11.952Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64bf458d-1d44-4054-b152-81ed434c6268",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649735765544,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-12T03:58:11.952Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-12T03:58:11.952Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-12T03:58:11.952Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64bf458d-1d44-4054-b152-81ed434c6268",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649735767919,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-04-12T03:58:11.952Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-12T03:58:11.952Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-12T03:58:11.952Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64bf458d-1d44-4054-b152-81ed434c6268",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649735769214,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DOWNLOAD_OK"
}
2022-04-12T03:58:11.952Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-12T03:58:11.952Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-04-12T03:58:11.952Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64bf458d-1d44-4054-b152-81ed434c6268",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649735770619,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env",
  "status": "DOWNLOAD_OK"
}
2022-04-12T03:58:11.952Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-12T03:58:14.069Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-12T03:58:14.070Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-12T03:58:14.070Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-12T03:58:14.070Z||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 wdAVihK7YGpqBtkQ) ...
2022-04-12T03:58:23.603Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-12T03:59:11.927Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-12T03:59:11.928Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-12T03:59:11.928Z||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 wdAVihK7YGpqBtkQ) ...
2022-04-12T03:59:11.930Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-12T03:59:11.930Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-12T03:59:11.930Z||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 wdAVihK7YGpqBtkQ) ...
2022-04-12T03:59:11.948Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-12T03:59:11.949Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-12T03:59:11.949Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64bf458d-1d44-4054-b152-81ed434c6268",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649735771916,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DOWNLOAD_OK"
}
2022-04-12T03:59:11.950Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-12T03:59:11.950Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-12T03:59:11.950Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64bf458d-1d44-4054-b152-81ed434c6268",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649735773136,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz",
  "status": "DOWNLOAD_OK"
}
2022-04-12T03:59:11.950Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-12T03:59:11.950Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-12T03:59:11.950Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64bf458d-1d44-4054-b152-81ed434c6268",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649735774205,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-04-12T03:59:11.951Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-12T03:59:11.951Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-12T03:59:11.951Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64bf458d-1d44-4054-b152-81ed434c6268",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649735775208,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml",
  "status": "DEPLOY_OK"
}
2022-04-12T03:59:11.951Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-12T03:59:11.951Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-12T03:59:11.951Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64bf458d-1d44-4054-b152-81ed434c6268",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649735776213,
  "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-04-12T03:59:11.951Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-12T03:59:11.951Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-12T03:59:11.951Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64bf458d-1d44-4054-b152-81ed434c6268",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649735777218,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env",
  "status": "DEPLOY_OK"
}
2022-04-12T03:59:11.952Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-12T03:59:11.952Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-12T03:59:11.952Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64bf458d-1d44-4054-b152-81ed434c6268",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649735778222,
  "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-04-12T03:59:11.952Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-12T03:59:11.952Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-12T03:59:11.952Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64bf458d-1d44-4054-b152-81ed434c6268",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649735779225,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-12T03:59:11.952Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-12T03:59:11.952Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-12T03:59:11.952Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "64bf458d-1d44-4054-b152-81ed434c6268",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649735810394,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-04-12T03:59:11.952Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-12T03:59:11.952Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-12T03:59:11.952Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0fdff4d-3651-4d65-9c3c-84b6deac05f8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649735701652,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-12T03:59:11.952Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-12T03:59:11.953Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-12T03:59:11.953Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0fdff4d-3651-4d65-9c3c-84b6deac05f8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649735701652,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-04-12T03:59:11.953Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-12T03:59:11.953Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-12T03:59:11.953Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0fdff4d-3651-4d65-9c3c-84b6deac05f8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649735701652,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-04-12T03:59:11.953Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-12T03:59:11.953Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-12T03:59:11.953Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0fdff4d-3651-4d65-9c3c-84b6deac05f8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649735701652,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-04-12T03:59:11.953Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-12T03:59:11.953Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-12T03:59:11.953Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0fdff4d-3651-4d65-9c3c-84b6deac05f8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649735701652,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-04-12T03:59:11.953Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-12T03:59:11.953Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-12T03:59:11.953Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0fdff4d-3651-4d65-9c3c-84b6deac05f8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649735701652,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-12T03:59:11.954Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-12T03:59:11.954Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-12T03:59:11.954Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0fdff4d-3651-4d65-9c3c-84b6deac05f8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649735701652,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-04-12T03:59:11.954Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-12T03:59:11.954Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-12T03:59:11.954Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0fdff4d-3651-4d65-9c3c-84b6deac05f8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649735701652,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-04-12T03:59:11.954Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-12T03:59:11.954Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-12T03:59:11.954Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0fdff4d-3651-4d65-9c3c-84b6deac05f8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649735701652,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-04-12T03:59:11.954Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-04-12T03:59:11.954Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-12T03:59:11.954Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0fdff4d-3651-4d65-9c3c-84b6deac05f8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649735820860,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-04-12T03:59:11.954Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-12T03:59:11.954Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-04-12T03:59:11.955Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0fdff4d-3651-4d65-9c3c-84b6deac05f8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649735822643,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-04-12T03:59:11.955Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-12T03:59:21.465Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-12T04:00:11.927Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-12T04:00:11.928Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-12T04:00:11.928Z||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 wdAVihK7YGpqBtkQ) ...
2022-04-12T04:00:11.930Z|f10222bb-a7df-4f6a-99d0-285a38b08681|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-12T04:00:11.930Z|f10222bb-a7df-4f6a-99d0-285a38b08681|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-12T04:00:11.930Z|f10222bb-a7df-4f6a-99d0-285a38b08681|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 wdAVihK7YGpqBtkQ) ...
2022-04-12T04:00:12.446Z|f10222bb-a7df-4f6a-99d0-285a38b08681|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-12T04:00:12.447Z|f10222bb-a7df-4f6a-99d0-285a38b08681|pool-2-thread-2|||||DEBUG|500||received message from topic
2022-04-12T04:00:12.447Z|f10222bb-a7df-4f6a-99d0-285a38b08681|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "c0fdff4d-3651-4d65-9c3c-84b6deac05f8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1649735854064,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-04-12T04:00:12.447Z|f10222bb-a7df-4f6a-99d0-285a38b08681|pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-04-12T04:00:21.465Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-12T04:01:11.928Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-12T04:01:11.928Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-12T04:01:11.929Z||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 wdAVihK7YGpqBtkQ) ...
2022-04-12T04:01:11.930Z|f10222bb-a7df-4f6a-99d0-285a38b08681|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-12T04:01:11.930Z|f10222bb-a7df-4f6a-99d0-285a38b08681|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-12T04:01:11.931Z|f10222bb-a7df-4f6a-99d0-285a38b08681|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 wdAVihK7YGpqBtkQ) ...
2022-04-12T04:01:21.463Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-12T04:01:21.506Z|f10222bb-a7df-4f6a-99d0-285a38b08681|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-12T04:02:11.928Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-12T04:02:11.929Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-12T04:02:11.929Z||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 wdAVihK7YGpqBtkQ) ...
2022-04-12T04:02:11.930Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-12T04:02:11.930Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-12T04:02:11.930Z|759b56fb-86e7-4017-aa88-683521cb6b3a|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 wdAVihK7YGpqBtkQ) ...
2022-04-12T04:02:21.464Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-12T04:02:21.464Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-12T04:03:11.928Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-12T04:03:11.928Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-12T04:03:11.929Z||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 wdAVihK7YGpqBtkQ) ...
2022-04-12T04:03:11.930Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-12T04:03:11.930Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-12T04:03:11.930Z|759b56fb-86e7-4017-aa88-683521cb6b3a|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 wdAVihK7YGpqBtkQ) ...
2022-04-12T04:03:21.458Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-12T04:03:21.461Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-12T04:04:11.928Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-12T04:04:11.928Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-12T04:04:11.929Z||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 wdAVihK7YGpqBtkQ) ...
2022-04-12T04:04:11.930Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-12T04:04:11.930Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-12T04:04:11.930Z|759b56fb-86e7-4017-aa88-683521cb6b3a|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 wdAVihK7YGpqBtkQ) ...
2022-04-12T04:04:21.461Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-12T04:04:21.463Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-12T04:05:11.928Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-12T04:05:11.928Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-12T04:05:11.928Z||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 wdAVihK7YGpqBtkQ) ...
2022-04-12T04:05:11.930Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-12T04:05:11.930Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-12T04:05:11.930Z||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 wdAVihK7YGpqBtkQ) ...
2022-04-12T04:05:21.460Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-12T04:05:21.461Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-12T04:06:11.927Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-12T04:06:11.928Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-12T04:06:11.928Z||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 wdAVihK7YGpqBtkQ) ...
2022-04-12T04:06:11.930Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-12T04:06:11.930Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-12T04:06:11.930Z||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 wdAVihK7YGpqBtkQ) ...
2022-04-12T04:06:21.463Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-12T04:06:21.464Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-12T04:07:11.927Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-12T04:07:11.928Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-12T04:07:11.928Z||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 wdAVihK7YGpqBtkQ) ...
2022-04-12T04:07:11.930Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-12T04:07:11.930Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-12T04:07:11.930Z||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 wdAVihK7YGpqBtkQ) ...
2022-04-12T04:07:21.462Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-12T04:07:21.463Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-12T04:08:11.928Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-12T04:08:11.928Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-12T04:08:11.928Z||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 wdAVihK7YGpqBtkQ) ...
2022-04-12T04:08:11.930Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-12T04:08:11.930Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-12T04:08:11.930Z|759b56fb-86e7-4017-aa88-683521cb6b3a|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 wdAVihK7YGpqBtkQ) ...
2022-04-12T04:08:21.461Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-12T04:08:21.463Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-12T04:09:11.927Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-12T04:09:11.928Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-12T04:09:11.928Z||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 wdAVihK7YGpqBtkQ) ...
2022-04-12T04:09:11.930Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-12T04:09:11.930Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-12T04:09:11.930Z||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 wdAVihK7YGpqBtkQ) ...
2022-04-12T04:09:21.468Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-12T04:09:21.468Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-12T04:10:11.927Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-12T04:10:11.928Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-12T04:10:11.929Z||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 wdAVihK7YGpqBtkQ) ...
2022-04-12T04:10:11.930Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-12T04:10:11.930Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-12T04:10:11.930Z||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 wdAVihK7YGpqBtkQ) ...
2022-04-12T04:10:21.460Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-12T04:10:21.462Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-12T04:11:11.928Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-12T04:11:11.928Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-12T04:11:11.928Z||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 wdAVihK7YGpqBtkQ) ...
2022-04-12T04:11:11.930Z|f10222bb-a7df-4f6a-99d0-285a38b08681|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-12T04:11:11.930Z|f10222bb-a7df-4f6a-99d0-285a38b08681|pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-12T04:11:11.930Z|f10222bb-a7df-4f6a-99d0-285a38b08681|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 wdAVihK7YGpqBtkQ) ...
2022-04-12T04:11:21.463Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-12T04:11:21.463Z|f10222bb-a7df-4f6a-99d0-285a38b08681|pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-12T04:12:11.928Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-12T04:12:11.928Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-12T04:12:11.928Z||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 wdAVihK7YGpqBtkQ) ...
2022-04-12T04:12:11.930Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-12T04:12:11.930Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-12T04:12:11.930Z|759b56fb-86e7-4017-aa88-683521cb6b3a|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 wdAVihK7YGpqBtkQ) ...
2022-04-12T04:12:21.462Z|759b56fb-86e7-4017-aa88-683521cb6b3a|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-12T04:12:21.462Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-12T04:13:11.928Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-12T04:13:11.928Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-12T04:13:11.928Z||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 wdAVihK7YGpqBtkQ) ...
2022-04-12T04:13:11.930Z|c0fdff4d-3651-4d65-9c3c-84b6deac05f8|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-12T04:13:11.930Z|c0fdff4d-3651-4d65-9c3c-84b6deac05f8|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-12T04:13:11.930Z|c0fdff4d-3651-4d65-9c3c-84b6deac05f8|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 wdAVihK7YGpqBtkQ) ...
2022-04-12T04:13:21.464Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-12T04:13:21.464Z|c0fdff4d-3651-4d65-9c3c-84b6deac05f8|pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-04-12T04:14:11.928Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-12T04:14:11.928Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-12T04:14:11.929Z||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 wdAVihK7YGpqBtkQ) ...
2022-04-12T04:14:11.930Z|c0fdff4d-3651-4d65-9c3c-84b6deac05f8|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-04-12T04:14:11.930Z|c0fdff4d-3651-4d65-9c3c-84b6deac05f8|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-04-12T04:14:11.930Z|c0fdff4d-3651-4d65-9c3c-84b6deac05f8|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 wdAVihK7YGpqBtkQ) ...