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-02-05T03:19:48.214Z||main|||||INFO|500||The following profiles are active: basic
2022-02-05T03:19:57.447Z||main|||||INFO|500||Starting service [Tomcat]
2022-02-05T03:19:57.447Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-02-05T03:19:57.530Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-02-05T03:19:59.628Z||main|||||INFO|500||catdb-pool - Starting...
2022-02-05T03:19:59.796Z||main|||||INFO|500||catdb-pool - Start completed.
2022-02-05T03:20:00.183Z||main|||||INFO|500||reqdb-pool - Starting...
2022-02-05T03:20:00.189Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-02-05T03:20:00.265Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-02-05T03:20:00.387Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-02-05T03:20:00.754Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-02-05T03:20:01.609Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-02-05T03:20:03.499Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-02-05T03:20:03.548Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-02-05T03:20:03.966Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-02-05T03:20:04.163Z||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-02-05T03:20:05.272Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-02-05T03:20:06.221Z||main|||||DEBUG|500||SDC ActivitySpec endpoint:  http://sdc-wfd-be:8080
2022-02-05T03:20:06.237Z||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$$2c0c0be2.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-02-05T03:20:06.237Z||main|||||WARN|500||The sdc end point is not alive
2022-02-05T03:20:08.860Z||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-02-05T03:20:11.264Z||main|||||WARN|500||---
2022-02-05T03:20:11.264Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-02-05T03:20:11.264Z||main|||||WARN|500||---
2022-02-05T03:20:11.646Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-02-05T03:20:15.635Z||main|||||INFO|500||Started Application in 31.543 seconds (JVM running for 32.632)
2022-02-05T03:20:15.663Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-02-05T03:20:15.665Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-02-05T03:20:15.676Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-02-05T03:20:15.702Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-02-05T03:20:15.783Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 2a5e8138-d5f6-4595-b4d0-742870888122 url= /sdc/v1/artifactTypes
2022-02-05T03:20:15.783Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-02-05T03:20:15.987Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-02-05T03:20:16.009Z||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-02-05T03:20:16.028Z||scheduling-1|||||DEBUG|500||create keys
2022-02-05T03:20:16.035Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-02-05T03:20:16.761Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T03:20:16.777Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 2db0c6f7-7a55-4f45-81e3-900407985a71 url= /sdc/v1/registerForDistribution
2022-02-05T03:20:17.264Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 2db0c6f7-7a55-4f45-81e3-900407985a71 url= /sdc/v1/registerForDistribution
2022-02-05T03:20:17.264Z||scheduling-1|||||INFO|500||start DistributionClient
2022-02-05T03:20:17.273Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T03:20:17.274Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T03:20:17.279Z||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-02-05T03:20:17.278Z||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-02-05T03:20:17.279Z||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 NVaOFbHv1dPNRJ79) ...
2022-02-05T03:20:17.279Z||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 NVaOFbHv1dPNRJ79) ...
2022-02-05T03:20:17.281Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-02-05T03:20:29.342Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T03:20:29.565Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T03:21:17.271Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T03:21:17.272Z||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-02-05T03:21:17.272Z||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 NVaOFbHv1dPNRJ79) ...
2022-02-05T03:21:17.273Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T03:21:17.273Z||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-02-05T03:21:17.273Z||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 NVaOFbHv1dPNRJ79) ...
2022-02-05T03:21:26.840Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T03:21:26.840Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T03:22:17.271Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T03:22:17.272Z||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-02-05T03:22:17.272Z||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 NVaOFbHv1dPNRJ79) ...
2022-02-05T03:22:17.273Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T03:22:17.274Z||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-02-05T03:22:17.274Z||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 NVaOFbHv1dPNRJ79) ...
2022-02-05T03:22:26.824Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T03:22:26.826Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T03:23:17.271Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T03:23:17.272Z||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-02-05T03:23:17.272Z||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 NVaOFbHv1dPNRJ79) ...
2022-02-05T03:23:17.273Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T03:23:17.274Z||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-02-05T03:23:17.274Z||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 NVaOFbHv1dPNRJ79) ...
2022-02-05T03:23:26.814Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T03:23:26.815Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T03:24:17.271Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T03:24:17.272Z||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-02-05T03:24:17.272Z||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 NVaOFbHv1dPNRJ79) ...
2022-02-05T03:24:17.273Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T03:24:17.273Z||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-02-05T03:24:17.273Z||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 NVaOFbHv1dPNRJ79) ...
2022-02-05T03:24:26.819Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T03:24:26.820Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T03:25:17.271Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T03:25:17.272Z||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-02-05T03:25:17.272Z||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 NVaOFbHv1dPNRJ79) ...
2022-02-05T03:25:17.273Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T03:25:17.273Z||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-02-05T03:25:17.273Z||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 NVaOFbHv1dPNRJ79) ...
2022-02-05T03:25:26.816Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T03:25:26.817Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T03:26:17.271Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T03:26:17.272Z||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-02-05T03:26:17.272Z||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 NVaOFbHv1dPNRJ79) ...
2022-02-05T03:26:17.273Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T03:26:17.273Z||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-02-05T03:26:17.273Z||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 NVaOFbHv1dPNRJ79) ...
2022-02-05T03:26:26.821Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T03:26:26.821Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T03:27:17.271Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T03:27:17.272Z||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-02-05T03:27:17.272Z||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 NVaOFbHv1dPNRJ79) ...
2022-02-05T03:27:17.273Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T03:27:17.273Z||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-02-05T03:27:17.274Z||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 NVaOFbHv1dPNRJ79) ...
2022-02-05T03:27:26.814Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T03:27:26.814Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T03:28:17.271Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T03:28:17.273Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T03:28:17.273Z||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-02-05T03:28:17.273Z||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 NVaOFbHv1dPNRJ79) ...
2022-02-05T03:28:17.273Z||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-02-05T03:28:17.273Z||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 NVaOFbHv1dPNRJ79) ...
2022-02-05T03:28:26.816Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T03:28:26.823Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T03:29:17.271Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T03:29:17.272Z||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-02-05T03:29:17.272Z||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 NVaOFbHv1dPNRJ79) ...
2022-02-05T03:29:17.273Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T03:29:17.273Z||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-02-05T03:29:17.273Z||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 NVaOFbHv1dPNRJ79) ...
2022-02-05T03:29:26.819Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T03:29:26.821Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T03:30:17.271Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T03:30:17.272Z||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-02-05T03:30:17.273Z||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 NVaOFbHv1dPNRJ79) ...
2022-02-05T03:30:17.273Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T03:30:17.273Z||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-02-05T03:30:17.273Z||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 NVaOFbHv1dPNRJ79) ...
2022-02-05T03:30:26.817Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T03:30:26.820Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T03:30:34.329Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-02-05T03:31:17.271Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T03:31:17.272Z||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-02-05T03:31:17.272Z||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 NVaOFbHv1dPNRJ79) ...
2022-02-05T03:31:17.273Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T03:31:17.273Z||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-02-05T03:31:17.273Z||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 NVaOFbHv1dPNRJ79) ...
2022-02-05T03:31:26.813Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T03:31:26.813Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T03:32:17.271Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T03:32:17.272Z||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-02-05T03:32:17.272Z||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 NVaOFbHv1dPNRJ79) ...
2022-02-05T03:32:17.273Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T03:32:17.273Z||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-02-05T03:32:17.273Z||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 NVaOFbHv1dPNRJ79) ...
2022-02-05T03:32:26.821Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T03:32:26.823Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T03:33:17.271Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T03:33:17.272Z||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-02-05T03:33:17.272Z||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 NVaOFbHv1dPNRJ79) ...
2022-02-05T03:33:17.273Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T03:33:17.274Z||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-02-05T03:33:17.274Z||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 NVaOFbHv1dPNRJ79) ...
2022-02-05T03:33:26.813Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T03:33:26.815Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T03:34:17.271Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T03:34:17.272Z||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-02-05T03:34:17.272Z||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 NVaOFbHv1dPNRJ79) ...
2022-02-05T03:34:17.273Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T03:34:17.273Z||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-02-05T03:34:17.273Z||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 NVaOFbHv1dPNRJ79) ...
2022-02-05T03:34:26.819Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T03:34:26.824Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T03:35:17.271Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T03:35:17.272Z||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-02-05T03:35:17.272Z||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 NVaOFbHv1dPNRJ79) ...
2022-02-05T03:35:17.273Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T03:35:17.273Z||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-02-05T03:35:17.273Z||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 NVaOFbHv1dPNRJ79) ...
2022-02-05T03:35:26.811Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T03:35:26.814Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T03:36:17.271Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T03:36:17.272Z||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-02-05T03:36:17.272Z||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 NVaOFbHv1dPNRJ79) ...
2022-02-05T03:36:17.273Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T03:36:17.273Z||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-02-05T03:36:17.273Z||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 NVaOFbHv1dPNRJ79) ...
2022-02-05T03:36:26.823Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T03:36:26.825Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T03:37:17.271Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T03:37:17.272Z||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-02-05T03:37:17.272Z||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 NVaOFbHv1dPNRJ79) ...
2022-02-05T03:37:17.273Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T03:37:17.273Z||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-02-05T03:37:17.273Z||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 NVaOFbHv1dPNRJ79) ...
2022-02-05T03:37:26.816Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T03:37:26.817Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T03:38:17.271Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T03:38:17.272Z||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-02-05T03:38:17.272Z||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 NVaOFbHv1dPNRJ79) ...
2022-02-05T03:38:17.273Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T03:38:17.274Z||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-02-05T03:38:17.274Z||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 NVaOFbHv1dPNRJ79) ...
2022-02-05T03:38:26.812Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T03:38:26.814Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T03:39:17.271Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T03:39:17.272Z||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-02-05T03:39:17.272Z||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 NVaOFbHv1dPNRJ79) ...
2022-02-05T03:39:17.273Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T03:39:17.273Z||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-02-05T03:39:17.273Z||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 NVaOFbHv1dPNRJ79) ...
2022-02-05T03:39:26.821Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T03:39:26.821Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T03:40:17.271Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T03:40:17.272Z||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-02-05T03:40:17.272Z||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 NVaOFbHv1dPNRJ79) ...
2022-02-05T03:40:17.273Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T03:40:17.273Z||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-02-05T03:40:17.273Z||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 NVaOFbHv1dPNRJ79) ...
2022-02-05T03:40:26.812Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T03:40:26.813Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T03:41:17.271Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T03:41:17.272Z||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-02-05T03:41:17.272Z||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 NVaOFbHv1dPNRJ79) ...
2022-02-05T03:41:17.273Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T03:41:17.273Z||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-02-05T03:41:17.273Z||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 NVaOFbHv1dPNRJ79) ...
2022-02-05T03:41:26.809Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T03:41:26.812Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T03:42:17.271Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T03:42:17.272Z||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-02-05T03:42:17.272Z||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 NVaOFbHv1dPNRJ79) ...
2022-02-05T03:42:17.273Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T03:42:17.273Z||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-02-05T03:42:17.273Z||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 NVaOFbHv1dPNRJ79) ...
2022-02-05T03:42:26.815Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T03:42:26.816Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T03:43:17.271Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T03:43:17.272Z||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-02-05T03:43:17.272Z||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 NVaOFbHv1dPNRJ79) ...
2022-02-05T03:43:17.273Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T03:43:17.273Z||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-02-05T03:43:17.273Z||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 NVaOFbHv1dPNRJ79) ...
2022-02-05T03:43:26.810Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T03:43:26.813Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T03:44:17.271Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T03:44:17.272Z||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-02-05T03:44:17.272Z||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 NVaOFbHv1dPNRJ79) ...
2022-02-05T03:44:17.273Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T03:44:17.273Z||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-02-05T03:44:17.273Z||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 NVaOFbHv1dPNRJ79) ...
2022-02-05T03:44:26.815Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T03:44:26.815Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T03:45:17.271Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T03:45:17.272Z||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-02-05T03:45:17.272Z||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 NVaOFbHv1dPNRJ79) ...
2022-02-05T03:45:17.273Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T03:45:17.273Z||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-02-05T03:45:17.273Z||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 NVaOFbHv1dPNRJ79) ...
2022-02-05T03:45:26.812Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T03:45:26.812Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T03:46:17.271Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T03:46:17.272Z||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-02-05T03:46:17.272Z||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 NVaOFbHv1dPNRJ79) ...
2022-02-05T03:46:17.273Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T03:46:17.274Z||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-02-05T03:46:17.274Z||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 NVaOFbHv1dPNRJ79) ...
2022-02-05T03:46:26.813Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T03:46:26.816Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T03:47:17.271Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T03:47:17.272Z||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-02-05T03:47:17.272Z||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 NVaOFbHv1dPNRJ79) ...
2022-02-05T03:47:17.273Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T03:47:17.274Z||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-02-05T03:47:17.274Z||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 NVaOFbHv1dPNRJ79) ...
2022-02-05T03:47:26.812Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T03:47:26.813Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T03:48:17.271Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T03:48:17.272Z||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-02-05T03:48:17.272Z||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 NVaOFbHv1dPNRJ79) ...
2022-02-05T03:48:17.273Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T03:48:17.273Z||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-02-05T03:48:17.273Z||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 NVaOFbHv1dPNRJ79) ...
2022-02-05T03:48:26.814Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T03:48:26.815Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T03:49:17.271Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T03:49:17.272Z||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-02-05T03:49:17.273Z||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 NVaOFbHv1dPNRJ79) ...
2022-02-05T03:49:17.273Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T03:49:17.273Z||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-02-05T03:49:17.273Z||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 NVaOFbHv1dPNRJ79) ...
2022-02-05T03:49:26.813Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T03:49:26.817Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T03:50:17.271Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T03:50:17.272Z||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-02-05T03:50:17.272Z||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 NVaOFbHv1dPNRJ79) ...
2022-02-05T03:50:17.273Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T03:50:17.273Z||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-02-05T03:50:17.273Z||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 NVaOFbHv1dPNRJ79) ...
2022-02-05T03:50:26.818Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T03:50:26.819Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T03:51:17.271Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T03:51:17.272Z||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-02-05T03:51:17.272Z||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 NVaOFbHv1dPNRJ79) ...
2022-02-05T03:51:17.273Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T03:51:17.273Z||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-02-05T03:51:17.273Z||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 NVaOFbHv1dPNRJ79) ...
2022-02-05T03:51:26.813Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T03:51:26.815Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T03:52:17.271Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T03:52:17.272Z||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-02-05T03:52:17.272Z||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 NVaOFbHv1dPNRJ79) ...
2022-02-05T03:52:17.273Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T03:52:17.273Z||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-02-05T03:52:17.273Z||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 NVaOFbHv1dPNRJ79) ...
2022-02-05T03:52:26.818Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T03:52:26.820Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T03:53:17.271Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T03:53:17.272Z||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-02-05T03:53:17.272Z||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 NVaOFbHv1dPNRJ79) ...
2022-02-05T03:53:17.273Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T03:53:17.273Z||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-02-05T03:53:17.273Z||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 NVaOFbHv1dPNRJ79) ...
2022-02-05T03:53:26.813Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T03:53:26.816Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T03:54:17.271Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T03:54:17.272Z||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-02-05T03:54:17.272Z||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 NVaOFbHv1dPNRJ79) ...
2022-02-05T03:54:17.273Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T03:54:17.273Z||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-02-05T03:54:17.273Z||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 NVaOFbHv1dPNRJ79) ...
2022-02-05T03:54:26.814Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T03:54:26.814Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T03:55:17.271Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T03:55:17.272Z||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-02-05T03:55:17.272Z||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 NVaOFbHv1dPNRJ79) ...
2022-02-05T03:55:17.273Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T03:55:17.273Z||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-02-05T03:55:17.273Z||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 NVaOFbHv1dPNRJ79) ...
2022-02-05T03:55:26.812Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T03:55:26.815Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T03:56:17.271Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T03:56:17.272Z||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-02-05T03:56:17.272Z||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 NVaOFbHv1dPNRJ79) ...
2022-02-05T03:56:17.273Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T03:56:17.273Z||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-02-05T03:56:17.273Z||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 NVaOFbHv1dPNRJ79) ...
2022-02-05T03:56:26.816Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T03:56:26.818Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T03:57:17.271Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T03:57:17.272Z||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-02-05T03:57:17.272Z||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 NVaOFbHv1dPNRJ79) ...
2022-02-05T03:57:17.273Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T03:57:17.273Z||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-02-05T03:57:17.273Z||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 NVaOFbHv1dPNRJ79) ...
2022-02-05T03:57:26.812Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T03:57:26.814Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T03:58:17.271Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T03:58:17.272Z||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-02-05T03:58:17.272Z||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 NVaOFbHv1dPNRJ79) ...
2022-02-05T03:58:17.273Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T03:58:17.273Z||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-02-05T03:58:17.273Z||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 NVaOFbHv1dPNRJ79) ...
2022-02-05T03:58:26.813Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T03:58:26.815Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T03:59:17.271Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T03:59:17.272Z||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-02-05T03:59:17.272Z||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 NVaOFbHv1dPNRJ79) ...
2022-02-05T03:59:17.273Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T03:59:17.273Z||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-02-05T03:59:17.273Z||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 NVaOFbHv1dPNRJ79) ...
2022-02-05T03:59:26.807Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T03:59:26.813Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T04:00:17.271Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T04:00:17.272Z||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-02-05T04:00:17.272Z||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 NVaOFbHv1dPNRJ79) ...
2022-02-05T04:00:17.273Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T04:00:17.273Z||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-02-05T04:00:17.273Z||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 NVaOFbHv1dPNRJ79) ...
2022-02-05T04:00:26.810Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T04:00:26.814Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T04:01:17.271Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T04:01:17.272Z||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-02-05T04:01:17.272Z||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 NVaOFbHv1dPNRJ79) ...
2022-02-05T04:01:17.273Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T04:01:17.273Z||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-02-05T04:01:17.273Z||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 NVaOFbHv1dPNRJ79) ...
2022-02-05T04:01:26.814Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T04:01:26.816Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T04:02:17.271Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T04:02:17.272Z||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-02-05T04:02:17.272Z||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 NVaOFbHv1dPNRJ79) ...
2022-02-05T04:02:17.273Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T04:02:17.273Z||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-02-05T04:02:17.273Z||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 NVaOFbHv1dPNRJ79) ...
2022-02-05T04:02:26.818Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T04:02:26.819Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T04:03:17.271Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T04:03:17.272Z||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-02-05T04:03:17.272Z||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 NVaOFbHv1dPNRJ79) ...
2022-02-05T04:03:17.273Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T04:03:17.273Z||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-02-05T04:03:17.273Z||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 NVaOFbHv1dPNRJ79) ...
2022-02-05T04:03:26.811Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T04:03:26.814Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T04:04:17.271Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T04:04:17.272Z||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-02-05T04:04:17.272Z||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 NVaOFbHv1dPNRJ79) ...
2022-02-05T04:04:17.273Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T04:04:17.273Z||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-02-05T04:04:17.273Z||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 NVaOFbHv1dPNRJ79) ...
2022-02-05T04:04:26.817Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T04:04:26.819Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T04:05:17.271Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T04:05:17.272Z||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-02-05T04:05:17.272Z||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 NVaOFbHv1dPNRJ79) ...
2022-02-05T04:05:17.273Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T04:05:17.273Z||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-02-05T04:05:17.273Z||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 NVaOFbHv1dPNRJ79) ...
2022-02-05T04:05:26.810Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T04:05:26.813Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T04:06:17.271Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T04:06:17.272Z||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-02-05T04:06:17.272Z||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 NVaOFbHv1dPNRJ79) ...
2022-02-05T04:06:17.273Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T04:06:17.273Z||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-02-05T04:06:17.273Z||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 NVaOFbHv1dPNRJ79) ...
2022-02-05T04:06:26.818Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T04:06:26.821Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T04:07:17.271Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T04:07:17.272Z||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-02-05T04:07:17.272Z||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 NVaOFbHv1dPNRJ79) ...
2022-02-05T04:07:17.273Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T04:07:17.273Z||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-02-05T04:07:17.273Z||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 NVaOFbHv1dPNRJ79) ...
2022-02-05T04:07:26.812Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T04:07:26.813Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T04:08:17.271Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T04:08:17.272Z||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-02-05T04:08:17.272Z||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 NVaOFbHv1dPNRJ79) ...
2022-02-05T04:08:17.273Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T04:08:17.273Z||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-02-05T04:08:17.273Z||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 NVaOFbHv1dPNRJ79) ...
2022-02-05T04:08:26.813Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T04:08:26.814Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T04:09:17.271Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T04:09:17.272Z||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-02-05T04:09:17.272Z||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 NVaOFbHv1dPNRJ79) ...
2022-02-05T04:09:17.273Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T04:09:17.273Z||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-02-05T04:09:17.273Z||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 NVaOFbHv1dPNRJ79) ...
2022-02-05T04:09:26.812Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T04:09:26.812Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T04:10:17.271Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T04:10:17.272Z||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-02-05T04:10:17.272Z||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 NVaOFbHv1dPNRJ79) ...
2022-02-05T04:10:17.273Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T04:10:17.274Z||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-02-05T04:10:17.274Z||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 NVaOFbHv1dPNRJ79) ...
2022-02-05T04:10:26.815Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T04:10:26.815Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T04:11:17.271Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T04:11:17.272Z||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-02-05T04:11:17.272Z||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 NVaOFbHv1dPNRJ79) ...
2022-02-05T04:11:17.273Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T04:11:17.273Z||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-02-05T04:11:17.274Z||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 NVaOFbHv1dPNRJ79) ...
2022-02-05T04:11:26.814Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T04:11:26.814Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T04:12:17.271Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T04:12:17.272Z||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-02-05T04:12:17.272Z||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 NVaOFbHv1dPNRJ79) ...
2022-02-05T04:12:17.273Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T04:12:17.274Z||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-02-05T04:12:17.274Z||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 NVaOFbHv1dPNRJ79) ...
2022-02-05T04:12:26.814Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T04:12:26.816Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T04:13:17.271Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T04:13:17.272Z||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-02-05T04:13:17.272Z||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 NVaOFbHv1dPNRJ79) ...
2022-02-05T04:13:17.273Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T04:13:17.273Z||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-02-05T04:13:17.273Z||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 NVaOFbHv1dPNRJ79) ...
2022-02-05T04:13:26.810Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T04:13:26.815Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T04:14:17.271Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T04:14:17.272Z||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-02-05T04:14:17.272Z||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 NVaOFbHv1dPNRJ79) ...
2022-02-05T04:14:17.273Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T04:14:17.273Z||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-02-05T04:14:17.273Z||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 NVaOFbHv1dPNRJ79) ...
2022-02-05T04:14:26.817Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T04:14:26.818Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T04:15:17.271Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T04:15:17.272Z||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-02-05T04:15:17.272Z||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 NVaOFbHv1dPNRJ79) ...
2022-02-05T04:15:17.273Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T04:15:17.273Z||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-02-05T04:15:17.273Z||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 NVaOFbHv1dPNRJ79) ...
2022-02-05T04:15:26.811Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T04:15:26.815Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T04:16:17.271Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T04:16:17.272Z||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-02-05T04:16:17.272Z||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 NVaOFbHv1dPNRJ79) ...
2022-02-05T04:16:17.273Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T04:16:17.274Z||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-02-05T04:16:17.274Z||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 NVaOFbHv1dPNRJ79) ...
2022-02-05T04:16:26.816Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T04:16:26.816Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T04:17:17.271Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T04:17:17.273Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T04:17:17.274Z||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-02-05T04:17:17.274Z||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-02-05T04:17:17.274Z||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 NVaOFbHv1dPNRJ79) ...
2022-02-05T04:17:17.274Z||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 NVaOFbHv1dPNRJ79) ...
2022-02-05T04:17:26.811Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T04:17:26.812Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T04:18:17.271Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T04:18:17.272Z||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-02-05T04:18:17.272Z||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 NVaOFbHv1dPNRJ79) ...
2022-02-05T04:18:17.273Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T04:18:17.274Z||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-02-05T04:18:17.274Z||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 NVaOFbHv1dPNRJ79) ...
2022-02-05T04:18:17.895Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T04:18:17.897Z||pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-05T04:18:17.897Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T04:18:17.897Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"4d2376a2-2c8e-4347-9b81-7f08495a0614","serviceName":"basic_onboard_nNIwQw","serviceVersion":"1.0","serviceUUID":"e9e39d4b-7074-4c9d-9976-3d75e841aa06","serviceDescription":"service","serviceInvariantUUID":"075086ff-ab69-43d4-884e-a9349c772541","resources":[{"resourceInstanceName":"basic_onboard_nNIwQw 0","resourceName":"basic_onboard_nNIwQw","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"b0392031-4877-4834-a680-0271dd930d9b","resourceInvariantUUID":"98ffa871-18ec-4c3e-bfbd-091ae3869f65","resourceCustomizationUUID":"cea9213e-0167-4513-b35c-660483ae0e1e","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNniwqw/1.0/resourceInstances/basic_onboard_nniwqw0/artifacts/vf-license-model.xml","artifactChecksum":"MjcyODc2ZDg5MjUzNTg3ZjlhZDkzMDlmOTVkMzc1ZTE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"e1a61704-ad04-4266-812b-3d49bba35a2c","artifactVersion":"1"},{"artifactName":"basic_onboard_nniwqw0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNniwqw/1.0/resourceInstances/basic_onboard_nniwqw0/artifacts/basic_onboard_nniwqw0_modules.json","artifactChecksum":"ZmViOGY1NGZhNDIxNDI2MTk5ZjA2NGY0Nzc3N2Q4M2I\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"a1828d9b-8de5-476c-91ba-fb22981ba10b","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNniwqw/1.0/resourceInstances/basic_onboard_nniwqw0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"f984ae7c-6332-4044-b0a1-4542a095f46c","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNniwqw/1.0/resourceInstances/basic_onboard_nniwqw0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"43cf494f-1a47-4972-b311-0d17ce92c908","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNniwqw/1.0/resourceInstances/basic_onboard_nniwqw0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"21bd9bc7-b13e-49ad-a764-d4b0697b91e3","artifactVersion":"2","generatedFromUUID":"f984ae7c-6332-4044-b0a1-4542a095f46c"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardNniwqw-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNniwqw/1.0/artifacts/service-BasicOnboardNniwqw-template.yml","artifactChecksum":"ZjdiNjllYWM2NTA3ZmNlNDU2OTg0NzUwZTBhM2FjY2E\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"2e274073-381f-4ab3-a725-e3a2a11e8fcb","artifactVersion":"1"},{"artifactName":"service-BasicOnboardNniwqw-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNniwqw/1.0/artifacts/service-BasicOnboardNniwqw-csar.csar","artifactChecksum":"MWZkOGMzNGMwNGFmNTk5OGNjNzhjMTJmMGZkZTBkZDU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"a1343540-0cb1-45f4-bc88-524763756fcf","artifactVersion":"1"}],"workloadContext":"Production"}
2022-02-05T04:18:17.901Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T04:18:17.901Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d2376a2-2c8e-4347-9b81-7f08495a0614",
  "consumerID": "cds",
  "timestamp": 1644034670124,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNniwqw/1.0/resourceInstances/basic_onboard_nniwqw0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:18:17.907Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-05T04:18:17.914Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-02-05T04:18:17.920Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:18:17.920Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T04:18:17.920Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d2376a2-2c8e-4347-9b81-7f08495a0614",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1644034673867,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNniwqw/1.0/resourceInstances/basic_onboard_nniwqw0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:18:17.920Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:18:17.922Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T04:18:17.922Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d2376a2-2c8e-4347-9b81-7f08495a0614",
  "consumerID": "aai-ml",
  "timestamp": 1644034673589,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNniwqw/1.0/resourceInstances/basic_onboard_nniwqw0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:18:17.923Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:18:17.923Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T04:18:17.923Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d2376a2-2c8e-4347-9b81-7f08495a0614",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1644034670676,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNniwqw/1.0/resourceInstances/basic_onboard_nniwqw0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:18:17.923Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:18:17.923Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T04:18:17.923Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d2376a2-2c8e-4347-9b81-7f08495a0614",
  "consumerID": "cds",
  "timestamp": 1644034670124,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNniwqw/1.0/resourceInstances/basic_onboard_nniwqw0/artifacts/basic_onboard_nniwqw0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:18:17.923Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:18:17.923Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T04:18:17.923Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d2376a2-2c8e-4347-9b81-7f08495a0614",
  "consumerID": "aai-ml",
  "timestamp": 1644034673589,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNniwqw/1.0/resourceInstances/basic_onboard_nniwqw0/artifacts/basic_onboard_nniwqw0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:18:17.923Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:18:17.923Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-05T04:18:17.923Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T04:18:17.923Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d2376a2-2c8e-4347-9b81-7f08495a0614",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1644034673867,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNniwqw/1.0/resourceInstances/basic_onboard_nniwqw0/artifacts/basic_onboard_nniwqw0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:18:17.924Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "4d2376a2-2c8e-4347-9b81-7f08495a0614",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644034697271,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNniwqw/1.0/resourceInstances/basic_onboard_nniwqw0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:18:17.924Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:18:17.924Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T04:18:17.924Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d2376a2-2c8e-4347-9b81-7f08495a0614",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1644034670676,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNniwqw/1.0/resourceInstances/basic_onboard_nniwqw0/artifacts/basic_onboard_nniwqw0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:18:17.924Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:18:17.924Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T04:18:17.924Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d2376a2-2c8e-4347-9b81-7f08495a0614",
  "consumerID": "cds",
  "timestamp": 1644034670124,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNniwqw/1.0/resourceInstances/basic_onboard_nniwqw0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:18:17.924Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:18:17.924Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T04:18:17.924Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d2376a2-2c8e-4347-9b81-7f08495a0614",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1644034673867,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNniwqw/1.0/resourceInstances/basic_onboard_nniwqw0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:18:17.924Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:18:17.925Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T04:18:17.925Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d2376a2-2c8e-4347-9b81-7f08495a0614",
  "consumerID": "aai-ml",
  "timestamp": 1644034673589,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNniwqw/1.0/resourceInstances/basic_onboard_nniwqw0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:18:17.925Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:18:17.925Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T04:18:17.925Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d2376a2-2c8e-4347-9b81-7f08495a0614",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1644034670676,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNniwqw/1.0/resourceInstances/basic_onboard_nniwqw0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:18:17.925Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:18:17.925Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T04:18:17.925Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d2376a2-2c8e-4347-9b81-7f08495a0614",
  "consumerID": "cds",
  "timestamp": 1644034670124,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNniwqw/1.0/resourceInstances/basic_onboard_nniwqw0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:18:17.925Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:18:17.925Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T04:18:17.925Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d2376a2-2c8e-4347-9b81-7f08495a0614",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1644034673867,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNniwqw/1.0/resourceInstances/basic_onboard_nniwqw0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:18:17.926Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:18:17.926Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T04:18:17.926Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d2376a2-2c8e-4347-9b81-7f08495a0614",
  "consumerID": "aai-ml",
  "timestamp": 1644034673589,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNniwqw/1.0/resourceInstances/basic_onboard_nniwqw0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:18:17.926Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:18:17.926Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T04:18:17.926Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d2376a2-2c8e-4347-9b81-7f08495a0614",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1644034670676,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNniwqw/1.0/resourceInstances/basic_onboard_nniwqw0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:18:17.927Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:18:17.927Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T04:18:17.927Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d2376a2-2c8e-4347-9b81-7f08495a0614",
  "consumerID": "clamp",
  "timestamp": 1644034680134,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNniwqw/1.0/resourceInstances/basic_onboard_nniwqw0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:18:17.927Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:18:17.927Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T04:18:17.927Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d2376a2-2c8e-4347-9b81-7f08495a0614",
  "consumerID": "policy-id",
  "timestamp": 1644034680133,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNniwqw/1.0/resourceInstances/basic_onboard_nniwqw0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:18:17.927Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:18:17.927Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T04:18:17.927Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d2376a2-2c8e-4347-9b81-7f08495a0614",
  "consumerID": "cds",
  "timestamp": 1644034670124,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNniwqw/1.0/resourceInstances/basic_onboard_nniwqw0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:18:17.927Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:18:17.928Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T04:18:17.928Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d2376a2-2c8e-4347-9b81-7f08495a0614",
  "consumerID": "aai-ml",
  "timestamp": 1644034673589,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNniwqw/1.0/resourceInstances/basic_onboard_nniwqw0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:18:17.928Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:18:17.928Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T04:18:17.928Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d2376a2-2c8e-4347-9b81-7f08495a0614",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1644034673867,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNniwqw/1.0/resourceInstances/basic_onboard_nniwqw0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:18:17.928Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:18:17.928Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T04:18:17.928Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d2376a2-2c8e-4347-9b81-7f08495a0614",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1644034670676,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNniwqw/1.0/resourceInstances/basic_onboard_nniwqw0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:18:17.928Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:18:17.928Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T04:18:17.928Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d2376a2-2c8e-4347-9b81-7f08495a0614",
  "consumerID": "clamp",
  "timestamp": 1644034680134,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNniwqw/1.0/resourceInstances/basic_onboard_nniwqw0/artifacts/basic_onboard_nniwqw0_modules.json",
  "status": "NOTIFIED"
}
2022-02-05T04:18:17.928Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:18:17.929Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T04:18:17.929Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d2376a2-2c8e-4347-9b81-7f08495a0614",
  "consumerID": "policy-id",
  "timestamp": 1644034680133,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNniwqw/1.0/resourceInstances/basic_onboard_nniwqw0/artifacts/basic_onboard_nniwqw0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:18:17.929Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:18:17.929Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T04:18:17.929Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d2376a2-2c8e-4347-9b81-7f08495a0614",
  "consumerID": "cds",
  "timestamp": 1644034670124,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNniwqw/1.0/artifacts/service-BasicOnboardNniwqw-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:18:17.929Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:18:17.929Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T04:18:17.929Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d2376a2-2c8e-4347-9b81-7f08495a0614",
  "consumerID": "aai-ml",
  "timestamp": 1644034673589,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNniwqw/1.0/artifacts/service-BasicOnboardNniwqw-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:18:17.929Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:18:17.929Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T04:18:17.929Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d2376a2-2c8e-4347-9b81-7f08495a0614",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1644034673867,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNniwqw/1.0/artifacts/service-BasicOnboardNniwqw-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:18:17.930Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:18:17.930Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T04:18:17.930Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d2376a2-2c8e-4347-9b81-7f08495a0614",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1644034670676,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNniwqw/1.0/artifacts/service-BasicOnboardNniwqw-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:18:17.930Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:18:17.930Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T04:18:17.930Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d2376a2-2c8e-4347-9b81-7f08495a0614",
  "consumerID": "clamp",
  "timestamp": 1644034680134,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNniwqw/1.0/resourceInstances/basic_onboard_nniwqw0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:18:17.930Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:18:17.930Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T04:18:17.930Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d2376a2-2c8e-4347-9b81-7f08495a0614",
  "consumerID": "policy-id",
  "timestamp": 1644034680133,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNniwqw/1.0/resourceInstances/basic_onboard_nniwqw0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-02-05T04:18:17.930Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:18:17.930Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T04:18:17.930Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d2376a2-2c8e-4347-9b81-7f08495a0614",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1644034673867,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNniwqw/1.0/artifacts/service-BasicOnboardNniwqw-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:18:17.931Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:18:17.931Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T04:18:17.931Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d2376a2-2c8e-4347-9b81-7f08495a0614",
  "consumerID": "cds",
  "timestamp": 1644034670124,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNniwqw/1.0/artifacts/service-BasicOnboardNniwqw-csar.csar",
  "status": "NOTIFIED"
}
2022-02-05T04:18:17.931Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:18:17.931Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T04:18:17.931Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d2376a2-2c8e-4347-9b81-7f08495a0614",
  "consumerID": "aai-ml",
  "timestamp": 1644034673589,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNniwqw/1.0/artifacts/service-BasicOnboardNniwqw-csar.csar",
  "status": "NOTIFIED"
}
2022-02-05T04:18:17.931Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:18:17.931Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T04:18:17.931Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d2376a2-2c8e-4347-9b81-7f08495a0614",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1644034670676,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNniwqw/1.0/artifacts/service-BasicOnboardNniwqw-csar.csar",
  "status": "NOTIFIED"
}
2022-02-05T04:18:17.931Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:18:17.931Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T04:18:17.931Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d2376a2-2c8e-4347-9b81-7f08495a0614",
  "consumerID": "clamp",
  "timestamp": 1644034680134,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNniwqw/1.0/resourceInstances/basic_onboard_nniwqw0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:18:17.932Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:18:17.932Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T04:18:17.932Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d2376a2-2c8e-4347-9b81-7f08495a0614",
  "consumerID": "policy-id",
  "timestamp": 1644034680133,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNniwqw/1.0/resourceInstances/basic_onboard_nniwqw0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:18:17.932Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:18:17.932Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T04:18:17.932Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d2376a2-2c8e-4347-9b81-7f08495a0614",
  "consumerID": "clamp",
  "timestamp": 1644034680134,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNniwqw/1.0/resourceInstances/basic_onboard_nniwqw0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:18:17.932Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:18:17.932Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T04:18:17.932Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d2376a2-2c8e-4347-9b81-7f08495a0614",
  "consumerID": "policy-id",
  "timestamp": 1644034680133,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNniwqw/1.0/resourceInstances/basic_onboard_nniwqw0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:18:17.932Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:18:17.932Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T04:18:17.932Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d2376a2-2c8e-4347-9b81-7f08495a0614",
  "consumerID": "cds",
  "timestamp": 1644034684904,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNniwqw/1.0/artifacts/service-BasicOnboardNniwqw-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-05T04:18:17.933Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T04:18:17.933Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T04:18:17.933Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d2376a2-2c8e-4347-9b81-7f08495a0614",
  "consumerID": "aai-ml",
  "timestamp": 1644034684905,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNniwqw/1.0/artifacts/service-BasicOnboardNniwqw-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-05T04:18:17.933Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T04:18:17.933Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T04:18:17.933Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d2376a2-2c8e-4347-9b81-7f08495a0614",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1644034684908,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNniwqw/1.0/artifacts/service-BasicOnboardNniwqw-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-05T04:18:17.933Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T04:18:17.933Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T04:18:17.933Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d2376a2-2c8e-4347-9b81-7f08495a0614",
  "consumerID": "clamp",
  "timestamp": 1644034680134,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNniwqw/1.0/artifacts/service-BasicOnboardNniwqw-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:18:17.933Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:18:17.933Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T04:18:17.934Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d2376a2-2c8e-4347-9b81-7f08495a0614",
  "consumerID": "policy-id",
  "timestamp": 1644034680133,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNniwqw/1.0/artifacts/service-BasicOnboardNniwqw-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:18:17.934Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:18:17.934Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T04:18:17.934Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d2376a2-2c8e-4347-9b81-7f08495a0614",
  "consumerID": "dcae-sch",
  "timestamp": 1644034685185,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNniwqw/1.0/resourceInstances/basic_onboard_nniwqw0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:18:17.934Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:18:17.934Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T04:18:17.934Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d2376a2-2c8e-4347-9b81-7f08495a0614",
  "consumerID": "cds",
  "timestamp": 1644034685917,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNniwqw/1.0/artifacts/service-BasicOnboardNniwqw-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-02-05T04:18:18.024Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-02-05T04:18:18.027Z||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-02-05T04:18:18.027Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NVaOFbHv1dPNRJ79) ...
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.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-02-05T04:18:18.038Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T04:18:18.039Z||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-02-05T04:18:18.079Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 4d2376a2-2c8e-4347-9b81-7f08495a0614
2022-02-05T04:18:18.091Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4d2376a2-2c8e-4347-9b81-7f08495a0614 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-02-05T04:18:18.111Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T04:18:18.111Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d2376a2-2c8e-4347-9b81-7f08495a0614",
  "consumerID": "clamp",
  "timestamp": 1644034680134,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNniwqw/1.0/artifacts/service-BasicOnboardNniwqw-csar.csar",
  "status": "NOTIFIED"
}
2022-02-05T04:18:18.111Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:18:18.111Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T04:18:18.111Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d2376a2-2c8e-4347-9b81-7f08495a0614",
  "consumerID": "dcae-sch",
  "timestamp": 1644034685185,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNniwqw/1.0/resourceInstances/basic_onboard_nniwqw0/artifacts/basic_onboard_nniwqw0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:18:18.111Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:18:18.111Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T04:18:18.111Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d2376a2-2c8e-4347-9b81-7f08495a0614",
  "consumerID": "policy-id",
  "timestamp": 1644034680133,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNniwqw/1.0/artifacts/service-BasicOnboardNniwqw-csar.csar",
  "status": "NOTIFIED"
}
2022-02-05T04:18:18.112Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:18:18.112Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T04:18:18.112Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d2376a2-2c8e-4347-9b81-7f08495a0614",
  "consumerID": "dcae-sch",
  "timestamp": 1644034685185,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNniwqw/1.0/resourceInstances/basic_onboard_nniwqw0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:18:18.112Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:18:18.112Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T04:18:18.112Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d2376a2-2c8e-4347-9b81-7f08495a0614",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1644034687240,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNniwqw/1.0/resourceInstances/basic_onboard_nniwqw0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:18:18.112Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:18:18.112Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T04:18:18.112Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d2376a2-2c8e-4347-9b81-7f08495a0614",
  "consumerID": "policy-id",
  "timestamp": 1644034688001,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNniwqw/1.0/artifacts/service-BasicOnboardNniwqw-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-05T04:18:18.112Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T04:18:18.112Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T04:18:18.112Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d2376a2-2c8e-4347-9b81-7f08495a0614",
  "consumerID": "dcae-sch",
  "timestamp": 1644034685185,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNniwqw/1.0/resourceInstances/basic_onboard_nniwqw0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:18:18.113Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:18:18.113Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T04:18:18.113Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d2376a2-2c8e-4347-9b81-7f08495a0614",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1644034687240,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNniwqw/1.0/resourceInstances/basic_onboard_nniwqw0/artifacts/basic_onboard_nniwqw0_modules.json",
  "status": "NOTIFIED"
}
2022-02-05T04:18:18.113Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:18:18.113Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T04:18:18.113Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d2376a2-2c8e-4347-9b81-7f08495a0614",
  "consumerID": "policy-id",
  "timestamp": 1644034689007,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNniwqw/1.0/artifacts/service-BasicOnboardNniwqw-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-05T04:18:18.113Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T04:18:18.113Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T04:18:18.113Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d2376a2-2c8e-4347-9b81-7f08495a0614",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1644034689038,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNniwqw/1.0/artifacts/service-BasicOnboardNniwqw-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-05T04:18:18.113Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T04:18:18.113Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T04:18:18.114Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d2376a2-2c8e-4347-9b81-7f08495a0614",
  "consumerID": "dcae-sch",
  "timestamp": 1644034685185,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNniwqw/1.0/resourceInstances/basic_onboard_nniwqw0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:18:18.114Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:18:18.114Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T04:18:18.114Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d2376a2-2c8e-4347-9b81-7f08495a0614",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1644034687240,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNniwqw/1.0/resourceInstances/basic_onboard_nniwqw0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-02-05T04:18:18.114Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:18:18.114Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T04:18:18.114Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d2376a2-2c8e-4347-9b81-7f08495a0614",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1644034690043,
  "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-02-05T04:18:18.126Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 4d2376a2-2c8e-4347-9b81-7f08495a0614
2022-02-05T04:18:18.126Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4d2376a2-2c8e-4347-9b81-7f08495a0614 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-02-05T04:18:18.133Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T04:18:18.133Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d2376a2-2c8e-4347-9b81-7f08495a0614",
  "consumerID": "policy-id",
  "timestamp": 1644034690011,
  "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-02-05T04:18:18.136Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 4d2376a2-2c8e-4347-9b81-7f08495a0614
2022-02-05T04:18:18.137Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4d2376a2-2c8e-4347-9b81-7f08495a0614 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-02-05T04:18:18.143Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T04:18:18.144Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d2376a2-2c8e-4347-9b81-7f08495a0614",
  "consumerID": "dcae-sch",
  "timestamp": 1644034685185,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNniwqw/1.0/artifacts/service-BasicOnboardNniwqw-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:18:18.144Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:18:18.144Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T04:18:18.144Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d2376a2-2c8e-4347-9b81-7f08495a0614",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1644034687240,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNniwqw/1.0/resourceInstances/basic_onboard_nniwqw0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:18:18.144Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:18:18.144Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T04:18:18.144Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d2376a2-2c8e-4347-9b81-7f08495a0614",
  "consumerID": "dcae-sch",
  "timestamp": 1644034685185,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNniwqw/1.0/artifacts/service-BasicOnboardNniwqw-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:18:18.145Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:18:18.145Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T04:18:18.145Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d2376a2-2c8e-4347-9b81-7f08495a0614",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1644034687240,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNniwqw/1.0/resourceInstances/basic_onboard_nniwqw0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-02-05T04:18:18.145Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:18:18.145Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T04:18:18.145Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d2376a2-2c8e-4347-9b81-7f08495a0614",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1644034687240,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNniwqw/1.0/artifacts/service-BasicOnboardNniwqw-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:18:18.145Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:18:18.145Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T04:18:18.145Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d2376a2-2c8e-4347-9b81-7f08495a0614",
  "consumerID": "clamp",
  "timestamp": 1644034693736,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNniwqw/1.0/artifacts/service-BasicOnboardNniwqw-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-05T04:18:18.146Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T04:18:18.146Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T04:18:18.146Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d2376a2-2c8e-4347-9b81-7f08495a0614",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1644034687240,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNniwqw/1.0/artifacts/service-BasicOnboardNniwqw-csar.csar",
  "status": "NOTIFIED"
}
2022-02-05T04:18:18.146Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:18:18.146Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T04:18:18.146Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d2376a2-2c8e-4347-9b81-7f08495a0614",
  "consumerID": "aai-ml",
  "timestamp": 1644034694694,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNniwqw/1.0/artifacts/service-BasicOnboardNniwqw-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-05T04:18:18.146Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T04:18:18.146Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T04:18:18.146Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d2376a2-2c8e-4347-9b81-7f08495a0614",
  "consumerID": "clamp",
  "timestamp": 1644034694801,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNniwqw/1.0/artifacts/service-BasicOnboardNniwqw-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-05T04:18:18.146Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T04:18:18.147Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T04:18:18.147Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d2376a2-2c8e-4347-9b81-7f08495a0614",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1644034695011,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNniwqw/1.0/resourceInstances/basic_onboard_nniwqw0/artifacts/basic_onboard_nniwqw0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-02-05T04:18:18.147Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T04:18:18.147Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T04:18:18.147Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d2376a2-2c8e-4347-9b81-7f08495a0614",
  "consumerID": "aai-ml",
  "timestamp": 1644034695699,
  "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-02-05T04:18:18.152Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 4d2376a2-2c8e-4347-9b81-7f08495a0614
2022-02-05T04:18:18.152Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4d2376a2-2c8e-4347-9b81-7f08495a0614 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-02-05T04:18:18.160Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T04:18:18.160Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d2376a2-2c8e-4347-9b81-7f08495a0614",
  "consumerID": "clamp",
  "timestamp": 1644034695805,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-02-05T04:18:18.165Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 4d2376a2-2c8e-4347-9b81-7f08495a0614
2022-02-05T04:18:18.165Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4d2376a2-2c8e-4347-9b81-7f08495a0614 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-02-05T04:18:18.172Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T04:18:18.173Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d2376a2-2c8e-4347-9b81-7f08495a0614",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1644034696102,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNniwqw/1.0/resourceInstances/basic_onboard_nniwqw0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-02-05T04:18:18.173Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T04:18:18.173Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T04:18:18.173Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d2376a2-2c8e-4347-9b81-7f08495a0614",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1644034697143,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNniwqw/1.0/resourceInstances/basic_onboard_nniwqw0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-02-05T04:18:18.173Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T04:18:18.928Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-05T04:18:18.929Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-02-05T04:18:18.930Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-05T04:18:18.930Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "4d2376a2-2c8e-4347-9b81-7f08495a0614",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644034697271,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNniwqw/1.0/resourceInstances/basic_onboard_nniwqw0/artifacts/basic_onboard_nniwqw0_modules.json",
  "status": "NOTIFIED"
}
2022-02-05T04:18:19.031Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-05T04:18:19.031Z||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-02-05T04:18:19.031Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NVaOFbHv1dPNRJ79) ...
2022-02-05T04:18:19.040Z||pool-4-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T04:18:19.041Z||pool-4-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2022-02-05T04:18:19.931Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-05T04:18:19.932Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-02-05T04:18:19.933Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-05T04:18:19.934Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "4d2376a2-2c8e-4347-9b81-7f08495a0614",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644034697271,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNniwqw/1.0/resourceInstances/basic_onboard_nniwqw0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-02-05T04:18:20.034Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-05T04:18:20.035Z||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-02-05T04:18:20.035Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NVaOFbHv1dPNRJ79) ...
2022-02-05T04:18:20.044Z||pool-5-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T04:18:20.045Z||pool-5-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-02-05T04:18:20.934Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-05T04:18:20.935Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-02-05T04:18:20.937Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-05T04:18:20.937Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "4d2376a2-2c8e-4347-9b81-7f08495a0614",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644034697271,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNniwqw/1.0/resourceInstances/basic_onboard_nniwqw0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:18:21.037Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-05T04:18:21.038Z||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-02-05T04:18:21.038Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NVaOFbHv1dPNRJ79) ...
2022-02-05T04:18:21.049Z||pool-6-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T04:18:21.049Z||pool-6-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2022-02-05T04:18:21.937Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-05T04:18:21.938Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-02-05T04:18:21.940Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-05T04:18:21.940Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "4d2376a2-2c8e-4347-9b81-7f08495a0614",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644034697271,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNniwqw/1.0/resourceInstances/basic_onboard_nniwqw0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-02-05T04:18:22.040Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-05T04:18:22.041Z||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-02-05T04:18:22.041Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NVaOFbHv1dPNRJ79) ...
2022-02-05T04:18:22.051Z||pool-7-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T04:18:22.052Z||pool-7-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-02-05T04:18:22.941Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-05T04:18:22.941Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-02-05T04:18:22.943Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-05T04:18:22.943Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "4d2376a2-2c8e-4347-9b81-7f08495a0614",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644034697271,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNniwqw/1.0/artifacts/service-BasicOnboardNniwqw-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:18:23.043Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-05T04:18:23.044Z||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-02-05T04:18:23.044Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NVaOFbHv1dPNRJ79) ...
2022-02-05T04:18:23.053Z||pool-8-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T04:18:23.054Z||pool-8-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2022-02-05T04:18:23.944Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-05T04:18:23.944Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-02-05T04:18:23.946Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-05T04:18:23.946Z||pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "4d2376a2-2c8e-4347-9b81-7f08495a0614",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644034697271,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNniwqw/1.0/artifacts/service-BasicOnboardNniwqw-csar.csar",
  "status": "NOTIFIED"
}
2022-02-05T04:18:24.047Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-02-05T04:18:24.047Z||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-02-05T04:18:24.047Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NVaOFbHv1dPNRJ79) ...
2022-02-05T04:18:24.059Z||pool-9-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T04:18:24.059Z||pool-9-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-02-05T04:18:24.948Z||pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "4d2376a2-2c8e-4347-9b81-7f08495a0614",
  "serviceName": "basic_onboard_nNIwQw",
  "serviceVersion": "1.0",
  "serviceUUID": "e9e39d4b-7074-4c9d-9976-3d75e841aa06",
  "serviceDescription": "service",
  "serviceInvariantUUID": "075086ff-ab69-43d4-884e-a9349c772541",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_nNIwQw 0",
      "resourceCustomizationUUID": "cea9213e-0167-4513-b35c-660483ae0e1e",
      "resourceName": "basic_onboard_nNIwQw",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "b0392031-4877-4834-a680-0271dd930d9b",
      "resourceInvariantUUID": "98ffa871-18ec-4c3e-bfbd-091ae3869f65",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_nniwqw0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNniwqw/1.0/resourceInstances/basic_onboard_nniwqw0/artifacts/basic_onboard_nniwqw0_modules.json",
          "artifactChecksum": "ZmViOGY1NGZhNDIxNDI2MTk5ZjA2NGY0Nzc3N2Q4M2I\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "a1828d9b-8de5-476c-91ba-fb22981ba10b",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNniwqw/1.0/resourceInstances/basic_onboard_nniwqw0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "f984ae7c-6332-4044-b0a1-4542a095f46c",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNniwqw/1.0/resourceInstances/basic_onboard_nniwqw0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "21bd9bc7-b13e-49ad-a764-d4b0697b91e3",
            "generatedFromUUID": "f984ae7c-6332-4044-b0a1-4542a095f46c"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNniwqw/1.0/resourceInstances/basic_onboard_nniwqw0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "21bd9bc7-b13e-49ad-a764-d4b0697b91e3",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardNniwqw-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNniwqw/1.0/artifacts/service-BasicOnboardNniwqw-csar.csar",
      "artifactChecksum": "MWZkOGMzNGMwNGFmNTk5OGNjNzhjMTJmMGZkZTBkZDU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "a1343540-0cb1-45f4-bc88-524763756fcf"
    }
  ],
  "workloadContext": "Production"
}
2022-02-05T04:18:24.949Z||pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-02-05T04:18:24.949Z||pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 e9e39d4b-7074-4c9d-9976-3d75e841aa06 ASDC
2022-02-05T04:18:25.080Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:4d2376a2-2c8e-4347-9b81-7f08495a0614
ServiceName:basic_onboard_nNIwQw
ServiceVersion:1.0
ServiceUUID:e9e39d4b-7074-4c9d-9976-3d75e841aa06
ServiceInvariantUUID:075086ff-ab69-43d4-884e-a9349c772541
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardNniwqw-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardNniwqw/1.0/artifacts/service-BasicOnboardNniwqw-csar.csar
ArtifactUUID:a1343540-0cb1-45f4-bc88-524763756fcf
ArtifactChecksum:MWZkOGMzNGMwNGFmNTk5OGNjNzhjMTJmMGZkZTBkZDU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_nNIwQw 0
ResourceCustomizationUUID:cea9213e-0167-4513-b35c-660483ae0e1e
ResourceInvariantUUID:98ffa871-18ec-4c3e-bfbd-091ae3869f65
ResourceName:basic_onboard_nNIwQw
ResourceType:VF
ResourceUUID:b0392031-4877-4834-a680-0271dd930d9b
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_nniwqw0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardNniwqw/1.0/resourceInstances/basic_onboard_nniwqw0/artifacts/basic_onboard_nniwqw0_modules.json
ArtifactUUID:a1828d9b-8de5-476c-91ba-fb22981ba10b
ArtifactChecksum:ZmViOGY1NGZhNDIxNDI2MTk5ZjA2NGY0Nzc3N2Q4M2I=
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/BasicOnboardNniwqw/1.0/resourceInstances/basic_onboard_nniwqw0/artifacts/base_ubuntu18.yaml
ArtifactUUID:f984ae7c-6332-4044-b0a1-4542a095f46c
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/BasicOnboardNniwqw/1.0/resourceInstances/basic_onboard_nniwqw0/artifacts/base_ubuntu18.env
ArtifactUUID:21bd9bc7-b13e-49ad-a764-d4b0697b91e3
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/BasicOnboardNniwqw/1.0/resourceInstances/basic_onboard_nniwqw0/artifacts/base_ubuntu18.env
ArtifactUUID:21bd9bc7-b13e-49ad-a764-d4b0697b91e3
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-02-05T04:18:25.080Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF e9e39d4b-7074-4c9d-9976-3d75e841aa06 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-02-05T04:18:25.118Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-02-05T04:18:25.119Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-02-05T04:18:25.119Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-02-05T04:18:25.119Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: a1343540-0cb1-45f4-bc88-524763756fcf from URL: /sdc/v1/catalog/services/BasicOnboardNniwqw/1.0/artifacts/service-BasicOnboardNniwqw-csar.csar
2022-02-05T04:18:25.120Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-02-05T04:18:25.120Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardNniwqw/1.0/artifacts/service-BasicOnboardNniwqw-csar.csar
2022-02-05T04:18:25.209Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-02-05T04:18:25.221Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardNniwqw/1.0/artifacts/service-BasicOnboardNniwqw-csar.csar a1343540-0cb1-45f4-bc88-524763756fcf 71561
2022-02-05T04:18:25.223Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardNniwqw/1.0/artifacts/service-BasicOnboardNniwqw-csar.csar ASDC sendASDCNotification
2022-02-05T04:18:25.223Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNniwqw/1.0/artifacts/service-BasicOnboardNniwqw-csar.csar
2022-02-05T04:18:25.223Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-05T04:18:25.224Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-02-05T04:18:25.225Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-05T04:18:25.226Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "4d2376a2-2c8e-4347-9b81-7f08495a0614",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644034705222,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNniwqw/1.0/artifacts/service-BasicOnboardNniwqw-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-05T04:18:25.326Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-05T04:18:25.327Z||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-02-05T04:18:25.327Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NVaOFbHv1dPNRJ79) ...
2022-02-05T04:18:25.336Z||pool-10-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T04:18:25.336Z||pool-10-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-02-05T04:18:26.226Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-02-05T04:18:26.227Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-02-05T04:18:26.228Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: a1343540-0cb1-45f4-bc88-524763756fcf, URL: /sdc/v1/catalog/services/BasicOnboardNniwqw/1.0/artifacts/service-BasicOnboardNniwqw-csar.csar to file: /app/ASDC/1/service-BasicOnboardNniwqw-csar.csar
2022-02-05T04:18:26.228Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardNniwqw-csar.csar
2022-02-05T04:18:26.286Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardNniwqw-csar.csar
2022-02-05T04:18:26.286Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardNniwqw-csar.csar
2022-02-05T04:18:26.646Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17006991041709538996/Definitions/service-BasicOnboardNniwqw-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-02-05T04:18:28.223Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2022-02-05T04:18:28.227Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-02-05T04:18:28.227Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardNniwqw-csar.csar
2022-02-05T04:18:28.227Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-02-05T04:18:28.227Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|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-BasicOnboardNniwqw-csar.csar
2022-02-05T04:18:28.228Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|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-BasicOnboardNniwqw-csar.csar
2022-02-05T04:18:28.228Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|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-BasicOnboardNniwqw-csar.csar
2022-02-05T04:18:28.228Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|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-BasicOnboardNniwqw-csar.csar
2022-02-05T04:18:28.228Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|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-BasicOnboardNniwqw-csar.csar
2022-02-05T04:18:28.228Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|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-BasicOnboardNniwqw-csar.csar
2022-02-05T04:18:28.228Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|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-BasicOnboardNniwqw-csar.csar
2022-02-05T04:18:28.228Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|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-BasicOnboardNniwqw-csar.csar
2022-02-05T04:18:28.228Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_nNIwQw 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-BasicOnboardNniwqw-csar.csar
2022-02-05T04:18:28.228Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-02-05T04:18:28.234Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-05T04:18:28.235Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_nNIwQw is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-02-05T04:18:28.238Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_nNIwQw 0 is matching search criteria
2022-02-05T04:18:28.238Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-02-05T04:18:28.239Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_nNIwQw 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-02-05T04:18:28.241Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-05T04:18:28.241Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_nNIwQw is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-02-05T04:18:28.241Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_nNIwQw 0 is matching search criteria
2022-02-05T04:18:28.241Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-02-05T04:18:28.241Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_nNIwQw 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-02-05T04:18:28.241Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-05T04:18:28.242Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_nNIwQw is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-05T04:18:28.244Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-05T04:18:28.245Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_nNIwQw 0 is not matching search criteria
2022-02-05T04:18:28.245Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-02-05T04:18:28.245Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-02-05T04:18:28.245Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-02-05T04:18:28.245Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-02-05T04:18:28.245Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-02-05T04:18:28.245Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-05T04:18:28.245Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_nNIwQw is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-02-05T04:18:28.246Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-05T04:18:28.247Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_nNIwQw 0 is matching search criteria
2022-02-05T04:18:28.247Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_nNIwQw 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-05T04:18:28.247Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-05T04:18:28.247Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_nNIwQw 0 is matching search criteria
2022-02-05T04:18:28.247Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_nNIwQw 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-05T04:18:28.247Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-05T04:18:28.248Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_nNIwQw 0 is matching search criteria
2022-02-05T04:18:28.248Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_nNIwQw 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-05T04:18:28.248Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-05T04:18:28.248Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_nNIwQw 0 is not matching search criteria
2022-02-05T04:18:28.248Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-02-05T04:18:28.249Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-02-05T04:18:28.249Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=aba6ed6b-a78f-4e87-aade-643a6577a123
2022-02-05T04:18:28.249Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-05T04:18:28.249Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_nNIwQw is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-02-05T04:18:28.249Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-05T04:18:28.249Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_nNIwQw is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-02-05T04:18:28.249Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-05T04:18:28.249Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_nNIwQw is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-05T04:18:28.250Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-05T04:18:28.250Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_nNIwQw is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-02-05T04:18:28.250Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_onboard_nNIwQw
Description:service
Model UUID:e9e39d4b-7074-4c9d-9976-3d75e841aa06
Model Version:NULL
Model InvariantUuid:075086ff-ab69-43d4-884e-a9349c772541
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_onboard_nNIwQw
Model UUID:e545f6f7-c03d-4f65-9ec3-db9a645c6215
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:98ffa871-18ec-4c3e-bfbd-091ae3869f65
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:cea9213e-0167-4513-b35c-660483ae0e1e
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:9bf82246-f306-4ac8-a143-d27e1a367bc4
ModelName:BasicOnboardNniwqw..base_ubuntu18..module-0
ModelUuid:7278b223-e7d3-45e9-8714-95542406d2b3
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:aba6ed6b-a78f-4e87-aade-643a6577a123
ModelInvariantUuid:96d1e371-ef02-4a2f-a005-aab527a65c6f
ModelName:basic_onboard_nNIwQw-nodes.ubuntu18Cvfc
ModelUuid:8f6dc760-ec92-4a4f-bd3b-1e4130ed17fb
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:bf40dba1-c453-438a-9371-5cddbcd436d9
ModelInvariantUuid:02646776-cf90-42fc-be9f-1e16d8a16d8c
ModelName:BasicOnboardNniwqw.compute.nodes.heat.ubuntu18
ModelUuid:aa6aae8d-1284-49dd-b130-1c968e11d77f
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-02-05T04:18:28.268Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: b0392031-4877-4834-a680-0271dd930d9b
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-02-05T04:18:28.344Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||INFO|500||basic_onboard_nNIwQw 0
2022-02-05T04:18:28.350Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: b0392031-4877-4834-a680-0271dd930d9b
2022-02-05T04:18:28.358Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: a1828d9b-8de5-476c-91ba-fb22981ba10b from URL: /sdc/v1/catalog/services/BasicOnboardNniwqw/1.0/resourceInstances/basic_onboard_nniwqw0/artifacts/basic_onboard_nniwqw0_modules.json
2022-02-05T04:18:28.358Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-02-05T04:18:28.359Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardNniwqw/1.0/resourceInstances/basic_onboard_nniwqw0/artifacts/basic_onboard_nniwqw0_modules.json
2022-02-05T04:18:28.458Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-02-05T04:18:28.459Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardNniwqw/1.0/resourceInstances/basic_onboard_nniwqw0/artifacts/basic_onboard_nniwqw0_modules.json a1828d9b-8de5-476c-91ba-fb22981ba10b 798
2022-02-05T04:18:28.459Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardNniwqw/1.0/resourceInstances/basic_onboard_nniwqw0/artifacts/basic_onboard_nniwqw0_modules.json ASDC sendASDCNotification
2022-02-05T04:18:28.459Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNniwqw/1.0/resourceInstances/basic_onboard_nniwqw0/artifacts/basic_onboard_nniwqw0_modules.json
2022-02-05T04:18:28.459Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-05T04:18:28.459Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-02-05T04:18:28.462Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-05T04:18:28.462Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "4d2376a2-2c8e-4347-9b81-7f08495a0614",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644034708459,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNniwqw/1.0/resourceInstances/basic_onboard_nniwqw0/artifacts/basic_onboard_nniwqw0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-02-05T04:18:28.562Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-05T04:18:28.563Z||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-02-05T04:18:28.563Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NVaOFbHv1dPNRJ79) ...
2022-02-05T04:18:28.573Z||pool-11-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T04:18:28.574Z||pool-11-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-02-05T04:18:29.463Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardNniwqw..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "9bf82246-f306-4ac8-a143-d27e1a367bc4",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "7278b223-e7d3-45e9-8714-95542406d2b3",
    "vfModuleModelCustomizationUUID": "574647c9-bae0-40f8-bccc-79ccb5c11fb5",
    "isBase": true,
    "artifacts": [
      "f984ae7c-6332-4044-b0a1-4542a095f46c",
      "21bd9bc7-b13e-49ad-a764-d4b0697b91e3"
    ],
    "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-02-05T04:18:29.479Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardNniwqw..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:7278b223-e7d3-45e9-8714-95542406d2b3
VfModuleModelInvariantUUID:9bf82246-f306-4ac8-a143-d27e1a367bc4
VfModuleModelDescription:NULL
Artifacts UUID List:{
f984ae7c-6332-4044-b0a1-4542a095f46c
,
21bd9bc7-b13e-49ad-a764-d4b0697b91e3

}
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-02-05T04:18:29.482Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardNniwqw..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "9bf82246-f306-4ac8-a143-d27e1a367bc4",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "7278b223-e7d3-45e9-8714-95542406d2b3",
    "vfModuleModelCustomizationUUID": "574647c9-bae0-40f8-bccc-79ccb5c11fb5",
    "isBase": true,
    "artifacts": [
      "f984ae7c-6332-4044-b0a1-4542a095f46c",
      "21bd9bc7-b13e-49ad-a764-d4b0697b91e3"
    ],
    "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-02-05T04:18:29.482Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardNniwqw..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:7278b223-e7d3-45e9-8714-95542406d2b3
VfModuleModelInvariantUUID:9bf82246-f306-4ac8-a143-d27e1a367bc4
VfModuleModelDescription:NULL
Artifacts UUID List:{
f984ae7c-6332-4044-b0a1-4542a095f46c
,
21bd9bc7-b13e-49ad-a764-d4b0697b91e3

}
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-02-05T04:18:29.482Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: f984ae7c-6332-4044-b0a1-4542a095f46c from URL: /sdc/v1/catalog/services/BasicOnboardNniwqw/1.0/resourceInstances/basic_onboard_nniwqw0/artifacts/base_ubuntu18.yaml
2022-02-05T04:18:29.482Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-02-05T04:18:29.482Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardNniwqw/1.0/resourceInstances/basic_onboard_nniwqw0/artifacts/base_ubuntu18.yaml
2022-02-05T04:18:29.642Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-02-05T04:18:29.643Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardNniwqw/1.0/resourceInstances/basic_onboard_nniwqw0/artifacts/base_ubuntu18.yaml f984ae7c-6332-4044-b0a1-4542a095f46c 5033
2022-02-05T04:18:29.643Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardNniwqw/1.0/resourceInstances/basic_onboard_nniwqw0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-02-05T04:18:29.643Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNniwqw/1.0/resourceInstances/basic_onboard_nniwqw0/artifacts/base_ubuntu18.yaml
2022-02-05T04:18:29.643Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-05T04:18:29.643Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-02-05T04:18:29.645Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-05T04:18:29.645Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "4d2376a2-2c8e-4347-9b81-7f08495a0614",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644034709643,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNniwqw/1.0/resourceInstances/basic_onboard_nniwqw0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-02-05T04:18:29.745Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-05T04:18:29.746Z||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-02-05T04:18:29.746Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NVaOFbHv1dPNRJ79) ...
2022-02-05T04:18:29.757Z||pool-12-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T04:18:29.757Z||pool-12-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-02-05T04:18:30.646Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 21bd9bc7-b13e-49ad-a764-d4b0697b91e3 from URL: /sdc/v1/catalog/services/BasicOnboardNniwqw/1.0/resourceInstances/basic_onboard_nniwqw0/artifacts/base_ubuntu18.env
2022-02-05T04:18:30.647Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-02-05T04:18:30.647Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardNniwqw/1.0/resourceInstances/basic_onboard_nniwqw0/artifacts/base_ubuntu18.env
2022-02-05T04:18:30.688Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-02-05T04:18:30.688Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardNniwqw/1.0/resourceInstances/basic_onboard_nniwqw0/artifacts/base_ubuntu18.env 21bd9bc7-b13e-49ad-a764-d4b0697b91e3 909
2022-02-05T04:18:30.689Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardNniwqw/1.0/resourceInstances/basic_onboard_nniwqw0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-02-05T04:18:30.689Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNniwqw/1.0/resourceInstances/basic_onboard_nniwqw0/artifacts/base_ubuntu18.env
2022-02-05T04:18:30.689Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-05T04:18:30.690Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-02-05T04:18:30.693Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-05T04:18:30.693Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "4d2376a2-2c8e-4347-9b81-7f08495a0614",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644034710689,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNniwqw/1.0/resourceInstances/basic_onboard_nniwqw0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-02-05T04:18:30.793Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-05T04:18:30.794Z||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-02-05T04:18:30.794Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NVaOFbHv1dPNRJ79) ...
2022-02-05T04:18:30.805Z||pool-13-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T04:18:30.806Z||pool-13-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-02-05T04:18:31.694Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: e9e39d4b-7074-4c9d-9976-3d75e841aa06
2022-02-05T04:18:31.695Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_nNIwQw 0 b0392031-4877-4834-a680-0271dd930d9b 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-02-05T04:18:31.720Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7aea8887, org.onap.sdc.toscaparser.api.parameters.Input@4153597, org.onap.sdc.toscaparser.api.parameters.Input@15bdeb52, org.onap.sdc.toscaparser.api.parameters.Input@b2efc65, org.onap.sdc.toscaparser.api.parameters.Input@252ef337]
2022-02-05T04:18:31.723Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-05T04:18:31.723Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_nNIwQw is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-05T04:18:31.723Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic 
2022-02-05T04:18:31.723Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= cea9213e-0167-4513-b35c-660483ae0e1e
2022-02-05T04:18:31.724Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: cea9213e-0167-4513-b35c-660483ae0e1e matches Tosca VF Customization UUID: cea9213e-0167-4513-b35c-660483ae0e1e
2022-02-05T04:18:31.724Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: cea9213e-0167-4513-b35c-660483ae0e1e  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-02-05T04:18:31.728Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-05T04:18:31.729Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_nNIwQw is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-02-05T04:18:31.729Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id cea9213e-0167-4513-b35c-660483ae0e1e: {\"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-02-05T04:18:31.730Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@31c4325a
2022-02-05T04:18:31.730Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-05T04:18:31.730Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_nNIwQw is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-02-05T04:18:31.730Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 574647c9-bae0-40f8-bccc-79ccb5c11fb5
2022-02-05T04:18:31.731Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 574647c9-bae0-40f8-bccc-79ccb5c11fb5
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-02-05T04:18:31.736Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-05T04:18:31.736Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_nNIwQw 0 is matching search criteria
2022-02-05T04:18:31.737Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_nNIwQw 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-05T04:18:31.737Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-05T04:18:31.737Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_nNIwQw 0 is matching search criteria
2022-02-05T04:18:31.737Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_nNIwQw 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-05T04:18:31.738Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-05T04:18:31.738Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_nNIwQw 0 is not matching search criteria
2022-02-05T04:18:31.738Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-02-05T04:18:31.738Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-02-05T04:18:31.738Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=aba6ed6b-a78f-4e87-aade-643a6577a123
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-02-05T04:18:31.746Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-05T04:18:31.746Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_nNIwQw 0 is matching search criteria
2022-02-05T04:18:31.746Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_nNIwQw 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-05T04:18:31.747Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-05T04:18:31.747Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_nNIwQw 0 is matching search criteria
2022-02-05T04:18:31.747Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_nNIwQw 0] matching following query criteria: sdcType=VF, customizationUUID=cea9213e-0167-4513-b35c-660483ae0e1e
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-02-05T04:18:31.748Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-05T04:18:31.749Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_nNIwQw is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-02-05T04:18:31.749Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid e9e39d4b-7074-4c9d-9976-3d75e841aa06: basic_onboard_nNIwQw
2022-02-05T04:18:31.749Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-05T04:18:31.749Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_nNIwQw is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-02-05T04:18:31.750Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-05T04:18:31.750Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_nNIwQw is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-02-05T04:18:31.750Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-05T04:18:31.750Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_nNIwQw is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-02-05T04:18:31.750Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-05T04:18:31.750Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_nNIwQw is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-02-05T04:18:31.750Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-05T04:18:31.750Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_nNIwQw is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-02-05T04:18:31.751Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||INFO|500||Saving Service: basic_onboard_nNIwQw 
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-02-05T04:18:31.892Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_nNIwQw b0392031-4877-4834-a680-0271dd930d9b 1 ASDC deployResourceStructure
2022-02-05T04:18:31.893Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardNniwqw/1.0/resourceInstances/basic_onboard_nniwqw0/artifacts/basic_onboard_nniwqw0_modules.json ASDC sendASDCNotification
2022-02-05T04:18:31.893Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNniwqw/1.0/resourceInstances/basic_onboard_nniwqw0/artifacts/basic_onboard_nniwqw0_modules.json
2022-02-05T04:18:31.893Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-05T04:18:31.893Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-02-05T04:18:31.895Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-05T04:18:31.895Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "4d2376a2-2c8e-4347-9b81-7f08495a0614",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644034711893,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNniwqw/1.0/resourceInstances/basic_onboard_nniwqw0/artifacts/basic_onboard_nniwqw0_modules.json",
  "status": "DEPLOY_OK"
}
2022-02-05T04:18:31.995Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-05T04:18:31.996Z||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-02-05T04:18:31.996Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NVaOFbHv1dPNRJ79) ...
2022-02-05T04:18:32.006Z||pool-14-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T04:18:32.007Z||pool-14-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-02-05T04:18:32.896Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardNniwqw/1.0/resourceInstances/basic_onboard_nniwqw0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-02-05T04:18:32.896Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNniwqw/1.0/resourceInstances/basic_onboard_nniwqw0/artifacts/base_ubuntu18.yaml
2022-02-05T04:18:32.896Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-05T04:18:32.896Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-02-05T04:18:32.898Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-05T04:18:32.898Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "4d2376a2-2c8e-4347-9b81-7f08495a0614",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644034712895,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNniwqw/1.0/resourceInstances/basic_onboard_nniwqw0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-02-05T04:18:32.998Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-05T04:18:32.999Z||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-02-05T04:18:32.999Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NVaOFbHv1dPNRJ79) ...
2022-02-05T04:18:33.009Z||pool-15-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T04:18:33.009Z||pool-15-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-02-05T04:18:33.899Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardNniwqw/1.0/resourceInstances/basic_onboard_nniwqw0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-02-05T04:18:33.899Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNniwqw/1.0/resourceInstances/basic_onboard_nniwqw0/artifacts/base_ubuntu18.env
2022-02-05T04:18:33.899Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-05T04:18:33.899Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-02-05T04:18:33.901Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-05T04:18:33.901Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "4d2376a2-2c8e-4347-9b81-7f08495a0614",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644034713899,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNniwqw/1.0/resourceInstances/basic_onboard_nniwqw0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-02-05T04:18:34.001Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-05T04:18:34.002Z||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-02-05T04:18:34.002Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NVaOFbHv1dPNRJ79) ...
2022-02-05T04:18:34.012Z||pool-16-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T04:18:34.013Z||pool-16-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2022-02-05T04:18:34.902Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardNniwqw/1.0/artifacts/service-BasicOnboardNniwqw-csar.csar ASDC sendASDCNotification
2022-02-05T04:18:34.902Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNniwqw/1.0/artifacts/service-BasicOnboardNniwqw-csar.csar
2022-02-05T04:18:34.902Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-05T04:18:34.903Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-02-05T04:18:34.904Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-05T04:18:34.904Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "4d2376a2-2c8e-4347-9b81-7f08495a0614",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644034714902,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNniwqw/1.0/artifacts/service-BasicOnboardNniwqw-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-05T04:18:35.004Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-05T04:18:35.005Z||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-02-05T04:18:35.005Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NVaOFbHv1dPNRJ79) ...
2022-02-05T04:18:35.018Z||pool-17-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T04:18:35.018Z||pool-17-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-02-05T04:18:35.905Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4d2376a2-2c8e-4347-9b81-7f08495a0614
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-02-05T04:18:35.920Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4d2376a2-2c8e-4347-9b81-7f08495a0614
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-02-05T04:18:35.924Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-05T04:18:35.924Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-02-05T04:18:35.924Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-02-05T04:18:35.924Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-02-05T04:18:35.925Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-05T04:18:35.925Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-05T04:18:35.925Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-05T04:18:35.925Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-05T04:18:35.925Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-05T04:18:35.925Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-05T04:18:35.925Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|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-02-05T04:18:35.929Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-02-05T04:19:05.930Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 4d2376a2-2c8e-4347-9b81-7f08495a0614 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-02-05T04:19:05.937Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 4d2376a2-2c8e-4347-9b81-7f08495a0614 and serviceModelVersionId: e9e39d4b-7074-4c9d-9976-3d75e841aa06
2022-02-05T04:19:05.937Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 075086ff-ab69-43d4-884e-a9349c772541
2022-02-05T04:19:17.273Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T04:19:17.273Z||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-02-05T04:19:17.273Z||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 NVaOFbHv1dPNRJ79) ...
2022-02-05T04:19:17.394Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T04:19:17.394Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T04:19:17.394Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d2376a2-2c8e-4347-9b81-7f08495a0614",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644034697271,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNniwqw/1.0/resourceInstances/basic_onboard_nniwqw0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:19:17.395Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:19:18.142Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/075086ff-ab69-43d4-884e-a9349c772541/model-vers/model-ver/e9e39d4b-7074-4c9d-9976-3d75e841aa06?depth=0
2022-02-05T04:19:18.243Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2022-02-05T04:19:18.713Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/075086ff-ab69-43d4-884e-a9349c772541/model-vers/model-ver/e9e39d4b-7074-4c9d-9976-3d75e841aa06?depth=0|INFO|500||Invoke
2022-02-05T04:19:18.722Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/075086ff-ab69-43d4-884e-a9349c772541/model-vers/model-ver/e9e39d4b-7074-4c9d-9976-3d75e841aa06?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/075086ff-ab69-43d4-884e-a9349c772541/model-vers/model-ver/e9e39d4b-7074-4c9d-9976-3d75e841aa06?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[4d2376a2-2c8e-4347-9b81-7f08495a0614], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[3b97fc59-3f66-47a3-a75c-c63e526373d1], X-ECOMP-RequestID=[4d2376a2-2c8e-4347-9b81-7f08495a0614], X-TransactionId=[], X-ONAP-RequestID=[4d2376a2-2c8e-4347-9b81-7f08495a0614], Content-Type=[application/merge-patch+json]}
2022-02-05T04:19:18.871Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/075086ff-ab69-43d4-884e-a9349c772541/model-vers/model-ver/e9e39d4b-7074-4c9d-9976-3d75e841aa06?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-02-05T04:19:19.066Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/075086ff-ab69-43d4-884e-a9349c772541/model-vers/model-ver/e9e39d4b-7074-4c9d-9976-3d75e841aa06?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/075086ff-ab69-43d4-884e-a9349c772541/model-vers/model-ver/e9e39d4b-7074-4c9d-9976-3d75e841aa06?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220205-04:19:18:878-91834], vertex-id=[213008], Content-Length=[0], Date=[Sat, 05 Feb 2022 04:19:18 GMT], Content-Type=[application/json]}
2022-02-05T04:19:19.067Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/075086ff-ab69-43d4-884e-a9349c772541/model-vers/model-ver/e9e39d4b-7074-4c9d-9976-3d75e841aa06?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-02-05T04:19:19.068Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/075086ff-ab69-43d4-884e-a9349c772541/model-vers/model-ver/e9e39d4b-7074-4c9d-9976-3d75e841aa06?depth=0|INFO|500||InvokeReturn
2022-02-05T04:19:19.071Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-02-05T04:19:19.071Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|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-02-05T04:19:19.077Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|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-02-05T04:19:19.085Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 4d2376a2-2c8e-4347-9b81-7f08495a0614 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-02-05T04:19:19.085Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-02-05T04:19:19.086Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-02-05T04:19:19.088Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-05T04:19:19.088Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "4d2376a2-2c8e-4347-9b81-7f08495a0614",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644034759085,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-02-05T04:19:19.188Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-05T04:19:19.189Z||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-02-05T04:19:19.189Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NVaOFbHv1dPNRJ79) ...
2022-02-05T04:19:19.199Z||pool-18-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T04:19:19.199Z||pool-18-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-02-05T04:19:20.106Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T04:19:20.107Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|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-02-05T04:19:20.107Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|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 NVaOFbHv1dPNRJ79) ...
2022-02-05T04:19:20.727Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T04:19:20.728Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||DEBUG|500||received message from topic
2022-02-05T04:19:20.728Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"9077fe6e-5863-411d-8181-df94d1043dbe","serviceName":"vFW 2022-02-05 04-17-43","serviceVersion":"1.0","serviceUUID":"fa19b3b5-646c-44a2-99f0-f1837bd76730","serviceDescription":"catalog service description","serviceInvariantUUID":"27f8a586-aef5-48c3-8ef0-cbd171e5718b","resources":[{"resourceInstanceName":"vFW 0e7794c0-b5bc 0","resourceName":"vFW 0e7794c0-b5bc","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"addfaa32-6eb1-4069-ac76-a47d26a2bfd0","resourceInvariantUUID":"0aaa69d3-2134-433e-b2bb-5d5cda65fa82","resourceCustomizationUUID":"5a660aa6-ca77-4f62-9450-f9716d3eea94","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220205041743/1.0/resourceInstances/vfw0e7794c0b5bc0/artifacts/vf-license-model.xml","artifactChecksum":"NGJhNmViNTc1MDA3ZWFkZGNhYTk5OGYxMWQxMzk3M2U\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"d1d3dd9f-586d-4587-b757-7fb18bc6672b","artifactVersion":"1"},{"artifactName":"vfw0e7794c0b5bc0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220205041743/1.0/resourceInstances/vfw0e7794c0b5bc0/artifacts/vfw0e7794c0b5bc0_modules.json","artifactChecksum":"M2ExOTBkN2Q1YWI4Y2RiNGIyZjBlMGY1NmI5MWZhOWI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"a92a7993-e993-4a26-9d90-d23c84e27782","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220205041743/1.0/resourceInstances/vfw0e7794c0b5bc0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"65d4a347-91b0-4e4e-8039-48ccb1d293b0","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220205041743/1.0/resourceInstances/vfw0e7794c0b5bc0/artifacts/vendor-license-model.xml","artifactChecksum":"ZWI1MjRhYzQ1ZTlmYmU2ODBhNWMzMjRlYjIzYzczODA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"ef20400e-63b7-49b6-9633-312e993c80d0","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220205041743/1.0/resourceInstances/vfw0e7794c0b5bc0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"472fe570-74fe-40f8-915e-7986c31fe403","artifactVersion":"2","generatedFromUUID":"65d4a347-91b0-4e4e-8039-48ccb1d293b0"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220205041743-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220205041743/1.0/artifacts/service-Vfw20220205041743-template.yml","artifactChecksum":"OWVmM2IzMzU5MzY4N2Y1ODZiMDVkNmJjOTg3ZjRkMWE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"c1eff344-f1f3-4ff7-9c81-3e7e0dd9fbc6","artifactVersion":"1"},{"artifactName":"service-Vfw20220205041743-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220205041743/1.0/artifacts/service-Vfw20220205041743-csar.csar","artifactChecksum":"NjlkZDZlYTU2OWRhYjM5ZjA3MDk4ZDZkY2IwNDEyMTg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"e82b572d-cb4c-4c4b-bd43-9a262a000b41","artifactVersion":"1"}],"workloadContext":"Production"}
2022-02-05T04:19:20.732Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-05T04:19:20.732Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-02-05T04:19:20.734Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-05T04:19:20.734Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "9077fe6e-5863-411d-8181-df94d1043dbe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644034760106,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220205041743/1.0/resourceInstances/vfw0e7794c0b5bc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:19:20.834Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-05T04:19:20.835Z||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-02-05T04:19:20.835Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NVaOFbHv1dPNRJ79) ...
2022-02-05T04:19:20.846Z||pool-19-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T04:19:20.846Z||pool-19-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-02-05T04:19:21.735Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-05T04:19:21.736Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-02-05T04:19:21.738Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-05T04:19:21.738Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "9077fe6e-5863-411d-8181-df94d1043dbe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644034760106,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220205041743/1.0/resourceInstances/vfw0e7794c0b5bc0/artifacts/vfw0e7794c0b5bc0_modules.json",
  "status": "NOTIFIED"
}
2022-02-05T04:19:21.838Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-05T04:19:21.839Z||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-02-05T04:19:21.839Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NVaOFbHv1dPNRJ79) ...
2022-02-05T04:19:21.849Z||pool-20-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T04:19:21.850Z||pool-20-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2022-02-05T04:19:22.739Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-05T04:19:22.739Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-02-05T04:19:22.741Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-05T04:19:22.741Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "9077fe6e-5863-411d-8181-df94d1043dbe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644034760106,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220205041743/1.0/resourceInstances/vfw0e7794c0b5bc0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-02-05T04:19:22.841Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-05T04:19:22.842Z||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-02-05T04:19:22.842Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NVaOFbHv1dPNRJ79) ...
2022-02-05T04:19:22.853Z||pool-21-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T04:19:22.854Z||pool-21-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-02-05T04:19:23.742Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-05T04:19:23.743Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-02-05T04:19:23.745Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-05T04:19:23.745Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "9077fe6e-5863-411d-8181-df94d1043dbe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644034760106,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220205041743/1.0/resourceInstances/vfw0e7794c0b5bc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:19:23.845Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-05T04:19:23.846Z||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-02-05T04:19:23.846Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NVaOFbHv1dPNRJ79) ...
2022-02-05T04:19:23.856Z||pool-22-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T04:19:23.857Z||pool-22-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-02-05T04:19:24.746Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-05T04:19:24.746Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-02-05T04:19:24.748Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-05T04:19:24.749Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "9077fe6e-5863-411d-8181-df94d1043dbe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644034760106,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220205041743/1.0/resourceInstances/vfw0e7794c0b5bc0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-02-05T04:19:24.849Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-05T04:19:24.850Z||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-02-05T04:19:24.850Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NVaOFbHv1dPNRJ79) ...
2022-02-05T04:19:24.860Z||pool-23-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T04:19:24.860Z||pool-23-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-02-05T04:19:25.749Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-05T04:19:25.750Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-02-05T04:19:25.752Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-05T04:19:25.752Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "9077fe6e-5863-411d-8181-df94d1043dbe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644034760106,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220205041743/1.0/artifacts/service-Vfw20220205041743-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:19:25.852Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-05T04:19:25.854Z||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-02-05T04:19:25.854Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NVaOFbHv1dPNRJ79) ...
2022-02-05T04:19:25.863Z||pool-24-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T04:19:25.863Z||pool-24-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-02-05T04:19:26.753Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-05T04:19:26.754Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-02-05T04:19:26.755Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-05T04:19:26.755Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "9077fe6e-5863-411d-8181-df94d1043dbe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644034760106,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220205041743/1.0/artifacts/service-Vfw20220205041743-csar.csar",
  "status": "NOTIFIED"
}
2022-02-05T04:19:26.855Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-05T04:19:26.856Z||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-02-05T04:19:26.856Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NVaOFbHv1dPNRJ79) ...
2022-02-05T04:19:26.865Z||pool-25-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T04:19:26.866Z||pool-25-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-02-05T04:19:27.757Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||DEBUG|500||sending notification to client: {
  "distributionID": "9077fe6e-5863-411d-8181-df94d1043dbe",
  "serviceName": "vFW 2022-02-05 04-17-43",
  "serviceVersion": "1.0",
  "serviceUUID": "fa19b3b5-646c-44a2-99f0-f1837bd76730",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "27f8a586-aef5-48c3-8ef0-cbd171e5718b",
  "resources": [
    {
      "resourceInstanceName": "vFW 0e7794c0-b5bc 0",
      "resourceCustomizationUUID": "5a660aa6-ca77-4f62-9450-f9716d3eea94",
      "resourceName": "vFW 0e7794c0-b5bc",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "addfaa32-6eb1-4069-ac76-a47d26a2bfd0",
      "resourceInvariantUUID": "0aaa69d3-2134-433e-b2bb-5d5cda65fa82",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw0e7794c0b5bc0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220205041743/1.0/resourceInstances/vfw0e7794c0b5bc0/artifacts/vfw0e7794c0b5bc0_modules.json",
          "artifactChecksum": "M2ExOTBkN2Q1YWI4Y2RiNGIyZjBlMGY1NmI5MWZhOWI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "a92a7993-e993-4a26-9d90-d23c84e27782",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220205041743/1.0/resourceInstances/vfw0e7794c0b5bc0/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "65d4a347-91b0-4e4e-8039-48ccb1d293b0",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20220205041743/1.0/resourceInstances/vfw0e7794c0b5bc0/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "472fe570-74fe-40f8-915e-7986c31fe403",
            "generatedFromUUID": "65d4a347-91b0-4e4e-8039-48ccb1d293b0"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220205041743/1.0/resourceInstances/vfw0e7794c0b5bc0/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "472fe570-74fe-40f8-915e-7986c31fe403",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20220205041743-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20220205041743/1.0/artifacts/service-Vfw20220205041743-csar.csar",
      "artifactChecksum": "NjlkZDZlYTU2OWRhYjM5ZjA3MDk4ZDZkY2IwNDEyMTg\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "e82b572d-cb4c-4c4b-bd43-9a262a000b41"
    }
  ],
  "workloadContext": "Production"
}
2022-02-05T04:19:27.757Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-02-05T04:19:27.757Z|4d2376a2-2c8e-4347-9b81-7f08495a0614|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 fa19b3b5-646c-44a2-99f0-f1837bd76730 ASDC
2022-02-05T04:19:27.758Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||ASDC Notification:
DistributionID:9077fe6e-5863-411d-8181-df94d1043dbe
ServiceName:vFW 2022-02-05 04-17-43
ServiceVersion:1.0
ServiceUUID:fa19b3b5-646c-44a2-99f0-f1837bd76730
ServiceInvariantUUID:27f8a586-aef5-48c3-8ef0-cbd171e5718b
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220205041743-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220205041743/1.0/artifacts/service-Vfw20220205041743-csar.csar
ArtifactUUID:e82b572d-cb4c-4c4b-bd43-9a262a000b41
ArtifactChecksum:NjlkZDZlYTU2OWRhYjM5ZjA3MDk4ZDZkY2IwNDEyMTg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 0e7794c0-b5bc 0
ResourceCustomizationUUID:5a660aa6-ca77-4f62-9450-f9716d3eea94
ResourceInvariantUUID:0aaa69d3-2134-433e-b2bb-5d5cda65fa82
ResourceName:vFW 0e7794c0-b5bc
ResourceType:VF
ResourceUUID:addfaa32-6eb1-4069-ac76-a47d26a2bfd0
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw0e7794c0b5bc0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220205041743/1.0/resourceInstances/vfw0e7794c0b5bc0/artifacts/vfw0e7794c0b5bc0_modules.json
ArtifactUUID:a92a7993-e993-4a26-9d90-d23c84e27782
ArtifactChecksum:M2ExOTBkN2Q1YWI4Y2RiNGIyZjBlMGY1NmI5MWZhOWI=
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/Vfw20220205041743/1.0/resourceInstances/vfw0e7794c0b5bc0/artifacts/base_vfw.yaml
ArtifactUUID:65d4a347-91b0-4e4e-8039-48ccb1d293b0
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/Vfw20220205041743/1.0/resourceInstances/vfw0e7794c0b5bc0/artifacts/base_vfw.env
ArtifactUUID:472fe570-74fe-40f8-915e-7986c31fe403
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/Vfw20220205041743/1.0/resourceInstances/vfw0e7794c0b5bc0/artifacts/base_vfw.env
ArtifactUUID:472fe570-74fe-40f8-915e-7986c31fe403
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-02-05T04:19:27.758Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF fa19b3b5-646c-44a2-99f0-f1837bd76730 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-02-05T04:19:27.790Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-02-05T04:19:27.791Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-02-05T04:19:27.791Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-02-05T04:19:27.791Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: e82b572d-cb4c-4c4b-bd43-9a262a000b41 from URL: /sdc/v1/catalog/services/Vfw20220205041743/1.0/artifacts/service-Vfw20220205041743-csar.csar
2022-02-05T04:19:27.791Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-02-05T04:19:27.791Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220205041743/1.0/artifacts/service-Vfw20220205041743-csar.csar
2022-02-05T04:19:27.940Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-02-05T04:19:27.945Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220205041743/1.0/artifacts/service-Vfw20220205041743-csar.csar e82b572d-cb4c-4c4b-bd43-9a262a000b41 98938
2022-02-05T04:19:27.945Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220205041743/1.0/artifacts/service-Vfw20220205041743-csar.csar ASDC sendASDCNotification
2022-02-05T04:19:27.946Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220205041743/1.0/artifacts/service-Vfw20220205041743-csar.csar
2022-02-05T04:19:27.946Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-05T04:19:27.946Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-02-05T04:19:27.948Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-05T04:19:27.948Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "9077fe6e-5863-411d-8181-df94d1043dbe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644034767945,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220205041743/1.0/artifacts/service-Vfw20220205041743-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-05T04:19:28.048Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-05T04:19:28.049Z||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-02-05T04:19:28.049Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NVaOFbHv1dPNRJ79) ...
2022-02-05T04:19:28.060Z||pool-26-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T04:19:28.060Z||pool-26-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-02-05T04:19:28.948Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-02-05T04:19:28.950Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||INFO|500||MSO config path is: /app
2022-02-05T04:19:28.950Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: e82b572d-cb4c-4c4b-bd43-9a262a000b41, URL: /sdc/v1/catalog/services/Vfw20220205041743/1.0/artifacts/service-Vfw20220205041743-csar.csar to file: /app/ASDC/1/service-Vfw20220205041743-csar.csar
2022-02-05T04:19:28.950Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220205041743-csar.csar
2022-02-05T04:19:28.951Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220205041743-csar.csar
2022-02-05T04:19:28.951Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220205041743-csar.csar
2022-02-05T04:19:29.142Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7231055851516364698/Definitions/service-Vfw20220205041743-template.yml
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
2022-02-05T04:19:31.213Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0
2022-02-05T04:19:31.213Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-02-05T04:19:31.213Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220205041743-csar.csar
2022-02-05T04:19:31.213Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-02-05T04:19:31.214Z|9077fe6e-5863-411d-8181-df94d1043dbe|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-Vfw20220205041743-csar.csar
2022-02-05T04:19:31.214Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 0e7794c0-b5bc 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-Vfw20220205041743-csar.csar
2022-02-05T04:19:31.214Z|9077fe6e-5863-411d-8181-df94d1043dbe|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-Vfw20220205041743-csar.csar
2022-02-05T04:19:31.214Z|9077fe6e-5863-411d-8181-df94d1043dbe|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-Vfw20220205041743-csar.csar
2022-02-05T04:19:31.214Z|9077fe6e-5863-411d-8181-df94d1043dbe|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-Vfw20220205041743-csar.csar
2022-02-05T04:19:31.214Z|9077fe6e-5863-411d-8181-df94d1043dbe|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-Vfw20220205041743-csar.csar
2022-02-05T04:19:31.214Z|9077fe6e-5863-411d-8181-df94d1043dbe|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-Vfw20220205041743-csar.csar
2022-02-05T04:19:31.214Z|9077fe6e-5863-411d-8181-df94d1043dbe|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-Vfw20220205041743-csar.csar
2022-02-05T04:19:31.214Z|9077fe6e-5863-411d-8181-df94d1043dbe|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-Vfw20220205041743-csar.csar
2022-02-05T04:19:31.214Z|9077fe6e-5863-411d-8181-df94d1043dbe|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-Vfw20220205041743-csar.csar
2022-02-05T04:19:31.214Z|9077fe6e-5863-411d-8181-df94d1043dbe|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-Vfw20220205041743-csar.csar
2022-02-05T04:19:31.214Z|9077fe6e-5863-411d-8181-df94d1043dbe|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-Vfw20220205041743-csar.csar
2022-02-05T04:19:31.214Z|9077fe6e-5863-411d-8181-df94d1043dbe|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-Vfw20220205041743-csar.csar
2022-02-05T04:19:31.215Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||WARN|500||####################################################################################################
2022-02-05T04:19:31.215Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-05T04:19:31.215Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-02-05 04-17-43 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-02-05T04:19:31.215Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||Node template vFW 0e7794c0-b5bc 0 is matching search criteria
2022-02-05T04:19:31.215Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-02-05T04:19:31.215Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 0e7794c0-b5bc 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-02-05T04:19:31.215Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-05T04:19:31.216Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-02-05 04-17-43 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-02-05T04:19:31.216Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||Node template vFW 0e7794c0-b5bc 0 is matching search criteria
2022-02-05T04:19:31.216Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||Search for entities recursively
2022-02-05T04:19:31.216Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 0e7794c0-b5bc 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-02-05T04:19:31.216Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-05T04:19:31.216Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-02-05 04-17-43 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-05T04:19:31.216Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-05T04:19:31.216Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||Node template vFW 0e7794c0-b5bc 0 is not matching search criteria
2022-02-05T04:19:31.217Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-02-05T04:19:31.217Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-02-05T04:19:31.217Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-02-05T04:19:31.217Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-02-05T04:19:31.217Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-02-05T04:19:31.217Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2022-02-05T04:19:31.217Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-02-05T04:19:31.217Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-02-05T04:19:31.217Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2022-02-05T04:19:31.217Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-02-05T04:19:31.218Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-02-05T04:19:31.218Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-02-05T04:19:31.218Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-02-05T04:19:31.218Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2022-02-05T04:19:31.218Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-02-05T04:19:31.218Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-02-05T04:19:31.218Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-05T04:19:31.218Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-02-05 04-17-43 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-02-05T04:19:31.218Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-05T04:19:31.219Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||Node template vFW 0e7794c0-b5bc 0 is matching search criteria
2022-02-05T04:19:31.219Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 0e7794c0-b5bc 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-05T04:19:31.219Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-05T04:19:31.219Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||Node template vFW 0e7794c0-b5bc 0 is matching search criteria
2022-02-05T04:19:31.219Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 0e7794c0-b5bc 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-05T04:19:31.219Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-05T04:19:31.219Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||Node template vFW 0e7794c0-b5bc 0 is matching search criteria
2022-02-05T04:19:31.219Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 0e7794c0-b5bc 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-05T04:19:31.220Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-05T04:19:31.220Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||Node template vFW 0e7794c0-b5bc 0 is not matching search criteria
2022-02-05T04:19:31.220Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-02-05T04:19:31.220Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-02-05T04:19:31.220Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-02-05T04:19:31.220Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-02-05T04:19:31.220Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2022-02-05T04:19:31.220Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-02-05T04:19:31.221Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-02-05T04:19:31.221Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-02-05T04:19:31.221Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-02-05T04:19:31.221Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2022-02-05T04:19:31.221Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-02-05T04:19:31.221Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=0073bccd-1f1c-43dd-b0e0-8e5208a20da2
2022-02-05T04:19:31.221Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-05T04:19:31.221Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||Node template vFW 0e7794c0-b5bc 0 is not matching search criteria
2022-02-05T04:19:31.221Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-02-05T04:19:31.222Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-02-05T04:19:31.222Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-02-05T04:19:31.222Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-02-05T04:19:31.222Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-02-05T04:19:31.222Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2022-02-05T04:19:31.222Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-02-05T04:19:31.222Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-02-05T04:19:31.222Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-02-05T04:19:31.222Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-02-05T04:19:31.223Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2022-02-05T04:19:31.223Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-02-05T04:19:31.223Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=0ae4c6bf-d659-49cf-8085-6d52109ecced
2022-02-05T04:19:31.223Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-05T04:19:31.223Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||Node template vFW 0e7794c0-b5bc 0 is not matching search criteria
2022-02-05T04:19:31.223Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-02-05T04:19:31.223Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-02-05T04:19:31.223Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-02-05T04:19:31.223Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-02-05T04:19:31.223Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-02-05T04:19:31.224Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2022-02-05T04:19:31.224Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-02-05T04:19:31.224Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-02-05T04:19:31.224Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2022-02-05T04:19:31.224Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-02-05T04:19:31.224Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-02-05T04:19:31.224Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-02-05T04:19:31.224Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=7e91a3b9-44fd-49c1-a0c1-7285f3876d77
2022-02-05T04:19:31.224Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-05T04:19:31.225Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-02-05 04-17-43 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-02-05T04:19:31.225Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-05T04:19:31.225Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-02-05 04-17-43 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-02-05T04:19:31.225Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-05T04:19:31.225Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-02-05 04-17-43 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-05T04:19:31.225Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-05T04:19:31.225Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-02-05 04-17-43 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-02-05T04:19:31.225Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2022-02-05 04-17-43
Description:catalog service description
Model UUID:fa19b3b5-646c-44a2-99f0-f1837bd76730
Model Version:NULL
Model InvariantUuid:27f8a586-aef5-48c3-8ef0-cbd171e5718b
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 0e7794c0-b5bc
Model UUID:ef762f79-38ea-44b7-98b2-45d7042fbdce
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:0aaa69d3-2134-433e-b2bb-5d5cda65fa82
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:5a660aa6-ca77-4f62-9450-f9716d3eea94
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:49f16109-61ee-420e-b73b-32a911a2c1b9
ModelName:Vfw0e7794c0B5bc..base_vfw..module-0
ModelUuid:7be07a96-5561-4c52-bd29-b9c349214827
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:0073bccd-1f1c-43dd-b0e0-8e5208a20da2
ModelInvariantUuid:cf43eba8-244d-4533-8eae-a070847261ac
ModelName:vFW 0e7794c0-b5bc-nodes.vfwCvfc
ModelUuid:486cf480-90de-4104-8a01-5ae466d16ec3
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:4caa90bb-b26c-46ed-8fa4-47cc58164f55
ModelInvariantUuid:53718cc4-31d0-4b42-be69-f47ee07b0b18
ModelName:Vfw0e7794c0B5bc.compute.nodes.heat.vfw
ModelUuid:156613fb-c627-4254-bc45-5e05ad786006
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:0ae4c6bf-d659-49cf-8085-6d52109ecced
ModelInvariantUuid:1a2a24fd-da95-4a37-aadb-a877a31faa88
ModelName:vFW 0e7794c0-b5bc-nodes.vsnCvfc
ModelUuid:924427fe-5fd1-4faf-a3fa-86b25810e20b
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:15a8cf43-c84c-461f-97d5-748246eba4fb
ModelInvariantUuid:cbbc1e0e-299e-4ce3-becb-1d71b11aaf5f
ModelName:Vfw0e7794c0B5bc.compute.nodes.heat.vsn
ModelUuid:56018702-838e-4fef-8909-50a060c35bb9
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:7e91a3b9-44fd-49c1-a0c1-7285f3876d77
ModelInvariantUuid:1a08ab69-305a-423b-babf-7e6544ea3ca3
ModelName:vFW 0e7794c0-b5bc-nodes.vpgCvfc
ModelUuid:9ecea5a2-1e2d-4cf8-a0e1-1586f21dd772
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:e815113e-bfed-476f-bed6-db47224a7978
ModelInvariantUuid:93fc88b4-e898-4f5e-bc42-1fdbcdbf8c85
ModelName:Vfw0e7794c0B5bc.compute.nodes.heat.vpg
ModelUuid:def23e58-3064-4e9d-974d-d8bd09ac0d32
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-02-05T04:19:31.231Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: addfaa32-6eb1-4069-ac76-a47d26a2bfd0
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-02-05T04:19:31.233Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||INFO|500||vFW 0e7794c0-b5bc 0
2022-02-05T04:19:31.234Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: addfaa32-6eb1-4069-ac76-a47d26a2bfd0
2022-02-05T04:19:31.234Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: a92a7993-e993-4a26-9d90-d23c84e27782 from URL: /sdc/v1/catalog/services/Vfw20220205041743/1.0/resourceInstances/vfw0e7794c0b5bc0/artifacts/vfw0e7794c0b5bc0_modules.json
2022-02-05T04:19:31.234Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-02-05T04:19:31.234Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220205041743/1.0/resourceInstances/vfw0e7794c0b5bc0/artifacts/vfw0e7794c0b5bc0_modules.json
2022-02-05T04:19:31.275Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-02-05T04:19:31.275Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220205041743/1.0/resourceInstances/vfw0e7794c0b5bc0/artifacts/vfw0e7794c0b5bc0_modules.json a92a7993-e993-4a26-9d90-d23c84e27782 785
2022-02-05T04:19:31.275Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220205041743/1.0/resourceInstances/vfw0e7794c0b5bc0/artifacts/vfw0e7794c0b5bc0_modules.json ASDC sendASDCNotification
2022-02-05T04:19:31.275Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220205041743/1.0/resourceInstances/vfw0e7794c0b5bc0/artifacts/vfw0e7794c0b5bc0_modules.json
2022-02-05T04:19:31.276Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-05T04:19:31.276Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-02-05T04:19:31.278Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-05T04:19:31.278Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "9077fe6e-5863-411d-8181-df94d1043dbe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644034771275,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220205041743/1.0/resourceInstances/vfw0e7794c0b5bc0/artifacts/vfw0e7794c0b5bc0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-02-05T04:19:31.378Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-05T04:19:31.379Z||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-02-05T04:19:31.379Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NVaOFbHv1dPNRJ79) ...
2022-02-05T04:19:31.389Z||pool-27-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T04:19:31.390Z||pool-27-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-02-05T04:19:32.278Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw0e7794c0B5bc..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "49f16109-61ee-420e-b73b-32a911a2c1b9",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "7be07a96-5561-4c52-bd29-b9c349214827",
    "vfModuleModelCustomizationUUID": "a700cf4c-4b47-4d36-a3d1-02eb4564779a",
    "isBase": true,
    "artifacts": [
      "65d4a347-91b0-4e4e-8039-48ccb1d293b0",
      "472fe570-74fe-40f8-915e-7986c31fe403"
    ],
    "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-02-05T04:19:32.282Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw0e7794c0B5bc..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:7be07a96-5561-4c52-bd29-b9c349214827
VfModuleModelInvariantUUID:49f16109-61ee-420e-b73b-32a911a2c1b9
VfModuleModelDescription:NULL
Artifacts UUID List:{
65d4a347-91b0-4e4e-8039-48ccb1d293b0
,
472fe570-74fe-40f8-915e-7986c31fe403

}
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-02-05T04:19:32.284Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw0e7794c0B5bc..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "49f16109-61ee-420e-b73b-32a911a2c1b9",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "7be07a96-5561-4c52-bd29-b9c349214827",
    "vfModuleModelCustomizationUUID": "a700cf4c-4b47-4d36-a3d1-02eb4564779a",
    "isBase": true,
    "artifacts": [
      "65d4a347-91b0-4e4e-8039-48ccb1d293b0",
      "472fe570-74fe-40f8-915e-7986c31fe403"
    ],
    "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-02-05T04:19:32.284Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw0e7794c0B5bc..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:7be07a96-5561-4c52-bd29-b9c349214827
VfModuleModelInvariantUUID:49f16109-61ee-420e-b73b-32a911a2c1b9
VfModuleModelDescription:NULL
Artifacts UUID List:{
65d4a347-91b0-4e4e-8039-48ccb1d293b0
,
472fe570-74fe-40f8-915e-7986c31fe403

}
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-02-05T04:19:32.284Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 65d4a347-91b0-4e4e-8039-48ccb1d293b0 from URL: /sdc/v1/catalog/services/Vfw20220205041743/1.0/resourceInstances/vfw0e7794c0b5bc0/artifacts/base_vfw.yaml
2022-02-05T04:19:32.285Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-02-05T04:19:32.285Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220205041743/1.0/resourceInstances/vfw0e7794c0b5bc0/artifacts/base_vfw.yaml
2022-02-05T04:19:32.330Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-02-05T04:19:32.330Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220205041743/1.0/resourceInstances/vfw0e7794c0b5bc0/artifacts/base_vfw.yaml 65d4a347-91b0-4e4e-8039-48ccb1d293b0 20368
2022-02-05T04:19:32.331Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220205041743/1.0/resourceInstances/vfw0e7794c0b5bc0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-02-05T04:19:32.331Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220205041743/1.0/resourceInstances/vfw0e7794c0b5bc0/artifacts/base_vfw.yaml
2022-02-05T04:19:32.331Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-05T04:19:32.331Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-02-05T04:19:32.333Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-05T04:19:32.333Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "9077fe6e-5863-411d-8181-df94d1043dbe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644034772331,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220205041743/1.0/resourceInstances/vfw0e7794c0b5bc0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-02-05T04:19:32.433Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-05T04:19:32.434Z||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-02-05T04:19:32.434Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NVaOFbHv1dPNRJ79) ...
2022-02-05T04:19:32.445Z||pool-28-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T04:19:32.445Z||pool-28-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-02-05T04:19:33.334Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 472fe570-74fe-40f8-915e-7986c31fe403 from URL: /sdc/v1/catalog/services/Vfw20220205041743/1.0/resourceInstances/vfw0e7794c0b5bc0/artifacts/base_vfw.env
2022-02-05T04:19:33.334Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||INFO|500||DistributionClient - download
2022-02-05T04:19:33.334Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220205041743/1.0/resourceInstances/vfw0e7794c0b5bc0/artifacts/base_vfw.env
2022-02-05T04:19:33.373Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||GET Response Status 200
2022-02-05T04:19:33.373Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220205041743/1.0/resourceInstances/vfw0e7794c0b5bc0/artifacts/base_vfw.env 472fe570-74fe-40f8-915e-7986c31fe403 2098
2022-02-05T04:19:33.373Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220205041743/1.0/resourceInstances/vfw0e7794c0b5bc0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-02-05T04:19:33.373Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220205041743/1.0/resourceInstances/vfw0e7794c0b5bc0/artifacts/base_vfw.env
2022-02-05T04:19:33.373Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-05T04:19:33.374Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-02-05T04:19:33.375Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-05T04:19:33.375Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "9077fe6e-5863-411d-8181-df94d1043dbe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644034773373,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220205041743/1.0/resourceInstances/vfw0e7794c0b5bc0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-02-05T04:19:33.475Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-05T04:19:33.476Z||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-02-05T04:19:33.476Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NVaOFbHv1dPNRJ79) ...
2022-02-05T04:19:33.486Z||pool-29-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T04:19:33.486Z||pool-29-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-02-05T04:19:34.376Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: fa19b3b5-646c-44a2-99f0-f1837bd76730
2022-02-05T04:19:34.376Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 0e7794c0-b5bc 0 addfaa32-6eb1-4069-ac76-a47d26a2bfd0 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-02-05T04:19:34.390Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5e321bb2, org.onap.sdc.toscaparser.api.parameters.Input@5b5a619e, org.onap.sdc.toscaparser.api.parameters.Input@6e3402bf, org.onap.sdc.toscaparser.api.parameters.Input@61fcfaf3, org.onap.sdc.toscaparser.api.parameters.Input@2f5d82f5]
2022-02-05T04:19:34.391Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-05T04:19:34.392Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-02-05 04-17-43 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-05T04:19:34.392Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic 
2022-02-05T04:19:34.392Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= 5a660aa6-ca77-4f62-9450-f9716d3eea94
2022-02-05T04:19:34.392Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 5a660aa6-ca77-4f62-9450-f9716d3eea94 matches Tosca VF Customization UUID: 5a660aa6-ca77-4f62-9450-f9716d3eea94
2022-02-05T04:19:34.392Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: 5a660aa6-ca77-4f62-9450-f9716d3eea94  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-02-05T04:19:34.394Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-05T04:19:34.394Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-02-05 04-17-43 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-02-05T04:19:34.394Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id 5a660aa6-ca77-4f62-9450-f9716d3eea94: {\"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-02-05T04:19:34.394Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@1c6a444a
2022-02-05T04:19:34.395Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-05T04:19:34.395Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-02-05 04-17-43 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-02-05T04:19:34.395Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : a700cf4c-4b47-4d36-a3d1-02eb4564779a
2022-02-05T04:19:34.395Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID a700cf4c-4b47-4d36-a3d1-02eb4564779a
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-02-05T04:19:34.396Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-05T04:19:34.397Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||Node template vFW 0e7794c0-b5bc 0 is matching search criteria
2022-02-05T04:19:34.397Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 0e7794c0-b5bc 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-05T04:19:34.397Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-05T04:19:34.397Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||Node template vFW 0e7794c0-b5bc 0 is matching search criteria
2022-02-05T04:19:34.397Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 0e7794c0-b5bc 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-05T04:19:34.397Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-05T04:19:34.398Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||Node template vFW 0e7794c0-b5bc 0 is not matching search criteria
2022-02-05T04:19:34.398Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-02-05T04:19:34.398Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-02-05T04:19:34.398Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-02-05T04:19:34.398Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-02-05T04:19:34.398Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2022-02-05T04:19:34.398Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-02-05T04:19:34.398Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-02-05T04:19:34.398Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-02-05T04:19:34.399Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-02-05T04:19:34.399Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2022-02-05T04:19:34.399Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-02-05T04:19:34.399Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=0073bccd-1f1c-43dd-b0e0-8e5208a20da2
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-02-05T04:19:34.400Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-05T04:19:34.400Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||Node template vFW 0e7794c0-b5bc 0 is matching search criteria
2022-02-05T04:19:34.401Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 0e7794c0-b5bc 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-05T04:19:34.401Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-05T04:19:34.401Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||Node template vFW 0e7794c0-b5bc 0 is not matching search criteria
2022-02-05T04:19:34.401Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-02-05T04:19:34.401Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-02-05T04:19:34.401Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-02-05T04:19:34.401Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-02-05T04:19:34.402Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-02-05T04:19:34.402Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2022-02-05T04:19:34.402Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-02-05T04:19:34.402Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-02-05T04:19:34.402Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-02-05T04:19:34.402Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-02-05T04:19:34.402Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria
2022-02-05T04:19:34.402Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-02-05T04:19:34.402Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=0ae4c6bf-d659-49cf-8085-6d52109ecced
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-02-05T04:19:34.404Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-05T04:19:34.404Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||Node template vFW 0e7794c0-b5bc 0 is matching search criteria
2022-02-05T04:19:34.404Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 0e7794c0-b5bc 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-05T04:19:34.407Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-05T04:19:34.407Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||Node template vFW 0e7794c0-b5bc 0 is not matching search criteria
2022-02-05T04:19:34.407Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-02-05T04:19:34.407Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-02-05T04:19:34.407Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-02-05T04:19:34.407Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-02-05T04:19:34.407Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-02-05T04:19:34.407Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria
2022-02-05T04:19:34.408Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-02-05T04:19:34.408Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-02-05T04:19:34.408Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria
2022-02-05T04:19:34.408Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-02-05T04:19:34.408Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-02-05T04:19:34.408Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-02-05T04:19:34.408Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=7e91a3b9-44fd-49c1-a0c1-7285f3876d77
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-02-05T04:19:34.410Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-05T04:19:34.410Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||Node template vFW 0e7794c0-b5bc 0 is matching search criteria
2022-02-05T04:19:34.410Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 0e7794c0-b5bc 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-05T04:19:34.410Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-05T04:19:34.410Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||Node template vFW 0e7794c0-b5bc 0 is matching search criteria
2022-02-05T04:19:34.410Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW 0e7794c0-b5bc 0] matching following query criteria: sdcType=VF, customizationUUID=5a660aa6-ca77-4f62-9450-f9716d3eea94
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-02-05T04:19:34.412Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-05T04:19:34.412Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-02-05 04-17-43 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-02-05T04:19:34.412Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid fa19b3b5-646c-44a2-99f0-f1837bd76730: vFW 0e7794c0-b5bc
2022-02-05T04:19:34.412Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-05T04:19:34.412Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-02-05 04-17-43 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-02-05T04:19:34.413Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-05T04:19:34.413Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-02-05 04-17-43 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-02-05T04:19:34.413Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-05T04:19:34.413Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-02-05 04-17-43 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-02-05T04:19:34.413Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-05T04:19:34.413Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-02-05 04-17-43 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-02-05T04:19:34.413Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-05T04:19:34.413Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-02-05 04-17-43 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-02-05T04:19:34.414Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||INFO|500||Saving Service: vFW 2022-02-05 04-17-43 
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-02-05T04:19:34.540Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 0e7794c0-b5bc addfaa32-6eb1-4069-ac76-a47d26a2bfd0 1 ASDC deployResourceStructure
2022-02-05T04:19:34.540Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220205041743/1.0/resourceInstances/vfw0e7794c0b5bc0/artifacts/vfw0e7794c0b5bc0_modules.json ASDC sendASDCNotification
2022-02-05T04:19:34.540Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220205041743/1.0/resourceInstances/vfw0e7794c0b5bc0/artifacts/vfw0e7794c0b5bc0_modules.json
2022-02-05T04:19:34.540Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-05T04:19:34.541Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-02-05T04:19:34.542Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-05T04:19:34.542Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "9077fe6e-5863-411d-8181-df94d1043dbe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644034774540,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220205041743/1.0/resourceInstances/vfw0e7794c0b5bc0/artifacts/vfw0e7794c0b5bc0_modules.json",
  "status": "DEPLOY_OK"
}
2022-02-05T04:19:34.642Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-05T04:19:34.643Z||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-02-05T04:19:34.643Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NVaOFbHv1dPNRJ79) ...
2022-02-05T04:19:34.653Z||pool-30-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T04:19:34.653Z||pool-30-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-02-05T04:19:35.543Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220205041743/1.0/resourceInstances/vfw0e7794c0b5bc0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-02-05T04:19:35.544Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220205041743/1.0/resourceInstances/vfw0e7794c0b5bc0/artifacts/base_vfw.yaml
2022-02-05T04:19:35.544Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-05T04:19:35.544Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-02-05T04:19:35.546Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-05T04:19:35.546Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "9077fe6e-5863-411d-8181-df94d1043dbe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644034775543,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220205041743/1.0/resourceInstances/vfw0e7794c0b5bc0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-02-05T04:19:35.647Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-05T04:19:35.648Z||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-02-05T04:19:35.648Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NVaOFbHv1dPNRJ79) ...
2022-02-05T04:19:35.659Z||pool-31-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T04:19:35.660Z||pool-31-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-02-05T04:19:36.547Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220205041743/1.0/resourceInstances/vfw0e7794c0b5bc0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-02-05T04:19:36.548Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220205041743/1.0/resourceInstances/vfw0e7794c0b5bc0/artifacts/base_vfw.env
2022-02-05T04:19:36.548Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-05T04:19:36.548Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-02-05T04:19:36.550Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-05T04:19:36.550Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "9077fe6e-5863-411d-8181-df94d1043dbe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644034776547,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220205041743/1.0/resourceInstances/vfw0e7794c0b5bc0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-02-05T04:19:36.650Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-05T04:19:36.651Z||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-02-05T04:19:36.651Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NVaOFbHv1dPNRJ79) ...
2022-02-05T04:19:36.662Z||pool-32-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T04:19:36.662Z||pool-32-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-02-05T04:19:37.551Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220205041743/1.0/artifacts/service-Vfw20220205041743-csar.csar ASDC sendASDCNotification
2022-02-05T04:19:37.551Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220205041743/1.0/artifacts/service-Vfw20220205041743-csar.csar
2022-02-05T04:19:37.551Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-05T04:19:37.551Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-02-05T04:19:37.553Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-05T04:19:37.553Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "9077fe6e-5863-411d-8181-df94d1043dbe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644034777550,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220205041743/1.0/artifacts/service-Vfw20220205041743-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-05T04:19:37.654Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-05T04:19:37.654Z||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-02-05T04:19:37.654Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NVaOFbHv1dPNRJ79) ...
2022-02-05T04:19:37.665Z||pool-33-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T04:19:37.665Z||pool-33-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2022-02-05T04:19:38.555Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9077fe6e-5863-411d-8181-df94d1043dbe
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-02-05T04:19:38.565Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9077fe6e-5863-411d-8181-df94d1043dbe
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-02-05T04:19:38.570Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-05T04:19:38.570Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-02-05T04:19:38.571Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-02-05T04:20:08.571Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9077fe6e-5863-411d-8181-df94d1043dbe
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-02-05T04:20:08.580Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9077fe6e-5863-411d-8181-df94d1043dbe
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-02-05T04:20:08.582Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-05T04:20:08.582Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-02-05T04:20:08.582Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-02-05T04:20:17.273Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T04:20:17.273Z||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-02-05T04:20:17.273Z||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 NVaOFbHv1dPNRJ79) ...
2022-02-05T04:20:17.302Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T04:20:17.305Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T04:20:17.305Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d2376a2-2c8e-4347-9b81-7f08495a0614",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1644034698200,
  "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-02-05T04:20:17.312Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 4d2376a2-2c8e-4347-9b81-7f08495a0614
2022-02-05T04:20:17.312Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4d2376a2-2c8e-4347-9b81-7f08495a0614 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-02-05T04:20:17.321Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T04:20:17.321Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d2376a2-2c8e-4347-9b81-7f08495a0614",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644034697271,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNniwqw/1.0/resourceInstances/basic_onboard_nniwqw0/artifacts/basic_onboard_nniwqw0_modules.json",
  "status": "NOTIFIED"
}
2022-02-05T04:20:17.321Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:20:17.322Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T04:20:17.322Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d2376a2-2c8e-4347-9b81-7f08495a0614",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1644034699203,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNniwqw/1.0/resourceInstances/basic_onboard_nniwqw0/artifacts/basic_onboard_nniwqw0_modules.json",
  "status": "DEPLOY_OK"
}
2022-02-05T04:20:17.322Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T04:20:17.322Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T04:20:17.322Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d2376a2-2c8e-4347-9b81-7f08495a0614",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644034697271,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNniwqw/1.0/resourceInstances/basic_onboard_nniwqw0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-02-05T04:20:17.323Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:20:17.323Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T04:20:17.323Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d2376a2-2c8e-4347-9b81-7f08495a0614",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644034697271,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNniwqw/1.0/resourceInstances/basic_onboard_nniwqw0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:20:17.323Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:20:17.324Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T04:20:17.324Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d2376a2-2c8e-4347-9b81-7f08495a0614",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644034697271,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNniwqw/1.0/resourceInstances/basic_onboard_nniwqw0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-02-05T04:20:17.324Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:20:17.324Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T04:20:17.324Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d2376a2-2c8e-4347-9b81-7f08495a0614",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644034697271,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNniwqw/1.0/artifacts/service-BasicOnboardNniwqw-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:20:17.325Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:20:17.325Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T04:20:17.325Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d2376a2-2c8e-4347-9b81-7f08495a0614",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644034697271,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNniwqw/1.0/artifacts/service-BasicOnboardNniwqw-csar.csar",
  "status": "NOTIFIED"
}
2022-02-05T04:20:17.325Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:20:17.325Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T04:20:17.326Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d2376a2-2c8e-4347-9b81-7f08495a0614",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644034705222,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNniwqw/1.0/artifacts/service-BasicOnboardNniwqw-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-05T04:20:17.326Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T04:20:17.326Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T04:20:17.326Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d2376a2-2c8e-4347-9b81-7f08495a0614",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644034708459,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNniwqw/1.0/resourceInstances/basic_onboard_nniwqw0/artifacts/basic_onboard_nniwqw0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-02-05T04:20:17.326Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T04:20:17.327Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T04:20:17.327Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d2376a2-2c8e-4347-9b81-7f08495a0614",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644034709643,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNniwqw/1.0/resourceInstances/basic_onboard_nniwqw0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-02-05T04:20:17.327Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T04:20:17.327Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T04:20:17.327Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d2376a2-2c8e-4347-9b81-7f08495a0614",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644034710689,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNniwqw/1.0/resourceInstances/basic_onboard_nniwqw0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-02-05T04:20:17.328Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T04:20:17.328Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T04:20:17.328Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d2376a2-2c8e-4347-9b81-7f08495a0614",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644034711893,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNniwqw/1.0/resourceInstances/basic_onboard_nniwqw0/artifacts/basic_onboard_nniwqw0_modules.json",
  "status": "DEPLOY_OK"
}
2022-02-05T04:20:17.328Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T04:20:17.328Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T04:20:17.329Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d2376a2-2c8e-4347-9b81-7f08495a0614",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644034712895,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNniwqw/1.0/resourceInstances/basic_onboard_nniwqw0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-02-05T04:20:17.329Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T04:20:17.329Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T04:20:17.329Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d2376a2-2c8e-4347-9b81-7f08495a0614",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644034713899,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNniwqw/1.0/resourceInstances/basic_onboard_nniwqw0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-02-05T04:20:17.330Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T04:20:17.331Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T04:20:17.331Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d2376a2-2c8e-4347-9b81-7f08495a0614",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644034714902,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNniwqw/1.0/artifacts/service-BasicOnboardNniwqw-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-05T04:20:17.331Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T04:20:17.331Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T04:20:17.331Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9077fe6e-5863-411d-8181-df94d1043dbe",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1644034727240,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220205041743/1.0/resourceInstances/vfw0e7794c0b5bc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:20:17.332Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:20:17.332Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T04:20:17.332Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9077fe6e-5863-411d-8181-df94d1043dbe",
  "consumerID": "dcae-sch",
  "timestamp": 1644034725185,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220205041743/1.0/resourceInstances/vfw0e7794c0b5bc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:20:17.332Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:20:17.332Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T04:20:17.333Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9077fe6e-5863-411d-8181-df94d1043dbe",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1644034730676,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220205041743/1.0/resourceInstances/vfw0e7794c0b5bc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:20:17.333Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:20:17.333Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T04:20:17.333Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9077fe6e-5863-411d-8181-df94d1043dbe",
  "consumerID": "cds",
  "timestamp": 1644034730124,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220205041743/1.0/resourceInstances/vfw0e7794c0b5bc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:20:17.334Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:20:17.334Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T04:20:17.334Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9077fe6e-5863-411d-8181-df94d1043dbe",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1644034727240,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220205041743/1.0/resourceInstances/vfw0e7794c0b5bc0/artifacts/vfw0e7794c0b5bc0_modules.json",
  "status": "NOTIFIED"
}
2022-02-05T04:20:17.334Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:20:17.334Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T04:20:17.335Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9077fe6e-5863-411d-8181-df94d1043dbe",
  "consumerID": "dcae-sch",
  "timestamp": 1644034725185,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220205041743/1.0/resourceInstances/vfw0e7794c0b5bc0/artifacts/vfw0e7794c0b5bc0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:20:17.335Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:20:17.335Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T04:20:17.335Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9077fe6e-5863-411d-8181-df94d1043dbe",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1644034730676,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220205041743/1.0/resourceInstances/vfw0e7794c0b5bc0/artifacts/vfw0e7794c0b5bc0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:20:17.335Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:20:17.336Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T04:20:17.336Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9077fe6e-5863-411d-8181-df94d1043dbe",
  "consumerID": "cds",
  "timestamp": 1644034730124,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220205041743/1.0/resourceInstances/vfw0e7794c0b5bc0/artifacts/vfw0e7794c0b5bc0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:20:17.336Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:20:17.336Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T04:20:17.337Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9077fe6e-5863-411d-8181-df94d1043dbe",
  "consumerID": "aai-ml",
  "timestamp": 1644034733589,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220205041743/1.0/resourceInstances/vfw0e7794c0b5bc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:20:17.337Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:20:17.337Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T04:20:17.337Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9077fe6e-5863-411d-8181-df94d1043dbe",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1644034727240,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220205041743/1.0/resourceInstances/vfw0e7794c0b5bc0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-02-05T04:20:17.337Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:20:17.338Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T04:20:17.338Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9077fe6e-5863-411d-8181-df94d1043dbe",
  "consumerID": "dcae-sch",
  "timestamp": 1644034725185,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220205041743/1.0/resourceInstances/vfw0e7794c0b5bc0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:20:17.338Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:20:17.338Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T04:20:17.338Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9077fe6e-5863-411d-8181-df94d1043dbe",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1644034733867,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220205041743/1.0/resourceInstances/vfw0e7794c0b5bc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:20:17.339Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:20:17.339Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T04:20:17.339Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9077fe6e-5863-411d-8181-df94d1043dbe",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1644034730676,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220205041743/1.0/resourceInstances/vfw0e7794c0b5bc0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:20:17.339Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:20:17.339Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T04:20:17.340Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9077fe6e-5863-411d-8181-df94d1043dbe",
  "consumerID": "cds",
  "timestamp": 1644034730124,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220205041743/1.0/resourceInstances/vfw0e7794c0b5bc0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:20:17.340Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:20:17.340Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T04:20:17.340Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9077fe6e-5863-411d-8181-df94d1043dbe",
  "consumerID": "aai-ml",
  "timestamp": 1644034733589,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220205041743/1.0/resourceInstances/vfw0e7794c0b5bc0/artifacts/vfw0e7794c0b5bc0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:20:17.341Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:20:17.341Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T04:20:17.341Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9077fe6e-5863-411d-8181-df94d1043dbe",
  "consumerID": "dcae-sch",
  "timestamp": 1644034725185,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220205041743/1.0/resourceInstances/vfw0e7794c0b5bc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:20:17.341Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:20:17.341Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T04:20:17.342Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9077fe6e-5863-411d-8181-df94d1043dbe",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1644034727240,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220205041743/1.0/resourceInstances/vfw0e7794c0b5bc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:20:17.342Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:20:17.342Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T04:20:17.342Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9077fe6e-5863-411d-8181-df94d1043dbe",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1644034733867,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220205041743/1.0/resourceInstances/vfw0e7794c0b5bc0/artifacts/vfw0e7794c0b5bc0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:20:17.342Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:20:17.343Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T04:20:17.343Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9077fe6e-5863-411d-8181-df94d1043dbe",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1644034730676,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220205041743/1.0/resourceInstances/vfw0e7794c0b5bc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:20:17.343Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:20:17.343Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T04:20:17.343Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9077fe6e-5863-411d-8181-df94d1043dbe",
  "consumerID": "cds",
  "timestamp": 1644034730124,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220205041743/1.0/resourceInstances/vfw0e7794c0b5bc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:20:17.344Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:20:17.344Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T04:20:17.344Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9077fe6e-5863-411d-8181-df94d1043dbe",
  "consumerID": "aai-ml",
  "timestamp": 1644034733589,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220205041743/1.0/resourceInstances/vfw0e7794c0b5bc0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:20:17.344Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:20:17.344Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T04:20:17.345Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9077fe6e-5863-411d-8181-df94d1043dbe",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1644034727240,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220205041743/1.0/resourceInstances/vfw0e7794c0b5bc0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-02-05T04:20:17.345Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:20:17.345Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T04:20:17.345Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9077fe6e-5863-411d-8181-df94d1043dbe",
  "consumerID": "dcae-sch",
  "timestamp": 1644034725185,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220205041743/1.0/resourceInstances/vfw0e7794c0b5bc0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:20:17.346Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:20:17.346Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T04:20:17.346Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9077fe6e-5863-411d-8181-df94d1043dbe",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1644034733867,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220205041743/1.0/resourceInstances/vfw0e7794c0b5bc0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:20:17.346Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:20:17.346Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T04:20:17.346Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9077fe6e-5863-411d-8181-df94d1043dbe",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1644034730676,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220205041743/1.0/resourceInstances/vfw0e7794c0b5bc0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:20:17.347Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:20:17.347Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T04:20:17.347Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9077fe6e-5863-411d-8181-df94d1043dbe",
  "consumerID": "cds",
  "timestamp": 1644034730124,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220205041743/1.0/resourceInstances/vfw0e7794c0b5bc0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:20:17.347Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:20:17.348Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T04:20:17.348Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9077fe6e-5863-411d-8181-df94d1043dbe",
  "consumerID": "aai-ml",
  "timestamp": 1644034733589,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220205041743/1.0/resourceInstances/vfw0e7794c0b5bc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:20:17.348Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:20:17.348Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T04:20:17.348Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9077fe6e-5863-411d-8181-df94d1043dbe",
  "consumerID": "dcae-sch",
  "timestamp": 1644034725185,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220205041743/1.0/artifacts/service-Vfw20220205041743-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:20:17.349Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:20:17.349Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T04:20:17.349Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9077fe6e-5863-411d-8181-df94d1043dbe",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1644034727240,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220205041743/1.0/artifacts/service-Vfw20220205041743-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:20:17.349Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:20:17.350Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T04:20:17.350Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9077fe6e-5863-411d-8181-df94d1043dbe",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1644034733867,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220205041743/1.0/resourceInstances/vfw0e7794c0b5bc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:20:17.350Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:20:17.350Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T04:20:17.350Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9077fe6e-5863-411d-8181-df94d1043dbe",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1644034730676,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220205041743/1.0/artifacts/service-Vfw20220205041743-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:20:17.351Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:20:17.351Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T04:20:17.351Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9077fe6e-5863-411d-8181-df94d1043dbe",
  "consumerID": "cds",
  "timestamp": 1644034730124,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220205041743/1.0/artifacts/service-Vfw20220205041743-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:20:17.351Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:20:17.351Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T04:20:17.352Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9077fe6e-5863-411d-8181-df94d1043dbe",
  "consumerID": "aai-ml",
  "timestamp": 1644034733589,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220205041743/1.0/resourceInstances/vfw0e7794c0b5bc0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:20:17.352Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:20:17.352Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T04:20:17.352Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9077fe6e-5863-411d-8181-df94d1043dbe",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1644034727240,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220205041743/1.0/artifacts/service-Vfw20220205041743-csar.csar",
  "status": "NOTIFIED"
}
2022-02-05T04:20:17.353Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:20:17.353Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T04:20:17.353Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9077fe6e-5863-411d-8181-df94d1043dbe",
  "consumerID": "dcae-sch",
  "timestamp": 1644034725185,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220205041743/1.0/artifacts/service-Vfw20220205041743-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:20:17.353Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:20:17.353Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T04:20:17.353Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9077fe6e-5863-411d-8181-df94d1043dbe",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1644034733867,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220205041743/1.0/resourceInstances/vfw0e7794c0b5bc0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:20:17.354Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:20:17.354Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T04:20:17.354Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9077fe6e-5863-411d-8181-df94d1043dbe",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1644034730676,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220205041743/1.0/artifacts/service-Vfw20220205041743-csar.csar",
  "status": "NOTIFIED"
}
2022-02-05T04:20:17.354Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:20:17.354Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T04:20:17.354Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9077fe6e-5863-411d-8181-df94d1043dbe",
  "consumerID": "cds",
  "timestamp": 1644034730124,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220205041743/1.0/artifacts/service-Vfw20220205041743-csar.csar",
  "status": "NOTIFIED"
}
2022-02-05T04:20:17.355Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:20:17.355Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T04:20:17.355Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9077fe6e-5863-411d-8181-df94d1043dbe",
  "consumerID": "aai-ml",
  "timestamp": 1644034733589,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220205041743/1.0/artifacts/service-Vfw20220205041743-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:20:17.355Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:20:17.356Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T04:20:17.356Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9077fe6e-5863-411d-8181-df94d1043dbe",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1644034733867,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220205041743/1.0/artifacts/service-Vfw20220205041743-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:20:17.356Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:20:17.356Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T04:20:17.356Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9077fe6e-5863-411d-8181-df94d1043dbe",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1644034739559,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220205041743/1.0/resourceInstances/vfw0e7794c0b5bc0/artifacts/vfw0e7794c0b5bc0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-02-05T04:20:17.357Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T04:20:17.357Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T04:20:17.357Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9077fe6e-5863-411d-8181-df94d1043dbe",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1644034739663,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220205041743/1.0/artifacts/service-Vfw20220205041743-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-05T04:20:17.357Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T04:20:17.357Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T04:20:17.358Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9077fe6e-5863-411d-8181-df94d1043dbe",
  "consumerID": "cds",
  "timestamp": 1644034739773,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220205041743/1.0/artifacts/service-Vfw20220205041743-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-05T04:20:17.358Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T04:20:17.358Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T04:20:17.358Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9077fe6e-5863-411d-8181-df94d1043dbe",
  "consumerID": "aai-ml",
  "timestamp": 1644034733589,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220205041743/1.0/artifacts/service-Vfw20220205041743-csar.csar",
  "status": "NOTIFIED"
}
2022-02-05T04:20:17.359Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:20:17.359Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T04:20:17.359Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9077fe6e-5863-411d-8181-df94d1043dbe",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1644034733867,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220205041743/1.0/artifacts/service-Vfw20220205041743-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:20:17.359Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:20:17.359Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T04:20:17.359Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9077fe6e-5863-411d-8181-df94d1043dbe",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1644034740611,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220205041743/1.0/resourceInstances/vfw0e7794c0b5bc0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-02-05T04:20:17.360Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T04:20:17.360Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T04:20:17.360Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9077fe6e-5863-411d-8181-df94d1043dbe",
  "consumerID": "clamp",
  "timestamp": 1644034740134,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220205041743/1.0/resourceInstances/vfw0e7794c0b5bc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:20:17.360Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:20:17.360Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T04:20:17.361Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9077fe6e-5863-411d-8181-df94d1043dbe",
  "consumerID": "cds",
  "timestamp": 1644034740779,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220205041743/1.0/artifacts/service-Vfw20220205041743-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-02-05T04:20:17.366Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 9077fe6e-5863-411d-8181-df94d1043dbe
2022-02-05T04:20:17.366Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9077fe6e-5863-411d-8181-df94d1043dbe 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-02-05T04:20:17.376Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T04:20:17.376Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9077fe6e-5863-411d-8181-df94d1043dbe",
  "consumerID": "policy-id",
  "timestamp": 1644034740133,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220205041743/1.0/resourceInstances/vfw0e7794c0b5bc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:20:17.376Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:20:17.376Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T04:20:17.376Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9077fe6e-5863-411d-8181-df94d1043dbe",
  "consumerID": "aai-ml",
  "timestamp": 1644034741300,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220205041743/1.0/artifacts/service-Vfw20220205041743-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-05T04:20:17.377Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T04:20:17.377Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T04:20:17.377Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9077fe6e-5863-411d-8181-df94d1043dbe",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1644034741656,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220205041743/1.0/resourceInstances/vfw0e7794c0b5bc0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-02-05T04:20:17.377Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T04:20:17.378Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T04:20:17.378Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9077fe6e-5863-411d-8181-df94d1043dbe",
  "consumerID": "clamp",
  "timestamp": 1644034740134,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220205041743/1.0/resourceInstances/vfw0e7794c0b5bc0/artifacts/vfw0e7794c0b5bc0_modules.json",
  "status": "NOTIFIED"
}
2022-02-05T04:20:17.378Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:20:17.378Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T04:20:17.378Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9077fe6e-5863-411d-8181-df94d1043dbe",
  "consumerID": "policy-id",
  "timestamp": 1644034740133,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220205041743/1.0/resourceInstances/vfw0e7794c0b5bc0/artifacts/vfw0e7794c0b5bc0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:20:17.379Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:20:17.379Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T04:20:17.379Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9077fe6e-5863-411d-8181-df94d1043dbe",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1644034742702,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220205041743/1.0/artifacts/service-Vfw20220205041743-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-05T04:20:17.379Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T04:20:17.379Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T04:20:17.379Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9077fe6e-5863-411d-8181-df94d1043dbe",
  "consumerID": "clamp",
  "timestamp": 1644034740134,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220205041743/1.0/resourceInstances/vfw0e7794c0b5bc0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:20:17.380Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:20:17.380Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T04:20:17.380Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9077fe6e-5863-411d-8181-df94d1043dbe",
  "consumerID": "policy-id",
  "timestamp": 1644034740133,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220205041743/1.0/resourceInstances/vfw0e7794c0b5bc0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-02-05T04:20:17.380Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:20:17.380Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T04:20:17.381Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9077fe6e-5863-411d-8181-df94d1043dbe",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1644034742825,
  "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-02-05T04:20:17.385Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 9077fe6e-5863-411d-8181-df94d1043dbe
2022-02-05T04:20:17.386Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9077fe6e-5863-411d-8181-df94d1043dbe 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-02-05T04:20:17.394Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T04:20:17.395Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9077fe6e-5863-411d-8181-df94d1043dbe",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1644034743707,
  "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-02-05T04:20:17.401Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 9077fe6e-5863-411d-8181-df94d1043dbe
2022-02-05T04:20:17.402Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9077fe6e-5863-411d-8181-df94d1043dbe 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-02-05T04:20:17.410Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T04:20:17.410Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9077fe6e-5863-411d-8181-df94d1043dbe",
  "consumerID": "clamp",
  "timestamp": 1644034740134,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220205041743/1.0/resourceInstances/vfw0e7794c0b5bc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:20:17.410Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:20:17.411Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T04:20:17.411Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9077fe6e-5863-411d-8181-df94d1043dbe",
  "consumerID": "policy-id",
  "timestamp": 1644034740133,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220205041743/1.0/resourceInstances/vfw0e7794c0b5bc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:20:17.411Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:20:17.411Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T04:20:17.411Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9077fe6e-5863-411d-8181-df94d1043dbe",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1644034743828,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220205041743/1.0/resourceInstances/vfw0e7794c0b5bc0/artifacts/vfw0e7794c0b5bc0_modules.json",
  "status": "DEPLOY_OK"
}
2022-02-05T04:20:17.411Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T04:20:17.412Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T04:20:17.412Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9077fe6e-5863-411d-8181-df94d1043dbe",
  "consumerID": "clamp",
  "timestamp": 1644034740134,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220205041743/1.0/resourceInstances/vfw0e7794c0b5bc0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:20:17.412Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:20:17.412Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T04:20:17.412Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9077fe6e-5863-411d-8181-df94d1043dbe",
  "consumerID": "policy-id",
  "timestamp": 1644034740133,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220205041743/1.0/resourceInstances/vfw0e7794c0b5bc0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:20:17.412Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:20:17.412Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T04:20:17.413Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9077fe6e-5863-411d-8181-df94d1043dbe",
  "consumerID": "clamp",
  "timestamp": 1644034740134,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220205041743/1.0/artifacts/service-Vfw20220205041743-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:20:17.413Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:20:17.413Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T04:20:17.413Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9077fe6e-5863-411d-8181-df94d1043dbe",
  "consumerID": "policy-id",
  "timestamp": 1644034740133,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220205041743/1.0/artifacts/service-Vfw20220205041743-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:20:17.413Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:20:17.413Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T04:20:17.413Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9077fe6e-5863-411d-8181-df94d1043dbe",
  "consumerID": "clamp",
  "timestamp": 1644034740134,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220205041743/1.0/artifacts/service-Vfw20220205041743-csar.csar",
  "status": "NOTIFIED"
}
2022-02-05T04:20:17.414Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:20:17.414Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T04:20:17.414Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9077fe6e-5863-411d-8181-df94d1043dbe",
  "consumerID": "policy-id",
  "timestamp": 1644034740133,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220205041743/1.0/artifacts/service-Vfw20220205041743-csar.csar",
  "status": "NOTIFIED"
}
2022-02-05T04:20:17.414Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:20:17.414Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T04:20:17.414Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9077fe6e-5863-411d-8181-df94d1043dbe",
  "consumerID": "policy-id",
  "timestamp": 1644034747995,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220205041743/1.0/artifacts/service-Vfw20220205041743-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-05T04:20:17.414Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T04:20:17.415Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T04:20:17.415Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9077fe6e-5863-411d-8181-df94d1043dbe",
  "consumerID": "policy-id",
  "timestamp": 1644034748999,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220205041743/1.0/artifacts/service-Vfw20220205041743-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-05T04:20:17.415Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T04:20:17.415Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T04:20:17.415Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9077fe6e-5863-411d-8181-df94d1043dbe",
  "consumerID": "policy-id",
  "timestamp": 1644034750001,
  "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-02-05T04:20:17.420Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 9077fe6e-5863-411d-8181-df94d1043dbe
2022-02-05T04:20:17.420Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9077fe6e-5863-411d-8181-df94d1043dbe and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-02-05T04:20:17.426Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T04:20:17.427Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9077fe6e-5863-411d-8181-df94d1043dbe",
  "consumerID": "aai-ml",
  "timestamp": 1644034750273,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220205041743/1.0/artifacts/service-Vfw20220205041743-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-05T04:20:17.427Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T04:20:17.427Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T04:20:17.427Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9077fe6e-5863-411d-8181-df94d1043dbe",
  "consumerID": "aai-ml",
  "timestamp": 1644034751276,
  "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-02-05T04:20:17.432Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 9077fe6e-5863-411d-8181-df94d1043dbe
2022-02-05T04:20:17.432Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9077fe6e-5863-411d-8181-df94d1043dbe 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-02-05T04:20:17.440Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T04:20:17.441Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9077fe6e-5863-411d-8181-df94d1043dbe",
  "consumerID": "clamp",
  "timestamp": 1644034753736,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220205041743/1.0/artifacts/service-Vfw20220205041743-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-05T04:20:17.441Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T04:20:17.441Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T04:20:17.441Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9077fe6e-5863-411d-8181-df94d1043dbe",
  "consumerID": "clamp",
  "timestamp": 1644034754753,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220205041743/1.0/artifacts/service-Vfw20220205041743-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-05T04:20:17.441Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T04:20:17.441Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T04:20:17.441Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9077fe6e-5863-411d-8181-df94d1043dbe",
  "consumerID": "clamp",
  "timestamp": 1644034755756,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-02-05T04:20:17.446Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 9077fe6e-5863-411d-8181-df94d1043dbe
2022-02-05T04:20:17.446Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9077fe6e-5863-411d-8181-df94d1043dbe and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-02-05T04:20:38.582Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9077fe6e-5863-411d-8181-df94d1043dbe
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-02-05T04:20:38.590Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9077fe6e-5863-411d-8181-df94d1043dbe
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-02-05T04:20:38.592Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-05T04:20:38.593Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-02-05T04:20:38.593Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-02-05T04:20:38.593Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-02-05T04:20:38.593Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-05T04:20:38.593Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-05T04:20:38.593Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-05T04:20:38.593Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-05T04:20:38.593Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-05T04:20:38.593Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-05T04:20:38.593Z|9077fe6e-5863-411d-8181-df94d1043dbe|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-02-05T04:20:38.597Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-02-05T04:21:08.597Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 9077fe6e-5863-411d-8181-df94d1043dbe 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-02-05T04:21:08.602Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 9077fe6e-5863-411d-8181-df94d1043dbe and serviceModelVersionId: fa19b3b5-646c-44a2-99f0-f1837bd76730
2022-02-05T04:21:08.602Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 27f8a586-aef5-48c3-8ef0-cbd171e5718b
2022-02-05T04:21:08.603Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/27f8a586-aef5-48c3-8ef0-cbd171e5718b/model-vers/model-ver/fa19b3b5-646c-44a2-99f0-f1837bd76730?depth=0
2022-02-05T04:21:08.608Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context!
2022-02-05T04:21:08.649Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/27f8a586-aef5-48c3-8ef0-cbd171e5718b/model-vers/model-ver/fa19b3b5-646c-44a2-99f0-f1837bd76730?depth=0|INFO|500||Invoke
2022-02-05T04:21:08.649Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/27f8a586-aef5-48c3-8ef0-cbd171e5718b/model-vers/model-ver/fa19b3b5-646c-44a2-99f0-f1837bd76730?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/27f8a586-aef5-48c3-8ef0-cbd171e5718b/model-vers/model-ver/fa19b3b5-646c-44a2-99f0-f1837bd76730?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[9077fe6e-5863-411d-8181-df94d1043dbe], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[cbc81518-b8c8-4c69-afa4-27e7b4f7da29], X-ECOMP-RequestID=[9077fe6e-5863-411d-8181-df94d1043dbe], X-TransactionId=[], X-ONAP-RequestID=[9077fe6e-5863-411d-8181-df94d1043dbe], Content-Type=[application/merge-patch+json]}
2022-02-05T04:21:08.671Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/27f8a586-aef5-48c3-8ef0-cbd171e5718b/model-vers/model-ver/fa19b3b5-646c-44a2-99f0-f1837bd76730?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-02-05T04:21:08.812Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/27f8a586-aef5-48c3-8ef0-cbd171e5718b/model-vers/model-ver/fa19b3b5-646c-44a2-99f0-f1837bd76730?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/27f8a586-aef5-48c3-8ef0-cbd171e5718b/model-vers/model-ver/fa19b3b5-646c-44a2-99f0-f1837bd76730?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220205-04:21:08:677-96781], vertex-id=[225296], Content-Length=[0], Date=[Sat, 05 Feb 2022 04:21:08 GMT], Content-Type=[application/json]}
2022-02-05T04:21:08.812Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/27f8a586-aef5-48c3-8ef0-cbd171e5718b/model-vers/model-ver/fa19b3b5-646c-44a2-99f0-f1837bd76730?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-02-05T04:21:08.813Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/27f8a586-aef5-48c3-8ef0-cbd171e5718b/model-vers/model-ver/fa19b3b5-646c-44a2-99f0-f1837bd76730?depth=0|INFO|500||InvokeReturn
2022-02-05T04:21:08.813Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-02-05T04:21:08.813Z|9077fe6e-5863-411d-8181-df94d1043dbe|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-02-05T04:21:08.817Z|9077fe6e-5863-411d-8181-df94d1043dbe|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-02-05T04:21:08.817Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 9077fe6e-5863-411d-8181-df94d1043dbe and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-02-05T04:21:08.818Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-02-05T04:21:08.818Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus
2022-02-05T04:21:08.819Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-05T04:21:08.820Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||DEBUG|500||try to send status {
  "distributionID": "9077fe6e-5863-411d-8181-df94d1043dbe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644034868817,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-02-05T04:21:08.921Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-02-05T04:21:08.922Z||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-02-05T04:21:08.922Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NVaOFbHv1dPNRJ79) ...
2022-02-05T04:21:08.934Z||pool-34-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T04:21:08.934Z||pool-34-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-02-05T04:21:09.832Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T04:21:09.832Z|9077fe6e-5863-411d-8181-df94d1043dbe|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-02-05T04:21:09.832Z|9077fe6e-5863-411d-8181-df94d1043dbe|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 NVaOFbHv1dPNRJ79) ...
2022-02-05T04:21:17.273Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T04:21:17.273Z||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-02-05T04:21:17.274Z||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 NVaOFbHv1dPNRJ79) ...
2022-02-05T04:21:17.291Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T04:21:17.292Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T04:21:17.292Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4d2376a2-2c8e-4347-9b81-7f08495a0614",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644034759085,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-02-05T04:21:17.293Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T04:21:17.293Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T04:21:17.293Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9077fe6e-5863-411d-8181-df94d1043dbe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644034760106,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220205041743/1.0/resourceInstances/vfw0e7794c0b5bc0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:21:17.293Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:21:17.293Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T04:21:17.293Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9077fe6e-5863-411d-8181-df94d1043dbe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644034760106,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220205041743/1.0/resourceInstances/vfw0e7794c0b5bc0/artifacts/vfw0e7794c0b5bc0_modules.json",
  "status": "NOTIFIED"
}
2022-02-05T04:21:17.293Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:21:17.294Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T04:21:17.294Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9077fe6e-5863-411d-8181-df94d1043dbe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644034760106,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220205041743/1.0/resourceInstances/vfw0e7794c0b5bc0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-02-05T04:21:17.294Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:21:17.294Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T04:21:17.294Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9077fe6e-5863-411d-8181-df94d1043dbe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644034760106,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220205041743/1.0/resourceInstances/vfw0e7794c0b5bc0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:21:17.294Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:21:17.294Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T04:21:17.294Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9077fe6e-5863-411d-8181-df94d1043dbe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644034760106,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220205041743/1.0/resourceInstances/vfw0e7794c0b5bc0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-02-05T04:21:17.294Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:21:17.295Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T04:21:17.295Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9077fe6e-5863-411d-8181-df94d1043dbe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644034760106,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220205041743/1.0/artifacts/service-Vfw20220205041743-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:21:17.295Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:21:17.295Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T04:21:17.295Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9077fe6e-5863-411d-8181-df94d1043dbe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644034760106,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220205041743/1.0/artifacts/service-Vfw20220205041743-csar.csar",
  "status": "NOTIFIED"
}
2022-02-05T04:21:17.295Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:21:17.295Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T04:21:17.295Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9077fe6e-5863-411d-8181-df94d1043dbe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644034767945,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220205041743/1.0/artifacts/service-Vfw20220205041743-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-05T04:21:17.296Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T04:21:17.296Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T04:21:17.296Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9077fe6e-5863-411d-8181-df94d1043dbe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644034771275,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220205041743/1.0/resourceInstances/vfw0e7794c0b5bc0/artifacts/vfw0e7794c0b5bc0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-02-05T04:21:17.296Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T04:21:17.296Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T04:21:17.296Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9077fe6e-5863-411d-8181-df94d1043dbe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644034772331,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220205041743/1.0/resourceInstances/vfw0e7794c0b5bc0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-02-05T04:21:17.296Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T04:21:17.297Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T04:21:17.297Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9077fe6e-5863-411d-8181-df94d1043dbe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644034773373,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220205041743/1.0/resourceInstances/vfw0e7794c0b5bc0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-02-05T04:21:17.297Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T04:21:17.297Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T04:21:17.297Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9077fe6e-5863-411d-8181-df94d1043dbe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644034774540,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220205041743/1.0/resourceInstances/vfw0e7794c0b5bc0/artifacts/vfw0e7794c0b5bc0_modules.json",
  "status": "DEPLOY_OK"
}
2022-02-05T04:21:17.297Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T04:21:17.297Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T04:21:17.297Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9077fe6e-5863-411d-8181-df94d1043dbe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644034775543,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220205041743/1.0/resourceInstances/vfw0e7794c0b5bc0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-02-05T04:21:17.298Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T04:21:17.298Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T04:21:17.298Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9077fe6e-5863-411d-8181-df94d1043dbe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644034776547,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220205041743/1.0/resourceInstances/vfw0e7794c0b5bc0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-02-05T04:21:17.298Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T04:21:17.298Z||pool-2-thread-5|||||DEBUG|500||received message from topic
2022-02-05T04:21:17.298Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9077fe6e-5863-411d-8181-df94d1043dbe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644034777550,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220205041743/1.0/artifacts/service-Vfw20220205041743-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-05T04:21:17.298Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T04:21:19.371Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T04:21:19.371Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T04:21:19.372Z|9077fe6e-5863-411d-8181-df94d1043dbe|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-02-05T04:21:19.372Z|9077fe6e-5863-411d-8181-df94d1043dbe|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 NVaOFbHv1dPNRJ79) ...
2022-02-05T04:21:28.909Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T04:22:17.271Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T04:22:17.272Z||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-02-05T04:22:17.272Z||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 NVaOFbHv1dPNRJ79) ...
2022-02-05T04:22:17.273Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T04:22:17.273Z||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-02-05T04:22:17.274Z||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 NVaOFbHv1dPNRJ79) ...
2022-02-05T04:22:17.793Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T04:22:17.794Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-02-05T04:22:17.794Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "9077fe6e-5863-411d-8181-df94d1043dbe",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644034868817,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-02-05T04:22:17.794Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T04:22:26.815Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T04:23:17.271Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T04:23:17.272Z||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-02-05T04:23:17.272Z||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 NVaOFbHv1dPNRJ79) ...
2022-02-05T04:23:17.273Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T04:23:17.273Z||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-02-05T04:23:17.273Z||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 NVaOFbHv1dPNRJ79) ...
2022-02-05T04:23:26.812Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T04:23:26.813Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T04:24:17.271Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T04:24:17.272Z||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-02-05T04:24:17.272Z||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 NVaOFbHv1dPNRJ79) ...
2022-02-05T04:24:17.273Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T04:24:17.273Z|9077fe6e-5863-411d-8181-df94d1043dbe|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-02-05T04:24:17.273Z|9077fe6e-5863-411d-8181-df94d1043dbe|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 NVaOFbHv1dPNRJ79) ...
2022-02-05T04:24:26.812Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T04:24:26.816Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T04:25:17.271Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T04:25:17.272Z||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-02-05T04:25:17.272Z||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 NVaOFbHv1dPNRJ79) ...
2022-02-05T04:25:17.273Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T04:25:17.273Z||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-02-05T04:25:17.274Z||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 NVaOFbHv1dPNRJ79) ...
2022-02-05T04:25:26.817Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T04:25:26.819Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T04:26:17.271Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T04:26:17.272Z||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-02-05T04:26:17.272Z||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 NVaOFbHv1dPNRJ79) ...
2022-02-05T04:26:17.273Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T04:26:17.273Z||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-02-05T04:26:17.273Z||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 NVaOFbHv1dPNRJ79) ...
2022-02-05T04:26:26.812Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T04:26:26.814Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T04:27:17.271Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T04:27:17.272Z||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-02-05T04:27:17.272Z||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 NVaOFbHv1dPNRJ79) ...
2022-02-05T04:27:17.273Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T04:27:17.273Z||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-02-05T04:27:17.273Z||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 NVaOFbHv1dPNRJ79) ...
2022-02-05T04:27:26.812Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T04:27:26.813Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T04:28:17.271Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T04:28:17.272Z||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-02-05T04:28:17.272Z||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 NVaOFbHv1dPNRJ79) ...
2022-02-05T04:28:17.273Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T04:28:17.273Z||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-02-05T04:28:17.273Z||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 NVaOFbHv1dPNRJ79) ...
2022-02-05T04:28:26.814Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T04:28:26.815Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T04:29:17.271Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T04:29:17.272Z||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-02-05T04:29:17.272Z||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 NVaOFbHv1dPNRJ79) ...
2022-02-05T04:29:17.273Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T04:29:17.273Z|9077fe6e-5863-411d-8181-df94d1043dbe|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-02-05T04:29:17.273Z|9077fe6e-5863-411d-8181-df94d1043dbe|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 NVaOFbHv1dPNRJ79) ...
2022-02-05T04:29:26.810Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T04:29:26.810Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T04:30:17.271Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T04:30:17.272Z||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-02-05T04:30:17.272Z||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 NVaOFbHv1dPNRJ79) ...
2022-02-05T04:30:17.273Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T04:30:17.273Z|9077fe6e-5863-411d-8181-df94d1043dbe|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-02-05T04:30:17.273Z|9077fe6e-5863-411d-8181-df94d1043dbe|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 NVaOFbHv1dPNRJ79) ...
2022-02-05T04:30:26.814Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T04:30:26.816Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T04:31:17.271Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T04:31:17.271Z||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-02-05T04:31:17.272Z||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 NVaOFbHv1dPNRJ79) ...
2022-02-05T04:31:17.273Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T04:31:17.273Z||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-02-05T04:31:17.273Z||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 NVaOFbHv1dPNRJ79) ...
2022-02-05T04:31:26.812Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T04:31:26.813Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T04:32:17.271Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T04:32:17.272Z||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-02-05T04:32:17.272Z||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 NVaOFbHv1dPNRJ79) ...
2022-02-05T04:32:17.273Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T04:32:17.273Z||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-02-05T04:32:17.273Z||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 NVaOFbHv1dPNRJ79) ...
2022-02-05T04:32:26.811Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T04:32:26.815Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T04:33:17.271Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T04:33:17.272Z||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-02-05T04:33:17.272Z||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 NVaOFbHv1dPNRJ79) ...
2022-02-05T04:33:17.273Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T04:33:17.273Z||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-02-05T04:33:17.273Z||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 NVaOFbHv1dPNRJ79) ...
2022-02-05T04:33:25.109Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T04:33:25.109Z||pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-05T04:33:25.109Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"3b18ad00-3b44-48e9-94c4-57d16af8c011","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"87b2b473-ae42-4377-9f26-874f2af5ee5b","serviceDescription":"service","serviceInvariantUUID":"23868955-69e8-4e03-9353-e3626a5ab2f7","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"ff5ea85d-bfbf-4991-adf1-9bb65a313a02","resourceInvariantUUID":"7cd92acd-3019-44d6-9b2c-4483a0ccbc67","resourceCustomizationUUID":"1c936510-bcd3-447d-8821-2ee19d9b4d4c","category":"Generic","subcategory":"Network Elements","artifacts":[]}],"serviceArtifacts":[{"artifactName":"service-BasicNetwork-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml","artifactChecksum":"ZmE5ZmJjZDZjZWY3OWExNTA2M2Y0NDc0ZGI3MTBmMDI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"a43b63d4-77f5-4f78-be64-494f428588de","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"YzY1YjNlOGJkYTY5YjAyNGU3MTFkNTYyNjI1MDliNzI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"7e3979ee-813a-4a97-92a2-4a94df26da71","artifactVersion":"1"}],"workloadContext":"Production"}
2022-02-05T04:33:25.111Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-05T04:33:25.111Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-02-05T04:33:25.114Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-05T04:33:25.114Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "3b18ad00-3b44-48e9-94c4-57d16af8c011",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644035597271,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:33:25.214Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-05T04:33:25.215Z||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-02-05T04:33:25.215Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NVaOFbHv1dPNRJ79) ...
2022-02-05T04:33:25.223Z||pool-35-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T04:33:25.223Z||pool-35-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-02-05T04:33:25.302Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T04:33:25.303Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-05T04:33:25.303Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b18ad00-3b44-48e9-94c4-57d16af8c011",
  "consumerID": "cds",
  "timestamp": 1644035600124,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:33:25.303Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:33:25.303Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-05T04:33:25.303Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b18ad00-3b44-48e9-94c4-57d16af8c011",
  "consumerID": "aai-ml",
  "timestamp": 1644035603589,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:33:25.303Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:33:26.114Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-05T04:33:26.115Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-02-05T04:33:26.117Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-05T04:33:26.117Z||pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "3b18ad00-3b44-48e9-94c4-57d16af8c011",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644035597271,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-02-05T04:33:26.217Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-05T04:33:26.218Z||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-02-05T04:33:26.218Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NVaOFbHv1dPNRJ79) ...
2022-02-05T04:33:26.227Z||pool-36-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T04:33:26.227Z||pool-36-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-02-05T04:33:27.118Z||pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "3b18ad00-3b44-48e9-94c4-57d16af8c011",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "87b2b473-ae42-4377-9f26-874f2af5ee5b",
  "serviceDescription": "service",
  "serviceInvariantUUID": "23868955-69e8-4e03-9353-e3626a5ab2f7",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "1c936510-bcd3-447d-8821-2ee19d9b4d4c",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "ff5ea85d-bfbf-4991-adf1-9bb65a313a02",
      "resourceInvariantUUID": "7cd92acd-3019-44d6-9b2c-4483a0ccbc67",
      "category": "Generic",
      "subcategory": "Network Elements",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicNetwork-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
      "artifactChecksum": "YzY1YjNlOGJkYTY5YjAyNGU3MTFkNTYyNjI1MDliNzI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "7e3979ee-813a-4a97-92a2-4a94df26da71"
    }
  ],
  "workloadContext": "Production"
}
2022-02-05T04:33:27.118Z||pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-02-05T04:33:27.118Z||pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 87b2b473-ae42-4377-9f26-874f2af5ee5b ASDC
2022-02-05T04:33:27.119Z|3b18ad00-3b44-48e9-94c4-57d16af8c011|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:3b18ad00-3b44-48e9-94c4-57d16af8c011
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:87b2b473-ae42-4377-9f26-874f2af5ee5b
ServiceInvariantUUID:23868955-69e8-4e03-9353-e3626a5ab2f7
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicNetwork-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
ArtifactUUID:7e3979ee-813a-4a97-92a2-4a94df26da71
ArtifactChecksum:YzY1YjNlOGJkYTY5YjAyNGU3MTFkNTYyNjI1MDliNzI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:1c936510-bcd3-447d-8821-2ee19d9b4d4c
ResourceInvariantUUID:7cd92acd-3019-44d6-9b2c-4483a0ccbc67
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:ff5ea85d-bfbf-4991-adf1-9bb65a313a02
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2022-02-05T04:33:27.119Z|3b18ad00-3b44-48e9-94c4-57d16af8c011|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 87b2b473-ae42-4377-9f26-874f2af5ee5b 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-02-05T04:33:27.142Z|3b18ad00-3b44-48e9-94c4-57d16af8c011|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-02-05T04:33:27.143Z|3b18ad00-3b44-48e9-94c4-57d16af8c011|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-02-05T04:33:27.143Z|3b18ad00-3b44-48e9-94c4-57d16af8c011|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-02-05T04:33:27.143Z|3b18ad00-3b44-48e9-94c4-57d16af8c011|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 7e3979ee-813a-4a97-92a2-4a94df26da71 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-02-05T04:33:27.143Z|3b18ad00-3b44-48e9-94c4-57d16af8c011|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-02-05T04:33:27.143Z|3b18ad00-3b44-48e9-94c4-57d16af8c011|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-02-05T04:33:27.344Z|3b18ad00-3b44-48e9-94c4-57d16af8c011|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-02-05T04:33:27.346Z|3b18ad00-3b44-48e9-94c4-57d16af8c011|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 7e3979ee-813a-4a97-92a2-4a94df26da71 52481
2022-02-05T04:33:27.346Z|3b18ad00-3b44-48e9-94c4-57d16af8c011|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-02-05T04:33:27.346Z|3b18ad00-3b44-48e9-94c4-57d16af8c011|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-02-05T04:33:27.346Z|3b18ad00-3b44-48e9-94c4-57d16af8c011|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-05T04:33:27.347Z|3b18ad00-3b44-48e9-94c4-57d16af8c011|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-02-05T04:33:27.348Z|3b18ad00-3b44-48e9-94c4-57d16af8c011|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-05T04:33:27.348Z|3b18ad00-3b44-48e9-94c4-57d16af8c011|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "3b18ad00-3b44-48e9-94c4-57d16af8c011",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644035607346,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-05T04:33:27.449Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-02-05T04:33:27.449Z||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-02-05T04:33:27.449Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NVaOFbHv1dPNRJ79) ...
2022-02-05T04:33:27.460Z||pool-37-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T04:33:27.460Z||pool-37-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2022-02-05T04:33:28.349Z|3b18ad00-3b44-48e9-94c4-57d16af8c011|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-02-05T04:33:28.350Z|3b18ad00-3b44-48e9-94c4-57d16af8c011|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-02-05T04:33:28.350Z|3b18ad00-3b44-48e9-94c4-57d16af8c011|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 7e3979ee-813a-4a97-92a2-4a94df26da71, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-02-05T04:33:28.350Z|3b18ad00-3b44-48e9-94c4-57d16af8c011|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2022-02-05T04:33:28.351Z|3b18ad00-3b44-48e9-94c4-57d16af8c011|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-02-05T04:33:28.351Z|3b18ad00-3b44-48e9-94c4-57d16af8c011|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2022-02-05T04:33:28.424Z|3b18ad00-3b44-48e9-94c4-57d16af8c011|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10804432522096762943/Definitions/service-BasicNetwork-template.yml
2022-02-05T04:33:28.734Z|3b18ad00-3b44-48e9-94c4-57d16af8c011|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2022-02-05T04:33:28.735Z|3b18ad00-3b44-48e9-94c4-57d16af8c011|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-02-05T04:33:28.735Z|3b18ad00-3b44-48e9-94c4-57d16af8c011|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-02-05T04:33:28.735Z|3b18ad00-3b44-48e9-94c4-57d16af8c011|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2022-02-05T04:33:28.735Z|3b18ad00-3b44-48e9-94c4-57d16af8c011|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-02-05T04:33:28.735Z|3b18ad00-3b44-48e9-94c4-57d16af8c011|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-02-05T04:33:28.735Z|3b18ad00-3b44-48e9-94c4-57d16af8c011|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-02-05T04:33:28.735Z|3b18ad00-3b44-48e9-94c4-57d16af8c011|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-02-05T04:33:28.735Z|3b18ad00-3b44-48e9-94c4-57d16af8c011|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-02-05T04:33:28.735Z|3b18ad00-3b44-48e9-94c4-57d16af8c011|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-02-05T04:33:28.735Z|3b18ad00-3b44-48e9-94c4-57d16af8c011|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-02-05T04:33:28.735Z|3b18ad00-3b44-48e9-94c4-57d16af8c011|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-02-05T04:33:28.735Z|3b18ad00-3b44-48e9-94c4-57d16af8c011|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-02-05T04:33:28.735Z|3b18ad00-3b44-48e9-94c4-57d16af8c011|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-05T04:33:28.736Z|3b18ad00-3b44-48e9-94c4-57d16af8c011|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-02-05T04:33:28.736Z|3b18ad00-3b44-48e9-94c4-57d16af8c011|pool-2-thread-9|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-02-05T04:33:28.736Z|3b18ad00-3b44-48e9-94c4-57d16af8c011|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-02-05T04:33:28.736Z|3b18ad00-3b44-48e9-94c4-57d16af8c011|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-02-05T04:33:28.736Z|3b18ad00-3b44-48e9-94c4-57d16af8c011|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-05T04:33:28.736Z|3b18ad00-3b44-48e9-94c4-57d16af8c011|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-02-05T04:33:28.736Z|3b18ad00-3b44-48e9-94c4-57d16af8c011|pool-2-thread-9|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-02-05T04:33:28.736Z|3b18ad00-3b44-48e9-94c4-57d16af8c011|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-02-05T04:33:28.736Z|3b18ad00-3b44-48e9-94c4-57d16af8c011|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-02-05T04:33:28.736Z|3b18ad00-3b44-48e9-94c4-57d16af8c011|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-05T04:33:28.736Z|3b18ad00-3b44-48e9-94c4-57d16af8c011|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-05T04:33:28.737Z|3b18ad00-3b44-48e9-94c4-57d16af8c011|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-05T04:33:28.737Z|3b18ad00-3b44-48e9-94c4-57d16af8c011|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-02-05T04:33:28.737Z|3b18ad00-3b44-48e9-94c4-57d16af8c011|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-05T04:33:28.737Z|3b18ad00-3b44-48e9-94c4-57d16af8c011|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-02-05T04:33:28.737Z|3b18ad00-3b44-48e9-94c4-57d16af8c011|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-05T04:33:28.737Z|3b18ad00-3b44-48e9-94c4-57d16af8c011|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-05T04:33:28.737Z|3b18ad00-3b44-48e9-94c4-57d16af8c011|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-05T04:33:28.737Z|3b18ad00-3b44-48e9-94c4-57d16af8c011|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-02-05T04:33:28.737Z|3b18ad00-3b44-48e9-94c4-57d16af8c011|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:87b2b473-ae42-4377-9f26-874f2af5ee5b
Model Version:NULL
Model InvariantUuid:23868955-69e8-4e03-9353-e3626a5ab2f7
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:7cd92acd-3019-44d6-9b2c-4483a0ccbc67
Model UUID:899ccc81-c90f-4d6c-8d2f-43a170c8b31a
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:1c936510-bcd3-447d-8821-2ee19d9b4d4c
Network Technology:NEUTRON
Network Type:NEUTRON
Network Role:null
Network Scope:null

VF Allotted Resource Properties:

PNF Allotted Resource Properties:

Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
2022-02-05T04:33:28.742Z|3b18ad00-3b44-48e9-94c4-57d16af8c011|pool-2-thread-9|||||INFO|500||Processing Resource Type: VL, Model UUID: ff5ea85d-bfbf-4991-adf1-9bb65a313a02
2022-02-05T04:33:28.742Z|3b18ad00-3b44-48e9-94c4-57d16af8c011|pool-2-thread-9|||||INFO|500||No resources found for Service: 87b2b473-ae42-4377-9f26-874f2af5ee5b
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-02-05T04:33:28.745Z|3b18ad00-3b44-48e9-94c4-57d16af8c011|pool-2-thread-9|||||INFO|500||
2022-02-05T04:33:28.745Z|3b18ad00-3b44-48e9-94c4-57d16af8c011|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 
2022-02-05T04:33:28.746Z|3b18ad00-3b44-48e9-94c4-57d16af8c011|pool-2-thread-9|||||DEBUG|500||No resources found for Service: 87b2b473-ae42-4377-9f26-874f2af5ee5b
2022-02-05T04:33:28.746Z|3b18ad00-3b44-48e9-94c4-57d16af8c011|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 87b2b473-ae42-4377-9f26-874f2af5ee5b
2022-02-05T04:33:28.746Z|3b18ad00-3b44-48e9-94c4-57d16af8c011|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT   ASDC
2022-02-05T04:33:28.746Z|3b18ad00-3b44-48e9-94c4-57d16af8c011|pool-2-thread-9|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-02-05T04:33:28.750Z|3b18ad00-3b44-48e9-94c4-57d16af8c011|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@48716d28, org.onap.sdc.toscaparser.api.parameters.Input@4a9cf046, org.onap.sdc.toscaparser.api.parameters.Input@1b8cf0fb, org.onap.sdc.toscaparser.api.parameters.Input@7a236386, org.onap.sdc.toscaparser.api.parameters.Input@39f859c7]
2022-02-05T04:33:28.751Z|3b18ad00-3b44-48e9-94c4-57d16af8c011|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-05T04:33:28.751Z|3b18ad00-3b44-48e9-94c4-57d16af8c011|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-05T04:33:28.751Z|3b18ad00-3b44-48e9-94c4-57d16af8c011|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-05T04:33:28.751Z|3b18ad00-3b44-48e9-94c4-57d16af8c011|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-02-05T04:33:28.751Z|3b18ad00-3b44-48e9-94c4-57d16af8c011|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 87b2b473-ae42-4377-9f26-874f2af5ee5b: Generic NeutronNet
2022-02-05T04:33:28.751Z|3b18ad00-3b44-48e9-94c4-57d16af8c011|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-05T04:33:28.751Z|3b18ad00-3b44-48e9-94c4-57d16af8c011|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-02-05T04:33:28.751Z|3b18ad00-3b44-48e9-94c4-57d16af8c011|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-05T04:33:28.751Z|3b18ad00-3b44-48e9-94c4-57d16af8c011|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_56_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_56_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_56_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_56_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_, networkres0_.CREATION_TIMESTAMP as creation2_38_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_, networkres0_.NETWORK_ROLE as network_4_38_, networkres0_.NETWORK_SCOPE as network_5_38_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_, networkres0_.NETWORK_TYPE as network_7_38_, networkres0_.RESOURCE_INPUT as resource8_38_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_, networkres0_.RESOURCE_CATEGORY as resource4_37_, networkres0_.CREATION_TIMESTAMP as creation5_37_, networkres0_.DESCRIPTION as descript6_37_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_, networkres0_.MODEL_NAME as model_na8_37_, networkres0_.MODEL_VERSION as model_ve9_37_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_, networkres0_.ORCHESTRATION_MODE as orchest11_37_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_ from network_resource networkres0_ where networkres0_.MODEL_UUID=?
2022-02-05T04:33:28.769Z|3b18ad00-3b44-48e9-94c4-57d16af8c011|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-05T04:33:28.770Z|3b18ad00-3b44-48e9-94c4-57d16af8c011|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-02-05T04:33:28.770Z|3b18ad00-3b44-48e9-94c4-57d16af8c011|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-05T04:33:28.770Z|3b18ad00-3b44-48e9-94c4-57d16af8c011|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-02-05T04:33:28.770Z|3b18ad00-3b44-48e9-94c4-57d16af8c011|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-05T04:33:28.770Z|3b18ad00-3b44-48e9-94c4-57d16af8c011|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-02-05T04:33:28.770Z|3b18ad00-3b44-48e9-94c4-57d16af8c011|pool-2-thread-9|||||INFO|500||Saving Service: basic_network 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_3_, networkres0_.CREATION_TIMESTAMP as creation2_38_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_3_, networkres0_.NETWORK_ROLE as network_4_38_3_, networkres0_.NETWORK_SCOPE as network_5_38_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_3_, networkres0_.NETWORK_TYPE as network_7_38_3_, networkres0_.RESOURCE_INPUT as resource8_38_3_, networkres1_.MODEL_UUID as model_uu1_37_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_37_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_37_0_, networkres1_.RESOURCE_CATEGORY as resource4_37_0_, networkres1_.CREATION_TIMESTAMP as creation5_37_0_, networkres1_.DESCRIPTION as descript6_37_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_37_0_, networkres1_.MODEL_NAME as model_na8_37_0_, networkres1_.MODEL_VERSION as model_ve9_37_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_37_0_, networkres1_.ORCHESTRATION_MODE as orchest11_37_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_37_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_37_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_1_, collection2_.CREATION_TIMESTAMP as creation2_15_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_15_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_15_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_1_, collection2_.NETWORK_ROLE as network_4_15_1_, collection2_.NETWORK_SCOPE as network_5_15_1_, collection2_.NETWORK_TECHNOLOGY as network_6_15_1_, collection2_.NETWORK_TYPE as network_7_15_1_, heattempla3_.ARTIFACT_UUID as artifact1_29_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_2_, heattempla3_.CREATION_TIMESTAMP as creation3_29_2_, heattempla3_.DESCRIPTION as descript4_29_2_, heattempla3_.BODY as body5_29_2_, heattempla3_.NAME as name6_29_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_2_, heattempla3_.VERSION as version8_29_2_ from network_resource_customization networkres0_ left outer join network_resource networkres1_ on networkres0_.NETWORK_RESOURCE_MODEL_UUID=networkres1_.MODEL_UUID left outer join collection_network_resource_customization collection2_ on networkres1_.MODEL_UUID=collection2_.NETWORK_RESOURCE_MODEL_UUID left outer join heat_template heattempla3_ on networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID where networkres0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_4_, networkres0_.RESOURCE_CATEGORY as resource4_37_4_, networkres0_.CREATION_TIMESTAMP as creation5_37_4_, networkres0_.DESCRIPTION as descript6_37_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_4_, networkres0_.MODEL_NAME as model_na8_37_4_, networkres0_.MODEL_VERSION as model_ve9_37_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_4_, networkres0_.ORCHESTRATION_MODE as orchest11_37_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_0_, collection1_.CREATION_TIMESTAMP as creation2_15_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_15_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_15_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_0_, collection1_.NETWORK_ROLE as network_4_15_0_, collection1_.NETWORK_SCOPE as network_5_15_0_, collection1_.NETWORK_TECHNOLOGY as network_6_15_0_, collection1_.NETWORK_TYPE as network_7_15_0_, instancegr2_.MODEL_UUID as model_uu2_33_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_33_1_, instancegr2_.CREATION_TIMESTAMP as creation3_33_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_33_1_, instancegr2_.MODEL_NAME as model_na5_33_1_, instancegr2_.MODEL_VERSION as model_ve6_33_1_, instancegr2_.ROLE as role7_33_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_33_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_33_1_, instancegr2_.OBJECT_TYPE as object_t1_33_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_17_2_, networkcol3_.CR_MODEL_UUID as cr_model8_17_2_, networkcol3_.CREATION_TIMESTAMP as creation3_17_2_, networkcol3_.FUNCTION as function4_17_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_17_2_, networkcol3_.ROLE as role6_17_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_17_2_, heattempla4_.ARTIFACT_UUID as artifact1_29_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla4_.CREATION_TIMESTAMP as creation3_29_3_, heattempla4_.DESCRIPTION as descript4_29_3_, heattempla4_.BODY as body5_29_3_, heattempla4_.NAME as name6_29_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla4_.VERSION as version8_29_3_ from network_resource networkres0_ left outer join collection_network_resource_customization collection1_ on networkres0_.MODEL_UUID=collection1_.NETWORK_RESOURCE_MODEL_UUID left outer join instance_group instancegr2_ on collection1_.INSTANCE_GROUP_MODEL_UUID=instancegr2_.MODEL_UUID left outer join collection_resource_customization networkcol3_ on collection1_.CRC_MODEL_CUSTOMIZATION_UUID=networkcol3_.MODEL_CUSTOMIZATION_UUID left outer join heat_template heattempla4_ on networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla4_.ARTIFACT_UUID where networkres0_.MODEL_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NEUTRON_NETWORK_TYPE, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization (CREATION_TIMESTAMP, MODEL_INSTANCE_NAME, NETWORK_RESOURCE_MODEL_UUID, NETWORK_ROLE, NETWORK_SCOPE, NETWORK_TECHNOLOGY, NETWORK_TYPE, RESOURCE_INPUT, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
Hibernate: insert into network_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?)
2022-02-05T04:33:28.818Z|3b18ad00-3b44-48e9-94c4-57d16af8c011|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC   0 ASDC deployResourceStructure
2022-02-05T04:33:28.819Z|3b18ad00-3b44-48e9-94c4-57d16af8c011|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-02-05T04:33:28.819Z|3b18ad00-3b44-48e9-94c4-57d16af8c011|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-02-05T04:33:28.819Z|3b18ad00-3b44-48e9-94c4-57d16af8c011|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-05T04:33:28.819Z|3b18ad00-3b44-48e9-94c4-57d16af8c011|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-02-05T04:33:28.820Z|3b18ad00-3b44-48e9-94c4-57d16af8c011|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-05T04:33:28.820Z|3b18ad00-3b44-48e9-94c4-57d16af8c011|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "3b18ad00-3b44-48e9-94c4-57d16af8c011",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644035608819,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-05T04:33:28.921Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-02-05T04:33:28.921Z||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-02-05T04:33:28.921Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NVaOFbHv1dPNRJ79) ...
2022-02-05T04:33:28.931Z||pool-38-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T04:33:28.932Z||pool-38-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2022-02-05T04:33:29.821Z|3b18ad00-3b44-48e9-94c4-57d16af8c011|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3b18ad00-3b44-48e9-94c4-57d16af8c011
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-02-05T04:33:29.832Z|3b18ad00-3b44-48e9-94c4-57d16af8c011|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3b18ad00-3b44-48e9-94c4-57d16af8c011
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-02-05T04:33:29.834Z|3b18ad00-3b44-48e9-94c4-57d16af8c011|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-05T04:33:29.834Z|3b18ad00-3b44-48e9-94c4-57d16af8c011|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-02-05T04:33:29.834Z|3b18ad00-3b44-48e9-94c4-57d16af8c011|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-02-05T04:33:59.835Z|3b18ad00-3b44-48e9-94c4-57d16af8c011|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3b18ad00-3b44-48e9-94c4-57d16af8c011
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-02-05T04:33:59.845Z|3b18ad00-3b44-48e9-94c4-57d16af8c011|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3b18ad00-3b44-48e9-94c4-57d16af8c011
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-02-05T04:33:59.847Z|3b18ad00-3b44-48e9-94c4-57d16af8c011|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-05T04:33:59.847Z|3b18ad00-3b44-48e9-94c4-57d16af8c011|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-02-05T04:33:59.848Z|3b18ad00-3b44-48e9-94c4-57d16af8c011|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-02-05T04:34:17.273Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T04:34:17.273Z||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-02-05T04:34:17.273Z||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 NVaOFbHv1dPNRJ79) ...
2022-02-05T04:34:17.295Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T04:34:17.295Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-05T04:34:17.296Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b18ad00-3b44-48e9-94c4-57d16af8c011",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1644035600676,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:34:17.296Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:34:29.848Z|3b18ad00-3b44-48e9-94c4-57d16af8c011|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3b18ad00-3b44-48e9-94c4-57d16af8c011
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-02-05T04:34:29.855Z|3b18ad00-3b44-48e9-94c4-57d16af8c011|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3b18ad00-3b44-48e9-94c4-57d16af8c011
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-02-05T04:34:29.856Z|3b18ad00-3b44-48e9-94c4-57d16af8c011|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-05T04:34:29.857Z|3b18ad00-3b44-48e9-94c4-57d16af8c011|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-02-05T04:34:29.857Z|3b18ad00-3b44-48e9-94c4-57d16af8c011|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-02-05T04:34:59.857Z|3b18ad00-3b44-48e9-94c4-57d16af8c011|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3b18ad00-3b44-48e9-94c4-57d16af8c011
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-02-05T04:34:59.867Z|3b18ad00-3b44-48e9-94c4-57d16af8c011|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3b18ad00-3b44-48e9-94c4-57d16af8c011
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-02-05T04:34:59.869Z|3b18ad00-3b44-48e9-94c4-57d16af8c011|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-05T04:34:59.869Z|3b18ad00-3b44-48e9-94c4-57d16af8c011|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-02-05T04:34:59.869Z|3b18ad00-3b44-48e9-94c4-57d16af8c011|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-02-05T04:35:17.273Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T04:35:17.273Z||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-02-05T04:35:17.273Z||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 NVaOFbHv1dPNRJ79) ...
2022-02-05T04:35:17.289Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T04:35:17.290Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-05T04:35:17.290Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b18ad00-3b44-48e9-94c4-57d16af8c011",
  "consumerID": "policy-id",
  "timestamp": 1644035600133,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:35:17.290Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:35:17.290Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-05T04:35:17.290Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b18ad00-3b44-48e9-94c4-57d16af8c011",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644035597271,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:35:17.290Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:35:29.869Z|3b18ad00-3b44-48e9-94c4-57d16af8c011|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3b18ad00-3b44-48e9-94c4-57d16af8c011
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-02-05T04:35:29.878Z|3b18ad00-3b44-48e9-94c4-57d16af8c011|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3b18ad00-3b44-48e9-94c4-57d16af8c011
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-02-05T04:35:29.879Z|3b18ad00-3b44-48e9-94c4-57d16af8c011|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-05T04:35:29.879Z|3b18ad00-3b44-48e9-94c4-57d16af8c011|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-02-05T04:35:29.880Z|3b18ad00-3b44-48e9-94c4-57d16af8c011|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-02-05T04:35:59.880Z|3b18ad00-3b44-48e9-94c4-57d16af8c011|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3b18ad00-3b44-48e9-94c4-57d16af8c011
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-02-05T04:35:59.888Z|3b18ad00-3b44-48e9-94c4-57d16af8c011|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3b18ad00-3b44-48e9-94c4-57d16af8c011
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-02-05T04:35:59.890Z|3b18ad00-3b44-48e9-94c4-57d16af8c011|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-05T04:35:59.890Z|3b18ad00-3b44-48e9-94c4-57d16af8c011|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-02-05T04:35:59.890Z|3b18ad00-3b44-48e9-94c4-57d16af8c011|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-02-05T04:36:17.273Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T04:36:17.273Z||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-02-05T04:36:17.273Z||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 NVaOFbHv1dPNRJ79) ...
2022-02-05T04:36:17.294Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T04:36:17.295Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-05T04:36:17.295Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b18ad00-3b44-48e9-94c4-57d16af8c011",
  "consumerID": "dcae-sch",
  "timestamp": 1644035605185,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:36:17.295Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:36:17.295Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-05T04:36:17.295Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b18ad00-3b44-48e9-94c4-57d16af8c011",
  "consumerID": "cds",
  "timestamp": 1644035600124,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-02-05T04:36:17.295Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:36:17.295Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-05T04:36:17.296Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b18ad00-3b44-48e9-94c4-57d16af8c011",
  "consumerID": "aai-ml",
  "timestamp": 1644035603589,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-02-05T04:36:17.296Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:36:17.296Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-05T04:36:17.296Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b18ad00-3b44-48e9-94c4-57d16af8c011",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1644035600676,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-02-05T04:36:17.296Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:36:17.296Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-05T04:36:17.296Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b18ad00-3b44-48e9-94c4-57d16af8c011",
  "consumerID": "policy-id",
  "timestamp": 1644035600133,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-02-05T04:36:17.296Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:36:17.296Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-05T04:36:17.296Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b18ad00-3b44-48e9-94c4-57d16af8c011",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644035597271,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-02-05T04:36:17.296Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:36:17.296Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-05T04:36:17.296Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b18ad00-3b44-48e9-94c4-57d16af8c011",
  "consumerID": "dcae-sch",
  "timestamp": 1644035605185,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:36:17.296Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:36:17.296Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-05T04:36:17.296Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b18ad00-3b44-48e9-94c4-57d16af8c011",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644035607346,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-05T04:36:17.297Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T04:36:17.297Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-05T04:36:17.297Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b18ad00-3b44-48e9-94c4-57d16af8c011",
  "consumerID": "aai-ml",
  "timestamp": 1644035607348,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-05T04:36:17.297Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T04:36:17.297Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-05T04:36:17.297Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b18ad00-3b44-48e9-94c4-57d16af8c011",
  "consumerID": "cds",
  "timestamp": 1644035607351,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-05T04:36:17.297Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T04:36:17.297Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-05T04:36:17.297Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b18ad00-3b44-48e9-94c4-57d16af8c011",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1644035607350,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-05T04:36:17.297Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T04:36:17.297Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-05T04:36:17.297Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b18ad00-3b44-48e9-94c4-57d16af8c011",
  "consumerID": "policy-id",
  "timestamp": 1644035607340,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-05T04:36:17.297Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T04:36:17.297Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-05T04:36:17.297Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b18ad00-3b44-48e9-94c4-57d16af8c011",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1644035607240,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:36:17.297Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:36:17.298Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-05T04:36:17.298Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b18ad00-3b44-48e9-94c4-57d16af8c011",
  "consumerID": "cds",
  "timestamp": 1644035608356,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-02-05T04:36:17.303Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 3b18ad00-3b44-48e9-94c4-57d16af8c011
2022-02-05T04:36:17.303Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3b18ad00-3b44-48e9-94c4-57d16af8c011 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-02-05T04:36:17.311Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-05T04:36:17.311Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b18ad00-3b44-48e9-94c4-57d16af8c011",
  "consumerID": "policy-id",
  "timestamp": 1644035608343,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-05T04:36:17.312Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T04:36:17.312Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-05T04:36:17.312Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b18ad00-3b44-48e9-94c4-57d16af8c011",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1644035608754,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-05T04:36:17.312Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T04:36:17.312Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-05T04:36:17.312Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b18ad00-3b44-48e9-94c4-57d16af8c011",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644035608819,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-05T04:36:17.312Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T04:36:17.312Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-05T04:36:17.312Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b18ad00-3b44-48e9-94c4-57d16af8c011",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1644035607240,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-02-05T04:36:17.312Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:36:17.312Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-05T04:36:17.312Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b18ad00-3b44-48e9-94c4-57d16af8c011",
  "consumerID": "policy-id",
  "timestamp": 1644035609346,
  "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-02-05T04:36:17.316Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 3b18ad00-3b44-48e9-94c4-57d16af8c011
2022-02-05T04:36:17.317Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3b18ad00-3b44-48e9-94c4-57d16af8c011 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-02-05T04:36:17.324Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-05T04:36:17.324Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b18ad00-3b44-48e9-94c4-57d16af8c011",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1644035609759,
  "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-02-05T04:36:17.328Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 3b18ad00-3b44-48e9-94c4-57d16af8c011
2022-02-05T04:36:17.328Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3b18ad00-3b44-48e9-94c4-57d16af8c011 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-02-05T04:36:17.335Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-05T04:36:17.335Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b18ad00-3b44-48e9-94c4-57d16af8c011",
  "consumerID": "aai-ml",
  "timestamp": 1644035610215,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-05T04:36:17.335Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T04:36:17.335Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-05T04:36:17.335Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b18ad00-3b44-48e9-94c4-57d16af8c011",
  "consumerID": "clamp",
  "timestamp": 1644035610134,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:36:17.335Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:36:17.335Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-05T04:36:17.335Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b18ad00-3b44-48e9-94c4-57d16af8c011",
  "consumerID": "aai-ml",
  "timestamp": 1644035611219,
  "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-02-05T04:36:17.340Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 3b18ad00-3b44-48e9-94c4-57d16af8c011
2022-02-05T04:36:17.340Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3b18ad00-3b44-48e9-94c4-57d16af8c011 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-02-05T04:36:17.347Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-05T04:36:17.347Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b18ad00-3b44-48e9-94c4-57d16af8c011",
  "consumerID": "clamp",
  "timestamp": 1644035610134,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-02-05T04:36:17.347Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:36:17.347Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-05T04:36:17.347Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b18ad00-3b44-48e9-94c4-57d16af8c011",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1644035613867,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:36:17.347Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:36:17.347Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-05T04:36:17.347Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b18ad00-3b44-48e9-94c4-57d16af8c011",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1644035613867,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:36:17.347Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:36:17.347Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-05T04:36:17.347Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b18ad00-3b44-48e9-94c4-57d16af8c011",
  "consumerID": "clamp",
  "timestamp": 1644035622354,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-05T04:36:17.347Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T04:36:17.348Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-05T04:36:17.348Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b18ad00-3b44-48e9-94c4-57d16af8c011",
  "consumerID": "clamp",
  "timestamp": 1644035623371,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-05T04:36:17.348Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T04:36:17.348Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-05T04:36:17.348Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b18ad00-3b44-48e9-94c4-57d16af8c011",
  "consumerID": "clamp",
  "timestamp": 1644035624373,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-02-05T04:36:17.352Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 3b18ad00-3b44-48e9-94c4-57d16af8c011
2022-02-05T04:36:17.352Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3b18ad00-3b44-48e9-94c4-57d16af8c011 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-02-05T04:36:29.891Z|3b18ad00-3b44-48e9-94c4-57d16af8c011|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3b18ad00-3b44-48e9-94c4-57d16af8c011
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-02-05T04:36:29.899Z|3b18ad00-3b44-48e9-94c4-57d16af8c011|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3b18ad00-3b44-48e9-94c4-57d16af8c011
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-02-05T04:36:29.903Z|3b18ad00-3b44-48e9-94c4-57d16af8c011|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-05T04:36:29.903Z|3b18ad00-3b44-48e9-94c4-57d16af8c011|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-02-05T04:36:29.903Z|3b18ad00-3b44-48e9-94c4-57d16af8c011|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-02-05T04:36:29.903Z|3b18ad00-3b44-48e9-94c4-57d16af8c011|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-02-05T04:36:29.903Z|3b18ad00-3b44-48e9-94c4-57d16af8c011|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-05T04:36:29.903Z|3b18ad00-3b44-48e9-94c4-57d16af8c011|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-05T04:36:29.903Z|3b18ad00-3b44-48e9-94c4-57d16af8c011|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-05T04:36:29.903Z|3b18ad00-3b44-48e9-94c4-57d16af8c011|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-05T04:36:29.903Z|3b18ad00-3b44-48e9-94c4-57d16af8c011|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-05T04:36:29.903Z|3b18ad00-3b44-48e9-94c4-57d16af8c011|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-05T04:36:29.903Z|3b18ad00-3b44-48e9-94c4-57d16af8c011|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-02-05T04:36:29.908Z|3b18ad00-3b44-48e9-94c4-57d16af8c011|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-02-05T04:36:59.908Z|3b18ad00-3b44-48e9-94c4-57d16af8c011|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 3b18ad00-3b44-48e9-94c4-57d16af8c011 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-02-05T04:36:59.912Z|3b18ad00-3b44-48e9-94c4-57d16af8c011|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 3b18ad00-3b44-48e9-94c4-57d16af8c011 and serviceModelVersionId: 87b2b473-ae42-4377-9f26-874f2af5ee5b
2022-02-05T04:36:59.912Z|3b18ad00-3b44-48e9-94c4-57d16af8c011|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 23868955-69e8-4e03-9353-e3626a5ab2f7
2022-02-05T04:36:59.913Z|3b18ad00-3b44-48e9-94c4-57d16af8c011|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/23868955-69e8-4e03-9353-e3626a5ab2f7/model-vers/model-ver/87b2b473-ae42-4377-9f26-874f2af5ee5b?depth=0
2022-02-05T04:36:59.916Z|3b18ad00-3b44-48e9-94c4-57d16af8c011|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2022-02-05T04:36:59.948Z|3b18ad00-3b44-48e9-94c4-57d16af8c011|pool-2-thread-9|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23868955-69e8-4e03-9353-e3626a5ab2f7/model-vers/model-ver/87b2b473-ae42-4377-9f26-874f2af5ee5b?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-02-05T04:36:59.948Z|3b18ad00-3b44-48e9-94c4-57d16af8c011|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23868955-69e8-4e03-9353-e3626a5ab2f7/model-vers/model-ver/87b2b473-ae42-4377-9f26-874f2af5ee5b?depth=0|INFO|500||Invoke
2022-02-05T04:36:59.965Z|3b18ad00-3b44-48e9-94c4-57d16af8c011|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23868955-69e8-4e03-9353-e3626a5ab2f7/model-vers/model-ver/87b2b473-ae42-4377-9f26-874f2af5ee5b?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-02-05T04:37:00.032Z|3b18ad00-3b44-48e9-94c4-57d16af8c011|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23868955-69e8-4e03-9353-e3626a5ab2f7/model-vers/model-ver/87b2b473-ae42-4377-9f26-874f2af5ee5b?depth=0|INFO|500||InvokeReturn
2022-02-05T04:37:00.032Z|3b18ad00-3b44-48e9-94c4-57d16af8c011|pool-2-thread-9|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/23868955-69e8-4e03-9353-e3626a5ab2f7/model-vers/model-ver/87b2b473-ae42-4377-9f26-874f2af5ee5b?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220205-04:36:59:972-52240], vertex-id=[356584], Content-Length=[0], Date=[Sat, 05 Feb 2022 04:36:59 GMT], Content-Type=[application/json]}
2022-02-05T04:37:00.032Z|3b18ad00-3b44-48e9-94c4-57d16af8c011|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity.
2022-02-05T04:37:00.032Z|3b18ad00-3b44-48e9-94c4-57d16af8c011|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-02-05T04:37:00.032Z|3b18ad00-3b44-48e9-94c4-57d16af8c011|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-02-05T04:37:00.035Z|3b18ad00-3b44-48e9-94c4-57d16af8c011|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-02-05T04:37:00.036Z|3b18ad00-3b44-48e9-94c4-57d16af8c011|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 3b18ad00-3b44-48e9-94c4-57d16af8c011 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-02-05T04:37:00.036Z|3b18ad00-3b44-48e9-94c4-57d16af8c011|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-02-05T04:37:00.036Z|3b18ad00-3b44-48e9-94c4-57d16af8c011|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-02-05T04:37:00.037Z|3b18ad00-3b44-48e9-94c4-57d16af8c011|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-05T04:37:00.038Z|3b18ad00-3b44-48e9-94c4-57d16af8c011|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "3b18ad00-3b44-48e9-94c4-57d16af8c011",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644035820036,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-02-05T04:37:00.138Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-05T04:37:00.138Z||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-02-05T04:37:00.138Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NVaOFbHv1dPNRJ79) ...
2022-02-05T04:37:00.150Z||pool-39-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T04:37:00.151Z||pool-39-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-02-05T04:37:01.048Z|3b18ad00-3b44-48e9-94c4-57d16af8c011|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T04:37:01.048Z|3b18ad00-3b44-48e9-94c4-57d16af8c011|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-02-05T04:37:01.048Z|3b18ad00-3b44-48e9-94c4-57d16af8c011|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 NVaOFbHv1dPNRJ79) ...
2022-02-05T04:37:05.647Z|3b18ad00-3b44-48e9-94c4-57d16af8c011|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T04:37:05.649Z|3b18ad00-3b44-48e9-94c4-57d16af8c011|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-05T04:37:05.649Z|3b18ad00-3b44-48e9-94c4-57d16af8c011|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"a4b3c9bb-5c1b-4186-8fc3-b9a57a665786","serviceName":"Demo_pNF_THYfZ2OhjmMFidSQdJVf","serviceVersion":"1.0","serviceUUID":"b1dc29cc-1ba4-4ad5-bb1f-8185c67f670d","serviceDescription":"catalog service description","serviceInvariantUUID":"e345fe8f-4b0e-4c3b-bd48-e233e61cbfd8","resources":[{"resourceInstanceName":"pNF 1050ce20-0adb 0","resourceName":"pNF 1050ce20-0adb","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"519eb333-9b00-4567-b53e-67481d191041","resourceInvariantUUID":"0d9d4950-1370-4035-93ce-22b0beeb4eb6","resourceCustomizationUUID":"290cf710-b5b9-45f6-96fc-166dbfc079ef","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfThyfz2ohjmmfidsqdjvf/1.0/resourceInstances/pnf1050ce200adb0/artifacts/vf-license-model.xml","artifactChecksum":"ODQ5YTdlODczMjRlYjllNDdkNmFlM2JmMjdhMzZhMTg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"d505d704-5732-4566-810d-20217152cf4a","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfThyfz2ohjmmfidsqdjvf/1.0/resourceInstances/pnf1050ce200adb0/artifacts/pNF.csar","artifactChecksum":"MWQxMzE0NDI5Y2QxOGZiMWYzZGViMDBmMDllMjdkMjY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"83061b35-c880-46bb-b8a7-79a8c01aa8c6","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfThyfz2ohjmmfidsqdjvf/1.0/resourceInstances/pnf1050ce200adb0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"2ca30233-b8bc-49f4-851f-783130220e47","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfThyfz2ohjmmfidsqdjvf/1.0/resourceInstances/pnf1050ce200adb0/artifacts/vendor-license-model.xml","artifactChecksum":"NGYwMDMyZDE5MTc3MGE1YTBlODY1Y2M3YjY3YjRiOGI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"d3fb93d4-1deb-49f7-ac5c-7b1e82a0cbb6","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfThyfz2ohjmmfidsqdjvf/1.0/resourceInstances/pnf1050ce200adb0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"68e938f1-ab20-4448-bfce-af7080260eab","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfThyfz2ohjmmfidsqdjvf/1.0/resourceInstances/pnf1050ce200adb0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"d862b319-eff3-403d-9f0e-194b2061beaa","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfThyfz2ohjmmfidsqdjvf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfThyfz2ohjmmfidsqdjvf/1.0/artifacts/service-DemoPnfThyfz2ohjmmfidsqdjvf-template.yml","artifactChecksum":"ZGQ2NTg2NjEzMTQzMjA5OGVmZTIxZTY1OTQ3ZDA2ODI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"077d61ff-f4c6-432a-a9da-d1513b0d28eb","artifactVersion":"1"},{"artifactName":"service-DemoPnfThyfz2ohjmmfidsqdjvf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfThyfz2ohjmmfidsqdjvf/1.0/artifacts/service-DemoPnfThyfz2ohjmmfidsqdjvf-csar.csar","artifactChecksum":"MWM1ZmVmN2E5MjdkOTFlMWQ5MmMyY2M5NGQyNTA2MzQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"79c27a80-f7e3-46d9-8657-626986d13866","artifactVersion":"1"}],"workloadContext":"Production"}
2022-02-05T04:37:05.652Z|3b18ad00-3b44-48e9-94c4-57d16af8c011|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-05T04:37:05.653Z|3b18ad00-3b44-48e9-94c4-57d16af8c011|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-02-05T04:37:05.656Z|3b18ad00-3b44-48e9-94c4-57d16af8c011|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-05T04:37:05.656Z|3b18ad00-3b44-48e9-94c4-57d16af8c011|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "a4b3c9bb-5c1b-4186-8fc3-b9a57a665786",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644035821048,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfThyfz2ohjmmfidsqdjvf/1.0/resourceInstances/pnf1050ce200adb0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:37:05.755Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-02-05T04:37:05.756Z||pool-40-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel.
2022-02-05T04:37:05.756Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NVaOFbHv1dPNRJ79) ...
2022-02-05T04:37:05.765Z||pool-40-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T04:37:05.765Z||pool-40-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-02-05T04:37:06.656Z|3b18ad00-3b44-48e9-94c4-57d16af8c011|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-05T04:37:06.657Z|3b18ad00-3b44-48e9-94c4-57d16af8c011|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-02-05T04:37:06.658Z|3b18ad00-3b44-48e9-94c4-57d16af8c011|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-05T04:37:06.658Z|3b18ad00-3b44-48e9-94c4-57d16af8c011|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "a4b3c9bb-5c1b-4186-8fc3-b9a57a665786",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644035821048,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfThyfz2ohjmmfidsqdjvf/1.0/resourceInstances/pnf1050ce200adb0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:37:06.758Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-05T04:37:06.759Z||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-02-05T04:37:06.759Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NVaOFbHv1dPNRJ79) ...
2022-02-05T04:37:06.771Z||pool-41-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T04:37:06.771Z||pool-41-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-02-05T04:37:07.659Z|3b18ad00-3b44-48e9-94c4-57d16af8c011|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-05T04:37:07.659Z|3b18ad00-3b44-48e9-94c4-57d16af8c011|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-02-05T04:37:07.661Z|3b18ad00-3b44-48e9-94c4-57d16af8c011|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-05T04:37:07.661Z|3b18ad00-3b44-48e9-94c4-57d16af8c011|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "a4b3c9bb-5c1b-4186-8fc3-b9a57a665786",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644035821048,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfThyfz2ohjmmfidsqdjvf/1.0/resourceInstances/pnf1050ce200adb0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:37:07.761Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-05T04:37:07.762Z||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-02-05T04:37:07.762Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NVaOFbHv1dPNRJ79) ...
2022-02-05T04:37:07.772Z||pool-42-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T04:37:07.772Z||pool-42-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-02-05T04:37:08.661Z|3b18ad00-3b44-48e9-94c4-57d16af8c011|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-05T04:37:08.662Z|3b18ad00-3b44-48e9-94c4-57d16af8c011|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-02-05T04:37:08.664Z|3b18ad00-3b44-48e9-94c4-57d16af8c011|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-05T04:37:08.664Z|3b18ad00-3b44-48e9-94c4-57d16af8c011|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "a4b3c9bb-5c1b-4186-8fc3-b9a57a665786",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644035821048,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfThyfz2ohjmmfidsqdjvf/1.0/resourceInstances/pnf1050ce200adb0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:37:08.764Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-05T04:37:08.764Z||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-02-05T04:37:08.764Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NVaOFbHv1dPNRJ79) ...
2022-02-05T04:37:08.773Z||pool-43-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T04:37:08.774Z||pool-43-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-02-05T04:37:09.664Z|3b18ad00-3b44-48e9-94c4-57d16af8c011|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-05T04:37:09.665Z|3b18ad00-3b44-48e9-94c4-57d16af8c011|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-02-05T04:37:09.666Z|3b18ad00-3b44-48e9-94c4-57d16af8c011|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-05T04:37:09.666Z|3b18ad00-3b44-48e9-94c4-57d16af8c011|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "a4b3c9bb-5c1b-4186-8fc3-b9a57a665786",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644035821048,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfThyfz2ohjmmfidsqdjvf/1.0/resourceInstances/pnf1050ce200adb0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:37:09.767Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-05T04:37:09.767Z||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-02-05T04:37:09.767Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NVaOFbHv1dPNRJ79) ...
2022-02-05T04:37:09.778Z||pool-44-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T04:37:09.778Z||pool-44-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-02-05T04:37:10.667Z|3b18ad00-3b44-48e9-94c4-57d16af8c011|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-05T04:37:10.668Z|3b18ad00-3b44-48e9-94c4-57d16af8c011|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-02-05T04:37:10.669Z|3b18ad00-3b44-48e9-94c4-57d16af8c011|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-05T04:37:10.669Z|3b18ad00-3b44-48e9-94c4-57d16af8c011|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "a4b3c9bb-5c1b-4186-8fc3-b9a57a665786",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644035821048,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfThyfz2ohjmmfidsqdjvf/1.0/resourceInstances/pnf1050ce200adb0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:37:10.770Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-02-05T04:37:10.770Z||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-02-05T04:37:10.770Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NVaOFbHv1dPNRJ79) ...
2022-02-05T04:37:10.780Z||pool-45-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T04:37:10.781Z||pool-45-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-02-05T04:37:11.670Z|3b18ad00-3b44-48e9-94c4-57d16af8c011|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-05T04:37:11.671Z|3b18ad00-3b44-48e9-94c4-57d16af8c011|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-02-05T04:37:11.672Z|3b18ad00-3b44-48e9-94c4-57d16af8c011|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-05T04:37:11.672Z|3b18ad00-3b44-48e9-94c4-57d16af8c011|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "a4b3c9bb-5c1b-4186-8fc3-b9a57a665786",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644035821048,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfThyfz2ohjmmfidsqdjvf/1.0/artifacts/service-DemoPnfThyfz2ohjmmfidsqdjvf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:37:11.772Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-05T04:37:11.773Z||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-02-05T04:37:11.773Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NVaOFbHv1dPNRJ79) ...
2022-02-05T04:37:11.784Z||pool-46-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T04:37:11.784Z||pool-46-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-02-05T04:37:12.673Z|3b18ad00-3b44-48e9-94c4-57d16af8c011|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-05T04:37:12.673Z|3b18ad00-3b44-48e9-94c4-57d16af8c011|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-02-05T04:37:12.675Z|3b18ad00-3b44-48e9-94c4-57d16af8c011|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-05T04:37:12.675Z|3b18ad00-3b44-48e9-94c4-57d16af8c011|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "a4b3c9bb-5c1b-4186-8fc3-b9a57a665786",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644035821048,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfThyfz2ohjmmfidsqdjvf/1.0/artifacts/service-DemoPnfThyfz2ohjmmfidsqdjvf-csar.csar",
  "status": "NOTIFIED"
}
2022-02-05T04:37:12.775Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-05T04:37:12.776Z||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-02-05T04:37:12.776Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NVaOFbHv1dPNRJ79) ...
2022-02-05T04:37:12.787Z||pool-47-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T04:37:12.787Z||pool-47-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-02-05T04:37:13.676Z|3b18ad00-3b44-48e9-94c4-57d16af8c011|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "a4b3c9bb-5c1b-4186-8fc3-b9a57a665786",
  "serviceName": "Demo_pNF_THYfZ2OhjmMFidSQdJVf",
  "serviceVersion": "1.0",
  "serviceUUID": "b1dc29cc-1ba4-4ad5-bb1f-8185c67f670d",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "e345fe8f-4b0e-4c3b-bd48-e233e61cbfd8",
  "resources": [
    {
      "resourceInstanceName": "pNF 1050ce20-0adb 0",
      "resourceCustomizationUUID": "290cf710-b5b9-45f6-96fc-166dbfc079ef",
      "resourceName": "pNF 1050ce20-0adb",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "519eb333-9b00-4567-b53e-67481d191041",
      "resourceInvariantUUID": "0d9d4950-1370-4035-93ce-22b0beeb4eb6",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfThyfz2ohjmmfidsqdjvf-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfThyfz2ohjmmfidsqdjvf/1.0/artifacts/service-DemoPnfThyfz2ohjmmfidsqdjvf-csar.csar",
      "artifactChecksum": "MWM1ZmVmN2E5MjdkOTFlMWQ5MmMyY2M5NGQyNTA2MzQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "79c27a80-f7e3-46d9-8657-626986d13866"
    }
  ],
  "workloadContext": "Production"
}
2022-02-05T04:37:13.676Z|3b18ad00-3b44-48e9-94c4-57d16af8c011|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-02-05T04:37:13.676Z|3b18ad00-3b44-48e9-94c4-57d16af8c011|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 b1dc29cc-1ba4-4ad5-bb1f-8185c67f670d ASDC
2022-02-05T04:37:13.677Z|a4b3c9bb-5c1b-4186-8fc3-b9a57a665786|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:a4b3c9bb-5c1b-4186-8fc3-b9a57a665786
ServiceName:Demo_pNF_THYfZ2OhjmMFidSQdJVf
ServiceVersion:1.0
ServiceUUID:b1dc29cc-1ba4-4ad5-bb1f-8185c67f670d
ServiceInvariantUUID:e345fe8f-4b0e-4c3b-bd48-e233e61cbfd8
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfThyfz2ohjmmfidsqdjvf-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfThyfz2ohjmmfidsqdjvf/1.0/artifacts/service-DemoPnfThyfz2ohjmmfidsqdjvf-csar.csar
ArtifactUUID:79c27a80-f7e3-46d9-8657-626986d13866
ArtifactChecksum:MWM1ZmVmN2E5MjdkOTFlMWQ5MmMyY2M5NGQyNTA2MzQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF 1050ce20-0adb 0
ResourceCustomizationUUID:290cf710-b5b9-45f6-96fc-166dbfc079ef
ResourceInvariantUUID:0d9d4950-1370-4035-93ce-22b0beeb4eb6
ResourceName:pNF 1050ce20-0adb
ResourceType:PNF
ResourceUUID:519eb333-9b00-4567-b53e-67481d191041
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-02-05T04:37:13.677Z|a4b3c9bb-5c1b-4186-8fc3-b9a57a665786|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF b1dc29cc-1ba4-4ad5-bb1f-8185c67f670d 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-02-05T04:37:13.699Z|a4b3c9bb-5c1b-4186-8fc3-b9a57a665786|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-02-05T04:37:13.699Z|a4b3c9bb-5c1b-4186-8fc3-b9a57a665786|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-02-05T04:37:13.699Z|a4b3c9bb-5c1b-4186-8fc3-b9a57a665786|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-02-05T04:37:13.699Z|a4b3c9bb-5c1b-4186-8fc3-b9a57a665786|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 79c27a80-f7e3-46d9-8657-626986d13866 from URL: /sdc/v1/catalog/services/DemoPnfThyfz2ohjmmfidsqdjvf/1.0/artifacts/service-DemoPnfThyfz2ohjmmfidsqdjvf-csar.csar
2022-02-05T04:37:13.699Z|a4b3c9bb-5c1b-4186-8fc3-b9a57a665786|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-02-05T04:37:13.700Z|a4b3c9bb-5c1b-4186-8fc3-b9a57a665786|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfThyfz2ohjmmfidsqdjvf/1.0/artifacts/service-DemoPnfThyfz2ohjmmfidsqdjvf-csar.csar
2022-02-05T04:37:13.805Z|a4b3c9bb-5c1b-4186-8fc3-b9a57a665786|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-02-05T04:37:13.808Z|a4b3c9bb-5c1b-4186-8fc3-b9a57a665786|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfThyfz2ohjmmfidsqdjvf/1.0/artifacts/service-DemoPnfThyfz2ohjmmfidsqdjvf-csar.csar 79c27a80-f7e3-46d9-8657-626986d13866 82625
2022-02-05T04:37:13.809Z|a4b3c9bb-5c1b-4186-8fc3-b9a57a665786|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfThyfz2ohjmmfidsqdjvf/1.0/artifacts/service-DemoPnfThyfz2ohjmmfidsqdjvf-csar.csar ASDC sendASDCNotification
2022-02-05T04:37:13.809Z|a4b3c9bb-5c1b-4186-8fc3-b9a57a665786|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfThyfz2ohjmmfidsqdjvf/1.0/artifacts/service-DemoPnfThyfz2ohjmmfidsqdjvf-csar.csar
2022-02-05T04:37:13.809Z|a4b3c9bb-5c1b-4186-8fc3-b9a57a665786|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-05T04:37:13.809Z|a4b3c9bb-5c1b-4186-8fc3-b9a57a665786|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-02-05T04:37:13.811Z|a4b3c9bb-5c1b-4186-8fc3-b9a57a665786|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-05T04:37:13.811Z|a4b3c9bb-5c1b-4186-8fc3-b9a57a665786|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "a4b3c9bb-5c1b-4186-8fc3-b9a57a665786",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644035833809,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfThyfz2ohjmmfidsqdjvf/1.0/artifacts/service-DemoPnfThyfz2ohjmmfidsqdjvf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-05T04:37:13.911Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-05T04:37:13.912Z||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-02-05T04:37:13.912Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NVaOFbHv1dPNRJ79) ...
2022-02-05T04:37:13.924Z||pool-48-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T04:37:13.924Z||pool-48-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-02-05T04:37:14.811Z|a4b3c9bb-5c1b-4186-8fc3-b9a57a665786|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-02-05T04:37:14.812Z|a4b3c9bb-5c1b-4186-8fc3-b9a57a665786|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-02-05T04:37:14.812Z|a4b3c9bb-5c1b-4186-8fc3-b9a57a665786|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 79c27a80-f7e3-46d9-8657-626986d13866, URL: /sdc/v1/catalog/services/DemoPnfThyfz2ohjmmfidsqdjvf/1.0/artifacts/service-DemoPnfThyfz2ohjmmfidsqdjvf-csar.csar to file: /app/ASDC/1/service-DemoPnfThyfz2ohjmmfidsqdjvf-csar.csar
2022-02-05T04:37:14.813Z|a4b3c9bb-5c1b-4186-8fc3-b9a57a665786|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfThyfz2ohjmmfidsqdjvf-csar.csar
2022-02-05T04:37:14.813Z|a4b3c9bb-5c1b-4186-8fc3-b9a57a665786|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfThyfz2ohjmmfidsqdjvf-csar.csar
2022-02-05T04:37:14.813Z|a4b3c9bb-5c1b-4186-8fc3-b9a57a665786|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfThyfz2ohjmmfidsqdjvf-csar.csar
2022-02-05T04:37:14.886Z|a4b3c9bb-5c1b-4186-8fc3-b9a57a665786|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9881887197612695762/Definitions/service-DemoPnfThyfz2ohjmmfidsqdjvf-template.yml
2022-02-05T04:37:15.425Z|a4b3c9bb-5c1b-4186-8fc3-b9a57a665786|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2022-02-05T04:37:15.426Z|a4b3c9bb-5c1b-4186-8fc3-b9a57a665786|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-02-05T04:37:15.426Z|a4b3c9bb-5c1b-4186-8fc3-b9a57a665786|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfThyfz2ohjmmfidsqdjvf-csar.csar
2022-02-05T04:37:15.426Z|a4b3c9bb-5c1b-4186-8fc3-b9a57a665786|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-02-05T04:37:15.426Z|a4b3c9bb-5c1b-4186-8fc3-b9a57a665786|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 1050ce20-0adb 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-DemoPnfThyfz2ohjmmfidsqdjvf-csar.csar
2022-02-05T04:37:15.426Z|a4b3c9bb-5c1b-4186-8fc3-b9a57a665786|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfThyfz2ohjmmfidsqdjvf-csar.csar
2022-02-05T04:37:15.426Z|a4b3c9bb-5c1b-4186-8fc3-b9a57a665786|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfThyfz2ohjmmfidsqdjvf-csar.csar
2022-02-05T04:37:15.426Z|a4b3c9bb-5c1b-4186-8fc3-b9a57a665786|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfThyfz2ohjmmfidsqdjvf-csar.csar
2022-02-05T04:37:15.426Z|a4b3c9bb-5c1b-4186-8fc3-b9a57a665786|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfThyfz2ohjmmfidsqdjvf-csar.csar
2022-02-05T04:37:15.426Z|a4b3c9bb-5c1b-4186-8fc3-b9a57a665786|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfThyfz2ohjmmfidsqdjvf-csar.csar
2022-02-05T04:37:15.426Z|a4b3c9bb-5c1b-4186-8fc3-b9a57a665786|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfThyfz2ohjmmfidsqdjvf-csar.csar
2022-02-05T04:37:15.426Z|a4b3c9bb-5c1b-4186-8fc3-b9a57a665786|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-02-05T04:37:15.426Z|a4b3c9bb-5c1b-4186-8fc3-b9a57a665786|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-05T04:37:15.426Z|a4b3c9bb-5c1b-4186-8fc3-b9a57a665786|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_THYfZ2OhjmMFidSQdJVf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-02-05T04:37:15.427Z|a4b3c9bb-5c1b-4186-8fc3-b9a57a665786|pool-2-thread-9|||||DEBUG|500||Node template pNF 1050ce20-0adb 0 is matching search criteria
2022-02-05T04:37:15.427Z|a4b3c9bb-5c1b-4186-8fc3-b9a57a665786|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-02-05T04:37:15.427Z|a4b3c9bb-5c1b-4186-8fc3-b9a57a665786|pool-2-thread-9|||||DEBUG|500||Found topology templates [pNF 1050ce20-0adb 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-02-05T04:37:15.427Z|a4b3c9bb-5c1b-4186-8fc3-b9a57a665786|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-05T04:37:15.427Z|a4b3c9bb-5c1b-4186-8fc3-b9a57a665786|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_THYfZ2OhjmMFidSQdJVf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-02-05T04:37:15.427Z|a4b3c9bb-5c1b-4186-8fc3-b9a57a665786|pool-2-thread-9|||||DEBUG|500||Node template pNF 1050ce20-0adb 0 is matching search criteria
2022-02-05T04:37:15.427Z|a4b3c9bb-5c1b-4186-8fc3-b9a57a665786|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-02-05T04:37:15.427Z|a4b3c9bb-5c1b-4186-8fc3-b9a57a665786|pool-2-thread-9|||||DEBUG|500||Found topology templates [pNF 1050ce20-0adb 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-02-05T04:37:15.427Z|a4b3c9bb-5c1b-4186-8fc3-b9a57a665786|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-05T04:37:15.427Z|a4b3c9bb-5c1b-4186-8fc3-b9a57a665786|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_THYfZ2OhjmMFidSQdJVf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-05T04:37:15.428Z|a4b3c9bb-5c1b-4186-8fc3-b9a57a665786|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-05T04:37:15.428Z|a4b3c9bb-5c1b-4186-8fc3-b9a57a665786|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_THYfZ2OhjmMFidSQdJVf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-02-05T04:37:15.428Z|a4b3c9bb-5c1b-4186-8fc3-b9a57a665786|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-05T04:37:15.428Z|a4b3c9bb-5c1b-4186-8fc3-b9a57a665786|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_THYfZ2OhjmMFidSQdJVf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-02-05T04:37:15.428Z|a4b3c9bb-5c1b-4186-8fc3-b9a57a665786|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-05T04:37:15.428Z|a4b3c9bb-5c1b-4186-8fc3-b9a57a665786|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_THYfZ2OhjmMFidSQdJVf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-05T04:37:15.428Z|a4b3c9bb-5c1b-4186-8fc3-b9a57a665786|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-05T04:37:15.428Z|a4b3c9bb-5c1b-4186-8fc3-b9a57a665786|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_THYfZ2OhjmMFidSQdJVf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-02-05T04:37:15.428Z|a4b3c9bb-5c1b-4186-8fc3-b9a57a665786|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_THYfZ2OhjmMFidSQdJVf
Description:catalog service description
Model UUID:b1dc29cc-1ba4-4ad5-bb1f-8185c67f670d
Model Version:NULL
Model InvariantUuid:e345fe8f-4b0e-4c3b-bd48-e233e61cbfd8
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-02-05T04:37:15.434Z|a4b3c9bb-5c1b-4186-8fc3-b9a57a665786|pool-2-thread-9|||||INFO|500||Processing Resource Type: PNF, Model UUID: 519eb333-9b00-4567-b53e-67481d191041
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-02-05T04:37:15.437Z|a4b3c9bb-5c1b-4186-8fc3-b9a57a665786|pool-2-thread-9|||||INFO|500||pNF 1050ce20-0adb 0
2022-02-05T04:37:15.437Z|a4b3c9bb-5c1b-4186-8fc3-b9a57a665786|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 519eb333-9b00-4567-b53e-67481d191041
2022-02-05T04:37:15.437Z|a4b3c9bb-5c1b-4186-8fc3-b9a57a665786|pool-2-thread-9|||||DEBUG|500||No resources found for Service: b1dc29cc-1ba4-4ad5-bb1f-8185c67f670d
2022-02-05T04:37:15.437Z|a4b3c9bb-5c1b-4186-8fc3-b9a57a665786|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: b1dc29cc-1ba4-4ad5-bb1f-8185c67f670d
2022-02-05T04:37:15.437Z|a4b3c9bb-5c1b-4186-8fc3-b9a57a665786|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 1050ce20-0adb 0 519eb333-9b00-4567-b53e-67481d191041 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-02-05T04:37:15.441Z|a4b3c9bb-5c1b-4186-8fc3-b9a57a665786|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@66a866d9, org.onap.sdc.toscaparser.api.parameters.Input@19aa935f, org.onap.sdc.toscaparser.api.parameters.Input@c18d93, org.onap.sdc.toscaparser.api.parameters.Input@25718f19, org.onap.sdc.toscaparser.api.parameters.Input@4aabc0]
2022-02-05T04:37:15.442Z|a4b3c9bb-5c1b-4186-8fc3-b9a57a665786|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-05T04:37:15.442Z|a4b3c9bb-5c1b-4186-8fc3-b9a57a665786|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_THYfZ2OhjmMFidSQdJVf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-02-05T04:37:15.442Z|a4b3c9bb-5c1b-4186-8fc3-b9a57a665786|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid b1dc29cc-1ba4-4ad5-bb1f-8185c67f670d: pNF 1050ce20-0adb
2022-02-05T04:37:15.442Z|a4b3c9bb-5c1b-4186-8fc3-b9a57a665786|pool-2-thread-9|||||INFO|500||Processing PNF resource: 519eb333-9b00-4567-b53e-67481d191041
2022-02-05T04:37:15.442Z|a4b3c9bb-5c1b-4186-8fc3-b9a57a665786|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-05T04:37:15.442Z|a4b3c9bb-5c1b-4186-8fc3-b9a57a665786|pool-2-thread-9|||||DEBUG|500||Service Demo_pNF_THYfZ2OhjmMFidSQdJVf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-02-05T04:37:15.442Z|a4b3c9bb-5c1b-4186-8fc3-b9a57a665786|pool-2-thread-9|||||INFO|500||Resource customization UUID: 290cf710-b5b9-45f6-96fc-166dbfc079ef is the same as notified resource customizationUUID: 290cf710-b5b9-45f6-96fc-166dbfc079ef
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-02-05T04:37:15.485Z|a4b3c9bb-5c1b-4186-8fc3-b9a57a665786|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 1050ce20-0adb 519eb333-9b00-4567-b53e-67481d191041 0 ASDC deployResourceStructure
2022-02-05T04:37:15.485Z|a4b3c9bb-5c1b-4186-8fc3-b9a57a665786|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfThyfz2ohjmmfidsqdjvf/1.0/artifacts/service-DemoPnfThyfz2ohjmmfidsqdjvf-csar.csar ASDC sendASDCNotification
2022-02-05T04:37:15.485Z|a4b3c9bb-5c1b-4186-8fc3-b9a57a665786|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfThyfz2ohjmmfidsqdjvf/1.0/artifacts/service-DemoPnfThyfz2ohjmmfidsqdjvf-csar.csar
2022-02-05T04:37:15.485Z|a4b3c9bb-5c1b-4186-8fc3-b9a57a665786|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-05T04:37:15.485Z|a4b3c9bb-5c1b-4186-8fc3-b9a57a665786|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-02-05T04:37:15.487Z|a4b3c9bb-5c1b-4186-8fc3-b9a57a665786|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-05T04:37:15.487Z|a4b3c9bb-5c1b-4186-8fc3-b9a57a665786|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "a4b3c9bb-5c1b-4186-8fc3-b9a57a665786",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644035835485,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfThyfz2ohjmmfidsqdjvf/1.0/artifacts/service-DemoPnfThyfz2ohjmmfidsqdjvf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-05T04:37:15.587Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-05T04:37:15.588Z||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-02-05T04:37:15.588Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NVaOFbHv1dPNRJ79) ...
2022-02-05T04:37:15.597Z||pool-49-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T04:37:15.597Z||pool-49-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-02-05T04:37:16.487Z|a4b3c9bb-5c1b-4186-8fc3-b9a57a665786|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a4b3c9bb-5c1b-4186-8fc3-b9a57a665786
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-02-05T04:37:16.496Z|a4b3c9bb-5c1b-4186-8fc3-b9a57a665786|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a4b3c9bb-5c1b-4186-8fc3-b9a57a665786
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-02-05T04:37:16.498Z|a4b3c9bb-5c1b-4186-8fc3-b9a57a665786|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-05T04:37:16.498Z|a4b3c9bb-5c1b-4186-8fc3-b9a57a665786|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-02-05T04:37:16.498Z|a4b3c9bb-5c1b-4186-8fc3-b9a57a665786|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-02-05T04:37:17.273Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T04:37:17.273Z||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-02-05T04:37:17.273Z||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 NVaOFbHv1dPNRJ79) ...
2022-02-05T04:37:17.298Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T04:37:17.299Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-05T04:37:17.299Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4b3c9bb-5c1b-4186-8fc3-b9a57a665786",
  "consumerID": "dcae-sch",
  "timestamp": 1644035685185,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfThyfz2ohjmmfidsqdjvf/1.0/resourceInstances/pnf1050ce200adb0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:37:17.300Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:37:17.300Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-05T04:37:17.300Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4b3c9bb-5c1b-4186-8fc3-b9a57a665786",
  "consumerID": "policy-id",
  "timestamp": 1644035680133,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfThyfz2ohjmmfidsqdjvf/1.0/resourceInstances/pnf1050ce200adb0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:37:17.300Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:37:17.300Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-05T04:37:17.300Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4b3c9bb-5c1b-4186-8fc3-b9a57a665786",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1644035687240,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfThyfz2ohjmmfidsqdjvf/1.0/resourceInstances/pnf1050ce200adb0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:37:17.300Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:37:17.300Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-05T04:37:17.300Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4b3c9bb-5c1b-4186-8fc3-b9a57a665786",
  "consumerID": "dcae-sch",
  "timestamp": 1644035685185,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfThyfz2ohjmmfidsqdjvf/1.0/resourceInstances/pnf1050ce200adb0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:37:17.300Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:37:17.301Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-05T04:37:17.301Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4b3c9bb-5c1b-4186-8fc3-b9a57a665786",
  "consumerID": "policy-id",
  "timestamp": 1644035680133,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfThyfz2ohjmmfidsqdjvf/1.0/resourceInstances/pnf1050ce200adb0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:37:17.301Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:37:17.301Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-05T04:37:17.301Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4b3c9bb-5c1b-4186-8fc3-b9a57a665786",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1644035687240,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfThyfz2ohjmmfidsqdjvf/1.0/resourceInstances/pnf1050ce200adb0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:37:17.301Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:37:17.301Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-05T04:37:17.301Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4b3c9bb-5c1b-4186-8fc3-b9a57a665786",
  "consumerID": "dcae-sch",
  "timestamp": 1644035685185,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfThyfz2ohjmmfidsqdjvf/1.0/resourceInstances/pnf1050ce200adb0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:37:17.301Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:37:17.302Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-05T04:37:17.302Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4b3c9bb-5c1b-4186-8fc3-b9a57a665786",
  "consumerID": "policy-id",
  "timestamp": 1644035680133,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfThyfz2ohjmmfidsqdjvf/1.0/resourceInstances/pnf1050ce200adb0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:37:17.302Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:37:17.302Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-05T04:37:17.302Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4b3c9bb-5c1b-4186-8fc3-b9a57a665786",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1644035687240,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfThyfz2ohjmmfidsqdjvf/1.0/resourceInstances/pnf1050ce200adb0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:37:17.302Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:37:17.302Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-05T04:37:17.302Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4b3c9bb-5c1b-4186-8fc3-b9a57a665786",
  "consumerID": "dcae-sch",
  "timestamp": 1644035685185,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfThyfz2ohjmmfidsqdjvf/1.0/resourceInstances/pnf1050ce200adb0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:37:17.302Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:37:17.302Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-05T04:37:17.303Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4b3c9bb-5c1b-4186-8fc3-b9a57a665786",
  "consumerID": "policy-id",
  "timestamp": 1644035680133,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfThyfz2ohjmmfidsqdjvf/1.0/resourceInstances/pnf1050ce200adb0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:37:17.303Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:37:17.303Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-05T04:37:17.303Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4b3c9bb-5c1b-4186-8fc3-b9a57a665786",
  "consumerID": "cds",
  "timestamp": 1644035690124,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfThyfz2ohjmmfidsqdjvf/1.0/resourceInstances/pnf1050ce200adb0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:37:17.303Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:37:17.303Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-05T04:37:17.303Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4b3c9bb-5c1b-4186-8fc3-b9a57a665786",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1644035687240,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfThyfz2ohjmmfidsqdjvf/1.0/resourceInstances/pnf1050ce200adb0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:37:17.303Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:37:17.303Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-05T04:37:17.303Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4b3c9bb-5c1b-4186-8fc3-b9a57a665786",
  "consumerID": "dcae-sch",
  "timestamp": 1644035685185,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfThyfz2ohjmmfidsqdjvf/1.0/resourceInstances/pnf1050ce200adb0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:37:17.304Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:37:17.304Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-05T04:37:17.304Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4b3c9bb-5c1b-4186-8fc3-b9a57a665786",
  "consumerID": "policy-id",
  "timestamp": 1644035680133,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfThyfz2ohjmmfidsqdjvf/1.0/resourceInstances/pnf1050ce200adb0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:37:17.304Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:37:17.304Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-05T04:37:17.304Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4b3c9bb-5c1b-4186-8fc3-b9a57a665786",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1644035690676,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfThyfz2ohjmmfidsqdjvf/1.0/resourceInstances/pnf1050ce200adb0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:37:17.304Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:37:17.304Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-05T04:37:17.304Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4b3c9bb-5c1b-4186-8fc3-b9a57a665786",
  "consumerID": "cds",
  "timestamp": 1644035690124,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfThyfz2ohjmmfidsqdjvf/1.0/resourceInstances/pnf1050ce200adb0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:37:17.305Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:37:17.305Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-05T04:37:17.305Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4b3c9bb-5c1b-4186-8fc3-b9a57a665786",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1644035687240,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfThyfz2ohjmmfidsqdjvf/1.0/resourceInstances/pnf1050ce200adb0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:37:17.305Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:37:17.305Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-05T04:37:17.305Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4b3c9bb-5c1b-4186-8fc3-b9a57a665786",
  "consumerID": "dcae-sch",
  "timestamp": 1644035685185,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfThyfz2ohjmmfidsqdjvf/1.0/resourceInstances/pnf1050ce200adb0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:37:17.305Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:37:17.305Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-05T04:37:17.305Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4b3c9bb-5c1b-4186-8fc3-b9a57a665786",
  "consumerID": "policy-id",
  "timestamp": 1644035680133,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfThyfz2ohjmmfidsqdjvf/1.0/resourceInstances/pnf1050ce200adb0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:37:17.306Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:37:17.306Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-05T04:37:17.306Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4b3c9bb-5c1b-4186-8fc3-b9a57a665786",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1644035690676,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfThyfz2ohjmmfidsqdjvf/1.0/resourceInstances/pnf1050ce200adb0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:37:17.306Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:37:17.306Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-05T04:37:17.306Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4b3c9bb-5c1b-4186-8fc3-b9a57a665786",
  "consumerID": "cds",
  "timestamp": 1644035690124,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfThyfz2ohjmmfidsqdjvf/1.0/resourceInstances/pnf1050ce200adb0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:37:17.306Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:37:17.306Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-05T04:37:17.306Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4b3c9bb-5c1b-4186-8fc3-b9a57a665786",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1644035687240,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfThyfz2ohjmmfidsqdjvf/1.0/resourceInstances/pnf1050ce200adb0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:37:17.306Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:37:17.307Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-05T04:37:17.307Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4b3c9bb-5c1b-4186-8fc3-b9a57a665786",
  "consumerID": "dcae-sch",
  "timestamp": 1644035685185,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfThyfz2ohjmmfidsqdjvf/1.0/artifacts/service-DemoPnfThyfz2ohjmmfidsqdjvf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:37:17.307Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:37:17.307Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-05T04:37:17.307Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4b3c9bb-5c1b-4186-8fc3-b9a57a665786",
  "consumerID": "policy-id",
  "timestamp": 1644035680133,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfThyfz2ohjmmfidsqdjvf/1.0/artifacts/service-DemoPnfThyfz2ohjmmfidsqdjvf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:37:17.307Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:37:17.307Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-05T04:37:17.307Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4b3c9bb-5c1b-4186-8fc3-b9a57a665786",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1644035690676,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfThyfz2ohjmmfidsqdjvf/1.0/resourceInstances/pnf1050ce200adb0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:37:17.307Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:37:17.308Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-05T04:37:17.308Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4b3c9bb-5c1b-4186-8fc3-b9a57a665786",
  "consumerID": "cds",
  "timestamp": 1644035690124,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfThyfz2ohjmmfidsqdjvf/1.0/resourceInstances/pnf1050ce200adb0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:37:17.308Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:37:17.308Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-05T04:37:17.308Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4b3c9bb-5c1b-4186-8fc3-b9a57a665786",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1644035687240,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfThyfz2ohjmmfidsqdjvf/1.0/artifacts/service-DemoPnfThyfz2ohjmmfidsqdjvf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:37:17.308Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:37:17.308Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-05T04:37:17.308Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4b3c9bb-5c1b-4186-8fc3-b9a57a665786",
  "consumerID": "aai-ml",
  "timestamp": 1644035693589,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfThyfz2ohjmmfidsqdjvf/1.0/resourceInstances/pnf1050ce200adb0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:37:17.308Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:37:17.308Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-05T04:37:17.309Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4b3c9bb-5c1b-4186-8fc3-b9a57a665786",
  "consumerID": "dcae-sch",
  "timestamp": 1644035685185,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfThyfz2ohjmmfidsqdjvf/1.0/artifacts/service-DemoPnfThyfz2ohjmmfidsqdjvf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:37:17.309Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:37:17.309Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-05T04:37:17.309Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4b3c9bb-5c1b-4186-8fc3-b9a57a665786",
  "consumerID": "policy-id",
  "timestamp": 1644035680133,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfThyfz2ohjmmfidsqdjvf/1.0/artifacts/service-DemoPnfThyfz2ohjmmfidsqdjvf-csar.csar",
  "status": "NOTIFIED"
}
2022-02-05T04:37:17.309Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:37:17.309Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-05T04:37:17.309Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4b3c9bb-5c1b-4186-8fc3-b9a57a665786",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1644035690676,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfThyfz2ohjmmfidsqdjvf/1.0/resourceInstances/pnf1050ce200adb0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:37:17.309Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:37:17.309Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-05T04:37:17.309Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4b3c9bb-5c1b-4186-8fc3-b9a57a665786",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1644035693867,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfThyfz2ohjmmfidsqdjvf/1.0/resourceInstances/pnf1050ce200adb0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:37:17.310Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:37:17.310Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-05T04:37:17.310Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4b3c9bb-5c1b-4186-8fc3-b9a57a665786",
  "consumerID": "cds",
  "timestamp": 1644035690124,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfThyfz2ohjmmfidsqdjvf/1.0/resourceInstances/pnf1050ce200adb0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:37:17.310Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:37:17.310Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-05T04:37:17.310Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4b3c9bb-5c1b-4186-8fc3-b9a57a665786",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1644035687240,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfThyfz2ohjmmfidsqdjvf/1.0/artifacts/service-DemoPnfThyfz2ohjmmfidsqdjvf-csar.csar",
  "status": "NOTIFIED"
}
2022-02-05T04:37:17.310Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:37:17.310Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-05T04:37:17.310Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4b3c9bb-5c1b-4186-8fc3-b9a57a665786",
  "consumerID": "aai-ml",
  "timestamp": 1644035693589,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfThyfz2ohjmmfidsqdjvf/1.0/resourceInstances/pnf1050ce200adb0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:37:17.311Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:37:17.311Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-05T04:37:17.311Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4b3c9bb-5c1b-4186-8fc3-b9a57a665786",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1644035690676,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfThyfz2ohjmmfidsqdjvf/1.0/resourceInstances/pnf1050ce200adb0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:37:17.311Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:37:17.311Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-05T04:37:17.311Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4b3c9bb-5c1b-4186-8fc3-b9a57a665786",
  "consumerID": "policy-id",
  "timestamp": 1644035695294,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfThyfz2ohjmmfidsqdjvf/1.0/artifacts/service-DemoPnfThyfz2ohjmmfidsqdjvf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-05T04:37:17.311Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T04:37:17.311Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-05T04:37:17.311Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4b3c9bb-5c1b-4186-8fc3-b9a57a665786",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1644035693867,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfThyfz2ohjmmfidsqdjvf/1.0/resourceInstances/pnf1050ce200adb0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:37:17.312Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:37:17.312Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-05T04:37:17.312Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4b3c9bb-5c1b-4186-8fc3-b9a57a665786",
  "consumerID": "cds",
  "timestamp": 1644035690124,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfThyfz2ohjmmfidsqdjvf/1.0/resourceInstances/pnf1050ce200adb0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:37:17.312Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:37:17.312Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-05T04:37:17.312Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4b3c9bb-5c1b-4186-8fc3-b9a57a665786",
  "consumerID": "aai-ml",
  "timestamp": 1644035693589,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfThyfz2ohjmmfidsqdjvf/1.0/resourceInstances/pnf1050ce200adb0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:37:17.312Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:37:17.312Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-05T04:37:17.312Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4b3c9bb-5c1b-4186-8fc3-b9a57a665786",
  "consumerID": "policy-id",
  "timestamp": 1644035696297,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfThyfz2ohjmmfidsqdjvf/1.0/artifacts/service-DemoPnfThyfz2ohjmmfidsqdjvf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-05T04:37:17.312Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T04:37:17.313Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-05T04:37:17.313Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4b3c9bb-5c1b-4186-8fc3-b9a57a665786",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1644035690676,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfThyfz2ohjmmfidsqdjvf/1.0/resourceInstances/pnf1050ce200adb0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:37:17.313Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:37:17.313Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-05T04:37:17.313Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4b3c9bb-5c1b-4186-8fc3-b9a57a665786",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1644035693867,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfThyfz2ohjmmfidsqdjvf/1.0/resourceInstances/pnf1050ce200adb0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:37:17.313Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:37:17.313Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-05T04:37:17.313Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4b3c9bb-5c1b-4186-8fc3-b9a57a665786",
  "consumerID": "cds",
  "timestamp": 1644035690124,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfThyfz2ohjmmfidsqdjvf/1.0/artifacts/service-DemoPnfThyfz2ohjmmfidsqdjvf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:37:17.313Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:37:17.313Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-05T04:37:17.314Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4b3c9bb-5c1b-4186-8fc3-b9a57a665786",
  "consumerID": "aai-ml",
  "timestamp": 1644035693589,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfThyfz2ohjmmfidsqdjvf/1.0/resourceInstances/pnf1050ce200adb0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:37:17.314Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:37:17.314Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-05T04:37:17.314Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4b3c9bb-5c1b-4186-8fc3-b9a57a665786",
  "consumerID": "policy-id",
  "timestamp": 1644035697299,
  "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-02-05T04:37:17.319Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a4b3c9bb-5c1b-4186-8fc3-b9a57a665786
2022-02-05T04:37:17.319Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId a4b3c9bb-5c1b-4186-8fc3-b9a57a665786 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-02-05T04:37:17.325Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-05T04:37:17.325Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4b3c9bb-5c1b-4186-8fc3-b9a57a665786",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1644035690676,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfThyfz2ohjmmfidsqdjvf/1.0/artifacts/service-DemoPnfThyfz2ohjmmfidsqdjvf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:37:17.325Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:37:17.326Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-05T04:37:17.326Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4b3c9bb-5c1b-4186-8fc3-b9a57a665786",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1644035693867,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfThyfz2ohjmmfidsqdjvf/1.0/resourceInstances/pnf1050ce200adb0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:37:17.326Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:37:17.326Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-05T04:37:17.326Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4b3c9bb-5c1b-4186-8fc3-b9a57a665786",
  "consumerID": "cds",
  "timestamp": 1644035690124,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfThyfz2ohjmmfidsqdjvf/1.0/artifacts/service-DemoPnfThyfz2ohjmmfidsqdjvf-csar.csar",
  "status": "NOTIFIED"
}
2022-02-05T04:37:17.326Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:37:17.326Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-05T04:37:17.326Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4b3c9bb-5c1b-4186-8fc3-b9a57a665786",
  "consumerID": "aai-ml",
  "timestamp": 1644035693589,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfThyfz2ohjmmfidsqdjvf/1.0/resourceInstances/pnf1050ce200adb0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:37:17.326Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:37:17.326Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-05T04:37:17.326Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4b3c9bb-5c1b-4186-8fc3-b9a57a665786",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1644035690676,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfThyfz2ohjmmfidsqdjvf/1.0/artifacts/service-DemoPnfThyfz2ohjmmfidsqdjvf-csar.csar",
  "status": "NOTIFIED"
}
2022-02-05T04:37:17.327Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:37:17.327Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-05T04:37:17.327Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4b3c9bb-5c1b-4186-8fc3-b9a57a665786",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1644035693867,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfThyfz2ohjmmfidsqdjvf/1.0/resourceInstances/pnf1050ce200adb0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:37:17.327Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:37:17.327Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-05T04:37:17.327Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4b3c9bb-5c1b-4186-8fc3-b9a57a665786",
  "consumerID": "cds",
  "timestamp": 1644035698863,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfThyfz2ohjmmfidsqdjvf/1.0/artifacts/service-DemoPnfThyfz2ohjmmfidsqdjvf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-05T04:37:17.327Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T04:37:17.327Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-05T04:37:17.327Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4b3c9bb-5c1b-4186-8fc3-b9a57a665786",
  "consumerID": "aai-ml",
  "timestamp": 1644035693589,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfThyfz2ohjmmfidsqdjvf/1.0/resourceInstances/pnf1050ce200adb0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:37:17.328Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:37:17.328Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-05T04:37:17.328Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4b3c9bb-5c1b-4186-8fc3-b9a57a665786",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1644035699410,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfThyfz2ohjmmfidsqdjvf/1.0/artifacts/service-DemoPnfThyfz2ohjmmfidsqdjvf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-05T04:37:17.328Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T04:37:17.328Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-05T04:37:17.328Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4b3c9bb-5c1b-4186-8fc3-b9a57a665786",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1644035693867,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfThyfz2ohjmmfidsqdjvf/1.0/resourceInstances/pnf1050ce200adb0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-02-05T04:37:17.328Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:37:17.328Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-05T04:37:17.328Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4b3c9bb-5c1b-4186-8fc3-b9a57a665786",
  "consumerID": "cds",
  "timestamp": 1644035699868,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfThyfz2ohjmmfidsqdjvf/1.0/artifacts/service-DemoPnfThyfz2ohjmmfidsqdjvf-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-02-05T04:37:17.332Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of a4b3c9bb-5c1b-4186-8fc3-b9a57a665786
2022-02-05T04:37:17.332Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId a4b3c9bb-5c1b-4186-8fc3-b9a57a665786 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-02-05T04:37:17.339Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-05T04:37:17.339Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4b3c9bb-5c1b-4186-8fc3-b9a57a665786",
  "consumerID": "aai-ml",
  "timestamp": 1644035693589,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfThyfz2ohjmmfidsqdjvf/1.0/artifacts/service-DemoPnfThyfz2ohjmmfidsqdjvf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:37:17.339Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:37:17.339Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-05T04:37:17.339Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4b3c9bb-5c1b-4186-8fc3-b9a57a665786",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1644035693867,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfThyfz2ohjmmfidsqdjvf/1.0/artifacts/service-DemoPnfThyfz2ohjmmfidsqdjvf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:37:17.339Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:37:17.339Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-05T04:37:17.339Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4b3c9bb-5c1b-4186-8fc3-b9a57a665786",
  "consumerID": "clamp",
  "timestamp": 1644035700134,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfThyfz2ohjmmfidsqdjvf/1.0/resourceInstances/pnf1050ce200adb0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:37:17.339Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:37:17.339Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-05T04:37:17.339Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4b3c9bb-5c1b-4186-8fc3-b9a57a665786",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1644035701080,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfThyfz2ohjmmfidsqdjvf/1.0/artifacts/service-DemoPnfThyfz2ohjmmfidsqdjvf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-05T04:37:17.339Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T04:37:17.339Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-05T04:37:17.340Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4b3c9bb-5c1b-4186-8fc3-b9a57a665786",
  "consumerID": "aai-ml",
  "timestamp": 1644035693589,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfThyfz2ohjmmfidsqdjvf/1.0/artifacts/service-DemoPnfThyfz2ohjmmfidsqdjvf-csar.csar",
  "status": "NOTIFIED"
}
2022-02-05T04:37:17.340Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:37:17.340Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-05T04:37:17.340Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4b3c9bb-5c1b-4186-8fc3-b9a57a665786",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1644035693867,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfThyfz2ohjmmfidsqdjvf/1.0/artifacts/service-DemoPnfThyfz2ohjmmfidsqdjvf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:37:17.340Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:37:17.340Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-05T04:37:17.340Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4b3c9bb-5c1b-4186-8fc3-b9a57a665786",
  "consumerID": "clamp",
  "timestamp": 1644035700134,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfThyfz2ohjmmfidsqdjvf/1.0/resourceInstances/pnf1050ce200adb0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:37:17.340Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:37:17.340Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-05T04:37:17.340Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4b3c9bb-5c1b-4186-8fc3-b9a57a665786",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1644035702084,
  "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-02-05T04:37:17.344Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of a4b3c9bb-5c1b-4186-8fc3-b9a57a665786
2022-02-05T04:37:17.344Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId a4b3c9bb-5c1b-4186-8fc3-b9a57a665786 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-02-05T04:37:17.350Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-05T04:37:17.350Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4b3c9bb-5c1b-4186-8fc3-b9a57a665786",
  "consumerID": "aai-ml",
  "timestamp": 1644035702290,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfThyfz2ohjmmfidsqdjvf/1.0/artifacts/service-DemoPnfThyfz2ohjmmfidsqdjvf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-05T04:37:17.350Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T04:37:17.350Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-05T04:37:17.350Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4b3c9bb-5c1b-4186-8fc3-b9a57a665786",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1644035702639,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfThyfz2ohjmmfidsqdjvf/1.0/resourceInstances/pnf1050ce200adb0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-02-05T04:37:17.350Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T04:37:17.351Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-05T04:37:17.351Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4b3c9bb-5c1b-4186-8fc3-b9a57a665786",
  "consumerID": "clamp",
  "timestamp": 1644035700134,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfThyfz2ohjmmfidsqdjvf/1.0/resourceInstances/pnf1050ce200adb0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:37:17.351Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:37:17.351Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-05T04:37:17.351Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4b3c9bb-5c1b-4186-8fc3-b9a57a665786",
  "consumerID": "clamp",
  "timestamp": 1644035700134,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfThyfz2ohjmmfidsqdjvf/1.0/resourceInstances/pnf1050ce200adb0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:37:17.351Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:37:17.351Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-05T04:37:17.351Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4b3c9bb-5c1b-4186-8fc3-b9a57a665786",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1644035703845,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfThyfz2ohjmmfidsqdjvf/1.0/resourceInstances/pnf1050ce200adb0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-02-05T04:37:17.351Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T04:37:17.351Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-05T04:37:17.351Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4b3c9bb-5c1b-4186-8fc3-b9a57a665786",
  "consumerID": "clamp",
  "timestamp": 1644035700134,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfThyfz2ohjmmfidsqdjvf/1.0/resourceInstances/pnf1050ce200adb0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:37:17.351Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:37:17.351Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-05T04:37:17.351Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4b3c9bb-5c1b-4186-8fc3-b9a57a665786",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1644035704849,
  "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-02-05T04:37:17.354Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of a4b3c9bb-5c1b-4186-8fc3-b9a57a665786
2022-02-05T04:37:17.355Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId a4b3c9bb-5c1b-4186-8fc3-b9a57a665786 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-02-05T04:37:17.360Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-05T04:37:17.361Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4b3c9bb-5c1b-4186-8fc3-b9a57a665786",
  "consumerID": "clamp",
  "timestamp": 1644035700134,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfThyfz2ohjmmfidsqdjvf/1.0/resourceInstances/pnf1050ce200adb0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:37:17.361Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:37:17.361Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-05T04:37:17.361Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4b3c9bb-5c1b-4186-8fc3-b9a57a665786",
  "consumerID": "aai-ml",
  "timestamp": 1644035706017,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfThyfz2ohjmmfidsqdjvf/1.0/artifacts/service-DemoPnfThyfz2ohjmmfidsqdjvf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-05T04:37:17.361Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T04:37:17.361Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-05T04:37:17.361Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4b3c9bb-5c1b-4186-8fc3-b9a57a665786",
  "consumerID": "clamp",
  "timestamp": 1644035700134,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfThyfz2ohjmmfidsqdjvf/1.0/artifacts/service-DemoPnfThyfz2ohjmmfidsqdjvf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:37:17.361Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:37:17.361Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-05T04:37:17.361Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4b3c9bb-5c1b-4186-8fc3-b9a57a665786",
  "consumerID": "aai-ml",
  "timestamp": 1644035707020,
  "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-02-05T04:37:17.365Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of a4b3c9bb-5c1b-4186-8fc3-b9a57a665786
2022-02-05T04:37:17.365Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId a4b3c9bb-5c1b-4186-8fc3-b9a57a665786 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-02-05T04:37:17.371Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-05T04:37:17.371Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4b3c9bb-5c1b-4186-8fc3-b9a57a665786",
  "consumerID": "clamp",
  "timestamp": 1644035700134,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfThyfz2ohjmmfidsqdjvf/1.0/artifacts/service-DemoPnfThyfz2ohjmmfidsqdjvf-csar.csar",
  "status": "NOTIFIED"
}
2022-02-05T04:37:17.371Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:37:17.371Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-05T04:37:17.371Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4b3c9bb-5c1b-4186-8fc3-b9a57a665786",
  "consumerID": "clamp",
  "timestamp": 1644035713885,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfThyfz2ohjmmfidsqdjvf/1.0/artifacts/service-DemoPnfThyfz2ohjmmfidsqdjvf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-05T04:37:17.371Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T04:37:17.372Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-05T04:37:17.372Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4b3c9bb-5c1b-4186-8fc3-b9a57a665786",
  "consumerID": "clamp",
  "timestamp": 1644035715891,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfThyfz2ohjmmfidsqdjvf/1.0/artifacts/service-DemoPnfThyfz2ohjmmfidsqdjvf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-05T04:37:17.372Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T04:37:17.372Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-05T04:37:17.372Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4b3c9bb-5c1b-4186-8fc3-b9a57a665786",
  "consumerID": "clamp",
  "timestamp": 1644035716895,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-02-05T04:37:17.375Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of a4b3c9bb-5c1b-4186-8fc3-b9a57a665786
2022-02-05T04:37:17.375Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId a4b3c9bb-5c1b-4186-8fc3-b9a57a665786 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-02-05T04:37:46.498Z|a4b3c9bb-5c1b-4186-8fc3-b9a57a665786|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a4b3c9bb-5c1b-4186-8fc3-b9a57a665786
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-02-05T04:37:46.508Z|a4b3c9bb-5c1b-4186-8fc3-b9a57a665786|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a4b3c9bb-5c1b-4186-8fc3-b9a57a665786
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-02-05T04:37:46.510Z|a4b3c9bb-5c1b-4186-8fc3-b9a57a665786|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-05T04:37:46.510Z|a4b3c9bb-5c1b-4186-8fc3-b9a57a665786|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-02-05T04:37:46.510Z|a4b3c9bb-5c1b-4186-8fc3-b9a57a665786|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-02-05T04:37:46.510Z|a4b3c9bb-5c1b-4186-8fc3-b9a57a665786|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-02-05T04:37:46.510Z|a4b3c9bb-5c1b-4186-8fc3-b9a57a665786|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-05T04:37:46.511Z|a4b3c9bb-5c1b-4186-8fc3-b9a57a665786|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-05T04:37:46.511Z|a4b3c9bb-5c1b-4186-8fc3-b9a57a665786|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-05T04:37:46.511Z|a4b3c9bb-5c1b-4186-8fc3-b9a57a665786|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-05T04:37:46.511Z|a4b3c9bb-5c1b-4186-8fc3-b9a57a665786|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-05T04:37:46.511Z|a4b3c9bb-5c1b-4186-8fc3-b9a57a665786|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-05T04:37:46.511Z|a4b3c9bb-5c1b-4186-8fc3-b9a57a665786|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-05T04:37:46.511Z|a4b3c9bb-5c1b-4186-8fc3-b9a57a665786|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-02-05T04:37:46.516Z|a4b3c9bb-5c1b-4186-8fc3-b9a57a665786|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-02-05T04:38:16.516Z|a4b3c9bb-5c1b-4186-8fc3-b9a57a665786|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: a4b3c9bb-5c1b-4186-8fc3-b9a57a665786 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-02-05T04:38:16.520Z|a4b3c9bb-5c1b-4186-8fc3-b9a57a665786|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: a4b3c9bb-5c1b-4186-8fc3-b9a57a665786 and serviceModelVersionId: b1dc29cc-1ba4-4ad5-bb1f-8185c67f670d
2022-02-05T04:38:16.520Z|a4b3c9bb-5c1b-4186-8fc3-b9a57a665786|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : e345fe8f-4b0e-4c3b-bd48-e233e61cbfd8
2022-02-05T04:38:16.521Z|a4b3c9bb-5c1b-4186-8fc3-b9a57a665786|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/e345fe8f-4b0e-4c3b-bd48-e233e61cbfd8/model-vers/model-ver/b1dc29cc-1ba4-4ad5-bb1f-8185c67f670d?depth=0
2022-02-05T04:38:16.524Z|a4b3c9bb-5c1b-4186-8fc3-b9a57a665786|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2022-02-05T04:38:16.556Z|a4b3c9bb-5c1b-4186-8fc3-b9a57a665786|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e345fe8f-4b0e-4c3b-bd48-e233e61cbfd8/model-vers/model-ver/b1dc29cc-1ba4-4ad5-bb1f-8185c67f670d?depth=0|INFO|500||Invoke
2022-02-05T04:38:16.556Z|a4b3c9bb-5c1b-4186-8fc3-b9a57a665786|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e345fe8f-4b0e-4c3b-bd48-e233e61cbfd8/model-vers/model-ver/b1dc29cc-1ba4-4ad5-bb1f-8185c67f670d?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e345fe8f-4b0e-4c3b-bd48-e233e61cbfd8/model-vers/model-ver/b1dc29cc-1ba4-4ad5-bb1f-8185c67f670d?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[a4b3c9bb-5c1b-4186-8fc3-b9a57a665786], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[eb368950-9986-4ae6-81a1-4d694f7cbe47], X-ECOMP-RequestID=[a4b3c9bb-5c1b-4186-8fc3-b9a57a665786], X-TransactionId=[], X-ONAP-RequestID=[a4b3c9bb-5c1b-4186-8fc3-b9a57a665786], Content-Type=[application/merge-patch+json]}
2022-02-05T04:38:16.571Z|a4b3c9bb-5c1b-4186-8fc3-b9a57a665786|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e345fe8f-4b0e-4c3b-bd48-e233e61cbfd8/model-vers/model-ver/b1dc29cc-1ba4-4ad5-bb1f-8185c67f670d?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-02-05T04:38:16.633Z|a4b3c9bb-5c1b-4186-8fc3-b9a57a665786|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e345fe8f-4b0e-4c3b-bd48-e233e61cbfd8/model-vers/model-ver/b1dc29cc-1ba4-4ad5-bb1f-8185c67f670d?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/e345fe8f-4b0e-4c3b-bd48-e233e61cbfd8/model-vers/model-ver/b1dc29cc-1ba4-4ad5-bb1f-8185c67f670d?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220205-04:38:16:577-33875], vertex-id=[168048], Content-Length=[0], Date=[Sat, 05 Feb 2022 04:38:16 GMT], Content-Type=[application/json]}
2022-02-05T04:38:16.634Z|a4b3c9bb-5c1b-4186-8fc3-b9a57a665786|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e345fe8f-4b0e-4c3b-bd48-e233e61cbfd8/model-vers/model-ver/b1dc29cc-1ba4-4ad5-bb1f-8185c67f670d?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-02-05T04:38:16.634Z|a4b3c9bb-5c1b-4186-8fc3-b9a57a665786|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e345fe8f-4b0e-4c3b-bd48-e233e61cbfd8/model-vers/model-ver/b1dc29cc-1ba4-4ad5-bb1f-8185c67f670d?depth=0|INFO|500||InvokeReturn
2022-02-05T04:38:16.634Z|a4b3c9bb-5c1b-4186-8fc3-b9a57a665786|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-02-05T04:38:16.635Z|a4b3c9bb-5c1b-4186-8fc3-b9a57a665786|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-02-05T04:38:16.638Z|a4b3c9bb-5c1b-4186-8fc3-b9a57a665786|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-02-05T04:38:16.639Z|a4b3c9bb-5c1b-4186-8fc3-b9a57a665786|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID a4b3c9bb-5c1b-4186-8fc3-b9a57a665786 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-02-05T04:38:16.639Z|a4b3c9bb-5c1b-4186-8fc3-b9a57a665786|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-02-05T04:38:16.639Z|a4b3c9bb-5c1b-4186-8fc3-b9a57a665786|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-02-05T04:38:16.641Z|a4b3c9bb-5c1b-4186-8fc3-b9a57a665786|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-05T04:38:16.641Z|a4b3c9bb-5c1b-4186-8fc3-b9a57a665786|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "a4b3c9bb-5c1b-4186-8fc3-b9a57a665786",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644035896639,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-02-05T04:38:16.741Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-05T04:38:16.742Z||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-02-05T04:38:16.742Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NVaOFbHv1dPNRJ79) ...
2022-02-05T04:38:16.753Z||pool-50-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T04:38:16.753Z||pool-50-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-02-05T04:38:17.273Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T04:38:17.273Z||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-02-05T04:38:17.273Z||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 NVaOFbHv1dPNRJ79) ...
2022-02-05T04:38:17.285Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T04:38:17.293Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-05T04:38:17.293Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb2575a0-8f60-4bd7-ab09-c3c692d65ce0",
  "consumerID": "cds",
  "timestamp": 1644035810124,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:38:17.294Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:38:17.294Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-05T04:38:17.294Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb2575a0-8f60-4bd7-ab09-c3c692d65ce0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1644035807240,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:38:17.294Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:38:17.294Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-05T04:38:17.294Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb2575a0-8f60-4bd7-ab09-c3c692d65ce0",
  "consumerID": "dcae-sch",
  "timestamp": 1644035805185,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:38:17.294Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:38:17.294Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-05T04:38:17.294Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb2575a0-8f60-4bd7-ab09-c3c692d65ce0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1644035810676,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:38:17.294Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:38:17.294Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-05T04:38:17.294Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb2575a0-8f60-4bd7-ab09-c3c692d65ce0",
  "consumerID": "cds",
  "timestamp": 1644035810124,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:38:17.295Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:38:17.295Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-05T04:38:17.295Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb2575a0-8f60-4bd7-ab09-c3c692d65ce0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1644035807240,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-02-05T04:38:17.295Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:38:17.295Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-05T04:38:17.295Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb2575a0-8f60-4bd7-ab09-c3c692d65ce0",
  "consumerID": "dcae-sch",
  "timestamp": 1644035805185,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:38:17.295Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:38:17.295Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-05T04:38:17.295Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb2575a0-8f60-4bd7-ab09-c3c692d65ce0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1644035810676,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:38:17.295Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:38:17.295Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-05T04:38:17.295Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb2575a0-8f60-4bd7-ab09-c3c692d65ce0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1644035807240,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-02-05T04:38:17.295Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:38:17.295Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-05T04:38:17.295Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb2575a0-8f60-4bd7-ab09-c3c692d65ce0",
  "consumerID": "cds",
  "timestamp": 1644035810124,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:38:17.295Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:38:17.295Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-05T04:38:17.295Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb2575a0-8f60-4bd7-ab09-c3c692d65ce0",
  "consumerID": "dcae-sch",
  "timestamp": 1644035805185,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:38:17.296Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:38:17.296Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-05T04:38:17.296Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb2575a0-8f60-4bd7-ab09-c3c692d65ce0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1644035810676,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:38:17.296Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:38:17.296Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-05T04:38:17.296Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb2575a0-8f60-4bd7-ab09-c3c692d65ce0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1644035807240,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:38:17.296Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:38:17.296Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-05T04:38:17.296Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb2575a0-8f60-4bd7-ab09-c3c692d65ce0",
  "consumerID": "cds",
  "timestamp": 1644035810124,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:38:17.296Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:38:17.296Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-05T04:38:17.296Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb2575a0-8f60-4bd7-ab09-c3c692d65ce0",
  "consumerID": "aai-ml",
  "timestamp": 1644035813589,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:38:17.296Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:38:17.296Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-05T04:38:17.296Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb2575a0-8f60-4bd7-ab09-c3c692d65ce0",
  "consumerID": "dcae-sch",
  "timestamp": 1644035805185,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:38:17.296Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:38:17.296Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-05T04:38:17.296Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb2575a0-8f60-4bd7-ab09-c3c692d65ce0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1644035810676,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:38:17.296Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:38:17.297Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-05T04:38:17.297Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb2575a0-8f60-4bd7-ab09-c3c692d65ce0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1644035813867,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:38:17.297Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:38:17.297Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-05T04:38:17.297Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb2575a0-8f60-4bd7-ab09-c3c692d65ce0",
  "consumerID": "cds",
  "timestamp": 1644035810124,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:38:17.297Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:38:17.297Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-05T04:38:17.297Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb2575a0-8f60-4bd7-ab09-c3c692d65ce0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1644035807240,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-02-05T04:38:17.297Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:38:17.297Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-05T04:38:17.297Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb2575a0-8f60-4bd7-ab09-c3c692d65ce0",
  "consumerID": "aai-ml",
  "timestamp": 1644035813589,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:38:17.297Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:38:17.297Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-05T04:38:17.297Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb2575a0-8f60-4bd7-ab09-c3c692d65ce0",
  "consumerID": "dcae-sch",
  "timestamp": 1644035805185,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:38:17.297Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:38:17.297Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-05T04:38:17.297Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb2575a0-8f60-4bd7-ab09-c3c692d65ce0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1644035810676,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:38:17.298Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:38:17.298Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-05T04:38:17.298Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb2575a0-8f60-4bd7-ab09-c3c692d65ce0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1644035813867,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:38:17.298Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:38:17.298Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-05T04:38:17.298Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb2575a0-8f60-4bd7-ab09-c3c692d65ce0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1644035807240,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:38:17.298Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:38:17.298Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-05T04:38:17.298Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb2575a0-8f60-4bd7-ab09-c3c692d65ce0",
  "consumerID": "cds",
  "timestamp": 1644035810124,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:38:17.298Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:38:17.298Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-05T04:38:17.298Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb2575a0-8f60-4bd7-ab09-c3c692d65ce0",
  "consumerID": "aai-ml",
  "timestamp": 1644035813589,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:38:17.298Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:38:17.298Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-05T04:38:17.298Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb2575a0-8f60-4bd7-ab09-c3c692d65ce0",
  "consumerID": "dcae-sch",
  "timestamp": 1644035805185,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:38:17.298Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:38:17.298Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-05T04:38:17.298Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb2575a0-8f60-4bd7-ab09-c3c692d65ce0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1644035810676,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:38:17.299Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:38:17.299Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-05T04:38:17.299Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb2575a0-8f60-4bd7-ab09-c3c692d65ce0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1644035813867,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:38:17.299Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:38:17.299Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-05T04:38:17.299Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb2575a0-8f60-4bd7-ab09-c3c692d65ce0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1644035807240,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-02-05T04:38:17.299Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:38:17.299Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-05T04:38:17.299Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb2575a0-8f60-4bd7-ab09-c3c692d65ce0",
  "consumerID": "cds",
  "timestamp": 1644035810124,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-02-05T04:38:17.299Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:38:17.299Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-05T04:38:17.299Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb2575a0-8f60-4bd7-ab09-c3c692d65ce0",
  "consumerID": "aai-ml",
  "timestamp": 1644035813589,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:38:17.299Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:38:17.299Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-05T04:38:17.299Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb2575a0-8f60-4bd7-ab09-c3c692d65ce0",
  "consumerID": "dcae-sch",
  "timestamp": 1644035805185,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:38:17.299Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:38:17.300Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-05T04:38:17.300Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb2575a0-8f60-4bd7-ab09-c3c692d65ce0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1644035810676,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-02-05T04:38:17.300Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:38:17.300Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-05T04:38:17.300Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb2575a0-8f60-4bd7-ab09-c3c692d65ce0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1644035813867,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:38:17.300Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:38:17.300Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-05T04:38:17.300Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb2575a0-8f60-4bd7-ab09-c3c692d65ce0",
  "consumerID": "aai-ml",
  "timestamp": 1644035813589,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:38:17.300Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:38:17.300Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-05T04:38:17.300Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb2575a0-8f60-4bd7-ab09-c3c692d65ce0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1644035818355,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-02-05T04:38:17.300Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T04:38:17.300Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-05T04:38:17.300Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb2575a0-8f60-4bd7-ab09-c3c692d65ce0",
  "consumerID": "cds",
  "timestamp": 1644035818362,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-05T04:38:17.300Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T04:38:17.300Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-05T04:38:17.300Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb2575a0-8f60-4bd7-ab09-c3c692d65ce0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1644035818464,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-05T04:38:17.301Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T04:38:17.301Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-05T04:38:17.301Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb2575a0-8f60-4bd7-ab09-c3c692d65ce0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1644035813867,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:38:17.301Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:38:17.301Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-05T04:38:17.301Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb2575a0-8f60-4bd7-ab09-c3c692d65ce0",
  "consumerID": "aai-ml",
  "timestamp": 1644035813589,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:38:17.301Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:38:17.301Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-05T04:38:17.301Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb2575a0-8f60-4bd7-ab09-c3c692d65ce0",
  "consumerID": "cds",
  "timestamp": 1644035819367,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-02-05T04:38:17.315Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of fb2575a0-8f60-4bd7-ab09-c3c692d65ce0
2022-02-05T04:38:17.315Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId fb2575a0-8f60-4bd7-ab09-c3c692d65ce0 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-02-05T04:38:17.322Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-05T04:38:17.322Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb2575a0-8f60-4bd7-ab09-c3c692d65ce0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1644035819454,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-02-05T04:38:17.323Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T04:38:17.323Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-05T04:38:17.323Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb2575a0-8f60-4bd7-ab09-c3c692d65ce0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1644035813867,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:38:17.323Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:38:17.323Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-05T04:38:17.323Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b18ad00-3b44-48e9-94c4-57d16af8c011",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644035820036,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-02-05T04:38:17.323Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T04:38:17.323Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-05T04:38:17.323Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb2575a0-8f60-4bd7-ab09-c3c692d65ce0",
  "consumerID": "aai-ml",
  "timestamp": 1644035813589,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-02-05T04:38:17.323Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:38:17.323Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-05T04:38:17.323Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb2575a0-8f60-4bd7-ab09-c3c692d65ce0",
  "consumerID": "clamp",
  "timestamp": 1644035820134,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:38:17.323Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:38:17.324Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-05T04:38:17.324Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb2575a0-8f60-4bd7-ab09-c3c692d65ce0",
  "consumerID": "policy-id",
  "timestamp": 1644035820133,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:38:17.324Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:38:17.324Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-05T04:38:17.324Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb2575a0-8f60-4bd7-ab09-c3c692d65ce0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1644035820485,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-05T04:38:17.324Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T04:38:17.324Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-05T04:38:17.324Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb2575a0-8f60-4bd7-ab09-c3c692d65ce0",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1644035813867,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:38:17.324Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:38:17.324Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-05T04:38:17.324Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb2575a0-8f60-4bd7-ab09-c3c692d65ce0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1644035820507,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-02-05T04:38:17.324Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T04:38:17.324Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-05T04:38:17.324Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb2575a0-8f60-4bd7-ab09-c3c692d65ce0",
  "consumerID": "aai-ml",
  "timestamp": 1644035821281,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-05T04:38:17.325Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T04:38:17.325Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-05T04:38:17.325Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb2575a0-8f60-4bd7-ab09-c3c692d65ce0",
  "consumerID": "clamp",
  "timestamp": 1644035820134,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-02-05T04:38:17.325Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:38:17.325Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-05T04:38:17.325Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb2575a0-8f60-4bd7-ab09-c3c692d65ce0",
  "consumerID": "policy-id",
  "timestamp": 1644035820133,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:38:17.325Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:38:17.325Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-05T04:38:17.325Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb2575a0-8f60-4bd7-ab09-c3c692d65ce0",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1644035821488,
  "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-02-05T04:38:17.330Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of fb2575a0-8f60-4bd7-ab09-c3c692d65ce0
2022-02-05T04:38:17.330Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId fb2575a0-8f60-4bd7-ab09-c3c692d65ce0 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-02-05T04:38:17.336Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-05T04:38:17.337Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb2575a0-8f60-4bd7-ab09-c3c692d65ce0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1644035821529,
  "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-02-05T04:38:17.341Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of fb2575a0-8f60-4bd7-ab09-c3c692d65ce0
2022-02-05T04:38:17.341Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId fb2575a0-8f60-4bd7-ab09-c3c692d65ce0 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-02-05T04:38:17.348Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-05T04:38:17.349Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb2575a0-8f60-4bd7-ab09-c3c692d65ce0",
  "consumerID": "clamp",
  "timestamp": 1644035820134,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:38:17.349Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:38:17.349Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-05T04:38:17.349Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb2575a0-8f60-4bd7-ab09-c3c692d65ce0",
  "consumerID": "policy-id",
  "timestamp": 1644035820133,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-02-05T04:38:17.349Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:38:17.349Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-05T04:38:17.349Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb2575a0-8f60-4bd7-ab09-c3c692d65ce0",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1644035822532,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-02-05T04:38:17.349Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T04:38:17.349Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-05T04:38:17.349Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb2575a0-8f60-4bd7-ab09-c3c692d65ce0",
  "consumerID": "clamp",
  "timestamp": 1644035820134,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:38:17.349Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:38:17.349Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-05T04:38:17.349Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb2575a0-8f60-4bd7-ab09-c3c692d65ce0",
  "consumerID": "policy-id",
  "timestamp": 1644035820133,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:38:17.350Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:38:17.350Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-05T04:38:17.350Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb2575a0-8f60-4bd7-ab09-c3c692d65ce0",
  "consumerID": "clamp",
  "timestamp": 1644035820134,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:38:17.350Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:38:17.350Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-05T04:38:17.350Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb2575a0-8f60-4bd7-ab09-c3c692d65ce0",
  "consumerID": "policy-id",
  "timestamp": 1644035820133,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:38:17.350Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:38:17.350Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-05T04:38:17.350Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb2575a0-8f60-4bd7-ab09-c3c692d65ce0",
  "consumerID": "clamp",
  "timestamp": 1644035820134,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:38:17.350Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:38:17.350Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-05T04:38:17.350Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb2575a0-8f60-4bd7-ab09-c3c692d65ce0",
  "consumerID": "policy-id",
  "timestamp": 1644035820133,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:38:17.350Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:38:17.350Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-05T04:38:17.350Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4b3c9bb-5c1b-4186-8fc3-b9a57a665786",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644035821048,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfThyfz2ohjmmfidsqdjvf/1.0/resourceInstances/pnf1050ce200adb0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:38:17.350Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:38:17.350Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-05T04:38:17.350Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b90a7759-5d87-4207-be16-4d488f678de4",
  "consumerID": "cds",
  "timestamp": 1644035825124,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:38:17.350Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:38:17.350Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-05T04:38:17.351Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b90a7759-5d87-4207-be16-4d488f678de4",
  "consumerID": "dcae-sch",
  "timestamp": 1644035825185,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:38:17.351Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:38:17.351Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-05T04:38:17.351Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb2575a0-8f60-4bd7-ab09-c3c692d65ce0",
  "consumerID": "clamp",
  "timestamp": 1644035820134,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-02-05T04:38:17.351Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:38:17.351Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-05T04:38:17.351Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb2575a0-8f60-4bd7-ab09-c3c692d65ce0",
  "consumerID": "policy-id",
  "timestamp": 1644035820133,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-02-05T04:38:17.351Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:38:17.351Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-05T04:38:17.351Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb2575a0-8f60-4bd7-ab09-c3c692d65ce0",
  "consumerID": "aai-ml",
  "timestamp": 1644035826470,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-05T04:38:17.351Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T04:38:17.351Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-05T04:38:17.351Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4b3c9bb-5c1b-4186-8fc3-b9a57a665786",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644035821048,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfThyfz2ohjmmfidsqdjvf/1.0/resourceInstances/pnf1050ce200adb0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:38:17.351Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:38:17.351Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-05T04:38:17.351Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b90a7759-5d87-4207-be16-4d488f678de4",
  "consumerID": "cds",
  "timestamp": 1644035825124,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:38:17.351Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:38:17.351Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-05T04:38:17.351Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b90a7759-5d87-4207-be16-4d488f678de4",
  "consumerID": "dcae-sch",
  "timestamp": 1644035825185,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:38:17.352Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:38:17.352Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-05T04:38:17.352Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb2575a0-8f60-4bd7-ab09-c3c692d65ce0",
  "consumerID": "aai-ml",
  "timestamp": 1644035827473,
  "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-02-05T04:38:17.356Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of fb2575a0-8f60-4bd7-ab09-c3c692d65ce0
2022-02-05T04:38:17.356Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId fb2575a0-8f60-4bd7-ab09-c3c692d65ce0 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-02-05T04:38:17.363Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-05T04:38:17.364Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb2575a0-8f60-4bd7-ab09-c3c692d65ce0",
  "consumerID": "policy-id",
  "timestamp": 1644035827493,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-05T04:38:17.364Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T04:38:17.364Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-05T04:38:17.364Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4b3c9bb-5c1b-4186-8fc3-b9a57a665786",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644035821048,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfThyfz2ohjmmfidsqdjvf/1.0/resourceInstances/pnf1050ce200adb0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:38:17.364Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:38:17.364Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-05T04:38:17.364Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b90a7759-5d87-4207-be16-4d488f678de4",
  "consumerID": "cds",
  "timestamp": 1644035825124,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:38:17.364Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:38:17.364Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-05T04:38:17.364Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b90a7759-5d87-4207-be16-4d488f678de4",
  "consumerID": "dcae-sch",
  "timestamp": 1644035825185,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:38:17.364Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:38:17.364Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-05T04:38:17.364Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b90a7759-5d87-4207-be16-4d488f678de4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1644035827240,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:38:17.364Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:38:17.364Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-05T04:38:17.365Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb2575a0-8f60-4bd7-ab09-c3c692d65ce0",
  "consumerID": "policy-id",
  "timestamp": 1644035828496,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-05T04:38:17.365Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T04:38:17.365Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-05T04:38:17.365Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4b3c9bb-5c1b-4186-8fc3-b9a57a665786",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644035821048,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfThyfz2ohjmmfidsqdjvf/1.0/resourceInstances/pnf1050ce200adb0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:38:17.365Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:38:17.365Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-05T04:38:17.365Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b90a7759-5d87-4207-be16-4d488f678de4",
  "consumerID": "cds",
  "timestamp": 1644035825124,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:38:17.365Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:38:17.365Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-05T04:38:17.365Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b90a7759-5d87-4207-be16-4d488f678de4",
  "consumerID": "dcae-sch",
  "timestamp": 1644035825185,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:38:17.365Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:38:17.365Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-05T04:38:17.365Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b90a7759-5d87-4207-be16-4d488f678de4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1644035827240,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-02-05T04:38:17.365Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:38:17.365Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-05T04:38:17.365Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb2575a0-8f60-4bd7-ab09-c3c692d65ce0",
  "consumerID": "policy-id",
  "timestamp": 1644035829499,
  "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-02-05T04:38:17.369Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of fb2575a0-8f60-4bd7-ab09-c3c692d65ce0
2022-02-05T04:38:17.369Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId fb2575a0-8f60-4bd7-ab09-c3c692d65ce0 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-02-05T04:38:17.374Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-05T04:38:17.375Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4b3c9bb-5c1b-4186-8fc3-b9a57a665786",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644035821048,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfThyfz2ohjmmfidsqdjvf/1.0/resourceInstances/pnf1050ce200adb0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:38:17.375Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:38:17.375Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-05T04:38:17.375Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b90a7759-5d87-4207-be16-4d488f678de4",
  "consumerID": "cds",
  "timestamp": 1644035825124,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:38:17.375Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:38:17.375Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-05T04:38:17.375Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b90a7759-5d87-4207-be16-4d488f678de4",
  "consumerID": "dcae-sch",
  "timestamp": 1644035825185,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:38:17.375Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:38:17.375Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-05T04:38:17.375Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b90a7759-5d87-4207-be16-4d488f678de4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1644035827240,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-02-05T04:38:17.375Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:38:17.375Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-05T04:38:17.375Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4b3c9bb-5c1b-4186-8fc3-b9a57a665786",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644035821048,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfThyfz2ohjmmfidsqdjvf/1.0/resourceInstances/pnf1050ce200adb0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:38:17.375Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:38:17.375Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-05T04:38:17.375Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b90a7759-5d87-4207-be16-4d488f678de4",
  "consumerID": "cds",
  "timestamp": 1644035825124,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:38:17.376Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:38:17.376Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-05T04:38:17.376Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b90a7759-5d87-4207-be16-4d488f678de4",
  "consumerID": "dcae-sch",
  "timestamp": 1644035825185,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:38:17.376Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:38:17.376Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-05T04:38:17.376Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b90a7759-5d87-4207-be16-4d488f678de4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1644035827240,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:38:17.376Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:38:17.376Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-05T04:38:17.376Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4b3c9bb-5c1b-4186-8fc3-b9a57a665786",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644035821048,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfThyfz2ohjmmfidsqdjvf/1.0/artifacts/service-DemoPnfThyfz2ohjmmfidsqdjvf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:38:17.376Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:38:17.376Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-05T04:38:17.376Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b90a7759-5d87-4207-be16-4d488f678de4",
  "consumerID": "cds",
  "timestamp": 1644035825124,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:38:17.376Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:38:17.376Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-05T04:38:17.376Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b90a7759-5d87-4207-be16-4d488f678de4",
  "consumerID": "dcae-sch",
  "timestamp": 1644035825185,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:38:17.376Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:38:17.376Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-05T04:38:17.376Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b90a7759-5d87-4207-be16-4d488f678de4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1644035827240,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-02-05T04:38:17.377Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:38:17.377Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-05T04:38:17.377Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4b3c9bb-5c1b-4186-8fc3-b9a57a665786",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644035821048,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfThyfz2ohjmmfidsqdjvf/1.0/artifacts/service-DemoPnfThyfz2ohjmmfidsqdjvf-csar.csar",
  "status": "NOTIFIED"
}
2022-02-05T04:38:17.377Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:38:17.377Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-05T04:38:17.377Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b90a7759-5d87-4207-be16-4d488f678de4",
  "consumerID": "cds",
  "timestamp": 1644035825124,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-02-05T04:38:17.377Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:38:17.377Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-05T04:38:17.377Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b90a7759-5d87-4207-be16-4d488f678de4",
  "consumerID": "dcae-sch",
  "timestamp": 1644035825185,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:38:17.377Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:38:17.377Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-05T04:38:17.377Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b90a7759-5d87-4207-be16-4d488f678de4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1644035827240,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:38:17.377Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:38:17.377Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-05T04:38:17.377Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4b3c9bb-5c1b-4186-8fc3-b9a57a665786",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644035833809,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfThyfz2ohjmmfidsqdjvf/1.0/artifacts/service-DemoPnfThyfz2ohjmmfidsqdjvf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-05T04:38:17.377Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T04:38:17.377Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-05T04:38:17.377Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b90a7759-5d87-4207-be16-4d488f678de4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1644035827240,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:38:17.377Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:38:17.377Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-05T04:38:17.378Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b90a7759-5d87-4207-be16-4d488f678de4",
  "consumerID": "cds",
  "timestamp": 1644035833914,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-05T04:38:17.378Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T04:38:17.378Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-05T04:38:17.378Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b90a7759-5d87-4207-be16-4d488f678de4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1644035833867,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:38:17.378Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:38:17.378Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-05T04:38:17.378Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b90a7759-5d87-4207-be16-4d488f678de4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1644035827240,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-02-05T04:38:17.378Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:38:17.378Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-05T04:38:17.378Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4b3c9bb-5c1b-4186-8fc3-b9a57a665786",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644035835485,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfThyfz2ohjmmfidsqdjvf/1.0/artifacts/service-DemoPnfThyfz2ohjmmfidsqdjvf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-05T04:38:17.378Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T04:38:17.378Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-05T04:38:17.378Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b90a7759-5d87-4207-be16-4d488f678de4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1644035833867,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:38:17.378Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:38:17.378Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-05T04:38:17.378Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb2575a0-8f60-4bd7-ab09-c3c692d65ce0",
  "consumerID": "clamp",
  "timestamp": 1644035835900,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-05T04:38:17.378Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T04:38:17.378Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-05T04:38:17.378Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b90a7759-5d87-4207-be16-4d488f678de4",
  "consumerID": "cds",
  "timestamp": 1644035836007,
  "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-02-05T04:38:17.388Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of b90a7759-5d87-4207-be16-4d488f678de4
2022-02-05T04:38:17.388Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId b90a7759-5d87-4207-be16-4d488f678de4 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-02-05T04:38:17.394Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-05T04:38:17.394Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b90a7759-5d87-4207-be16-4d488f678de4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1644035836022,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-02-05T04:38:17.395Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T04:38:17.395Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-05T04:38:17.395Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b90a7759-5d87-4207-be16-4d488f678de4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1644035833867,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:38:17.395Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:38:17.395Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-02-05T04:38:17.395Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b90a7759-5d87-4207-be16-4d488f678de4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1644035837065,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-02-05T04:38:17.395Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-02-05T04:38:17.651Z|a4b3c9bb-5c1b-4186-8fc3-b9a57a665786|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-05T04:38:17.651Z|a4b3c9bb-5c1b-4186-8fc3-b9a57a665786|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"fb2575a0-8f60-4bd7-ab09-c3c692d65ce0","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"4f97f0f2-cbe6-4ab7-8eaf-4884703755fb","serviceDescription":"service","serviceInvariantUUID":"e12af73c-e890-45c6-8b02-d1228c203933","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"b0f0e129-7c33-40be-9599-412db32dc23b","resourceInvariantUUID":"1d95167c-cb73-4bb7-9760-616ac60e7a30","resourceCustomizationUUID":"9d22e1d8-f7db-40bc-9946-c3a89c3f5f92","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml","artifactChecksum":"MThhMGFjZTA4N2FhYjZhNDJkMTlkY2Q5NzM2MjRiYzI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"05a9aff1-6066-42be-aa31-08664f52230a","artifactVersion":"1"},{"artifactName":"basic_vm0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json","artifactChecksum":"MDAzNGJiMGQzODY1MDFkMDUwYjMyNjdjMmRmYTljMDI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"25ead8c4-831f-4dc4-be69-74b258f4fb26","artifactVersion":"1"},{"artifactName":"base_ubuntu20.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml","artifactChecksum":"Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"56219558-7423-4b70-bf22-4afd1160e44c","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml","artifactChecksum":"ZDcxMGNkNDZmN2M0ZTY0M2ZlNDE2MDcwYmY5OTZlZTA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"b8668933-9069-49f6-b55e-3358c8e7e1da","artifactVersion":"1"},{"artifactName":"base_ubuntu20.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env","artifactChecksum":"ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"472a047b-e72a-44d5-9a34-3fae6eab460d","artifactVersion":"2","generatedFromUUID":"56219558-7423-4b70-bf22-4afd1160e44c"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"NjE1Njg5OWU3MzZiOTI4MjQ2ZGQxYjA4ODg1Y2Q2YzA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"eebb3faf-1b2c-4be3-b261-295459ced7c7","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"OGY4Y2ViOWE1ZmUyNDdjNmJjNTkwZjhiNWE4ZGE4MjQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"81fa2263-360e-494a-a22c-eb7d866b74b9","artifactVersion":"1"}],"workloadContext":"Production"}
2022-02-05T04:38:17.651Z|a4b3c9bb-5c1b-4186-8fc3-b9a57a665786|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-05T04:38:17.651Z|a4b3c9bb-5c1b-4186-8fc3-b9a57a665786|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-02-05T04:38:17.653Z|a4b3c9bb-5c1b-4186-8fc3-b9a57a665786|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-05T04:38:17.653Z|a4b3c9bb-5c1b-4186-8fc3-b9a57a665786|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "fb2575a0-8f60-4bd7-ab09-c3c692d65ce0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644035821048,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:38:17.753Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-05T04:38:17.754Z||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-02-05T04:38:17.754Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NVaOFbHv1dPNRJ79) ...
2022-02-05T04:38:17.763Z||pool-51-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T04:38:17.763Z||pool-51-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-02-05T04:38:18.654Z|a4b3c9bb-5c1b-4186-8fc3-b9a57a665786|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-05T04:38:18.654Z|a4b3c9bb-5c1b-4186-8fc3-b9a57a665786|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-02-05T04:38:18.656Z|a4b3c9bb-5c1b-4186-8fc3-b9a57a665786|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-05T04:38:18.656Z|a4b3c9bb-5c1b-4186-8fc3-b9a57a665786|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "fb2575a0-8f60-4bd7-ab09-c3c692d65ce0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644035821048,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-02-05T04:38:18.756Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-05T04:38:18.756Z||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-02-05T04:38:18.757Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NVaOFbHv1dPNRJ79) ...
2022-02-05T04:38:18.765Z||pool-52-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T04:38:18.765Z||pool-52-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-02-05T04:38:19.656Z|a4b3c9bb-5c1b-4186-8fc3-b9a57a665786|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-05T04:38:19.657Z|a4b3c9bb-5c1b-4186-8fc3-b9a57a665786|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-02-05T04:38:19.658Z|a4b3c9bb-5c1b-4186-8fc3-b9a57a665786|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-05T04:38:19.658Z|a4b3c9bb-5c1b-4186-8fc3-b9a57a665786|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "fb2575a0-8f60-4bd7-ab09-c3c692d65ce0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644035821048,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-02-05T04:38:19.759Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-02-05T04:38:19.760Z||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-02-05T04:38:19.760Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NVaOFbHv1dPNRJ79) ...
2022-02-05T04:38:19.770Z||pool-53-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T04:38:19.770Z||pool-53-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-02-05T04:38:20.659Z|a4b3c9bb-5c1b-4186-8fc3-b9a57a665786|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-05T04:38:20.659Z|a4b3c9bb-5c1b-4186-8fc3-b9a57a665786|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-02-05T04:38:20.661Z|a4b3c9bb-5c1b-4186-8fc3-b9a57a665786|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-05T04:38:20.661Z|a4b3c9bb-5c1b-4186-8fc3-b9a57a665786|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "fb2575a0-8f60-4bd7-ab09-c3c692d65ce0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644035821048,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:38:20.761Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-05T04:38:20.762Z||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-02-05T04:38:20.762Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NVaOFbHv1dPNRJ79) ...
2022-02-05T04:38:20.771Z||pool-54-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T04:38:20.771Z||pool-54-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-02-05T04:38:21.661Z|a4b3c9bb-5c1b-4186-8fc3-b9a57a665786|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-05T04:38:21.662Z|a4b3c9bb-5c1b-4186-8fc3-b9a57a665786|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-02-05T04:38:21.663Z|a4b3c9bb-5c1b-4186-8fc3-b9a57a665786|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-05T04:38:21.663Z|a4b3c9bb-5c1b-4186-8fc3-b9a57a665786|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "fb2575a0-8f60-4bd7-ab09-c3c692d65ce0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644035821048,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-02-05T04:38:21.764Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-05T04:38:21.764Z||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-02-05T04:38:21.764Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NVaOFbHv1dPNRJ79) ...
2022-02-05T04:38:21.775Z||pool-55-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T04:38:21.776Z||pool-55-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-02-05T04:38:22.664Z|a4b3c9bb-5c1b-4186-8fc3-b9a57a665786|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-05T04:38:22.665Z|a4b3c9bb-5c1b-4186-8fc3-b9a57a665786|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-02-05T04:38:22.666Z|a4b3c9bb-5c1b-4186-8fc3-b9a57a665786|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-05T04:38:22.666Z|a4b3c9bb-5c1b-4186-8fc3-b9a57a665786|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "fb2575a0-8f60-4bd7-ab09-c3c692d65ce0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644035821048,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:38:22.766Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-05T04:38:22.767Z||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-02-05T04:38:22.767Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NVaOFbHv1dPNRJ79) ...
2022-02-05T04:38:22.775Z||pool-56-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T04:38:22.775Z||pool-56-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-02-05T04:38:23.667Z|a4b3c9bb-5c1b-4186-8fc3-b9a57a665786|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-05T04:38:23.667Z|a4b3c9bb-5c1b-4186-8fc3-b9a57a665786|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-02-05T04:38:23.669Z|a4b3c9bb-5c1b-4186-8fc3-b9a57a665786|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-05T04:38:23.669Z|a4b3c9bb-5c1b-4186-8fc3-b9a57a665786|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "fb2575a0-8f60-4bd7-ab09-c3c692d65ce0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644035821048,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-02-05T04:38:23.769Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-05T04:38:23.770Z||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-02-05T04:38:23.770Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NVaOFbHv1dPNRJ79) ...
2022-02-05T04:38:23.779Z||pool-57-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T04:38:23.780Z||pool-57-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-02-05T04:38:24.670Z|a4b3c9bb-5c1b-4186-8fc3-b9a57a665786|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "fb2575a0-8f60-4bd7-ab09-c3c692d65ce0",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "4f97f0f2-cbe6-4ab7-8eaf-4884703755fb",
  "serviceDescription": "service",
  "serviceInvariantUUID": "e12af73c-e890-45c6-8b02-d1228c203933",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "9d22e1d8-f7db-40bc-9946-c3a89c3f5f92",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "b0f0e129-7c33-40be-9599-412db32dc23b",
      "resourceInvariantUUID": "1d95167c-cb73-4bb7-9760-616ac60e7a30",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_vm0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
          "artifactChecksum": "MDAzNGJiMGQzODY1MDFkMDUwYjMyNjdjMmRmYTljMDI\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "25ead8c4-831f-4dc4-be69-74b258f4fb26",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu20.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
          "artifactChecksum": "Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "56219558-7423-4b70-bf22-4afd1160e44c",
          "generatedArtifact": {
            "artifactName": "base_ubuntu20.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
            "artifactChecksum": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "472a047b-e72a-44d5-9a34-3fae6eab460d",
            "generatedFromUUID": "56219558-7423-4b70-bf22-4afd1160e44c"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu20.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
          "artifactChecksum": "ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "472a047b-e72a-44d5-9a34-3fae6eab460d",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "OGY4Y2ViOWE1ZmUyNDdjNmJjNTkwZjhiNWE4ZGE4MjQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "81fa2263-360e-494a-a22c-eb7d866b74b9"
    }
  ],
  "workloadContext": "Production"
}
2022-02-05T04:38:24.670Z|a4b3c9bb-5c1b-4186-8fc3-b9a57a665786|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-02-05T04:38:24.671Z|a4b3c9bb-5c1b-4186-8fc3-b9a57a665786|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 4f97f0f2-cbe6-4ab7-8eaf-4884703755fb ASDC
2022-02-05T04:38:24.671Z|fb2575a0-8f60-4bd7-ab09-c3c692d65ce0|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:fb2575a0-8f60-4bd7-ab09-c3c692d65ce0
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:4f97f0f2-cbe6-4ab7-8eaf-4884703755fb
ServiceInvariantUUID:e12af73c-e890-45c6-8b02-d1228c203933
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicVm-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
ArtifactUUID:81fa2263-360e-494a-a22c-eb7d866b74b9
ArtifactChecksum:OGY4Y2ViOWE1ZmUyNDdjNmJjNTkwZjhiNWE4ZGE4MjQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:9d22e1d8-f7db-40bc-9946-c3a89c3f5f92
ResourceInvariantUUID:1d95167c-cb73-4bb7-9760-616ac60e7a30
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:b0f0e129-7c33-40be-9599-412db32dc23b
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_vm0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
ArtifactUUID:25ead8c4-831f-4dc4-be69-74b258f4fb26
ArtifactChecksum:MDAzNGJiMGQzODY1MDFkMDUwYjMyNjdjMmRmYTljMDI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_ubuntu20.yaml
ArtifactVersion:1
ArtifactType:HEAT
ArtifactDescription:created from csar
ArtifactTimeout:30
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
ArtifactUUID:56219558-7423-4b70-bf22-4afd1160e44c
ArtifactChecksum:Yjc4MThkOTViNGJjOTBjOGVlZWZiMmZjODUwMTcyZDM=
GeneratedArtifact:{Service Artifacts Info:
ArtifactName:base_ubuntu20.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
ArtifactUUID:472a047b-e72a-44d5-9a34-3fae6eab460d
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}


}
RelatedArtifacts:{
}


,
Service Artifacts Info:
ArtifactName:base_ubuntu20.env
ArtifactVersion:2
ArtifactType:HEAT_ENV
ArtifactDescription:Auto-generated HEAT Environment deployment artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
ArtifactUUID:472a047b-e72a-44d5-9a34-3fae6eab460d
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-02-05T04:38:24.671Z|fb2575a0-8f60-4bd7-ab09-c3c692d65ce0|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 4f97f0f2-cbe6-4ab7-8eaf-4884703755fb 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-02-05T04:38:24.697Z|fb2575a0-8f60-4bd7-ab09-c3c692d65ce0|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-02-05T04:38:24.697Z|fb2575a0-8f60-4bd7-ab09-c3c692d65ce0|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-02-05T04:38:24.697Z|fb2575a0-8f60-4bd7-ab09-c3c692d65ce0|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-02-05T04:38:24.697Z|fb2575a0-8f60-4bd7-ab09-c3c692d65ce0|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 81fa2263-360e-494a-a22c-eb7d866b74b9 from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-02-05T04:38:24.697Z|fb2575a0-8f60-4bd7-ab09-c3c692d65ce0|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-02-05T04:38:24.697Z|fb2575a0-8f60-4bd7-ab09-c3c692d65ce0|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-02-05T04:38:24.738Z|fb2575a0-8f60-4bd7-ab09-c3c692d65ce0|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-02-05T04:38:24.740Z|fb2575a0-8f60-4bd7-ab09-c3c692d65ce0|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 81fa2263-360e-494a-a22c-eb7d866b74b9 71055
2022-02-05T04:38:24.741Z|fb2575a0-8f60-4bd7-ab09-c3c692d65ce0|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2022-02-05T04:38:24.741Z|fb2575a0-8f60-4bd7-ab09-c3c692d65ce0|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-02-05T04:38:24.741Z|fb2575a0-8f60-4bd7-ab09-c3c692d65ce0|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-05T04:38:24.741Z|fb2575a0-8f60-4bd7-ab09-c3c692d65ce0|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-02-05T04:38:24.742Z|fb2575a0-8f60-4bd7-ab09-c3c692d65ce0|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-05T04:38:24.743Z|fb2575a0-8f60-4bd7-ab09-c3c692d65ce0|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "fb2575a0-8f60-4bd7-ab09-c3c692d65ce0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644035904741,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-05T04:38:24.843Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-05T04:38:24.843Z||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-02-05T04:38:24.843Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NVaOFbHv1dPNRJ79) ...
2022-02-05T04:38:24.851Z||pool-58-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T04:38:24.851Z||pool-58-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2022-02-05T04:38:25.743Z|fb2575a0-8f60-4bd7-ab09-c3c692d65ce0|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-02-05T04:38:25.744Z|fb2575a0-8f60-4bd7-ab09-c3c692d65ce0|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-02-05T04:38:25.744Z|fb2575a0-8f60-4bd7-ab09-c3c692d65ce0|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 81fa2263-360e-494a-a22c-eb7d866b74b9, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2022-02-05T04:38:25.744Z|fb2575a0-8f60-4bd7-ab09-c3c692d65ce0|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2022-02-05T04:38:25.745Z|fb2575a0-8f60-4bd7-ab09-c3c692d65ce0|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2022-02-05T04:38:25.745Z|fb2575a0-8f60-4bd7-ab09-c3c692d65ce0|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2022-02-05T04:38:25.886Z|fb2575a0-8f60-4bd7-ab09-c3c692d65ce0|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2263166882542082588/Definitions/service-BasicVm-template.yml
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided
Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided
2022-02-05T04:38:26.684Z|fb2575a0-8f60-4bd7-ab09-c3c692d65ce0|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2022-02-05T04:38:26.684Z|fb2575a0-8f60-4bd7-ab09-c3c692d65ce0|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-02-05T04:38:26.684Z|fb2575a0-8f60-4bd7-ab09-c3c692d65ce0|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-02-05T04:38:26.684Z|fb2575a0-8f60-4bd7-ab09-c3c692d65ce0|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-02-05T04:38:26.685Z|fb2575a0-8f60-4bd7-ab09-c3c692d65ce0|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [port_ubuntu20_admin_plane_port_0_name, port_ubuntu20_admin_plane_port_0_vlan_requirements, port_ubuntu20_admin_plane_port_0_related_networks, port_ubuntu20_admin_plane_port_0_order, nfc_function, port_ubuntu20_admin_plane_port_0_network_role, port_ubuntu20_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-02-05T04:38:26.685Z|fb2575a0-8f60-4bd7-ab09-c3c692d65ce0|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-02-05T04:38:26.685Z|fb2575a0-8f60-4bd7-ab09-c3c692d65ce0|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-02-05T04:38:26.685Z|fb2575a0-8f60-4bd7-ab09-c3c692d65ce0|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-02-05T04:38:26.685Z|fb2575a0-8f60-4bd7-ab09-c3c692d65ce0|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-02-05T04:38:26.685Z|fb2575a0-8f60-4bd7-ab09-c3c692d65ce0|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-02-05T04:38:26.685Z|fb2575a0-8f60-4bd7-ab09-c3c692d65ce0|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-02-05T04:38:26.685Z|fb2575a0-8f60-4bd7-ab09-c3c692d65ce0|pool-2-thread-9|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-02-05T04:38:26.685Z|fb2575a0-8f60-4bd7-ab09-c3c692d65ce0|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-02-05T04:38:26.685Z|fb2575a0-8f60-4bd7-ab09-c3c692d65ce0|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-02-05T04:38:26.685Z|fb2575a0-8f60-4bd7-ab09-c3c692d65ce0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-05T04:38:26.685Z|fb2575a0-8f60-4bd7-ab09-c3c692d65ce0|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-02-05T04:38:26.686Z|fb2575a0-8f60-4bd7-ab09-c3c692d65ce0|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-02-05T04:38:26.686Z|fb2575a0-8f60-4bd7-ab09-c3c692d65ce0|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-02-05T04:38:26.686Z|fb2575a0-8f60-4bd7-ab09-c3c692d65ce0|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-02-05T04:38:26.686Z|fb2575a0-8f60-4bd7-ab09-c3c692d65ce0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-05T04:38:26.686Z|fb2575a0-8f60-4bd7-ab09-c3c692d65ce0|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-02-05T04:38:26.686Z|fb2575a0-8f60-4bd7-ab09-c3c692d65ce0|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-02-05T04:38:26.686Z|fb2575a0-8f60-4bd7-ab09-c3c692d65ce0|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-02-05T04:38:26.686Z|fb2575a0-8f60-4bd7-ab09-c3c692d65ce0|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-02-05T04:38:26.687Z|fb2575a0-8f60-4bd7-ab09-c3c692d65ce0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-05T04:38:26.687Z|fb2575a0-8f60-4bd7-ab09-c3c692d65ce0|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-05T04:38:26.687Z|fb2575a0-8f60-4bd7-ab09-c3c692d65ce0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-05T04:38:26.687Z|fb2575a0-8f60-4bd7-ab09-c3c692d65ce0|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-02-05T04:38:26.687Z|fb2575a0-8f60-4bd7-ab09-c3c692d65ce0|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2022-02-05T04:38:26.687Z|fb2575a0-8f60-4bd7-ab09-c3c692d65ce0|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2022-02-05T04:38:26.687Z|fb2575a0-8f60-4bd7-ab09-c3c692d65ce0|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2022-02-05T04:38:26.687Z|fb2575a0-8f60-4bd7-ab09-c3c692d65ce0|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-02-05T04:38:26.687Z|fb2575a0-8f60-4bd7-ab09-c3c692d65ce0|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-02-05T04:38:26.687Z|fb2575a0-8f60-4bd7-ab09-c3c692d65ce0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-05T04:38:26.688Z|fb2575a0-8f60-4bd7-ab09-c3c692d65ce0|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-02-05T04:38:26.688Z|fb2575a0-8f60-4bd7-ab09-c3c692d65ce0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-05T04:38:26.688Z|fb2575a0-8f60-4bd7-ab09-c3c692d65ce0|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-02-05T04:38:26.688Z|fb2575a0-8f60-4bd7-ab09-c3c692d65ce0|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-05T04:38:26.688Z|fb2575a0-8f60-4bd7-ab09-c3c692d65ce0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-05T04:38:26.688Z|fb2575a0-8f60-4bd7-ab09-c3c692d65ce0|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-02-05T04:38:26.688Z|fb2575a0-8f60-4bd7-ab09-c3c692d65ce0|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-05T04:38:26.688Z|fb2575a0-8f60-4bd7-ab09-c3c692d65ce0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-05T04:38:26.689Z|fb2575a0-8f60-4bd7-ab09-c3c692d65ce0|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-02-05T04:38:26.689Z|fb2575a0-8f60-4bd7-ab09-c3c692d65ce0|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-05T04:38:26.689Z|fb2575a0-8f60-4bd7-ab09-c3c692d65ce0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-05T04:38:26.689Z|fb2575a0-8f60-4bd7-ab09-c3c692d65ce0|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-02-05T04:38:26.689Z|fb2575a0-8f60-4bd7-ab09-c3c692d65ce0|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-02-05T04:38:26.689Z|fb2575a0-8f60-4bd7-ab09-c3c692d65ce0|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-02-05T04:38:26.689Z|fb2575a0-8f60-4bd7-ab09-c3c692d65ce0|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=d068faad-42d1-4746-9522-574b328faf89
2022-02-05T04:38:26.689Z|fb2575a0-8f60-4bd7-ab09-c3c692d65ce0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-05T04:38:26.689Z|fb2575a0-8f60-4bd7-ab09-c3c692d65ce0|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-02-05T04:38:26.689Z|fb2575a0-8f60-4bd7-ab09-c3c692d65ce0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-05T04:38:26.690Z|fb2575a0-8f60-4bd7-ab09-c3c692d65ce0|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-02-05T04:38:26.690Z|fb2575a0-8f60-4bd7-ab09-c3c692d65ce0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-05T04:38:26.690Z|fb2575a0-8f60-4bd7-ab09-c3c692d65ce0|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-05T04:38:26.690Z|fb2575a0-8f60-4bd7-ab09-c3c692d65ce0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-05T04:38:26.690Z|fb2575a0-8f60-4bd7-ab09-c3c692d65ce0|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-02-05T04:38:26.690Z|fb2575a0-8f60-4bd7-ab09-c3c692d65ce0|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm
Description:service
Model UUID:4f97f0f2-cbe6-4ab7-8eaf-4884703755fb
Model Version:NULL
Model InvariantUuid:e12af73c-e890-45c6-8b02-d1228c203933
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm
Model UUID:a3d02441-48b5-488b-8529-93a36f26abb1
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:1d95167c-cb73-4bb7-9760-616ac60e7a30
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:9d22e1d8-f7db-40bc-9946-c3a89c3f5f92
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:124053a1-d97d-400b-9b2d-0a1809cca358
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:e72c778c-f0ac-4645-95d8-09ff3d410f9b
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:d068faad-42d1-4746-9522-574b328faf89
ModelInvariantUuid:a6311ad6-d729-4b87-88ab-2d736716fd4e
ModelName:basic_vm-nodes.ubuntu20Cvfc
ModelUuid:6ce18314-816b-4b0b-bac5-9458ee5095b2
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:b0048ced-6531-4a33-9bea-3167d0504a7d
ModelInvariantUuid:3e0fe070-01d8-48c7-ac9d-b18f0efea7e3
ModelName:BasicVm.compute.nodes.heat.ubuntu20
ModelUuid:ea841d97-a7bd-4e95-8d99-b17220340cc4
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-02-05T04:38:26.695Z|fb2575a0-8f60-4bd7-ab09-c3c692d65ce0|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: b0f0e129-7c33-40be-9599-412db32dc23b
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-02-05T04:38:26.698Z|fb2575a0-8f60-4bd7-ab09-c3c692d65ce0|pool-2-thread-9|||||INFO|500||basic_vm 0
2022-02-05T04:38:26.698Z|fb2575a0-8f60-4bd7-ab09-c3c692d65ce0|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: b0f0e129-7c33-40be-9599-412db32dc23b
2022-02-05T04:38:26.698Z|fb2575a0-8f60-4bd7-ab09-c3c692d65ce0|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 25ead8c4-831f-4dc4-be69-74b258f4fb26 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-02-05T04:38:26.698Z|fb2575a0-8f60-4bd7-ab09-c3c692d65ce0|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-02-05T04:38:26.698Z|fb2575a0-8f60-4bd7-ab09-c3c692d65ce0|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-02-05T04:38:26.750Z|fb2575a0-8f60-4bd7-ab09-c3c692d65ce0|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-02-05T04:38:26.751Z|fb2575a0-8f60-4bd7-ab09-c3c692d65ce0|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 25ead8c4-831f-4dc4-be69-74b258f4fb26 787
2022-02-05T04:38:26.751Z|fb2575a0-8f60-4bd7-ab09-c3c692d65ce0|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification
2022-02-05T04:38:26.751Z|fb2575a0-8f60-4bd7-ab09-c3c692d65ce0|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-02-05T04:38:26.751Z|fb2575a0-8f60-4bd7-ab09-c3c692d65ce0|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-05T04:38:26.751Z|fb2575a0-8f60-4bd7-ab09-c3c692d65ce0|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-02-05T04:38:26.753Z|fb2575a0-8f60-4bd7-ab09-c3c692d65ce0|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-05T04:38:26.753Z|fb2575a0-8f60-4bd7-ab09-c3c692d65ce0|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "fb2575a0-8f60-4bd7-ab09-c3c692d65ce0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644035906751,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-02-05T04:38:26.853Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-05T04:38:26.854Z||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-02-05T04:38:26.854Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NVaOFbHv1dPNRJ79) ...
2022-02-05T04:38:26.863Z||pool-59-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T04:38:26.863Z||pool-59-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-02-05T04:38:27.753Z|fb2575a0-8f60-4bd7-ab09-c3c692d65ce0|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "124053a1-d97d-400b-9b2d-0a1809cca358",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "e72c778c-f0ac-4645-95d8-09ff3d410f9b",
    "vfModuleModelCustomizationUUID": "4575e9fa-bf98-42ec-b18d-de0c8186f6e0",
    "isBase": true,
    "artifacts": [
      "56219558-7423-4b70-bf22-4afd1160e44c",
      "472a047b-e72a-44d5-9a34-3fae6eab460d"
    ],
    "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-02-05T04:38:27.756Z|fb2575a0-8f60-4bd7-ab09-c3c692d65ce0|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:e72c778c-f0ac-4645-95d8-09ff3d410f9b
VfModuleModelInvariantUUID:124053a1-d97d-400b-9b2d-0a1809cca358
VfModuleModelDescription:NULL
Artifacts UUID List:{
56219558-7423-4b70-bf22-4afd1160e44c
,
472a047b-e72a-44d5-9a34-3fae6eab460d

}
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-02-05T04:38:27.757Z|fb2575a0-8f60-4bd7-ab09-c3c692d65ce0|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "124053a1-d97d-400b-9b2d-0a1809cca358",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "e72c778c-f0ac-4645-95d8-09ff3d410f9b",
    "vfModuleModelCustomizationUUID": "4575e9fa-bf98-42ec-b18d-de0c8186f6e0",
    "isBase": true,
    "artifacts": [
      "56219558-7423-4b70-bf22-4afd1160e44c",
      "472a047b-e72a-44d5-9a34-3fae6eab460d"
    ],
    "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-02-05T04:38:27.757Z|fb2575a0-8f60-4bd7-ab09-c3c692d65ce0|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:e72c778c-f0ac-4645-95d8-09ff3d410f9b
VfModuleModelInvariantUUID:124053a1-d97d-400b-9b2d-0a1809cca358
VfModuleModelDescription:NULL
Artifacts UUID List:{
56219558-7423-4b70-bf22-4afd1160e44c
,
472a047b-e72a-44d5-9a34-3fae6eab460d

}
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-02-05T04:38:27.757Z|fb2575a0-8f60-4bd7-ab09-c3c692d65ce0|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 56219558-7423-4b70-bf22-4afd1160e44c from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-02-05T04:38:27.757Z|fb2575a0-8f60-4bd7-ab09-c3c692d65ce0|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-02-05T04:38:27.758Z|fb2575a0-8f60-4bd7-ab09-c3c692d65ce0|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-02-05T04:38:27.942Z|fb2575a0-8f60-4bd7-ab09-c3c692d65ce0|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-02-05T04:38:27.943Z|fb2575a0-8f60-4bd7-ab09-c3c692d65ce0|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 56219558-7423-4b70-bf22-4afd1160e44c 5033
2022-02-05T04:38:27.943Z|fb2575a0-8f60-4bd7-ab09-c3c692d65ce0|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2022-02-05T04:38:27.943Z|fb2575a0-8f60-4bd7-ab09-c3c692d65ce0|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-02-05T04:38:27.943Z|fb2575a0-8f60-4bd7-ab09-c3c692d65ce0|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-05T04:38:27.943Z|fb2575a0-8f60-4bd7-ab09-c3c692d65ce0|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-02-05T04:38:27.945Z|fb2575a0-8f60-4bd7-ab09-c3c692d65ce0|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-05T04:38:27.945Z|fb2575a0-8f60-4bd7-ab09-c3c692d65ce0|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "fb2575a0-8f60-4bd7-ab09-c3c692d65ce0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644035907943,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-02-05T04:38:28.045Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-05T04:38:28.046Z||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-02-05T04:38:28.046Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NVaOFbHv1dPNRJ79) ...
2022-02-05T04:38:28.056Z||pool-60-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T04:38:28.056Z||pool-60-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-02-05T04:38:28.945Z|fb2575a0-8f60-4bd7-ab09-c3c692d65ce0|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 472a047b-e72a-44d5-9a34-3fae6eab460d from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-02-05T04:38:28.946Z|fb2575a0-8f60-4bd7-ab09-c3c692d65ce0|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-02-05T04:38:28.946Z|fb2575a0-8f60-4bd7-ab09-c3c692d65ce0|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-02-05T04:38:29.048Z|fb2575a0-8f60-4bd7-ab09-c3c692d65ce0|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-02-05T04:38:29.048Z|fb2575a0-8f60-4bd7-ab09-c3c692d65ce0|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 472a047b-e72a-44d5-9a34-3fae6eab460d 903
2022-02-05T04:38:29.049Z|fb2575a0-8f60-4bd7-ab09-c3c692d65ce0|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2022-02-05T04:38:29.049Z|fb2575a0-8f60-4bd7-ab09-c3c692d65ce0|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-02-05T04:38:29.049Z|fb2575a0-8f60-4bd7-ab09-c3c692d65ce0|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-05T04:38:29.049Z|fb2575a0-8f60-4bd7-ab09-c3c692d65ce0|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-02-05T04:38:29.051Z|fb2575a0-8f60-4bd7-ab09-c3c692d65ce0|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-05T04:38:29.051Z|fb2575a0-8f60-4bd7-ab09-c3c692d65ce0|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "fb2575a0-8f60-4bd7-ab09-c3c692d65ce0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644035909049,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-02-05T04:38:29.151Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-05T04:38:29.152Z||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-02-05T04:38:29.152Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NVaOFbHv1dPNRJ79) ...
2022-02-05T04:38:29.161Z||pool-61-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T04:38:29.161Z||pool-61-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-02-05T04:38:30.051Z|fb2575a0-8f60-4bd7-ab09-c3c692d65ce0|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 4f97f0f2-cbe6-4ab7-8eaf-4884703755fb
2022-02-05T04:38:30.052Z|fb2575a0-8f60-4bd7-ab09-c3c692d65ce0|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 b0f0e129-7c33-40be-9599-412db32dc23b 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-02-05T04:38:30.062Z|fb2575a0-8f60-4bd7-ab09-c3c692d65ce0|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2fb0b614, org.onap.sdc.toscaparser.api.parameters.Input@de2d2a0, org.onap.sdc.toscaparser.api.parameters.Input@77613476, org.onap.sdc.toscaparser.api.parameters.Input@526e9ffb, org.onap.sdc.toscaparser.api.parameters.Input@78c483b4]
2022-02-05T04:38:30.063Z|fb2575a0-8f60-4bd7-ab09-c3c692d65ce0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-05T04:38:30.063Z|fb2575a0-8f60-4bd7-ab09-c3c692d65ce0|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-05T04:38:30.063Z|fb2575a0-8f60-4bd7-ab09-c3c692d65ce0|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic 
2022-02-05T04:38:30.064Z|fb2575a0-8f60-4bd7-ab09-c3c692d65ce0|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= 9d22e1d8-f7db-40bc-9946-c3a89c3f5f92
2022-02-05T04:38:30.064Z|fb2575a0-8f60-4bd7-ab09-c3c692d65ce0|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 9d22e1d8-f7db-40bc-9946-c3a89c3f5f92 matches Tosca VF Customization UUID: 9d22e1d8-f7db-40bc-9946-c3a89c3f5f92
2022-02-05T04:38:30.064Z|fb2575a0-8f60-4bd7-ab09-c3c692d65ce0|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: 9d22e1d8-f7db-40bc-9946-c3a89c3f5f92  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-02-05T04:38:30.066Z|fb2575a0-8f60-4bd7-ab09-c3c692d65ce0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-05T04:38:30.066Z|fb2575a0-8f60-4bd7-ab09-c3c692d65ce0|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-02-05T04:38:30.067Z|fb2575a0-8f60-4bd7-ab09-c3c692d65ce0|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id 9d22e1d8-f7db-40bc-9946-c3a89c3f5f92: {\"vf_module_id\":\"Ubuntu20-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu20-VNF-name\",\"ubuntu20_name_0\":\"Ubuntu20\",\"dcae_collector_ip\":\"10.4.2.166\",\"ubuntu20_flavor_name\":\"m1.small\",\"vnf_id\":\"Ubuntu20-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu20_image_name\":\"ubuntu-20.04\",\"admin_plane_net_name\":\"admin\"}
2022-02-05T04:38:30.067Z|fb2575a0-8f60-4bd7-ab09-c3c692d65ce0|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@3ba3a647
2022-02-05T04:38:30.067Z|fb2575a0-8f60-4bd7-ab09-c3c692d65ce0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-05T04:38:30.067Z|fb2575a0-8f60-4bd7-ab09-c3c692d65ce0|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-02-05T04:38:30.067Z|fb2575a0-8f60-4bd7-ab09-c3c692d65ce0|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 4575e9fa-bf98-42ec-b18d-de0c8186f6e0
2022-02-05T04:38:30.067Z|fb2575a0-8f60-4bd7-ab09-c3c692d65ce0|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 4575e9fa-bf98-42ec-b18d-de0c8186f6e0
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-02-05T04:38:30.069Z|fb2575a0-8f60-4bd7-ab09-c3c692d65ce0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-05T04:38:30.070Z|fb2575a0-8f60-4bd7-ab09-c3c692d65ce0|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-02-05T04:38:30.070Z|fb2575a0-8f60-4bd7-ab09-c3c692d65ce0|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-05T04:38:30.070Z|fb2575a0-8f60-4bd7-ab09-c3c692d65ce0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-05T04:38:30.071Z|fb2575a0-8f60-4bd7-ab09-c3c692d65ce0|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-02-05T04:38:30.071Z|fb2575a0-8f60-4bd7-ab09-c3c692d65ce0|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-05T04:38:30.071Z|fb2575a0-8f60-4bd7-ab09-c3c692d65ce0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-05T04:38:30.071Z|fb2575a0-8f60-4bd7-ab09-c3c692d65ce0|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-02-05T04:38:30.071Z|fb2575a0-8f60-4bd7-ab09-c3c692d65ce0|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-02-05T04:38:30.072Z|fb2575a0-8f60-4bd7-ab09-c3c692d65ce0|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-02-05T04:38:30.072Z|fb2575a0-8f60-4bd7-ab09-c3c692d65ce0|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=d068faad-42d1-4746-9522-574b328faf89
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-02-05T04:38:30.074Z|fb2575a0-8f60-4bd7-ab09-c3c692d65ce0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-05T04:38:30.075Z|fb2575a0-8f60-4bd7-ab09-c3c692d65ce0|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-02-05T04:38:30.075Z|fb2575a0-8f60-4bd7-ab09-c3c692d65ce0|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-05T04:38:30.075Z|fb2575a0-8f60-4bd7-ab09-c3c692d65ce0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-05T04:38:30.076Z|fb2575a0-8f60-4bd7-ab09-c3c692d65ce0|pool-2-thread-9|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-02-05T04:38:30.076Z|fb2575a0-8f60-4bd7-ab09-c3c692d65ce0|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=9d22e1d8-f7db-40bc-9946-c3a89c3f5f92
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-02-05T04:38:30.078Z|fb2575a0-8f60-4bd7-ab09-c3c692d65ce0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-05T04:38:30.078Z|fb2575a0-8f60-4bd7-ab09-c3c692d65ce0|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-02-05T04:38:30.078Z|fb2575a0-8f60-4bd7-ab09-c3c692d65ce0|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 4f97f0f2-cbe6-4ab7-8eaf-4884703755fb: basic_vm
2022-02-05T04:38:30.078Z|fb2575a0-8f60-4bd7-ab09-c3c692d65ce0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-05T04:38:30.078Z|fb2575a0-8f60-4bd7-ab09-c3c692d65ce0|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-02-05T04:38:30.079Z|fb2575a0-8f60-4bd7-ab09-c3c692d65ce0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-05T04:38:30.079Z|fb2575a0-8f60-4bd7-ab09-c3c692d65ce0|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-02-05T04:38:30.079Z|fb2575a0-8f60-4bd7-ab09-c3c692d65ce0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-05T04:38:30.079Z|fb2575a0-8f60-4bd7-ab09-c3c692d65ce0|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-02-05T04:38:30.079Z|fb2575a0-8f60-4bd7-ab09-c3c692d65ce0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-05T04:38:30.079Z|fb2575a0-8f60-4bd7-ab09-c3c692d65ce0|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-02-05T04:38:30.079Z|fb2575a0-8f60-4bd7-ab09-c3c692d65ce0|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-05T04:38:30.079Z|fb2575a0-8f60-4bd7-ab09-c3c692d65ce0|pool-2-thread-9|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-02-05T04:38:30.080Z|fb2575a0-8f60-4bd7-ab09-c3c692d65ce0|pool-2-thread-9|||||INFO|500||Saving Service: basic_vm 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-02-05T04:38:30.152Z|fb2575a0-8f60-4bd7-ab09-c3c692d65ce0|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm b0f0e129-7c33-40be-9599-412db32dc23b 1 ASDC deployResourceStructure
2022-02-05T04:38:30.152Z|fb2575a0-8f60-4bd7-ab09-c3c692d65ce0|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification
2022-02-05T04:38:30.152Z|fb2575a0-8f60-4bd7-ab09-c3c692d65ce0|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-02-05T04:38:30.152Z|fb2575a0-8f60-4bd7-ab09-c3c692d65ce0|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-05T04:38:30.152Z|fb2575a0-8f60-4bd7-ab09-c3c692d65ce0|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-02-05T04:38:30.154Z|fb2575a0-8f60-4bd7-ab09-c3c692d65ce0|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-05T04:38:30.154Z|fb2575a0-8f60-4bd7-ab09-c3c692d65ce0|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "fb2575a0-8f60-4bd7-ab09-c3c692d65ce0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644035910152,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-02-05T04:38:30.254Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-05T04:38:30.255Z||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-02-05T04:38:30.255Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NVaOFbHv1dPNRJ79) ...
2022-02-05T04:38:30.263Z||pool-62-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T04:38:30.264Z||pool-62-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2022-02-05T04:38:31.154Z|fb2575a0-8f60-4bd7-ab09-c3c692d65ce0|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2022-02-05T04:38:31.155Z|fb2575a0-8f60-4bd7-ab09-c3c692d65ce0|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-02-05T04:38:31.155Z|fb2575a0-8f60-4bd7-ab09-c3c692d65ce0|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-05T04:38:31.155Z|fb2575a0-8f60-4bd7-ab09-c3c692d65ce0|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-02-05T04:38:31.157Z|fb2575a0-8f60-4bd7-ab09-c3c692d65ce0|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-05T04:38:31.157Z|fb2575a0-8f60-4bd7-ab09-c3c692d65ce0|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "fb2575a0-8f60-4bd7-ab09-c3c692d65ce0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644035911154,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-02-05T04:38:31.257Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-05T04:38:31.258Z||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-02-05T04:38:31.258Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NVaOFbHv1dPNRJ79) ...
2022-02-05T04:38:31.268Z||pool-63-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T04:38:31.269Z||pool-63-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-02-05T04:38:32.157Z|fb2575a0-8f60-4bd7-ab09-c3c692d65ce0|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2022-02-05T04:38:32.158Z|fb2575a0-8f60-4bd7-ab09-c3c692d65ce0|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-02-05T04:38:32.158Z|fb2575a0-8f60-4bd7-ab09-c3c692d65ce0|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-05T04:38:32.158Z|fb2575a0-8f60-4bd7-ab09-c3c692d65ce0|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-02-05T04:38:32.159Z|fb2575a0-8f60-4bd7-ab09-c3c692d65ce0|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-05T04:38:32.159Z|fb2575a0-8f60-4bd7-ab09-c3c692d65ce0|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "fb2575a0-8f60-4bd7-ab09-c3c692d65ce0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644035912157,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-02-05T04:38:32.260Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-05T04:38:32.260Z||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-02-05T04:38:32.260Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NVaOFbHv1dPNRJ79) ...
2022-02-05T04:38:32.271Z||pool-64-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T04:38:32.272Z||pool-64-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-02-05T04:38:33.160Z|fb2575a0-8f60-4bd7-ab09-c3c692d65ce0|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2022-02-05T04:38:33.161Z|fb2575a0-8f60-4bd7-ab09-c3c692d65ce0|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-02-05T04:38:33.161Z|fb2575a0-8f60-4bd7-ab09-c3c692d65ce0|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-05T04:38:33.161Z|fb2575a0-8f60-4bd7-ab09-c3c692d65ce0|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-02-05T04:38:33.163Z|fb2575a0-8f60-4bd7-ab09-c3c692d65ce0|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-05T04:38:33.163Z|fb2575a0-8f60-4bd7-ab09-c3c692d65ce0|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "fb2575a0-8f60-4bd7-ab09-c3c692d65ce0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644035913160,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-05T04:38:33.263Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-05T04:38:33.264Z||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-02-05T04:38:33.264Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NVaOFbHv1dPNRJ79) ...
2022-02-05T04:38:33.273Z||pool-65-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T04:38:33.273Z||pool-65-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-02-05T04:38:34.163Z|fb2575a0-8f60-4bd7-ab09-c3c692d65ce0|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fb2575a0-8f60-4bd7-ab09-c3c692d65ce0
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-02-05T04:38:34.172Z|fb2575a0-8f60-4bd7-ab09-c3c692d65ce0|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fb2575a0-8f60-4bd7-ab09-c3c692d65ce0
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-02-05T04:38:34.175Z|fb2575a0-8f60-4bd7-ab09-c3c692d65ce0|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-05T04:38:34.175Z|fb2575a0-8f60-4bd7-ab09-c3c692d65ce0|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-02-05T04:38:34.175Z|fb2575a0-8f60-4bd7-ab09-c3c692d65ce0|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-02-05T04:38:34.175Z|fb2575a0-8f60-4bd7-ab09-c3c692d65ce0|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-02-05T04:38:34.175Z|fb2575a0-8f60-4bd7-ab09-c3c692d65ce0|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-05T04:38:34.175Z|fb2575a0-8f60-4bd7-ab09-c3c692d65ce0|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-05T04:38:34.175Z|fb2575a0-8f60-4bd7-ab09-c3c692d65ce0|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-05T04:38:34.175Z|fb2575a0-8f60-4bd7-ab09-c3c692d65ce0|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-05T04:38:34.175Z|fb2575a0-8f60-4bd7-ab09-c3c692d65ce0|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-05T04:38:34.175Z|fb2575a0-8f60-4bd7-ab09-c3c692d65ce0|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-02-05T04:38:34.180Z|fb2575a0-8f60-4bd7-ab09-c3c692d65ce0|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-02-05T04:39:04.180Z|fb2575a0-8f60-4bd7-ab09-c3c692d65ce0|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: fb2575a0-8f60-4bd7-ab09-c3c692d65ce0 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-02-05T04:39:04.185Z|fb2575a0-8f60-4bd7-ab09-c3c692d65ce0|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: fb2575a0-8f60-4bd7-ab09-c3c692d65ce0 and serviceModelVersionId: 4f97f0f2-cbe6-4ab7-8eaf-4884703755fb
2022-02-05T04:39:04.185Z|fb2575a0-8f60-4bd7-ab09-c3c692d65ce0|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : e12af73c-e890-45c6-8b02-d1228c203933
2022-02-05T04:39:04.185Z|fb2575a0-8f60-4bd7-ab09-c3c692d65ce0|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/e12af73c-e890-45c6-8b02-d1228c203933/model-vers/model-ver/4f97f0f2-cbe6-4ab7-8eaf-4884703755fb?depth=0
2022-02-05T04:39:04.199Z|fb2575a0-8f60-4bd7-ab09-c3c692d65ce0|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2022-02-05T04:39:04.229Z|fb2575a0-8f60-4bd7-ab09-c3c692d65ce0|pool-2-thread-9|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e12af73c-e890-45c6-8b02-d1228c203933/model-vers/model-ver/4f97f0f2-cbe6-4ab7-8eaf-4884703755fb?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-02-05T04:39:04.230Z|fb2575a0-8f60-4bd7-ab09-c3c692d65ce0|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e12af73c-e890-45c6-8b02-d1228c203933/model-vers/model-ver/4f97f0f2-cbe6-4ab7-8eaf-4884703755fb?depth=0|INFO|500||Invoke
2022-02-05T04:39:04.246Z|fb2575a0-8f60-4bd7-ab09-c3c692d65ce0|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e12af73c-e890-45c6-8b02-d1228c203933/model-vers/model-ver/4f97f0f2-cbe6-4ab7-8eaf-4884703755fb?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-02-05T04:39:04.311Z|fb2575a0-8f60-4bd7-ab09-c3c692d65ce0|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e12af73c-e890-45c6-8b02-d1228c203933/model-vers/model-ver/4f97f0f2-cbe6-4ab7-8eaf-4884703755fb?depth=0|INFO|500||InvokeReturn
2022-02-05T04:39:04.311Z|fb2575a0-8f60-4bd7-ab09-c3c692d65ce0|pool-2-thread-9|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e12af73c-e890-45c6-8b02-d1228c203933/model-vers/model-ver/4f97f0f2-cbe6-4ab7-8eaf-4884703755fb?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220205-04:39:04:251-45745], vertex-id=[405736], Content-Length=[0], Date=[Sat, 05 Feb 2022 04:39:04 GMT], Content-Type=[application/json]}
2022-02-05T04:39:04.312Z|fb2575a0-8f60-4bd7-ab09-c3c692d65ce0|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity.
2022-02-05T04:39:04.312Z|fb2575a0-8f60-4bd7-ab09-c3c692d65ce0|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-02-05T04:39:04.312Z|fb2575a0-8f60-4bd7-ab09-c3c692d65ce0|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-02-05T04:39:04.315Z|fb2575a0-8f60-4bd7-ab09-c3c692d65ce0|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-02-05T04:39:04.315Z|fb2575a0-8f60-4bd7-ab09-c3c692d65ce0|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID fb2575a0-8f60-4bd7-ab09-c3c692d65ce0 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-02-05T04:39:04.316Z|fb2575a0-8f60-4bd7-ab09-c3c692d65ce0|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-02-05T04:39:04.316Z|fb2575a0-8f60-4bd7-ab09-c3c692d65ce0|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-02-05T04:39:04.317Z|fb2575a0-8f60-4bd7-ab09-c3c692d65ce0|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-05T04:39:04.317Z|fb2575a0-8f60-4bd7-ab09-c3c692d65ce0|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "fb2575a0-8f60-4bd7-ab09-c3c692d65ce0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644035944315,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-02-05T04:39:04.418Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-05T04:39:04.418Z||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-02-05T04:39:04.418Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NVaOFbHv1dPNRJ79) ...
2022-02-05T04:39:04.431Z||pool-66-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T04:39:04.431Z||pool-66-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-02-05T04:39:05.326Z|fb2575a0-8f60-4bd7-ab09-c3c692d65ce0|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-05T04:39:05.327Z|fb2575a0-8f60-4bd7-ab09-c3c692d65ce0|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"b90a7759-5d87-4207-be16-4d488f678de4","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"edb2b35c-4309-473a-9477-1bcb0d5cbb0b","serviceDescription":"service","serviceInvariantUUID":"f8ea8be5-37ca-481c-b4da-abfbcaa19c3e","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"dd498a70-b160-4b02-bc6f-37a8671328fe","resourceInvariantUUID":"b1193656-8c41-46bf-9c44-bfc8f708355a","resourceCustomizationUUID":"d0fc1262-e238-4fc6-bb2e-383bd3f55a48","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":"NjI5NjE5ZjM3YjkzYzRkNWRiMDM4NzEyM2EyYmZhYjU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"515371a8-8bc8-4ee4-af9f-96564016f934","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":"ZGMwZGM2MjZiNjM0MmQyYjUwMmViZTBhYTNkNGFiYmM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"5015159b-5354-41ef-8de7-0dc83fbfe64d","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":"91ad89e1-4911-4122-b3a5-96265d4774ba","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":"a49825b9-bd9f-415d-89e8-58decf45560f","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":"c4708ceb-3ec0-4c68-838d-632815ccb5aa","artifactVersion":"2","generatedFromUUID":"91ad89e1-4911-4122-b3a5-96265d4774ba"},{"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":"ODAwOWY0ZjdkMGUxZWRiNGFmYTkwNzM3MmFmNDlhZTg\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"1df3f853-dc98-4827-86cd-deafe9fd0f37","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":"NmZiYzRhZGI0ZGY4MjVlNDdhZTUzZmVhNDQ5MjY0NGE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"f771c3aa-5cf2-4dda-a3c0-620b258960b3","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"ODJhMzhiMjgzNzZlYWNlZDNjZTFjYTFhYjlkNmI4Njg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"d2d30c9b-6283-4d06-9b95-307b765e0e55","artifactVersion":"1"}],"workloadContext":"Production"}
2022-02-05T04:39:05.327Z|fb2575a0-8f60-4bd7-ab09-c3c692d65ce0|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-05T04:39:05.327Z|fb2575a0-8f60-4bd7-ab09-c3c692d65ce0|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-02-05T04:39:05.329Z|fb2575a0-8f60-4bd7-ab09-c3c692d65ce0|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-05T04:39:05.329Z|fb2575a0-8f60-4bd7-ab09-c3c692d65ce0|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "b90a7759-5d87-4207-be16-4d488f678de4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644035821048,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:39:05.429Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-05T04:39:05.429Z||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-02-05T04:39:05.430Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NVaOFbHv1dPNRJ79) ...
2022-02-05T04:39:05.440Z||pool-67-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T04:39:05.440Z||pool-67-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-02-05T04:39:06.329Z|fb2575a0-8f60-4bd7-ab09-c3c692d65ce0|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-05T04:39:06.330Z|fb2575a0-8f60-4bd7-ab09-c3c692d65ce0|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-02-05T04:39:06.331Z|fb2575a0-8f60-4bd7-ab09-c3c692d65ce0|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-05T04:39:06.332Z|fb2575a0-8f60-4bd7-ab09-c3c692d65ce0|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "b90a7759-5d87-4207-be16-4d488f678de4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644035821048,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-02-05T04:39:06.432Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-05T04:39:06.432Z||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-02-05T04:39:06.432Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NVaOFbHv1dPNRJ79) ...
2022-02-05T04:39:06.442Z||pool-68-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T04:39:06.442Z||pool-68-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-02-05T04:39:07.332Z|fb2575a0-8f60-4bd7-ab09-c3c692d65ce0|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-05T04:39:07.333Z|fb2575a0-8f60-4bd7-ab09-c3c692d65ce0|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-02-05T04:39:07.334Z|fb2575a0-8f60-4bd7-ab09-c3c692d65ce0|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-05T04:39:07.334Z|fb2575a0-8f60-4bd7-ab09-c3c692d65ce0|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "b90a7759-5d87-4207-be16-4d488f678de4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644035821048,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-02-05T04:39:07.434Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-05T04:39:07.435Z||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-02-05T04:39:07.435Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NVaOFbHv1dPNRJ79) ...
2022-02-05T04:39:07.444Z||pool-69-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T04:39:07.445Z||pool-69-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2022-02-05T04:39:08.335Z|fb2575a0-8f60-4bd7-ab09-c3c692d65ce0|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-05T04:39:08.335Z|fb2575a0-8f60-4bd7-ab09-c3c692d65ce0|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-02-05T04:39:08.337Z|fb2575a0-8f60-4bd7-ab09-c3c692d65ce0|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-05T04:39:08.337Z|fb2575a0-8f60-4bd7-ab09-c3c692d65ce0|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "b90a7759-5d87-4207-be16-4d488f678de4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644035821048,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:39:08.437Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-05T04:39:08.438Z||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-02-05T04:39:08.438Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NVaOFbHv1dPNRJ79) ...
2022-02-05T04:39:08.448Z||pool-70-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T04:39:08.448Z||pool-70-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-02-05T04:39:09.337Z|fb2575a0-8f60-4bd7-ab09-c3c692d65ce0|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-05T04:39:09.338Z|fb2575a0-8f60-4bd7-ab09-c3c692d65ce0|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-02-05T04:39:09.339Z|fb2575a0-8f60-4bd7-ab09-c3c692d65ce0|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-05T04:39:09.339Z|fb2575a0-8f60-4bd7-ab09-c3c692d65ce0|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "b90a7759-5d87-4207-be16-4d488f678de4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644035821048,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-02-05T04:39:09.440Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-05T04:39:09.440Z||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-02-05T04:39:09.440Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NVaOFbHv1dPNRJ79) ...
2022-02-05T04:39:09.449Z||pool-71-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T04:39:09.450Z||pool-71-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2022-02-05T04:39:10.340Z|fb2575a0-8f60-4bd7-ab09-c3c692d65ce0|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-05T04:39:10.341Z|fb2575a0-8f60-4bd7-ab09-c3c692d65ce0|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-02-05T04:39:10.342Z|fb2575a0-8f60-4bd7-ab09-c3c692d65ce0|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-05T04:39:10.342Z|fb2575a0-8f60-4bd7-ab09-c3c692d65ce0|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "b90a7759-5d87-4207-be16-4d488f678de4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644035821048,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:39:10.443Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-02-05T04:39:10.443Z||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-02-05T04:39:10.443Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NVaOFbHv1dPNRJ79) ...
2022-02-05T04:39:10.454Z||pool-72-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T04:39:10.454Z||pool-72-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-02-05T04:39:11.343Z|fb2575a0-8f60-4bd7-ab09-c3c692d65ce0|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-05T04:39:11.344Z|fb2575a0-8f60-4bd7-ab09-c3c692d65ce0|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-02-05T04:39:11.345Z|fb2575a0-8f60-4bd7-ab09-c3c692d65ce0|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-05T04:39:11.345Z|fb2575a0-8f60-4bd7-ab09-c3c692d65ce0|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "b90a7759-5d87-4207-be16-4d488f678de4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644035821048,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:39:11.445Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-05T04:39:11.446Z||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-02-05T04:39:11.446Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NVaOFbHv1dPNRJ79) ...
2022-02-05T04:39:11.455Z||pool-73-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T04:39:11.456Z||pool-73-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-02-05T04:39:12.346Z|fb2575a0-8f60-4bd7-ab09-c3c692d65ce0|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-05T04:39:12.346Z|fb2575a0-8f60-4bd7-ab09-c3c692d65ce0|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-02-05T04:39:12.348Z|fb2575a0-8f60-4bd7-ab09-c3c692d65ce0|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-05T04:39:12.348Z|fb2575a0-8f60-4bd7-ab09-c3c692d65ce0|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "b90a7759-5d87-4207-be16-4d488f678de4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644035821048,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-02-05T04:39:12.448Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-05T04:39:12.449Z||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-02-05T04:39:12.449Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NVaOFbHv1dPNRJ79) ...
2022-02-05T04:39:12.459Z||pool-74-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T04:39:12.459Z||pool-74-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2022-02-05T04:39:13.349Z|fb2575a0-8f60-4bd7-ab09-c3c692d65ce0|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "b90a7759-5d87-4207-be16-4d488f678de4",
  "serviceName": "basic_vm_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "edb2b35c-4309-473a-9477-1bcb0d5cbb0b",
  "serviceDescription": "service",
  "serviceInvariantUUID": "f8ea8be5-37ca-481c-b4da-abfbcaa19c3e",
  "resources": [
    {
      "resourceInstanceName": "basic_vm_macro 0",
      "resourceCustomizationUUID": "d0fc1262-e238-4fc6-bb2e-383bd3f55a48",
      "resourceName": "basic_vm_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "dd498a70-b160-4b02-bc6f-37a8671328fe",
      "resourceInvariantUUID": "b1193656-8c41-46bf-9c44-bfc8f708355a",
      "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": "ZGMwZGM2MjZiNjM0MmQyYjUwMmViZTBhYTNkNGFiYmM\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "5015159b-5354-41ef-8de7-0dc83fbfe64d",
          "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": "91ad89e1-4911-4122-b3a5-96265d4774ba",
          "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": "c4708ceb-3ec0-4c68-838d-632815ccb5aa",
            "generatedFromUUID": "91ad89e1-4911-4122-b3a5-96265d4774ba"
          },
          "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": "c4708ceb-3ec0-4c68-838d-632815ccb5aa",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVmMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
      "artifactChecksum": "ODJhMzhiMjgzNzZlYWNlZDNjZTFjYTFhYjlkNmI4Njg\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "d2d30c9b-6283-4d06-9b95-307b765e0e55"
    }
  ],
  "workloadContext": "Production"
}
2022-02-05T04:39:13.349Z|fb2575a0-8f60-4bd7-ab09-c3c692d65ce0|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-02-05T04:39:13.349Z|fb2575a0-8f60-4bd7-ab09-c3c692d65ce0|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 edb2b35c-4309-473a-9477-1bcb0d5cbb0b ASDC
2022-02-05T04:39:13.350Z|b90a7759-5d87-4207-be16-4d488f678de4|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:b90a7759-5d87-4207-be16-4d488f678de4
ServiceName:basic_vm_macro
ServiceVersion:1.0
ServiceUUID:edb2b35c-4309-473a-9477-1bcb0d5cbb0b
ServiceInvariantUUID:f8ea8be5-37ca-481c-b4da-abfbcaa19c3e
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:d2d30c9b-6283-4d06-9b95-307b765e0e55
ArtifactChecksum:ODJhMzhiMjgzNzZlYWNlZDNjZTFjYTFhYjlkNmI4Njg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm_macro 0
ResourceCustomizationUUID:d0fc1262-e238-4fc6-bb2e-383bd3f55a48
ResourceInvariantUUID:b1193656-8c41-46bf-9c44-bfc8f708355a
ResourceName:basic_vm_macro
ResourceType:VF
ResourceUUID:dd498a70-b160-4b02-bc6f-37a8671328fe
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:5015159b-5354-41ef-8de7-0dc83fbfe64d
ArtifactChecksum:ZGMwZGM2MjZiNjM0MmQyYjUwMmViZTBhYTNkNGFiYmM=
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:91ad89e1-4911-4122-b3a5-96265d4774ba
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:c4708ceb-3ec0-4c68-838d-632815ccb5aa
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:c4708ceb-3ec0-4c68-838d-632815ccb5aa
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-02-05T04:39:13.350Z|b90a7759-5d87-4207-be16-4d488f678de4|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF edb2b35c-4309-473a-9477-1bcb0d5cbb0b 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-02-05T04:39:13.372Z|b90a7759-5d87-4207-be16-4d488f678de4|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-02-05T04:39:13.373Z|b90a7759-5d87-4207-be16-4d488f678de4|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-02-05T04:39:13.373Z|b90a7759-5d87-4207-be16-4d488f678de4|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-02-05T04:39:13.373Z|b90a7759-5d87-4207-be16-4d488f678de4|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: d2d30c9b-6283-4d06-9b95-307b765e0e55 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-02-05T04:39:13.373Z|b90a7759-5d87-4207-be16-4d488f678de4|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-02-05T04:39:13.373Z|b90a7759-5d87-4207-be16-4d488f678de4|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-02-05T04:39:13.483Z|b90a7759-5d87-4207-be16-4d488f678de4|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-02-05T04:39:13.486Z|b90a7759-5d87-4207-be16-4d488f678de4|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar d2d30c9b-6283-4d06-9b95-307b765e0e55 78792
2022-02-05T04:39:13.486Z|b90a7759-5d87-4207-be16-4d488f678de4|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2022-02-05T04:39:13.486Z|b90a7759-5d87-4207-be16-4d488f678de4|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-02-05T04:39:13.486Z|b90a7759-5d87-4207-be16-4d488f678de4|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-05T04:39:13.486Z|b90a7759-5d87-4207-be16-4d488f678de4|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-02-05T04:39:13.488Z|b90a7759-5d87-4207-be16-4d488f678de4|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-05T04:39:13.488Z|b90a7759-5d87-4207-be16-4d488f678de4|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "b90a7759-5d87-4207-be16-4d488f678de4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644035953486,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-05T04:39:13.588Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-05T04:39:13.588Z||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-02-05T04:39:13.589Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NVaOFbHv1dPNRJ79) ...
2022-02-05T04:39:13.599Z||pool-75-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T04:39:13.600Z||pool-75-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-02-05T04:39:14.488Z|b90a7759-5d87-4207-be16-4d488f678de4|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-02-05T04:39:14.489Z|b90a7759-5d87-4207-be16-4d488f678de4|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-02-05T04:39:14.489Z|b90a7759-5d87-4207-be16-4d488f678de4|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: d2d30c9b-6283-4d06-9b95-307b765e0e55, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-02-05T04:39:14.489Z|b90a7759-5d87-4207-be16-4d488f678de4|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar
2022-02-05T04:39:14.490Z|b90a7759-5d87-4207-be16-4d488f678de4|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-02-05T04:39:14.490Z|b90a7759-5d87-4207-be16-4d488f678de4|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-02-05T04:39:14.569Z|b90a7759-5d87-4207-be16-4d488f678de4|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12102755202665899033/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-02-05T04:39:15.384Z|b90a7759-5d87-4207-be16-4d488f678de4|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2022-02-05T04:39:15.384Z|b90a7759-5d87-4207-be16-4d488f678de4|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-02-05T04:39:15.384Z|b90a7759-5d87-4207-be16-4d488f678de4|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-02-05T04:39:15.385Z|b90a7759-5d87-4207-be16-4d488f678de4|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-02-05T04:39:15.385Z|b90a7759-5d87-4207-be16-4d488f678de4|pool-2-thread-9|||||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-02-05T04:39:15.385Z|b90a7759-5d87-4207-be16-4d488f678de4|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [port_ubuntu20_admin_plane_port_0_name, port_ubuntu20_admin_plane_port_0_vlan_requirements, port_ubuntu20_admin_plane_port_0_related_networks, port_ubuntu20_admin_plane_port_0_order, nfc_function, port_ubuntu20_admin_plane_port_0_network_role, port_ubuntu20_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-02-05T04:39:15.385Z|b90a7759-5d87-4207-be16-4d488f678de4|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-02-05T04:39:15.385Z|b90a7759-5d87-4207-be16-4d488f678de4|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-02-05T04:39:15.385Z|b90a7759-5d87-4207-be16-4d488f678de4|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-02-05T04:39:15.385Z|b90a7759-5d87-4207-be16-4d488f678de4|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-02-05T04:39:15.385Z|b90a7759-5d87-4207-be16-4d488f678de4|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-02-05T04:39:15.385Z|b90a7759-5d87-4207-be16-4d488f678de4|pool-2-thread-9|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-02-05T04:39:15.386Z|b90a7759-5d87-4207-be16-4d488f678de4|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-02-05T04:39:15.386Z|b90a7759-5d87-4207-be16-4d488f678de4|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-02-05T04:39:15.386Z|b90a7759-5d87-4207-be16-4d488f678de4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-05T04:39:15.386Z|b90a7759-5d87-4207-be16-4d488f678de4|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-02-05T04:39:15.386Z|b90a7759-5d87-4207-be16-4d488f678de4|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-02-05T04:39:15.386Z|b90a7759-5d87-4207-be16-4d488f678de4|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-02-05T04:39:15.386Z|b90a7759-5d87-4207-be16-4d488f678de4|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-02-05T04:39:15.386Z|b90a7759-5d87-4207-be16-4d488f678de4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-05T04:39:15.386Z|b90a7759-5d87-4207-be16-4d488f678de4|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-02-05T04:39:15.387Z|b90a7759-5d87-4207-be16-4d488f678de4|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-02-05T04:39:15.387Z|b90a7759-5d87-4207-be16-4d488f678de4|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-02-05T04:39:15.387Z|b90a7759-5d87-4207-be16-4d488f678de4|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-02-05T04:39:15.387Z|b90a7759-5d87-4207-be16-4d488f678de4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-05T04:39:15.387Z|b90a7759-5d87-4207-be16-4d488f678de4|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-05T04:39:15.387Z|b90a7759-5d87-4207-be16-4d488f678de4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-05T04:39:15.387Z|b90a7759-5d87-4207-be16-4d488f678de4|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-02-05T04:39:15.387Z|b90a7759-5d87-4207-be16-4d488f678de4|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2022-02-05T04:39:15.387Z|b90a7759-5d87-4207-be16-4d488f678de4|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2022-02-05T04:39:15.387Z|b90a7759-5d87-4207-be16-4d488f678de4|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2022-02-05T04:39:15.387Z|b90a7759-5d87-4207-be16-4d488f678de4|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-02-05T04:39:15.388Z|b90a7759-5d87-4207-be16-4d488f678de4|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-02-05T04:39:15.388Z|b90a7759-5d87-4207-be16-4d488f678de4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-05T04:39:15.388Z|b90a7759-5d87-4207-be16-4d488f678de4|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-02-05T04:39:15.388Z|b90a7759-5d87-4207-be16-4d488f678de4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-05T04:39:15.388Z|b90a7759-5d87-4207-be16-4d488f678de4|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-02-05T04:39:15.388Z|b90a7759-5d87-4207-be16-4d488f678de4|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-05T04:39:15.388Z|b90a7759-5d87-4207-be16-4d488f678de4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-05T04:39:15.388Z|b90a7759-5d87-4207-be16-4d488f678de4|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-02-05T04:39:15.388Z|b90a7759-5d87-4207-be16-4d488f678de4|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-05T04:39:15.388Z|b90a7759-5d87-4207-be16-4d488f678de4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-05T04:39:15.389Z|b90a7759-5d87-4207-be16-4d488f678de4|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-02-05T04:39:15.389Z|b90a7759-5d87-4207-be16-4d488f678de4|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-05T04:39:15.389Z|b90a7759-5d87-4207-be16-4d488f678de4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-05T04:39:15.389Z|b90a7759-5d87-4207-be16-4d488f678de4|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-02-05T04:39:15.389Z|b90a7759-5d87-4207-be16-4d488f678de4|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-02-05T04:39:15.389Z|b90a7759-5d87-4207-be16-4d488f678de4|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-02-05T04:39:15.389Z|b90a7759-5d87-4207-be16-4d488f678de4|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=4847649e-efae-4c11-a8eb-2b9c58401b45
2022-02-05T04:39:15.389Z|b90a7759-5d87-4207-be16-4d488f678de4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-05T04:39:15.389Z|b90a7759-5d87-4207-be16-4d488f678de4|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-02-05T04:39:15.389Z|b90a7759-5d87-4207-be16-4d488f678de4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-05T04:39:15.389Z|b90a7759-5d87-4207-be16-4d488f678de4|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-02-05T04:39:15.390Z|b90a7759-5d87-4207-be16-4d488f678de4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-05T04:39:15.390Z|b90a7759-5d87-4207-be16-4d488f678de4|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-05T04:39:15.390Z|b90a7759-5d87-4207-be16-4d488f678de4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-05T04:39:15.390Z|b90a7759-5d87-4207-be16-4d488f678de4|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-02-05T04:39:15.390Z|b90a7759-5d87-4207-be16-4d488f678de4|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm_macro
Description:service
Model UUID:edb2b35c-4309-473a-9477-1bcb0d5cbb0b
Model Version:NULL
Model InvariantUuid:f8ea8be5-37ca-481c-b4da-abfbcaa19c3e
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm_macro
Model UUID:26fbc8bd-e4f1-41d3-9b36-bbe289a103e0
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:b1193656-8c41-46bf-9c44-bfc8f708355a
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:d0fc1262-e238-4fc6-bb2e-383bd3f55a48
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:9871bb3c-e56d-4695-853c-1537b138328e
ModelName:BasicVmMacro..base_ubuntu20..module-0
ModelUuid:e1b5df06-0a1d-4f6b-aeb4-eb71e6b482fa
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:4847649e-efae-4c11-a8eb-2b9c58401b45
ModelInvariantUuid:e40f5521-fe3c-47bb-ad7c-caf0b98a87c0
ModelName:basic_vm_macro-nodes.ubuntu20Cvfc
ModelUuid:bbc1ec43-be60-46e7-8e9c-1a278c68b85c
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:d086e7ab-6585-4a37-8196-8981835c55f5
ModelInvariantUuid:aec9eada-097c-41ef-9487-a7be2b6fb80e
ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20
ModelUuid:928cab30-8728-4fb7-9cad-c9d0de2a2229
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-02-05T04:39:15.394Z|b90a7759-5d87-4207-be16-4d488f678de4|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: dd498a70-b160-4b02-bc6f-37a8671328fe
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-02-05T04:39:15.396Z|b90a7759-5d87-4207-be16-4d488f678de4|pool-2-thread-9|||||INFO|500||basic_vm_macro 0
2022-02-05T04:39:15.396Z|b90a7759-5d87-4207-be16-4d488f678de4|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: dd498a70-b160-4b02-bc6f-37a8671328fe
2022-02-05T04:39:15.396Z|b90a7759-5d87-4207-be16-4d488f678de4|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 5015159b-5354-41ef-8de7-0dc83fbfe64d from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-02-05T04:39:15.396Z|b90a7759-5d87-4207-be16-4d488f678de4|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-02-05T04:39:15.396Z|b90a7759-5d87-4207-be16-4d488f678de4|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-02-05T04:39:15.498Z|b90a7759-5d87-4207-be16-4d488f678de4|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-02-05T04:39:15.498Z|b90a7759-5d87-4207-be16-4d488f678de4|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 5015159b-5354-41ef-8de7-0dc83fbfe64d 792
2022-02-05T04:39:15.498Z|b90a7759-5d87-4207-be16-4d488f678de4|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification
2022-02-05T04:39:15.498Z|b90a7759-5d87-4207-be16-4d488f678de4|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-02-05T04:39:15.498Z|b90a7759-5d87-4207-be16-4d488f678de4|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-05T04:39:15.498Z|b90a7759-5d87-4207-be16-4d488f678de4|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-02-05T04:39:15.500Z|b90a7759-5d87-4207-be16-4d488f678de4|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-05T04:39:15.500Z|b90a7759-5d87-4207-be16-4d488f678de4|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "b90a7759-5d87-4207-be16-4d488f678de4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644035955498,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-02-05T04:39:15.600Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-05T04:39:15.601Z||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-02-05T04:39:15.601Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NVaOFbHv1dPNRJ79) ...
2022-02-05T04:39:15.610Z||pool-76-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T04:39:15.610Z||pool-76-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-02-05T04:39:16.500Z|b90a7759-5d87-4207-be16-4d488f678de4|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "9871bb3c-e56d-4695-853c-1537b138328e",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "e1b5df06-0a1d-4f6b-aeb4-eb71e6b482fa",
    "vfModuleModelCustomizationUUID": "2bb2b3f6-08ee-4b0e-b93e-29be633e0937",
    "isBase": true,
    "artifacts": [
      "91ad89e1-4911-4122-b3a5-96265d4774ba",
      "c4708ceb-3ec0-4c68-838d-632815ccb5aa"
    ],
    "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-02-05T04:39:16.503Z|b90a7759-5d87-4207-be16-4d488f678de4|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:e1b5df06-0a1d-4f6b-aeb4-eb71e6b482fa
VfModuleModelInvariantUUID:9871bb3c-e56d-4695-853c-1537b138328e
VfModuleModelDescription:NULL
Artifacts UUID List:{
91ad89e1-4911-4122-b3a5-96265d4774ba
,
c4708ceb-3ec0-4c68-838d-632815ccb5aa

}
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-02-05T04:39:16.505Z|b90a7759-5d87-4207-be16-4d488f678de4|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "9871bb3c-e56d-4695-853c-1537b138328e",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "e1b5df06-0a1d-4f6b-aeb4-eb71e6b482fa",
    "vfModuleModelCustomizationUUID": "2bb2b3f6-08ee-4b0e-b93e-29be633e0937",
    "isBase": true,
    "artifacts": [
      "91ad89e1-4911-4122-b3a5-96265d4774ba",
      "c4708ceb-3ec0-4c68-838d-632815ccb5aa"
    ],
    "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-02-05T04:39:16.505Z|b90a7759-5d87-4207-be16-4d488f678de4|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:e1b5df06-0a1d-4f6b-aeb4-eb71e6b482fa
VfModuleModelInvariantUUID:9871bb3c-e56d-4695-853c-1537b138328e
VfModuleModelDescription:NULL
Artifacts UUID List:{
91ad89e1-4911-4122-b3a5-96265d4774ba
,
c4708ceb-3ec0-4c68-838d-632815ccb5aa

}
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-02-05T04:39:16.505Z|b90a7759-5d87-4207-be16-4d488f678de4|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 91ad89e1-4911-4122-b3a5-96265d4774ba from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-02-05T04:39:16.505Z|b90a7759-5d87-4207-be16-4d488f678de4|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-02-05T04:39:16.505Z|b90a7759-5d87-4207-be16-4d488f678de4|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-02-05T04:39:16.601Z|b90a7759-5d87-4207-be16-4d488f678de4|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-02-05T04:39:16.601Z|b90a7759-5d87-4207-be16-4d488f678de4|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 91ad89e1-4911-4122-b3a5-96265d4774ba 5033
2022-02-05T04:39:16.602Z|b90a7759-5d87-4207-be16-4d488f678de4|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2022-02-05T04:39:16.602Z|b90a7759-5d87-4207-be16-4d488f678de4|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-02-05T04:39:16.602Z|b90a7759-5d87-4207-be16-4d488f678de4|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-05T04:39:16.602Z|b90a7759-5d87-4207-be16-4d488f678de4|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-02-05T04:39:16.604Z|b90a7759-5d87-4207-be16-4d488f678de4|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-05T04:39:16.604Z|b90a7759-5d87-4207-be16-4d488f678de4|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "b90a7759-5d87-4207-be16-4d488f678de4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644035956602,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-02-05T04:39:16.704Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-05T04:39:16.704Z||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-02-05T04:39:16.705Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NVaOFbHv1dPNRJ79) ...
2022-02-05T04:39:16.715Z||pool-77-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T04:39:16.716Z||pool-77-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-02-05T04:39:17.273Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T04:39:17.273Z||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-02-05T04:39:17.273Z||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 NVaOFbHv1dPNRJ79) ...
2022-02-05T04:39:17.290Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T04:39:17.291Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T04:39:17.291Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b90a7759-5d87-4207-be16-4d488f678de4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1644035833867,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:39:17.291Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:39:17.604Z|b90a7759-5d87-4207-be16-4d488f678de4|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: c4708ceb-3ec0-4c68-838d-632815ccb5aa from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-02-05T04:39:17.605Z|b90a7759-5d87-4207-be16-4d488f678de4|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-02-05T04:39:17.605Z|b90a7759-5d87-4207-be16-4d488f678de4|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-02-05T04:39:17.633Z|b90a7759-5d87-4207-be16-4d488f678de4|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-02-05T04:39:17.634Z|b90a7759-5d87-4207-be16-4d488f678de4|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env c4708ceb-3ec0-4c68-838d-632815ccb5aa 903
2022-02-05T04:39:17.634Z|b90a7759-5d87-4207-be16-4d488f678de4|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2022-02-05T04:39:17.634Z|b90a7759-5d87-4207-be16-4d488f678de4|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-02-05T04:39:17.634Z|b90a7759-5d87-4207-be16-4d488f678de4|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-05T04:39:17.634Z|b90a7759-5d87-4207-be16-4d488f678de4|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-02-05T04:39:17.636Z|b90a7759-5d87-4207-be16-4d488f678de4|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-05T04:39:17.636Z|b90a7759-5d87-4207-be16-4d488f678de4|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "b90a7759-5d87-4207-be16-4d488f678de4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644035957634,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-02-05T04:39:17.736Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-05T04:39:17.736Z||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-02-05T04:39:17.736Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NVaOFbHv1dPNRJ79) ...
2022-02-05T04:39:17.748Z||pool-78-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T04:39:17.748Z||pool-78-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-02-05T04:39:18.636Z|b90a7759-5d87-4207-be16-4d488f678de4|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: edb2b35c-4309-473a-9477-1bcb0d5cbb0b
2022-02-05T04:39:18.636Z|b90a7759-5d87-4207-be16-4d488f678de4|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 dd498a70-b160-4b02-bc6f-37a8671328fe 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-02-05T04:39:18.645Z|b90a7759-5d87-4207-be16-4d488f678de4|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@38022174, org.onap.sdc.toscaparser.api.parameters.Input@47215317, org.onap.sdc.toscaparser.api.parameters.Input@174c01ef, org.onap.sdc.toscaparser.api.parameters.Input@7364e635, org.onap.sdc.toscaparser.api.parameters.Input@5a4470ac]
2022-02-05T04:39:18.646Z|b90a7759-5d87-4207-be16-4d488f678de4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-05T04:39:18.647Z|b90a7759-5d87-4207-be16-4d488f678de4|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-05T04:39:18.647Z|b90a7759-5d87-4207-be16-4d488f678de4|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic 
2022-02-05T04:39:18.647Z|b90a7759-5d87-4207-be16-4d488f678de4|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= d0fc1262-e238-4fc6-bb2e-383bd3f55a48
2022-02-05T04:39:18.648Z|b90a7759-5d87-4207-be16-4d488f678de4|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: d0fc1262-e238-4fc6-bb2e-383bd3f55a48 matches Tosca VF Customization UUID: d0fc1262-e238-4fc6-bb2e-383bd3f55a48
2022-02-05T04:39:18.648Z|b90a7759-5d87-4207-be16-4d488f678de4|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: d0fc1262-e238-4fc6-bb2e-383bd3f55a48  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-02-05T04:39:18.649Z|b90a7759-5d87-4207-be16-4d488f678de4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-05T04:39:18.649Z|b90a7759-5d87-4207-be16-4d488f678de4|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-02-05T04:39:18.650Z|b90a7759-5d87-4207-be16-4d488f678de4|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id d0fc1262-e238-4fc6-bb2e-383bd3f55a48: {\"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-02-05T04:39:18.650Z|b90a7759-5d87-4207-be16-4d488f678de4|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@34850603
2022-02-05T04:39:18.650Z|b90a7759-5d87-4207-be16-4d488f678de4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-05T04:39:18.650Z|b90a7759-5d87-4207-be16-4d488f678de4|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-02-05T04:39:18.650Z|b90a7759-5d87-4207-be16-4d488f678de4|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 2bb2b3f6-08ee-4b0e-b93e-29be633e0937
2022-02-05T04:39:18.650Z|b90a7759-5d87-4207-be16-4d488f678de4|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 2bb2b3f6-08ee-4b0e-b93e-29be633e0937
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-02-05T04:39:18.652Z|b90a7759-5d87-4207-be16-4d488f678de4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-05T04:39:18.653Z|b90a7759-5d87-4207-be16-4d488f678de4|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-02-05T04:39:18.653Z|b90a7759-5d87-4207-be16-4d488f678de4|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-05T04:39:18.653Z|b90a7759-5d87-4207-be16-4d488f678de4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-05T04:39:18.653Z|b90a7759-5d87-4207-be16-4d488f678de4|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-02-05T04:39:18.653Z|b90a7759-5d87-4207-be16-4d488f678de4|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-05T04:39:18.653Z|b90a7759-5d87-4207-be16-4d488f678de4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-05T04:39:18.653Z|b90a7759-5d87-4207-be16-4d488f678de4|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-02-05T04:39:18.654Z|b90a7759-5d87-4207-be16-4d488f678de4|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-02-05T04:39:18.654Z|b90a7759-5d87-4207-be16-4d488f678de4|pool-2-thread-9|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-02-05T04:39:18.654Z|b90a7759-5d87-4207-be16-4d488f678de4|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=4847649e-efae-4c11-a8eb-2b9c58401b45
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-02-05T04:39:18.655Z|b90a7759-5d87-4207-be16-4d488f678de4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-05T04:39:18.656Z|b90a7759-5d87-4207-be16-4d488f678de4|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-02-05T04:39:18.656Z|b90a7759-5d87-4207-be16-4d488f678de4|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-05T04:39:18.656Z|b90a7759-5d87-4207-be16-4d488f678de4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-05T04:39:18.656Z|b90a7759-5d87-4207-be16-4d488f678de4|pool-2-thread-9|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-02-05T04:39:18.656Z|b90a7759-5d87-4207-be16-4d488f678de4|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=d0fc1262-e238-4fc6-bb2e-383bd3f55a48
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-02-05T04:39:18.658Z|b90a7759-5d87-4207-be16-4d488f678de4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-05T04:39:18.658Z|b90a7759-5d87-4207-be16-4d488f678de4|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-02-05T04:39:18.658Z|b90a7759-5d87-4207-be16-4d488f678de4|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid edb2b35c-4309-473a-9477-1bcb0d5cbb0b: basic_vm_macro
2022-02-05T04:39:18.658Z|b90a7759-5d87-4207-be16-4d488f678de4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-05T04:39:18.658Z|b90a7759-5d87-4207-be16-4d488f678de4|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-02-05T04:39:18.658Z|b90a7759-5d87-4207-be16-4d488f678de4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-05T04:39:18.658Z|b90a7759-5d87-4207-be16-4d488f678de4|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-02-05T04:39:18.658Z|b90a7759-5d87-4207-be16-4d488f678de4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-05T04:39:18.658Z|b90a7759-5d87-4207-be16-4d488f678de4|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-02-05T04:39:18.659Z|b90a7759-5d87-4207-be16-4d488f678de4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-05T04:39:18.659Z|b90a7759-5d87-4207-be16-4d488f678de4|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-02-05T04:39:18.659Z|b90a7759-5d87-4207-be16-4d488f678de4|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-05T04:39:18.659Z|b90a7759-5d87-4207-be16-4d488f678de4|pool-2-thread-9|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-02-05T04:39:18.659Z|b90a7759-5d87-4207-be16-4d488f678de4|pool-2-thread-9|||||INFO|500||Saving Service: basic_vm_macro 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-02-05T04:39:18.727Z|b90a7759-5d87-4207-be16-4d488f678de4|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro dd498a70-b160-4b02-bc6f-37a8671328fe 1 ASDC deployResourceStructure
2022-02-05T04:39:18.728Z|b90a7759-5d87-4207-be16-4d488f678de4|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification
2022-02-05T04:39:18.728Z|b90a7759-5d87-4207-be16-4d488f678de4|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-02-05T04:39:18.728Z|b90a7759-5d87-4207-be16-4d488f678de4|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-05T04:39:18.728Z|b90a7759-5d87-4207-be16-4d488f678de4|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-02-05T04:39:18.729Z|b90a7759-5d87-4207-be16-4d488f678de4|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-05T04:39:18.729Z|b90a7759-5d87-4207-be16-4d488f678de4|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "b90a7759-5d87-4207-be16-4d488f678de4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644035958728,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-02-05T04:39:18.830Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-02-05T04:39:18.830Z||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-02-05T04:39:18.830Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NVaOFbHv1dPNRJ79) ...
2022-02-05T04:39:18.840Z||pool-79-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T04:39:18.840Z||pool-79-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-02-05T04:39:19.730Z|b90a7759-5d87-4207-be16-4d488f678de4|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification
2022-02-05T04:39:19.731Z|b90a7759-5d87-4207-be16-4d488f678de4|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-02-05T04:39:19.731Z|b90a7759-5d87-4207-be16-4d488f678de4|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-05T04:39:19.731Z|b90a7759-5d87-4207-be16-4d488f678de4|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-02-05T04:39:19.733Z|b90a7759-5d87-4207-be16-4d488f678de4|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-05T04:39:19.733Z|b90a7759-5d87-4207-be16-4d488f678de4|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "b90a7759-5d87-4207-be16-4d488f678de4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644035959730,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-02-05T04:39:19.833Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-05T04:39:19.834Z||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-02-05T04:39:19.834Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NVaOFbHv1dPNRJ79) ...
2022-02-05T04:39:19.844Z||pool-80-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T04:39:19.844Z||pool-80-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-02-05T04:39:20.734Z|b90a7759-5d87-4207-be16-4d488f678de4|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification
2022-02-05T04:39:20.734Z|b90a7759-5d87-4207-be16-4d488f678de4|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-02-05T04:39:20.734Z|b90a7759-5d87-4207-be16-4d488f678de4|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-05T04:39:20.734Z|b90a7759-5d87-4207-be16-4d488f678de4|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-02-05T04:39:20.736Z|b90a7759-5d87-4207-be16-4d488f678de4|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-05T04:39:20.736Z|b90a7759-5d87-4207-be16-4d488f678de4|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "b90a7759-5d87-4207-be16-4d488f678de4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644035960734,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-02-05T04:39:20.836Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-05T04:39:20.837Z||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-02-05T04:39:20.837Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NVaOFbHv1dPNRJ79) ...
2022-02-05T04:39:20.849Z||pool-81-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T04:39:20.850Z||pool-81-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-02-05T04:39:21.737Z|b90a7759-5d87-4207-be16-4d488f678de4|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2022-02-05T04:39:21.737Z|b90a7759-5d87-4207-be16-4d488f678de4|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-02-05T04:39:21.737Z|b90a7759-5d87-4207-be16-4d488f678de4|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-05T04:39:21.737Z|b90a7759-5d87-4207-be16-4d488f678de4|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-02-05T04:39:21.739Z|b90a7759-5d87-4207-be16-4d488f678de4|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-05T04:39:21.739Z|b90a7759-5d87-4207-be16-4d488f678de4|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "b90a7759-5d87-4207-be16-4d488f678de4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644035961737,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-05T04:39:21.839Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-05T04:39:21.840Z||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-02-05T04:39:21.840Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NVaOFbHv1dPNRJ79) ...
2022-02-05T04:39:21.851Z||pool-82-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T04:39:21.851Z||pool-82-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-02-05T04:39:22.740Z|b90a7759-5d87-4207-be16-4d488f678de4|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b90a7759-5d87-4207-be16-4d488f678de4
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-02-05T04:39:22.750Z|b90a7759-5d87-4207-be16-4d488f678de4|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b90a7759-5d87-4207-be16-4d488f678de4
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-02-05T04:39:22.752Z|b90a7759-5d87-4207-be16-4d488f678de4|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-05T04:39:22.752Z|b90a7759-5d87-4207-be16-4d488f678de4|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-02-05T04:39:22.752Z|b90a7759-5d87-4207-be16-4d488f678de4|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-02-05T04:39:52.752Z|b90a7759-5d87-4207-be16-4d488f678de4|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b90a7759-5d87-4207-be16-4d488f678de4
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-02-05T04:39:52.760Z|b90a7759-5d87-4207-be16-4d488f678de4|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b90a7759-5d87-4207-be16-4d488f678de4
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-02-05T04:39:52.762Z|b90a7759-5d87-4207-be16-4d488f678de4|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-05T04:39:52.762Z|b90a7759-5d87-4207-be16-4d488f678de4|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-02-05T04:39:52.763Z|b90a7759-5d87-4207-be16-4d488f678de4|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-02-05T04:40:17.273Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T04:40:17.273Z||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-02-05T04:40:17.273Z||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 NVaOFbHv1dPNRJ79) ...
2022-02-05T04:40:17.297Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T04:40:17.298Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T04:40:17.298Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb2575a0-8f60-4bd7-ab09-c3c692d65ce0",
  "consumerID": "clamp",
  "timestamp": 1644035837909,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-05T04:40:17.299Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T04:40:17.299Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T04:40:17.299Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b90a7759-5d87-4207-be16-4d488f678de4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1644035838102,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-02-05T04:40:17.299Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T04:40:17.299Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T04:40:17.299Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b90a7759-5d87-4207-be16-4d488f678de4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1644035833867,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:40:17.299Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:40:17.299Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T04:40:17.299Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb2575a0-8f60-4bd7-ab09-c3c692d65ce0",
  "consumerID": "clamp",
  "timestamp": 1644035838911,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-02-05T04:40:17.304Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of fb2575a0-8f60-4bd7-ab09-c3c692d65ce0
2022-02-05T04:40:17.304Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId fb2575a0-8f60-4bd7-ab09-c3c692d65ce0 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-02-05T04:40:17.311Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T04:40:17.311Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b90a7759-5d87-4207-be16-4d488f678de4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1644035839117,
  "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-02-05T04:40:17.315Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of b90a7759-5d87-4207-be16-4d488f678de4
2022-02-05T04:40:17.316Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId b90a7759-5d87-4207-be16-4d488f678de4 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-02-05T04:40:17.322Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T04:40:17.323Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b90a7759-5d87-4207-be16-4d488f678de4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1644035833867,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:40:17.323Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:40:17.323Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T04:40:17.323Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b90a7759-5d87-4207-be16-4d488f678de4",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1644035840119,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-02-05T04:40:17.323Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T04:40:17.323Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T04:40:17.323Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b90a7759-5d87-4207-be16-4d488f678de4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1644035833867,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:40:17.323Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:40:17.323Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T04:40:17.323Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b90a7759-5d87-4207-be16-4d488f678de4",
  "consumerID": "policy-id",
  "timestamp": 1644035840133,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:40:17.323Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:40:17.323Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T04:40:17.323Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b90a7759-5d87-4207-be16-4d488f678de4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1644035840676,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:40:17.323Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:40:17.323Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T04:40:17.323Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b90a7759-5d87-4207-be16-4d488f678de4",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1644035833867,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:40:17.324Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:40:17.324Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T04:40:17.324Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b90a7759-5d87-4207-be16-4d488f678de4",
  "consumerID": "policy-id",
  "timestamp": 1644035840133,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:40:17.324Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:40:17.324Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T04:40:17.324Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b90a7759-5d87-4207-be16-4d488f678de4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1644035840676,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:40:17.324Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:40:17.324Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T04:40:17.324Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b90a7759-5d87-4207-be16-4d488f678de4",
  "consumerID": "policy-id",
  "timestamp": 1644035840133,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-02-05T04:40:17.324Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:40:17.324Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T04:40:17.324Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b90a7759-5d87-4207-be16-4d488f678de4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1644035840676,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:40:17.324Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:40:17.324Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T04:40:17.324Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b90a7759-5d87-4207-be16-4d488f678de4",
  "consumerID": "policy-id",
  "timestamp": 1644035840133,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:40:17.324Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:40:17.324Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T04:40:17.324Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b90a7759-5d87-4207-be16-4d488f678de4",
  "consumerID": "aai-ml",
  "timestamp": 1644035843589,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:40:17.324Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:40:17.324Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T04:40:17.324Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b90a7759-5d87-4207-be16-4d488f678de4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1644035840676,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:40:17.324Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:40:17.324Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T04:40:17.325Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b90a7759-5d87-4207-be16-4d488f678de4",
  "consumerID": "policy-id",
  "timestamp": 1644035840133,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:40:17.325Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:40:17.325Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T04:40:17.325Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b90a7759-5d87-4207-be16-4d488f678de4",
  "consumerID": "aai-ml",
  "timestamp": 1644035843589,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:40:17.325Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:40:17.325Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T04:40:17.325Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b90a7759-5d87-4207-be16-4d488f678de4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1644035840676,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:40:17.325Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:40:17.325Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T04:40:17.325Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b90a7759-5d87-4207-be16-4d488f678de4",
  "consumerID": "policy-id",
  "timestamp": 1644035840133,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:40:17.325Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:40:17.325Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T04:40:17.325Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b90a7759-5d87-4207-be16-4d488f678de4",
  "consumerID": "aai-ml",
  "timestamp": 1644035843589,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:40:17.325Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:40:17.325Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T04:40:17.325Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b90a7759-5d87-4207-be16-4d488f678de4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1644035840676,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:40:17.325Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:40:17.325Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T04:40:17.325Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b90a7759-5d87-4207-be16-4d488f678de4",
  "consumerID": "policy-id",
  "timestamp": 1644035840133,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:40:17.325Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:40:17.325Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T04:40:17.326Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b90a7759-5d87-4207-be16-4d488f678de4",
  "consumerID": "aai-ml",
  "timestamp": 1644035843589,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:40:17.326Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:40:17.326Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T04:40:17.326Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b90a7759-5d87-4207-be16-4d488f678de4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1644035840676,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:40:17.326Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:40:17.326Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T04:40:17.326Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b90a7759-5d87-4207-be16-4d488f678de4",
  "consumerID": "policy-id",
  "timestamp": 1644035840133,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-02-05T04:40:17.326Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:40:17.326Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T04:40:17.326Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b90a7759-5d87-4207-be16-4d488f678de4",
  "consumerID": "aai-ml",
  "timestamp": 1644035843589,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:40:17.326Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:40:17.326Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T04:40:17.326Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b90a7759-5d87-4207-be16-4d488f678de4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1644035840676,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-02-05T04:40:17.326Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:40:17.326Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T04:40:17.326Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b90a7759-5d87-4207-be16-4d488f678de4",
  "consumerID": "policy-id",
  "timestamp": 1644035848767,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-05T04:40:17.326Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T04:40:17.326Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T04:40:17.326Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b90a7759-5d87-4207-be16-4d488f678de4",
  "consumerID": "aai-ml",
  "timestamp": 1644035843589,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:40:17.326Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:40:17.327Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T04:40:17.327Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b90a7759-5d87-4207-be16-4d488f678de4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1644035849454,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-05T04:40:17.327Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T04:40:17.327Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T04:40:17.327Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b90a7759-5d87-4207-be16-4d488f678de4",
  "consumerID": "policy-id",
  "timestamp": 1644035849771,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-05T04:40:17.327Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T04:40:17.327Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T04:40:17.327Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b90a7759-5d87-4207-be16-4d488f678de4",
  "consumerID": "aai-ml",
  "timestamp": 1644035843589,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:40:17.327Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:40:17.327Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T04:40:17.327Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b90a7759-5d87-4207-be16-4d488f678de4",
  "consumerID": "clamp",
  "timestamp": 1644035850134,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:40:17.327Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:40:17.327Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T04:40:17.327Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b90a7759-5d87-4207-be16-4d488f678de4",
  "consumerID": "policy-id",
  "timestamp": 1644035850774,
  "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-02-05T04:40:17.331Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of b90a7759-5d87-4207-be16-4d488f678de4
2022-02-05T04:40:17.331Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId b90a7759-5d87-4207-be16-4d488f678de4 and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-02-05T04:40:17.337Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T04:40:17.337Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b90a7759-5d87-4207-be16-4d488f678de4",
  "consumerID": "aai-ml",
  "timestamp": 1644035843589,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-02-05T04:40:17.337Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:40:17.337Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T04:40:17.337Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b90a7759-5d87-4207-be16-4d488f678de4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1644035851444,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-05T04:40:17.337Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T04:40:17.337Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T04:40:17.337Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b90a7759-5d87-4207-be16-4d488f678de4",
  "consumerID": "clamp",
  "timestamp": 1644035850134,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-02-05T04:40:17.337Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:40:17.337Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T04:40:17.337Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b90a7759-5d87-4207-be16-4d488f678de4",
  "consumerID": "aai-ml",
  "timestamp": 1644035852281,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-05T04:40:17.337Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T04:40:17.337Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T04:40:17.337Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b90a7759-5d87-4207-be16-4d488f678de4",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1644035852447,
  "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-02-05T04:40:17.341Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of b90a7759-5d87-4207-be16-4d488f678de4
2022-02-05T04:40:17.341Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId b90a7759-5d87-4207-be16-4d488f678de4 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-02-05T04:40:17.348Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T04:40:17.349Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b90a7759-5d87-4207-be16-4d488f678de4",
  "consumerID": "clamp",
  "timestamp": 1644035850134,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:40:17.349Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:40:17.349Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T04:40:17.349Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b90a7759-5d87-4207-be16-4d488f678de4",
  "consumerID": "clamp",
  "timestamp": 1644035850134,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:40:17.349Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:40:17.349Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T04:40:17.349Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b90a7759-5d87-4207-be16-4d488f678de4",
  "consumerID": "clamp",
  "timestamp": 1644035850134,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:40:17.349Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:40:17.349Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T04:40:17.349Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b90a7759-5d87-4207-be16-4d488f678de4",
  "consumerID": "clamp",
  "timestamp": 1644035850134,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:40:17.349Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:40:17.349Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T04:40:17.349Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b90a7759-5d87-4207-be16-4d488f678de4",
  "consumerID": "clamp",
  "timestamp": 1644035850134,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:40:17.349Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:40:17.349Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T04:40:17.349Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b90a7759-5d87-4207-be16-4d488f678de4",
  "consumerID": "aai-ml",
  "timestamp": 1644035857591,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-05T04:40:17.349Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T04:40:17.349Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T04:40:17.350Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b90a7759-5d87-4207-be16-4d488f678de4",
  "consumerID": "clamp",
  "timestamp": 1644035850134,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-02-05T04:40:17.350Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:40:17.350Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T04:40:17.350Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b90a7759-5d87-4207-be16-4d488f678de4",
  "consumerID": "aai-ml",
  "timestamp": 1644035858594,
  "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-02-05T04:40:17.353Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of b90a7759-5d87-4207-be16-4d488f678de4
2022-02-05T04:40:17.354Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId b90a7759-5d87-4207-be16-4d488f678de4 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-02-05T04:40:17.360Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T04:40:17.360Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b90a7759-5d87-4207-be16-4d488f678de4",
  "consumerID": "clamp",
  "timestamp": 1644035869907,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-05T04:40:17.360Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T04:40:17.360Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T04:40:17.361Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b90a7759-5d87-4207-be16-4d488f678de4",
  "consumerID": "clamp",
  "timestamp": 1644035872911,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-05T04:40:17.361Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T04:40:17.361Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T04:40:17.361Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b90a7759-5d87-4207-be16-4d488f678de4",
  "consumerID": "clamp",
  "timestamp": 1644035873914,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-02-05T04:40:17.366Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of b90a7759-5d87-4207-be16-4d488f678de4
2022-02-05T04:40:17.366Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId b90a7759-5d87-4207-be16-4d488f678de4 and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-02-05T04:40:17.372Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T04:40:17.372Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a4b3c9bb-5c1b-4186-8fc3-b9a57a665786",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644035896639,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-02-05T04:40:17.372Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T04:40:22.763Z|b90a7759-5d87-4207-be16-4d488f678de4|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: b90a7759-5d87-4207-be16-4d488f678de4
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-02-05T04:40:22.771Z|b90a7759-5d87-4207-be16-4d488f678de4|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: b90a7759-5d87-4207-be16-4d488f678de4
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-02-05T04:40:22.773Z|b90a7759-5d87-4207-be16-4d488f678de4|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-05T04:40:22.773Z|b90a7759-5d87-4207-be16-4d488f678de4|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-02-05T04:40:22.773Z|b90a7759-5d87-4207-be16-4d488f678de4|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-02-05T04:40:22.773Z|b90a7759-5d87-4207-be16-4d488f678de4|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-02-05T04:40:22.773Z|b90a7759-5d87-4207-be16-4d488f678de4|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-05T04:40:22.774Z|b90a7759-5d87-4207-be16-4d488f678de4|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-05T04:40:22.774Z|b90a7759-5d87-4207-be16-4d488f678de4|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-05T04:40:22.774Z|b90a7759-5d87-4207-be16-4d488f678de4|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-05T04:40:22.774Z|b90a7759-5d87-4207-be16-4d488f678de4|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-05T04:40:22.774Z|b90a7759-5d87-4207-be16-4d488f678de4|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-05T04:40:22.774Z|b90a7759-5d87-4207-be16-4d488f678de4|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-02-05T04:40:22.777Z|b90a7759-5d87-4207-be16-4d488f678de4|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-02-05T04:40:52.778Z|b90a7759-5d87-4207-be16-4d488f678de4|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: b90a7759-5d87-4207-be16-4d488f678de4 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-02-05T04:40:52.782Z|b90a7759-5d87-4207-be16-4d488f678de4|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: b90a7759-5d87-4207-be16-4d488f678de4 and serviceModelVersionId: edb2b35c-4309-473a-9477-1bcb0d5cbb0b
2022-02-05T04:40:52.782Z|b90a7759-5d87-4207-be16-4d488f678de4|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : f8ea8be5-37ca-481c-b4da-abfbcaa19c3e
2022-02-05T04:40:52.783Z|b90a7759-5d87-4207-be16-4d488f678de4|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/f8ea8be5-37ca-481c-b4da-abfbcaa19c3e/model-vers/model-ver/edb2b35c-4309-473a-9477-1bcb0d5cbb0b?depth=0
2022-02-05T04:40:52.786Z|b90a7759-5d87-4207-be16-4d488f678de4|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2022-02-05T04:40:52.813Z|b90a7759-5d87-4207-be16-4d488f678de4|pool-2-thread-9|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f8ea8be5-37ca-481c-b4da-abfbcaa19c3e/model-vers/model-ver/edb2b35c-4309-473a-9477-1bcb0d5cbb0b?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-02-05T04:40:52.814Z|b90a7759-5d87-4207-be16-4d488f678de4|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f8ea8be5-37ca-481c-b4da-abfbcaa19c3e/model-vers/model-ver/edb2b35c-4309-473a-9477-1bcb0d5cbb0b?depth=0|INFO|500||Invoke
2022-02-05T04:40:52.830Z|b90a7759-5d87-4207-be16-4d488f678de4|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f8ea8be5-37ca-481c-b4da-abfbcaa19c3e/model-vers/model-ver/edb2b35c-4309-473a-9477-1bcb0d5cbb0b?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-02-05T04:40:53.171Z|b90a7759-5d87-4207-be16-4d488f678de4|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f8ea8be5-37ca-481c-b4da-abfbcaa19c3e/model-vers/model-ver/edb2b35c-4309-473a-9477-1bcb0d5cbb0b?depth=0|INFO|500||InvokeReturn
2022-02-05T04:40:53.172Z|b90a7759-5d87-4207-be16-4d488f678de4|pool-2-thread-9|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f8ea8be5-37ca-481c-b4da-abfbcaa19c3e/model-vers/model-ver/edb2b35c-4309-473a-9477-1bcb0d5cbb0b?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220205-04:40:52:835-7033], vertex-id=[446560], Content-Length=[0], Date=[Sat, 05 Feb 2022 04:40:52 GMT], Content-Type=[application/json]}
2022-02-05T04:40:53.172Z|b90a7759-5d87-4207-be16-4d488f678de4|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity.
2022-02-05T04:40:53.172Z|b90a7759-5d87-4207-be16-4d488f678de4|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-02-05T04:40:53.172Z|b90a7759-5d87-4207-be16-4d488f678de4|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-02-05T04:40:53.175Z|b90a7759-5d87-4207-be16-4d488f678de4|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-02-05T04:40:53.175Z|b90a7759-5d87-4207-be16-4d488f678de4|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID b90a7759-5d87-4207-be16-4d488f678de4 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-02-05T04:40:53.176Z|b90a7759-5d87-4207-be16-4d488f678de4|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-02-05T04:40:53.176Z|b90a7759-5d87-4207-be16-4d488f678de4|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-02-05T04:40:53.177Z|b90a7759-5d87-4207-be16-4d488f678de4|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-05T04:40:53.177Z|b90a7759-5d87-4207-be16-4d488f678de4|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "b90a7759-5d87-4207-be16-4d488f678de4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644036053176,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-02-05T04:40:53.277Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-05T04:40:53.278Z||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-02-05T04:40:53.278Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NVaOFbHv1dPNRJ79) ...
2022-02-05T04:40:53.291Z||pool-83-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T04:40:53.291Z||pool-83-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-02-05T04:40:54.188Z|b90a7759-5d87-4207-be16-4d488f678de4|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T04:40:54.188Z|b90a7759-5d87-4207-be16-4d488f678de4|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-02-05T04:40:54.188Z|b90a7759-5d87-4207-be16-4d488f678de4|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 NVaOFbHv1dPNRJ79) ...
2022-02-05T04:40:59.708Z|b90a7759-5d87-4207-be16-4d488f678de4|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T04:40:59.709Z|b90a7759-5d87-4207-be16-4d488f678de4|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-05T04:40:59.709Z|b90a7759-5d87-4207-be16-4d488f678de4|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"31493b91-40ba-4358-9eb6-2ed493e64a4d","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"4f6dc737-bccf-4e5e-b8d2-fcb278611638","serviceDescription":"service","serviceInvariantUUID":"6599b474-2083-4870-b449-7d86cdb2cd95","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"d11e0765-725a-4f92-80d4-7d7d95fcdd4d","resourceInvariantUUID":"d0d64180-0d94-4635-af46-c62fe55af3ff","resourceCustomizationUUID":"e16f3fd7-b35a-46c8-8d25-4e3c0896ce92","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":"NzFlZjI5Zjg3M2QyYTczNTUwODRkYTdhMTQwNDg5NmY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"2836b958-7004-4997-ac54-41f8b28dcd94","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":"abd4a504-2c79-4d15-abf9-ad1add35a722","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":"b70f41e6-68db-44e4-ac3b-98b710a096f5","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":"ODg4OGI5OWRiZWU1M2I1Yzk0YzQ2YWQzNDdiMDVjNzY\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"ccae2d67-cd13-4640-b320-1a86556fd5b0","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":"2b54d833-527b-44e6-92a3-904dc5933298","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":"84ea788c-fd2f-4828-8ac6-c36e8ae421cd","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":"7671ed1d-ea0b-48c4-acb2-95f49b184453","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":"YjdhMzk0M2IwY2E2OWVlOWFiYTYxMzM0NWRiMjFmMjg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"22a3cb83-fe45-4028-88ad-8e76afd11973","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"ZGM1YjQ3YjZiN2IwOWM3MjFlNWVhNTI2NzhiMTU4Nzg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"aeb81982-dd68-41a7-963f-49df2cacc3a7","artifactVersion":"1"}],"workloadContext":"Production"}
2022-02-05T04:40:59.710Z|b90a7759-5d87-4207-be16-4d488f678de4|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-05T04:40:59.710Z|b90a7759-5d87-4207-be16-4d488f678de4|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-02-05T04:40:59.712Z|b90a7759-5d87-4207-be16-4d488f678de4|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-05T04:40:59.712Z|b90a7759-5d87-4207-be16-4d488f678de4|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "31493b91-40ba-4358-9eb6-2ed493e64a4d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644036054188,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:40:59.812Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-05T04:40:59.813Z||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-02-05T04:40:59.813Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NVaOFbHv1dPNRJ79) ...
2022-02-05T04:40:59.822Z||pool-84-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T04:40:59.823Z||pool-84-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-02-05T04:41:00.712Z|b90a7759-5d87-4207-be16-4d488f678de4|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-05T04:41:00.713Z|b90a7759-5d87-4207-be16-4d488f678de4|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-02-05T04:41:00.714Z|b90a7759-5d87-4207-be16-4d488f678de4|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-05T04:41:00.715Z|b90a7759-5d87-4207-be16-4d488f678de4|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "31493b91-40ba-4358-9eb6-2ed493e64a4d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644036054188,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:41:00.815Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-05T04:41:00.816Z||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-02-05T04:41:00.816Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NVaOFbHv1dPNRJ79) ...
2022-02-05T04:41:00.824Z||pool-85-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T04:41:00.824Z||pool-85-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-02-05T04:41:01.715Z|b90a7759-5d87-4207-be16-4d488f678de4|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-05T04:41:01.716Z|b90a7759-5d87-4207-be16-4d488f678de4|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-02-05T04:41:01.717Z|b90a7759-5d87-4207-be16-4d488f678de4|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-05T04:41:01.718Z|b90a7759-5d87-4207-be16-4d488f678de4|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "31493b91-40ba-4358-9eb6-2ed493e64a4d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644036054188,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:41:01.818Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-05T04:41:01.818Z||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-02-05T04:41:01.819Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NVaOFbHv1dPNRJ79) ...
2022-02-05T04:41:01.827Z||pool-86-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T04:41:01.827Z||pool-86-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-02-05T04:41:02.718Z|b90a7759-5d87-4207-be16-4d488f678de4|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-05T04:41:02.719Z|b90a7759-5d87-4207-be16-4d488f678de4|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-02-05T04:41:02.721Z|b90a7759-5d87-4207-be16-4d488f678de4|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-05T04:41:02.721Z|b90a7759-5d87-4207-be16-4d488f678de4|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "31493b91-40ba-4358-9eb6-2ed493e64a4d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644036054188,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:41:02.821Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-05T04:41:02.822Z||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-02-05T04:41:02.822Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NVaOFbHv1dPNRJ79) ...
2022-02-05T04:41:02.830Z||pool-87-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T04:41:02.830Z||pool-87-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-02-05T04:41:03.721Z|b90a7759-5d87-4207-be16-4d488f678de4|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-05T04:41:03.722Z|b90a7759-5d87-4207-be16-4d488f678de4|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-02-05T04:41:03.723Z|b90a7759-5d87-4207-be16-4d488f678de4|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-05T04:41:03.724Z|b90a7759-5d87-4207-be16-4d488f678de4|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "31493b91-40ba-4358-9eb6-2ed493e64a4d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644036054188,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:41:03.824Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-05T04:41:03.825Z||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-02-05T04:41:03.825Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NVaOFbHv1dPNRJ79) ...
2022-02-05T04:41:03.834Z||pool-88-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T04:41:03.835Z||pool-88-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-02-05T04:41:04.724Z|b90a7759-5d87-4207-be16-4d488f678de4|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-05T04:41:04.725Z|b90a7759-5d87-4207-be16-4d488f678de4|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-02-05T04:41:04.726Z|b90a7759-5d87-4207-be16-4d488f678de4|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-05T04:41:04.726Z|b90a7759-5d87-4207-be16-4d488f678de4|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "31493b91-40ba-4358-9eb6-2ed493e64a4d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644036054188,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:41:04.827Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-02-05T04:41:04.827Z||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-02-05T04:41:04.827Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NVaOFbHv1dPNRJ79) ...
2022-02-05T04:41:04.836Z||pool-89-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T04:41:04.837Z||pool-89-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1}
2022-02-05T04:41:05.727Z|b90a7759-5d87-4207-be16-4d488f678de4|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-05T04:41:05.727Z|b90a7759-5d87-4207-be16-4d488f678de4|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-02-05T04:41:05.729Z|b90a7759-5d87-4207-be16-4d488f678de4|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-05T04:41:05.729Z|b90a7759-5d87-4207-be16-4d488f678de4|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "31493b91-40ba-4358-9eb6-2ed493e64a4d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644036054188,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:41:05.829Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-05T04:41:05.830Z||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-02-05T04:41:05.830Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NVaOFbHv1dPNRJ79) ...
2022-02-05T04:41:05.841Z||pool-90-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T04:41:05.841Z||pool-90-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-02-05T04:41:06.729Z|b90a7759-5d87-4207-be16-4d488f678de4|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-05T04:41:06.730Z|b90a7759-5d87-4207-be16-4d488f678de4|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-02-05T04:41:06.732Z|b90a7759-5d87-4207-be16-4d488f678de4|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-05T04:41:06.732Z|b90a7759-5d87-4207-be16-4d488f678de4|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "31493b91-40ba-4358-9eb6-2ed493e64a4d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644036054188,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:41:06.832Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-05T04:41:06.833Z||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-02-05T04:41:06.833Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NVaOFbHv1dPNRJ79) ...
2022-02-05T04:41:06.843Z||pool-91-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T04:41:06.843Z||pool-91-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-02-05T04:41:07.732Z|b90a7759-5d87-4207-be16-4d488f678de4|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-05T04:41:07.733Z|b90a7759-5d87-4207-be16-4d488f678de4|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-02-05T04:41:07.734Z|b90a7759-5d87-4207-be16-4d488f678de4|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-05T04:41:07.735Z|b90a7759-5d87-4207-be16-4d488f678de4|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "31493b91-40ba-4358-9eb6-2ed493e64a4d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644036054188,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-02-05T04:41:07.835Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-05T04:41:07.835Z||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-02-05T04:41:07.835Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NVaOFbHv1dPNRJ79) ...
2022-02-05T04:41:07.846Z||pool-92-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T04:41:07.847Z||pool-92-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-02-05T04:41:08.735Z|b90a7759-5d87-4207-be16-4d488f678de4|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "31493b91-40ba-4358-9eb6-2ed493e64a4d",
  "serviceName": "test_pnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "4f6dc737-bccf-4e5e-b8d2-fcb278611638",
  "serviceDescription": "service",
  "serviceInvariantUUID": "6599b474-2083-4870-b449-7d86cdb2cd95",
  "resources": [
    {
      "resourceInstanceName": "test-pnf 0",
      "resourceCustomizationUUID": "e16f3fd7-b35a-46c8-8d25-4e3c0896ce92",
      "resourceName": "test-pnf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "d11e0765-725a-4f92-80d4-7d7d95fcdd4d",
      "resourceInvariantUUID": "d0d64180-0d94-4635-af46-c62fe55af3ff",
      "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": "ZGM1YjQ3YjZiN2IwOWM3MjFlNWVhNTI2NzhiMTU4Nzg\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "aeb81982-dd68-41a7-963f-49df2cacc3a7"
    }
  ],
  "workloadContext": "Production"
}
2022-02-05T04:41:08.736Z|b90a7759-5d87-4207-be16-4d488f678de4|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-02-05T04:41:08.736Z|b90a7759-5d87-4207-be16-4d488f678de4|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 4f6dc737-bccf-4e5e-b8d2-fcb278611638 ASDC
2022-02-05T04:41:08.736Z|31493b91-40ba-4358-9eb6-2ed493e64a4d|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:31493b91-40ba-4358-9eb6-2ed493e64a4d
ServiceName:test_pnf_macro
ServiceVersion:1.0
ServiceUUID:4f6dc737-bccf-4e5e-b8d2-fcb278611638
ServiceInvariantUUID:6599b474-2083-4870-b449-7d86cdb2cd95
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:aeb81982-dd68-41a7-963f-49df2cacc3a7
ArtifactChecksum:ZGM1YjQ3YjZiN2IwOWM3MjFlNWVhNTI2NzhiMTU4Nzg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:test-pnf 0
ResourceCustomizationUUID:e16f3fd7-b35a-46c8-8d25-4e3c0896ce92
ResourceInvariantUUID:d0d64180-0d94-4635-af46-c62fe55af3ff
ResourceName:test-pnf
ResourceType:PNF
ResourceUUID:d11e0765-725a-4f92-80d4-7d7d95fcdd4d
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-02-05T04:41:08.736Z|31493b91-40ba-4358-9eb6-2ed493e64a4d|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 4f6dc737-bccf-4e5e-b8d2-fcb278611638 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-02-05T04:41:08.756Z|31493b91-40ba-4358-9eb6-2ed493e64a4d|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-02-05T04:41:08.756Z|31493b91-40ba-4358-9eb6-2ed493e64a4d|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-02-05T04:41:08.756Z|31493b91-40ba-4358-9eb6-2ed493e64a4d|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-02-05T04:41:08.756Z|31493b91-40ba-4358-9eb6-2ed493e64a4d|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: aeb81982-dd68-41a7-963f-49df2cacc3a7 from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-02-05T04:41:08.757Z|31493b91-40ba-4358-9eb6-2ed493e64a4d|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-02-05T04:41:08.757Z|31493b91-40ba-4358-9eb6-2ed493e64a4d|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-02-05T04:41:08.885Z|31493b91-40ba-4358-9eb6-2ed493e64a4d|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-02-05T04:41:08.889Z|31493b91-40ba-4358-9eb6-2ed493e64a4d|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar aeb81982-dd68-41a7-963f-49df2cacc3a7 105640
2022-02-05T04:41:08.890Z|31493b91-40ba-4358-9eb6-2ed493e64a4d|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2022-02-05T04:41:08.890Z|31493b91-40ba-4358-9eb6-2ed493e64a4d|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-02-05T04:41:08.890Z|31493b91-40ba-4358-9eb6-2ed493e64a4d|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-05T04:41:08.890Z|31493b91-40ba-4358-9eb6-2ed493e64a4d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-02-05T04:41:08.893Z|31493b91-40ba-4358-9eb6-2ed493e64a4d|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-05T04:41:08.893Z|31493b91-40ba-4358-9eb6-2ed493e64a4d|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "31493b91-40ba-4358-9eb6-2ed493e64a4d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644036068890,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-05T04:41:08.992Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-02-05T04:41:08.993Z||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-02-05T04:41:08.993Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NVaOFbHv1dPNRJ79) ...
2022-02-05T04:41:09.002Z||pool-93-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T04:41:09.002Z||pool-93-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-02-05T04:41:09.893Z|31493b91-40ba-4358-9eb6-2ed493e64a4d|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-02-05T04:41:09.894Z|31493b91-40ba-4358-9eb6-2ed493e64a4d|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-02-05T04:41:09.895Z|31493b91-40ba-4358-9eb6-2ed493e64a4d|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: aeb81982-dd68-41a7-963f-49df2cacc3a7, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-02-05T04:41:09.895Z|31493b91-40ba-4358-9eb6-2ed493e64a4d|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar
2022-02-05T04:41:09.895Z|31493b91-40ba-4358-9eb6-2ed493e64a4d|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-02-05T04:41:09.895Z|31493b91-40ba-4358-9eb6-2ed493e64a4d|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-02-05T04:41:09.972Z|31493b91-40ba-4358-9eb6-2ed493e64a4d|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP888776896321418599/Definitions/service-TestPnfMacro-template.yml
2022-02-05T04:41:10.508Z|31493b91-40ba-4358-9eb6-2ed493e64a4d|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2022-02-05T04:41:10.508Z|31493b91-40ba-4358-9eb6-2ed493e64a4d|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-02-05T04:41:10.508Z|31493b91-40ba-4358-9eb6-2ed493e64a4d|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-02-05T04:41:10.508Z|31493b91-40ba-4358-9eb6-2ed493e64a4d|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-02-05T04:41:10.508Z|31493b91-40ba-4358-9eb6-2ed493e64a4d|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-02-05T04:41:10.508Z|31493b91-40ba-4358-9eb6-2ed493e64a4d|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-02-05T04:41:10.509Z|31493b91-40ba-4358-9eb6-2ed493e64a4d|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "test-pnf 0" are missing field(s): [nf_function, sdnc_model_version, software_versions, sdnc_artifact_name, nf_role, default_software_version, nf_type, sdnc_model_name]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-02-05T04:41:10.509Z|31493b91-40ba-4358-9eb6-2ed493e64a4d|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-02-05T04:41:10.509Z|31493b91-40ba-4358-9eb6-2ed493e64a4d|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-02-05T04:41:10.509Z|31493b91-40ba-4358-9eb6-2ed493e64a4d|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-02-05T04:41:10.509Z|31493b91-40ba-4358-9eb6-2ed493e64a4d|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-02-05T04:41:10.509Z|31493b91-40ba-4358-9eb6-2ed493e64a4d|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-02-05T04:41:10.509Z|31493b91-40ba-4358-9eb6-2ed493e64a4d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-05T04:41:10.509Z|31493b91-40ba-4358-9eb6-2ed493e64a4d|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-02-05T04:41:10.509Z|31493b91-40ba-4358-9eb6-2ed493e64a4d|pool-2-thread-9|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2022-02-05T04:41:10.509Z|31493b91-40ba-4358-9eb6-2ed493e64a4d|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-02-05T04:41:10.509Z|31493b91-40ba-4358-9eb6-2ed493e64a4d|pool-2-thread-9|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-02-05T04:41:10.510Z|31493b91-40ba-4358-9eb6-2ed493e64a4d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-05T04:41:10.510Z|31493b91-40ba-4358-9eb6-2ed493e64a4d|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-02-05T04:41:10.510Z|31493b91-40ba-4358-9eb6-2ed493e64a4d|pool-2-thread-9|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2022-02-05T04:41:10.510Z|31493b91-40ba-4358-9eb6-2ed493e64a4d|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-02-05T04:41:10.510Z|31493b91-40ba-4358-9eb6-2ed493e64a4d|pool-2-thread-9|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-02-05T04:41:10.510Z|31493b91-40ba-4358-9eb6-2ed493e64a4d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-05T04:41:10.510Z|31493b91-40ba-4358-9eb6-2ed493e64a4d|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-05T04:41:10.510Z|31493b91-40ba-4358-9eb6-2ed493e64a4d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-05T04:41:10.510Z|31493b91-40ba-4358-9eb6-2ed493e64a4d|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-02-05T04:41:10.510Z|31493b91-40ba-4358-9eb6-2ed493e64a4d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-05T04:41:10.511Z|31493b91-40ba-4358-9eb6-2ed493e64a4d|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-02-05T04:41:10.511Z|31493b91-40ba-4358-9eb6-2ed493e64a4d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-05T04:41:10.511Z|31493b91-40ba-4358-9eb6-2ed493e64a4d|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-05T04:41:10.511Z|31493b91-40ba-4358-9eb6-2ed493e64a4d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-05T04:41:10.511Z|31493b91-40ba-4358-9eb6-2ed493e64a4d|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-02-05T04:41:10.511Z|31493b91-40ba-4358-9eb6-2ed493e64a4d|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:test_pnf_macro
Description:service
Model UUID:4f6dc737-bccf-4e5e-b8d2-fcb278611638
Model Version:NULL
Model InvariantUuid:6599b474-2083-4870-b449-7d86cdb2cd95
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-02-05T04:41:10.626Z|31493b91-40ba-4358-9eb6-2ed493e64a4d|pool-2-thread-9|||||INFO|500||Processing Resource Type: PNF, Model UUID: d11e0765-725a-4f92-80d4-7d7d95fcdd4d
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-02-05T04:41:10.628Z|31493b91-40ba-4358-9eb6-2ed493e64a4d|pool-2-thread-9|||||INFO|500||test-pnf 0
2022-02-05T04:41:10.629Z|31493b91-40ba-4358-9eb6-2ed493e64a4d|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: d11e0765-725a-4f92-80d4-7d7d95fcdd4d
2022-02-05T04:41:10.629Z|31493b91-40ba-4358-9eb6-2ed493e64a4d|pool-2-thread-9|||||DEBUG|500||No resources found for Service: 4f6dc737-bccf-4e5e-b8d2-fcb278611638
2022-02-05T04:41:10.629Z|31493b91-40ba-4358-9eb6-2ed493e64a4d|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 4f6dc737-bccf-4e5e-b8d2-fcb278611638
2022-02-05T04:41:10.629Z|31493b91-40ba-4358-9eb6-2ed493e64a4d|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 d11e0765-725a-4f92-80d4-7d7d95fcdd4d 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-02-05T04:41:10.633Z|31493b91-40ba-4358-9eb6-2ed493e64a4d|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@1b23255c, org.onap.sdc.toscaparser.api.parameters.Input@71b6cc4d, org.onap.sdc.toscaparser.api.parameters.Input@4aaa699c, org.onap.sdc.toscaparser.api.parameters.Input@2f1619d2, org.onap.sdc.toscaparser.api.parameters.Input@2d1dd0a9]
2022-02-05T04:41:10.633Z|31493b91-40ba-4358-9eb6-2ed493e64a4d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-05T04:41:10.633Z|31493b91-40ba-4358-9eb6-2ed493e64a4d|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-02-05T04:41:10.633Z|31493b91-40ba-4358-9eb6-2ed493e64a4d|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 4f6dc737-bccf-4e5e-b8d2-fcb278611638: test-pnf
2022-02-05T04:41:10.633Z|31493b91-40ba-4358-9eb6-2ed493e64a4d|pool-2-thread-9|||||INFO|500||Processing PNF resource: d11e0765-725a-4f92-80d4-7d7d95fcdd4d
2022-02-05T04:41:10.634Z|31493b91-40ba-4358-9eb6-2ed493e64a4d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-05T04:41:10.634Z|31493b91-40ba-4358-9eb6-2ed493e64a4d|pool-2-thread-9|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-02-05T04:41:10.634Z|31493b91-40ba-4358-9eb6-2ed493e64a4d|pool-2-thread-9|||||INFO|500||Resource customization UUID: e16f3fd7-b35a-46c8-8d25-4e3c0896ce92 is the same as notified resource customizationUUID: e16f3fd7-b35a-46c8-8d25-4e3c0896ce92
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-02-05T04:41:10.660Z|31493b91-40ba-4358-9eb6-2ed493e64a4d|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf d11e0765-725a-4f92-80d4-7d7d95fcdd4d 0 ASDC deployResourceStructure
2022-02-05T04:41:10.661Z|31493b91-40ba-4358-9eb6-2ed493e64a4d|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2022-02-05T04:41:10.661Z|31493b91-40ba-4358-9eb6-2ed493e64a4d|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-02-05T04:41:10.661Z|31493b91-40ba-4358-9eb6-2ed493e64a4d|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-05T04:41:10.661Z|31493b91-40ba-4358-9eb6-2ed493e64a4d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-02-05T04:41:10.662Z|31493b91-40ba-4358-9eb6-2ed493e64a4d|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-05T04:41:10.662Z|31493b91-40ba-4358-9eb6-2ed493e64a4d|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "31493b91-40ba-4358-9eb6-2ed493e64a4d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644036070661,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-05T04:41:10.763Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-05T04:41:10.763Z||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-02-05T04:41:10.763Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NVaOFbHv1dPNRJ79) ...
2022-02-05T04:41:10.774Z||pool-94-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T04:41:10.774Z||pool-94-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-02-05T04:41:11.663Z|31493b91-40ba-4358-9eb6-2ed493e64a4d|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 31493b91-40ba-4358-9eb6-2ed493e64a4d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-02-05T04:41:11.670Z|31493b91-40ba-4358-9eb6-2ed493e64a4d|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 31493b91-40ba-4358-9eb6-2ed493e64a4d
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-02-05T04:41:11.671Z|31493b91-40ba-4358-9eb6-2ed493e64a4d|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-05T04:41:11.671Z|31493b91-40ba-4358-9eb6-2ed493e64a4d|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-02-05T04:41:11.671Z|31493b91-40ba-4358-9eb6-2ed493e64a4d|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-02-05T04:41:17.273Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T04:41:17.273Z||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-02-05T04:41:17.273Z||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 NVaOFbHv1dPNRJ79) ...
2022-02-05T04:41:17.288Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T04:41:17.288Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T04:41:17.288Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb2575a0-8f60-4bd7-ab09-c3c692d65ce0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644035821048,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:41:17.289Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:41:17.289Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T04:41:17.289Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb2575a0-8f60-4bd7-ab09-c3c692d65ce0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644035821048,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-02-05T04:41:17.289Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:41:17.289Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T04:41:17.289Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb2575a0-8f60-4bd7-ab09-c3c692d65ce0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644035821048,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-02-05T04:41:17.289Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:41:17.289Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T04:41:17.289Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb2575a0-8f60-4bd7-ab09-c3c692d65ce0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644035821048,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:41:17.289Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:41:17.289Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T04:41:17.289Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb2575a0-8f60-4bd7-ab09-c3c692d65ce0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644035821048,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-02-05T04:41:17.289Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:41:17.289Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T04:41:17.289Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb2575a0-8f60-4bd7-ab09-c3c692d65ce0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644035821048,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:41:17.289Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:41:17.289Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T04:41:17.290Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb2575a0-8f60-4bd7-ab09-c3c692d65ce0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644035821048,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-02-05T04:41:17.290Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:41:17.290Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T04:41:17.290Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb2575a0-8f60-4bd7-ab09-c3c692d65ce0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644035904741,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-05T04:41:17.290Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T04:41:17.290Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T04:41:17.290Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb2575a0-8f60-4bd7-ab09-c3c692d65ce0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644035906751,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-02-05T04:41:17.290Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T04:41:17.290Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T04:41:17.290Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb2575a0-8f60-4bd7-ab09-c3c692d65ce0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644035907943,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-02-05T04:41:17.290Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T04:41:17.290Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T04:41:17.290Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb2575a0-8f60-4bd7-ab09-c3c692d65ce0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644035909049,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-02-05T04:41:17.290Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T04:41:17.290Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T04:41:17.290Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb2575a0-8f60-4bd7-ab09-c3c692d65ce0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644035910152,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-02-05T04:41:17.290Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T04:41:17.290Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T04:41:17.290Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb2575a0-8f60-4bd7-ab09-c3c692d65ce0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644035911154,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-02-05T04:41:17.290Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T04:41:17.290Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T04:41:17.291Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb2575a0-8f60-4bd7-ab09-c3c692d65ce0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644035912157,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-02-05T04:41:17.291Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T04:41:17.291Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T04:41:17.291Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb2575a0-8f60-4bd7-ab09-c3c692d65ce0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644035913160,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-05T04:41:17.291Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T04:41:17.291Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T04:41:17.291Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "fb2575a0-8f60-4bd7-ab09-c3c692d65ce0",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644035944315,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-02-05T04:41:17.291Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T04:41:17.291Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T04:41:17.291Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b90a7759-5d87-4207-be16-4d488f678de4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644035821048,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:41:17.291Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:41:17.291Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T04:41:17.291Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b90a7759-5d87-4207-be16-4d488f678de4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644035821048,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-02-05T04:41:17.291Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:41:17.291Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T04:41:17.291Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b90a7759-5d87-4207-be16-4d488f678de4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644035821048,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-02-05T04:41:17.291Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:41:17.292Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T04:41:17.292Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b90a7759-5d87-4207-be16-4d488f678de4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644035821048,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:41:17.292Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:41:17.292Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T04:41:17.292Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b90a7759-5d87-4207-be16-4d488f678de4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644035821048,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-02-05T04:41:17.292Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:41:17.292Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T04:41:17.292Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b90a7759-5d87-4207-be16-4d488f678de4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644035821048,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:41:17.292Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:41:17.292Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T04:41:17.292Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b90a7759-5d87-4207-be16-4d488f678de4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644035821048,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:41:17.292Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:41:17.292Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T04:41:17.292Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b90a7759-5d87-4207-be16-4d488f678de4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644035821048,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-02-05T04:41:17.292Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:41:17.292Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T04:41:17.292Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b90a7759-5d87-4207-be16-4d488f678de4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644035953486,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-05T04:41:17.292Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T04:41:17.292Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T04:41:17.292Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b90a7759-5d87-4207-be16-4d488f678de4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644035955498,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-02-05T04:41:17.292Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T04:41:17.293Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T04:41:17.293Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b90a7759-5d87-4207-be16-4d488f678de4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644035956602,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-02-05T04:41:17.293Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T04:41:41.672Z|31493b91-40ba-4358-9eb6-2ed493e64a4d|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 31493b91-40ba-4358-9eb6-2ed493e64a4d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-02-05T04:41:41.679Z|31493b91-40ba-4358-9eb6-2ed493e64a4d|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 31493b91-40ba-4358-9eb6-2ed493e64a4d
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-02-05T04:41:41.681Z|31493b91-40ba-4358-9eb6-2ed493e64a4d|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-05T04:41:41.681Z|31493b91-40ba-4358-9eb6-2ed493e64a4d|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-02-05T04:41:41.681Z|31493b91-40ba-4358-9eb6-2ed493e64a4d|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-02-05T04:42:11.681Z|31493b91-40ba-4358-9eb6-2ed493e64a4d|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 31493b91-40ba-4358-9eb6-2ed493e64a4d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-02-05T04:42:11.688Z|31493b91-40ba-4358-9eb6-2ed493e64a4d|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 31493b91-40ba-4358-9eb6-2ed493e64a4d
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-02-05T04:42:11.689Z|31493b91-40ba-4358-9eb6-2ed493e64a4d|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-05T04:42:11.689Z|31493b91-40ba-4358-9eb6-2ed493e64a4d|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-02-05T04:42:11.689Z|31493b91-40ba-4358-9eb6-2ed493e64a4d|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-02-05T04:42:17.273Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T04:42:17.273Z||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-02-05T04:42:17.273Z||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 NVaOFbHv1dPNRJ79) ...
2022-02-05T04:42:17.294Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T04:42:17.295Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T04:42:17.295Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b90a7759-5d87-4207-be16-4d488f678de4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644035957634,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-02-05T04:42:17.295Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T04:42:17.295Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T04:42:17.295Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b90a7759-5d87-4207-be16-4d488f678de4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644035958728,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-02-05T04:42:17.295Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T04:42:17.296Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T04:42:17.296Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b90a7759-5d87-4207-be16-4d488f678de4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644035959730,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-02-05T04:42:17.296Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T04:42:17.296Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T04:42:17.296Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b90a7759-5d87-4207-be16-4d488f678de4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644035960734,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-02-05T04:42:17.296Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T04:42:17.296Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T04:42:17.296Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b90a7759-5d87-4207-be16-4d488f678de4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644035961737,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-05T04:42:17.296Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T04:42:17.296Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T04:42:17.296Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31493b91-40ba-4358-9eb6-2ed493e64a4d",
  "consumerID": "cds",
  "timestamp": 1644036005124,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:42:17.296Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:42:17.296Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T04:42:17.296Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31493b91-40ba-4358-9eb6-2ed493e64a4d",
  "consumerID": "dcae-sch",
  "timestamp": 1644036005185,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:42:17.296Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:42:17.296Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T04:42:17.296Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31493b91-40ba-4358-9eb6-2ed493e64a4d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1644036007240,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:42:17.296Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:42:17.296Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T04:42:17.296Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31493b91-40ba-4358-9eb6-2ed493e64a4d",
  "consumerID": "dcae-sch",
  "timestamp": 1644036005185,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:42:17.296Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:42:17.296Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T04:42:17.296Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31493b91-40ba-4358-9eb6-2ed493e64a4d",
  "consumerID": "cds",
  "timestamp": 1644036005124,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:42:17.297Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:42:17.297Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T04:42:17.297Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31493b91-40ba-4358-9eb6-2ed493e64a4d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1644036007240,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:42:17.297Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:42:17.297Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T04:42:17.297Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31493b91-40ba-4358-9eb6-2ed493e64a4d",
  "consumerID": "cds",
  "timestamp": 1644036005124,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:42:17.297Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:42:17.297Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T04:42:17.297Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31493b91-40ba-4358-9eb6-2ed493e64a4d",
  "consumerID": "dcae-sch",
  "timestamp": 1644036005185,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:42:17.297Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:42:17.297Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T04:42:17.297Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31493b91-40ba-4358-9eb6-2ed493e64a4d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1644036007240,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:42:17.297Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:42:17.297Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T04:42:17.297Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31493b91-40ba-4358-9eb6-2ed493e64a4d",
  "consumerID": "cds",
  "timestamp": 1644036005124,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:42:17.297Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:42:17.297Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T04:42:17.297Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31493b91-40ba-4358-9eb6-2ed493e64a4d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1644036007240,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:42:17.297Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:42:17.297Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T04:42:17.297Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31493b91-40ba-4358-9eb6-2ed493e64a4d",
  "consumerID": "dcae-sch",
  "timestamp": 1644036005185,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:42:17.298Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:42:17.298Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T04:42:17.298Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31493b91-40ba-4358-9eb6-2ed493e64a4d",
  "consumerID": "dcae-sch",
  "timestamp": 1644036005185,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:42:17.298Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:42:17.298Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T04:42:17.298Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31493b91-40ba-4358-9eb6-2ed493e64a4d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1644036007240,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:42:17.298Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:42:17.298Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T04:42:17.298Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31493b91-40ba-4358-9eb6-2ed493e64a4d",
  "consumerID": "cds",
  "timestamp": 1644036005124,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:42:17.298Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:42:17.298Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T04:42:17.298Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31493b91-40ba-4358-9eb6-2ed493e64a4d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1644036013867,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:42:17.298Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:42:17.298Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T04:42:17.298Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31493b91-40ba-4358-9eb6-2ed493e64a4d",
  "consumerID": "dcae-sch",
  "timestamp": 1644036005185,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:42:17.298Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:42:17.298Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T04:42:17.298Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31493b91-40ba-4358-9eb6-2ed493e64a4d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1644036007240,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:42:17.299Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:42:17.299Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T04:42:17.299Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31493b91-40ba-4358-9eb6-2ed493e64a4d",
  "consumerID": "cds",
  "timestamp": 1644036005124,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:42:17.299Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:42:17.299Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T04:42:17.299Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31493b91-40ba-4358-9eb6-2ed493e64a4d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1644036013867,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:42:17.299Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:42:17.299Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T04:42:17.299Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31493b91-40ba-4358-9eb6-2ed493e64a4d",
  "consumerID": "cds",
  "timestamp": 1644036005124,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:42:17.299Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:42:17.299Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T04:42:17.299Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31493b91-40ba-4358-9eb6-2ed493e64a4d",
  "consumerID": "dcae-sch",
  "timestamp": 1644036005185,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:42:17.299Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:42:17.299Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T04:42:17.299Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31493b91-40ba-4358-9eb6-2ed493e64a4d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1644036007240,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:42:17.299Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:42:17.299Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T04:42:17.299Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31493b91-40ba-4358-9eb6-2ed493e64a4d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1644036013867,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:42:17.299Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:42:41.690Z|31493b91-40ba-4358-9eb6-2ed493e64a4d|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 31493b91-40ba-4358-9eb6-2ed493e64a4d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-02-05T04:42:41.699Z|31493b91-40ba-4358-9eb6-2ed493e64a4d|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 31493b91-40ba-4358-9eb6-2ed493e64a4d
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-02-05T04:42:41.701Z|31493b91-40ba-4358-9eb6-2ed493e64a4d|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-05T04:42:41.701Z|31493b91-40ba-4358-9eb6-2ed493e64a4d|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-02-05T04:42:41.701Z|31493b91-40ba-4358-9eb6-2ed493e64a4d|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-02-05T04:43:11.701Z|31493b91-40ba-4358-9eb6-2ed493e64a4d|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 31493b91-40ba-4358-9eb6-2ed493e64a4d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-02-05T04:43:12.037Z|31493b91-40ba-4358-9eb6-2ed493e64a4d|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 31493b91-40ba-4358-9eb6-2ed493e64a4d
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-02-05T04:43:12.039Z|31493b91-40ba-4358-9eb6-2ed493e64a4d|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-05T04:43:12.039Z|31493b91-40ba-4358-9eb6-2ed493e64a4d|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-02-05T04:43:12.039Z|31493b91-40ba-4358-9eb6-2ed493e64a4d|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-02-05T04:43:17.273Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T04:43:17.273Z||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-02-05T04:43:17.273Z||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 NVaOFbHv1dPNRJ79) ...
2022-02-05T04:43:17.288Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T04:43:17.297Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T04:43:17.297Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31493b91-40ba-4358-9eb6-2ed493e64a4d",
  "consumerID": "dcae-sch",
  "timestamp": 1644036005185,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:43:17.297Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:43:17.297Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T04:43:17.298Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31493b91-40ba-4358-9eb6-2ed493e64a4d",
  "consumerID": "cds",
  "timestamp": 1644036005124,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:43:17.298Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:43:17.298Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T04:43:17.298Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31493b91-40ba-4358-9eb6-2ed493e64a4d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1644036007240,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:43:17.298Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:43:17.298Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T04:43:17.298Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31493b91-40ba-4358-9eb6-2ed493e64a4d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1644036013867,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:43:17.298Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:43:17.298Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T04:43:17.298Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31493b91-40ba-4358-9eb6-2ed493e64a4d",
  "consumerID": "dcae-sch",
  "timestamp": 1644036005185,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:43:17.298Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:43:17.298Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T04:43:17.298Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31493b91-40ba-4358-9eb6-2ed493e64a4d",
  "consumerID": "cds",
  "timestamp": 1644036005124,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-02-05T04:43:17.298Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:43:17.298Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T04:43:17.298Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31493b91-40ba-4358-9eb6-2ed493e64a4d",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1644036007240,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-02-05T04:43:17.298Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:43:17.298Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T04:43:17.298Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31493b91-40ba-4358-9eb6-2ed493e64a4d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1644036013867,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:43:17.298Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:43:17.299Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T04:43:17.299Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31493b91-40ba-4358-9eb6-2ed493e64a4d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1644036013867,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:43:17.299Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:43:17.299Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T04:43:17.299Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31493b91-40ba-4358-9eb6-2ed493e64a4d",
  "consumerID": "cds",
  "timestamp": 1644036019652,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-05T04:43:17.299Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T04:43:17.299Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T04:43:17.299Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31493b91-40ba-4358-9eb6-2ed493e64a4d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1644036013867,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-02-05T04:43:17.299Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:43:17.299Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T04:43:17.299Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31493b91-40ba-4358-9eb6-2ed493e64a4d",
  "consumerID": "policy-id",
  "timestamp": 1644036020133,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:43:17.299Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:43:17.299Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T04:43:17.299Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31493b91-40ba-4358-9eb6-2ed493e64a4d",
  "consumerID": "cds",
  "timestamp": 1644036020861,
  "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=?
2022-02-05T04:43:17.303Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 31493b91-40ba-4358-9eb6-2ed493e64a4d
2022-02-05T04:43:17.304Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 31493b91-40ba-4358-9eb6-2ed493e64a4d 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-02-05T04:43:17.310Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T04:43:17.310Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31493b91-40ba-4358-9eb6-2ed493e64a4d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1644036020676,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:43:17.310Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:43:17.310Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T04:43:17.310Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31493b91-40ba-4358-9eb6-2ed493e64a4d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1644036013867,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:43:17.310Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:43:17.310Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T04:43:17.310Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31493b91-40ba-4358-9eb6-2ed493e64a4d",
  "consumerID": "policy-id",
  "timestamp": 1644036020133,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:43:17.310Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:43:17.310Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T04:43:17.310Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31493b91-40ba-4358-9eb6-2ed493e64a4d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1644036020676,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:43:17.310Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:43:17.310Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T04:43:17.310Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31493b91-40ba-4358-9eb6-2ed493e64a4d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1644036013867,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:43:17.310Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:43:17.311Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T04:43:17.311Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31493b91-40ba-4358-9eb6-2ed493e64a4d",
  "consumerID": "policy-id",
  "timestamp": 1644036020133,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:43:17.311Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:43:17.311Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T04:43:17.311Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31493b91-40ba-4358-9eb6-2ed493e64a4d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1644036020676,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:43:17.311Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:43:17.311Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T04:43:17.311Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31493b91-40ba-4358-9eb6-2ed493e64a4d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1644036023584,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-02-05T04:43:17.311Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T04:43:17.311Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T04:43:17.311Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31493b91-40ba-4358-9eb6-2ed493e64a4d",
  "consumerID": "policy-id",
  "timestamp": 1644036020133,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:43:17.311Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:43:17.311Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T04:43:17.311Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31493b91-40ba-4358-9eb6-2ed493e64a4d",
  "consumerID": "aai-ml",
  "timestamp": 1644036023589,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:43:17.311Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:43:17.311Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T04:43:17.311Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31493b91-40ba-4358-9eb6-2ed493e64a4d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1644036020676,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:43:17.311Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:43:17.311Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T04:43:17.312Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31493b91-40ba-4358-9eb6-2ed493e64a4d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1644036024601,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-02-05T04:43:17.312Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T04:43:17.312Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T04:43:17.312Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31493b91-40ba-4358-9eb6-2ed493e64a4d",
  "consumerID": "policy-id",
  "timestamp": 1644036020133,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:43:17.312Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:43:17.312Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T04:43:17.312Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31493b91-40ba-4358-9eb6-2ed493e64a4d",
  "consumerID": "aai-ml",
  "timestamp": 1644036023589,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:43:17.312Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:43:17.312Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T04:43:17.312Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31493b91-40ba-4358-9eb6-2ed493e64a4d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1644036020676,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:43:17.312Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:43:17.312Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T04:43:17.312Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31493b91-40ba-4358-9eb6-2ed493e64a4d",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1644036025603,
  "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-02-05T04:43:17.315Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of 31493b91-40ba-4358-9eb6-2ed493e64a4d
2022-02-05T04:43:17.315Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 31493b91-40ba-4358-9eb6-2ed493e64a4d 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-02-05T04:43:17.321Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T04:43:17.321Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31493b91-40ba-4358-9eb6-2ed493e64a4d",
  "consumerID": "policy-id",
  "timestamp": 1644036020133,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:43:17.321Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:43:17.321Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T04:43:17.322Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31493b91-40ba-4358-9eb6-2ed493e64a4d",
  "consumerID": "aai-ml",
  "timestamp": 1644036023589,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:43:17.322Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:43:17.322Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T04:43:17.322Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31493b91-40ba-4358-9eb6-2ed493e64a4d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1644036020676,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:43:17.322Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:43:17.322Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T04:43:17.322Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31493b91-40ba-4358-9eb6-2ed493e64a4d",
  "consumerID": "policy-id",
  "timestamp": 1644036020133,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:43:17.322Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:43:17.322Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T04:43:17.322Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31493b91-40ba-4358-9eb6-2ed493e64a4d",
  "consumerID": "aai-ml",
  "timestamp": 1644036023589,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:43:17.322Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:43:17.322Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T04:43:17.322Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31493b91-40ba-4358-9eb6-2ed493e64a4d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1644036020676,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:43:17.322Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:43:17.322Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T04:43:17.322Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31493b91-40ba-4358-9eb6-2ed493e64a4d",
  "consumerID": "policy-id",
  "timestamp": 1644036020133,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:43:17.322Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:43:17.323Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T04:43:17.323Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31493b91-40ba-4358-9eb6-2ed493e64a4d",
  "consumerID": "aai-ml",
  "timestamp": 1644036023589,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:43:17.323Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:43:17.323Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T04:43:17.323Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31493b91-40ba-4358-9eb6-2ed493e64a4d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1644036020676,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:43:17.323Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:43:17.323Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T04:43:17.323Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31493b91-40ba-4358-9eb6-2ed493e64a4d",
  "consumerID": "policy-id",
  "timestamp": 1644036020133,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-02-05T04:43:17.323Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:43:17.323Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T04:43:17.323Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31493b91-40ba-4358-9eb6-2ed493e64a4d",
  "consumerID": "aai-ml",
  "timestamp": 1644036023589,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:43:17.323Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:43:17.323Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T04:43:17.323Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31493b91-40ba-4358-9eb6-2ed493e64a4d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1644036020676,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-02-05T04:43:17.323Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:43:17.323Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T04:43:17.323Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31493b91-40ba-4358-9eb6-2ed493e64a4d",
  "consumerID": "policy-id",
  "timestamp": 1644036029940,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-05T04:43:17.323Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T04:43:17.323Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T04:43:17.324Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31493b91-40ba-4358-9eb6-2ed493e64a4d",
  "consumerID": "aai-ml",
  "timestamp": 1644036023589,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:43:17.324Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:43:17.324Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T04:43:17.324Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31493b91-40ba-4358-9eb6-2ed493e64a4d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1644036030445,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-05T04:43:17.324Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T04:43:17.324Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T04:43:17.324Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31493b91-40ba-4358-9eb6-2ed493e64a4d",
  "consumerID": "clamp",
  "timestamp": 1644036030134,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:43:17.324Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:43:17.324Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T04:43:17.324Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31493b91-40ba-4358-9eb6-2ed493e64a4d",
  "consumerID": "policy-id",
  "timestamp": 1644036030943,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-05T04:43:17.324Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T04:43:17.324Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T04:43:17.324Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31493b91-40ba-4358-9eb6-2ed493e64a4d",
  "consumerID": "aai-ml",
  "timestamp": 1644036023589,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:43:17.324Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:43:17.324Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T04:43:17.324Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31493b91-40ba-4358-9eb6-2ed493e64a4d",
  "consumerID": "clamp",
  "timestamp": 1644036030134,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:43:17.324Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:43:17.324Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T04:43:17.324Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31493b91-40ba-4358-9eb6-2ed493e64a4d",
  "consumerID": "policy-id",
  "timestamp": 1644036031945,
  "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-02-05T04:43:17.327Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 31493b91-40ba-4358-9eb6-2ed493e64a4d
2022-02-05T04:43:17.327Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 31493b91-40ba-4358-9eb6-2ed493e64a4d 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-02-05T04:43:17.333Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T04:43:17.333Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31493b91-40ba-4358-9eb6-2ed493e64a4d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1644036032096,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-05T04:43:17.333Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T04:43:17.333Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T04:43:17.333Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31493b91-40ba-4358-9eb6-2ed493e64a4d",
  "consumerID": "aai-ml",
  "timestamp": 1644036023589,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-02-05T04:43:17.333Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:43:17.333Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T04:43:17.333Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31493b91-40ba-4358-9eb6-2ed493e64a4d",
  "consumerID": "clamp",
  "timestamp": 1644036030134,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:43:17.333Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:43:17.334Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T04:43:17.334Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31493b91-40ba-4358-9eb6-2ed493e64a4d",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1644036033099,
  "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-02-05T04:43:17.337Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 31493b91-40ba-4358-9eb6-2ed493e64a4d
2022-02-05T04:43:17.337Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 31493b91-40ba-4358-9eb6-2ed493e64a4d 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-02-05T04:43:17.367Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T04:43:17.367Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31493b91-40ba-4358-9eb6-2ed493e64a4d",
  "consumerID": "aai-ml",
  "timestamp": 1644036033286,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-05T04:43:17.368Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T04:43:17.368Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T04:43:17.368Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31493b91-40ba-4358-9eb6-2ed493e64a4d",
  "consumerID": "clamp",
  "timestamp": 1644036030134,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:43:17.368Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:43:17.368Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T04:43:17.368Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31493b91-40ba-4358-9eb6-2ed493e64a4d",
  "consumerID": "clamp",
  "timestamp": 1644036030134,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:43:17.368Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:43:17.368Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T04:43:17.368Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31493b91-40ba-4358-9eb6-2ed493e64a4d",
  "consumerID": "clamp",
  "timestamp": 1644036030134,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:43:17.368Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:43:17.368Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T04:43:17.368Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31493b91-40ba-4358-9eb6-2ed493e64a4d",
  "consumerID": "clamp",
  "timestamp": 1644036030134,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:43:17.368Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:43:17.368Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T04:43:17.368Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31493b91-40ba-4358-9eb6-2ed493e64a4d",
  "consumerID": "aai-ml",
  "timestamp": 1644036036912,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-05T04:43:17.368Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T04:43:17.368Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T04:43:17.368Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31493b91-40ba-4358-9eb6-2ed493e64a4d",
  "consumerID": "clamp",
  "timestamp": 1644036030134,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:43:17.369Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:43:17.369Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T04:43:17.369Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31493b91-40ba-4358-9eb6-2ed493e64a4d",
  "consumerID": "aai-ml",
  "timestamp": 1644036037919,
  "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-02-05T04:43:17.372Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 31493b91-40ba-4358-9eb6-2ed493e64a4d
2022-02-05T04:43:17.372Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 31493b91-40ba-4358-9eb6-2ed493e64a4d 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-02-05T04:43:17.379Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T04:43:17.379Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31493b91-40ba-4358-9eb6-2ed493e64a4d",
  "consumerID": "clamp",
  "timestamp": 1644036030134,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-02-05T04:43:17.379Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:43:17.379Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T04:43:17.380Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31493b91-40ba-4358-9eb6-2ed493e64a4d",
  "consumerID": "clamp",
  "timestamp": 1644036044996,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-05T04:43:17.380Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T04:43:17.380Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T04:43:17.380Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31493b91-40ba-4358-9eb6-2ed493e64a4d",
  "consumerID": "clamp",
  "timestamp": 1644036046942,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-05T04:43:17.380Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T04:43:17.380Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T04:43:17.380Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31493b91-40ba-4358-9eb6-2ed493e64a4d",
  "consumerID": "clamp",
  "timestamp": 1644036047945,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-02-05T04:43:17.383Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 31493b91-40ba-4358-9eb6-2ed493e64a4d
2022-02-05T04:43:17.383Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 31493b91-40ba-4358-9eb6-2ed493e64a4d and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-02-05T04:43:17.388Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T04:43:17.388Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "b90a7759-5d87-4207-be16-4d488f678de4",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644036053176,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-02-05T04:43:17.389Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T04:43:17.389Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T04:43:17.389Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31493b91-40ba-4358-9eb6-2ed493e64a4d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644036054188,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:43:17.389Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:43:17.389Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T04:43:17.389Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31493b91-40ba-4358-9eb6-2ed493e64a4d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644036054188,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:43:17.389Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:43:17.389Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T04:43:17.389Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31493b91-40ba-4358-9eb6-2ed493e64a4d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644036054188,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:43:17.389Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:43:17.389Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T04:43:17.389Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31493b91-40ba-4358-9eb6-2ed493e64a4d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644036054188,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:43:17.389Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:43:17.389Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T04:43:17.389Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87d84c46-90fb-4722-bc2d-383bcf69f9ed",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1644036053867,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:43:17.389Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:43:17.390Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T04:43:17.390Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87d84c46-90fb-4722-bc2d-383bcf69f9ed",
  "consumerID": "clamp",
  "timestamp": 1644036060134,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:43:17.390Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:43:17.390Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T04:43:17.390Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87d84c46-90fb-4722-bc2d-383bcf69f9ed",
  "consumerID": "aai-ml",
  "timestamp": 1644036053589,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:43:17.390Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:43:17.390Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T04:43:17.390Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87d84c46-90fb-4722-bc2d-383bcf69f9ed",
  "consumerID": "policy-id",
  "timestamp": 1644036060133,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:43:17.390Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:43:17.390Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T04:43:17.390Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31493b91-40ba-4358-9eb6-2ed493e64a4d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644036054188,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:43:17.390Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:43:17.390Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T04:43:17.390Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87d84c46-90fb-4722-bc2d-383bcf69f9ed",
  "consumerID": "clamp",
  "timestamp": 1644036060134,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:43:17.390Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:43:17.390Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T04:43:17.390Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87d84c46-90fb-4722-bc2d-383bcf69f9ed",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1644036053867,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:43:17.391Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:43:17.391Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T04:43:17.391Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87d84c46-90fb-4722-bc2d-383bcf69f9ed",
  "consumerID": "aai-ml",
  "timestamp": 1644036053589,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:43:17.391Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:43:17.391Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T04:43:17.391Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87d84c46-90fb-4722-bc2d-383bcf69f9ed",
  "consumerID": "policy-id",
  "timestamp": 1644036060133,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:43:17.391Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:43:17.391Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T04:43:17.391Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31493b91-40ba-4358-9eb6-2ed493e64a4d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644036054188,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:43:17.391Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:43:17.391Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T04:43:17.391Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87d84c46-90fb-4722-bc2d-383bcf69f9ed",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1644036053867,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:43:17.391Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:43:17.391Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T04:43:17.391Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87d84c46-90fb-4722-bc2d-383bcf69f9ed",
  "consumerID": "clamp",
  "timestamp": 1644036060134,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2022-02-05T04:43:17.391Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:43:17.391Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T04:43:17.391Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87d84c46-90fb-4722-bc2d-383bcf69f9ed",
  "consumerID": "aai-ml",
  "timestamp": 1644036053589,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:43:17.391Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:43:17.392Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T04:43:17.392Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87d84c46-90fb-4722-bc2d-383bcf69f9ed",
  "consumerID": "policy-id",
  "timestamp": 1644036060133,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:43:17.392Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:43:17.392Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T04:43:17.392Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31493b91-40ba-4358-9eb6-2ed493e64a4d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644036054188,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:43:17.392Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:43:17.392Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T04:43:17.392Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87d84c46-90fb-4722-bc2d-383bcf69f9ed",
  "consumerID": "cds",
  "timestamp": 1644036065124,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:43:17.392Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:43:17.392Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T04:43:17.392Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87d84c46-90fb-4722-bc2d-383bcf69f9ed",
  "consumerID": "dcae-sch",
  "timestamp": 1644036065185,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOTIFIED"
}
2022-02-05T04:43:17.392Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:43:17.392Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T04:43:17.392Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87d84c46-90fb-4722-bc2d-383bcf69f9ed",
  "consumerID": "clamp",
  "timestamp": 1644036060134,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:43:17.392Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:43:17.392Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T04:43:17.392Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87d84c46-90fb-4722-bc2d-383bcf69f9ed",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1644036053867,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:43:17.392Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:43:17.393Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T04:43:17.393Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87d84c46-90fb-4722-bc2d-383bcf69f9ed",
  "consumerID": "aai-ml",
  "timestamp": 1644036053589,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:43:17.393Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:43:17.393Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T04:43:17.393Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87d84c46-90fb-4722-bc2d-383bcf69f9ed",
  "consumerID": "policy-id",
  "timestamp": 1644036060133,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-02-05T04:43:17.393Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:43:17.393Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T04:43:17.393Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31493b91-40ba-4358-9eb6-2ed493e64a4d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644036054188,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:43:17.393Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:43:17.393Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T04:43:17.393Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87d84c46-90fb-4722-bc2d-383bcf69f9ed",
  "consumerID": "cds",
  "timestamp": 1644036065124,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:43:17.393Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:43:17.393Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T04:43:17.393Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87d84c46-90fb-4722-bc2d-383bcf69f9ed",
  "consumerID": "dcae-sch",
  "timestamp": 1644036065185,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:43:17.394Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:43:17.394Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T04:43:17.394Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87d84c46-90fb-4722-bc2d-383bcf69f9ed",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1644036053867,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:43:17.394Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:43:17.394Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T04:43:17.394Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87d84c46-90fb-4722-bc2d-383bcf69f9ed",
  "consumerID": "clamp",
  "timestamp": 1644036060134,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:43:17.394Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:43:17.394Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T04:43:17.394Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87d84c46-90fb-4722-bc2d-383bcf69f9ed",
  "consumerID": "aai-ml",
  "timestamp": 1644036053589,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:43:17.394Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:43:17.394Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T04:43:17.394Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87d84c46-90fb-4722-bc2d-383bcf69f9ed",
  "consumerID": "policy-id",
  "timestamp": 1644036060133,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:43:17.394Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:43:17.394Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T04:43:17.394Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31493b91-40ba-4358-9eb6-2ed493e64a4d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644036054188,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-02-05T04:43:17.394Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:43:17.395Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T04:43:17.395Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87d84c46-90fb-4722-bc2d-383bcf69f9ed",
  "consumerID": "cds",
  "timestamp": 1644036065124,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:43:17.395Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:43:17.395Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T04:43:17.395Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87d84c46-90fb-4722-bc2d-383bcf69f9ed",
  "consumerID": "dcae-sch",
  "timestamp": 1644036065185,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:43:17.395Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:43:17.395Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T04:43:17.395Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87d84c46-90fb-4722-bc2d-383bcf69f9ed",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1644036067240,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:43:17.395Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:43:17.395Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T04:43:17.395Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87d84c46-90fb-4722-bc2d-383bcf69f9ed",
  "consumerID": "clamp",
  "timestamp": 1644036060134,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:43:17.395Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:43:17.395Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T04:43:17.395Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87d84c46-90fb-4722-bc2d-383bcf69f9ed",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1644036053867,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:43:17.395Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:43:17.395Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T04:43:17.395Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87d84c46-90fb-4722-bc2d-383bcf69f9ed",
  "consumerID": "aai-ml",
  "timestamp": 1644036053589,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:43:17.395Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:43:17.395Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T04:43:17.395Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87d84c46-90fb-4722-bc2d-383bcf69f9ed",
  "consumerID": "policy-id",
  "timestamp": 1644036060133,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:43:17.396Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:43:17.396Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T04:43:17.396Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87d84c46-90fb-4722-bc2d-383bcf69f9ed",
  "consumerID": "cds",
  "timestamp": 1644036065124,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:43:17.396Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:43:17.396Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T04:43:17.396Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87d84c46-90fb-4722-bc2d-383bcf69f9ed",
  "consumerID": "dcae-sch",
  "timestamp": 1644036065185,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:43:17.396Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:43:17.396Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T04:43:17.396Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87d84c46-90fb-4722-bc2d-383bcf69f9ed",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1644036067240,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:43:17.396Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:43:17.396Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T04:43:17.396Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31493b91-40ba-4358-9eb6-2ed493e64a4d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644036068890,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-05T04:43:17.396Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T04:43:17.396Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T04:43:17.396Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87d84c46-90fb-4722-bc2d-383bcf69f9ed",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1644036053867,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:43:17.396Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:43:17.396Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T04:43:17.396Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87d84c46-90fb-4722-bc2d-383bcf69f9ed",
  "consumerID": "clamp",
  "timestamp": 1644036060134,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:43:17.396Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:43:17.396Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T04:43:17.396Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87d84c46-90fb-4722-bc2d-383bcf69f9ed",
  "consumerID": "aai-ml",
  "timestamp": 1644036053589,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:43:17.396Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:43:17.397Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T04:43:17.397Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87d84c46-90fb-4722-bc2d-383bcf69f9ed",
  "consumerID": "policy-id",
  "timestamp": 1644036060133,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:43:17.397Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:43:17.397Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T04:43:17.397Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87d84c46-90fb-4722-bc2d-383bcf69f9ed",
  "consumerID": "cds",
  "timestamp": 1644036065124,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:43:17.397Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:43:17.397Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T04:43:17.397Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87d84c46-90fb-4722-bc2d-383bcf69f9ed",
  "consumerID": "dcae-sch",
  "timestamp": 1644036065185,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:43:17.397Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:43:17.397Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T04:43:17.397Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87d84c46-90fb-4722-bc2d-383bcf69f9ed",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1644036067240,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2022-02-05T04:43:17.397Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:43:17.397Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T04:43:17.397Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87d84c46-90fb-4722-bc2d-383bcf69f9ed",
  "consumerID": "clamp",
  "timestamp": 1644036060134,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-02-05T04:43:17.397Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:43:17.397Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T04:43:17.398Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87d84c46-90fb-4722-bc2d-383bcf69f9ed",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1644036053867,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:43:17.398Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:43:17.398Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T04:43:17.398Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87d84c46-90fb-4722-bc2d-383bcf69f9ed",
  "consumerID": "aai-ml",
  "timestamp": 1644036053589,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-02-05T04:43:17.398Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:43:17.398Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T04:43:17.398Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87d84c46-90fb-4722-bc2d-383bcf69f9ed",
  "consumerID": "policy-id",
  "timestamp": 1644036060133,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-02-05T04:43:17.398Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:43:17.398Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T04:43:17.398Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31493b91-40ba-4358-9eb6-2ed493e64a4d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644036070661,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-05T04:43:17.398Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T04:43:17.398Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T04:43:17.398Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87d84c46-90fb-4722-bc2d-383bcf69f9ed",
  "consumerID": "cds",
  "timestamp": 1644036065124,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:43:17.398Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:43:17.398Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T04:43:17.398Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87d84c46-90fb-4722-bc2d-383bcf69f9ed",
  "consumerID": "dcae-sch",
  "timestamp": 1644036065185,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:43:17.398Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:43:17.399Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T04:43:17.399Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87d84c46-90fb-4722-bc2d-383bcf69f9ed",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1644036067240,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-02-05T04:43:17.399Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:43:17.399Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T04:43:17.399Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87d84c46-90fb-4722-bc2d-383bcf69f9ed",
  "consumerID": "aai-ml",
  "timestamp": 1644036071489,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-05T04:43:17.399Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T04:43:17.399Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T04:43:17.399Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87d84c46-90fb-4722-bc2d-383bcf69f9ed",
  "consumerID": "policy-id",
  "timestamp": 1644036071487,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-05T04:43:17.399Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T04:43:17.399Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T04:43:17.399Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87d84c46-90fb-4722-bc2d-383bcf69f9ed",
  "consumerID": "cds",
  "timestamp": 1644036065124,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:43:17.399Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:43:17.399Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T04:43:17.399Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87d84c46-90fb-4722-bc2d-383bcf69f9ed",
  "consumerID": "dcae-sch",
  "timestamp": 1644036065185,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:43:17.399Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:43:17.399Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T04:43:17.399Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87d84c46-90fb-4722-bc2d-383bcf69f9ed",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1644036067240,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:43:17.399Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:43:17.399Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T04:43:17.399Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87d84c46-90fb-4722-bc2d-383bcf69f9ed",
  "consumerID": "policy-id",
  "timestamp": 1644036072491,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-05T04:43:17.399Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T04:43:17.400Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T04:43:17.400Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87d84c46-90fb-4722-bc2d-383bcf69f9ed",
  "consumerID": "cds",
  "timestamp": 1644036065124,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-02-05T04:43:17.400Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:43:17.400Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T04:43:17.400Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87d84c46-90fb-4722-bc2d-383bcf69f9ed",
  "consumerID": "dcae-sch",
  "timestamp": 1644036065185,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:43:17.400Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:43:17.400Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T04:43:17.400Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87d84c46-90fb-4722-bc2d-383bcf69f9ed",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1644036067240,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-02-05T04:43:17.400Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:43:17.400Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T04:43:17.400Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87d84c46-90fb-4722-bc2d-383bcf69f9ed",
  "consumerID": "policy-id",
  "timestamp": 1644036073493,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "POLICY"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-02-05T04:43:17.410Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 87d84c46-90fb-4722-bc2d-383bcf69f9ed
2022-02-05T04:43:17.410Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 87d84c46-90fb-4722-bc2d-383bcf69f9ed 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-02-05T04:43:17.415Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T04:43:17.415Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87d84c46-90fb-4722-bc2d-383bcf69f9ed",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1644036067240,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:43:17.416Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:43:17.416Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T04:43:17.416Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87d84c46-90fb-4722-bc2d-383bcf69f9ed",
  "consumerID": "cds",
  "timestamp": 1644036073908,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-05T04:43:17.416Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T04:43:17.416Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T04:43:17.416Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87d84c46-90fb-4722-bc2d-383bcf69f9ed",
  "consumerID": "dcae-sch",
  "timestamp": 1644036074399,
  "artifactURL": "/sdc/v1/catalog/services/caf3b7b3-e7f5-4d49-9cda-fbd835040395/resourceInstances/basicclamp0/artifacts/27af400e-e25a-444f-b83e-1942774f531b",
  "status": "DOWNLOAD_OK"
}
2022-02-05T04:43:17.416Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T04:43:17.416Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T04:43:17.416Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0c8fbd6c-eb0f-402c-8994-f236cd723afb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1644036073867,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:43:17.416Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:43:17.416Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T04:43:17.416Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87d84c46-90fb-4722-bc2d-383bcf69f9ed",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1644036067240,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-02-05T04:43:17.416Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:43:17.416Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T04:43:17.416Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87d84c46-90fb-4722-bc2d-383bcf69f9ed",
  "consumerID": "cds",
  "timestamp": 1644036074913,
  "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=?
2022-02-05T04:43:17.419Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 87d84c46-90fb-4722-bc2d-383bcf69f9ed
2022-02-05T04:43:17.419Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 87d84c46-90fb-4722-bc2d-383bcf69f9ed 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-02-05T04:43:17.425Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T04:43:17.425Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0c8fbd6c-eb0f-402c-8994-f236cd723afb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1644036073867,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:43:17.425Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:43:17.425Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T04:43:17.425Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87d84c46-90fb-4722-bc2d-383bcf69f9ed",
  "consumerID": "dcae-sch",
  "timestamp": 1644036075715,
  "artifactURL": "/sdc/v1/catalog/services/caf3b7b3-e7f5-4d49-9cda-fbd835040395/resourceInstances/basicclamp0/artifacts/27af400e-e25a-444f-b83e-1942774f531b",
  "status": "DEPLOY_OK"
}
2022-02-05T04:43:17.425Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T04:43:17.425Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T04:43:17.425Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87d84c46-90fb-4722-bc2d-383bcf69f9ed",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1644036076094,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-02-05T04:43:17.425Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T04:43:17.425Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T04:43:17.426Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0c8fbd6c-eb0f-402c-8994-f236cd723afb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1644036073867,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:43:17.426Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:43:17.426Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T04:43:17.426Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87d84c46-90fb-4722-bc2d-383bcf69f9ed",
  "consumerID": "dcae-sch",
  "timestamp": 1644036076721,
  "artifactURL": "/sdc/v1/catalog/services/caf3b7b3-e7f5-4d49-9cda-fbd835040395/resourceInstances/basicclamp0/artifacts/27af400e-e25a-444f-b83e-1942774f531b",
  "status": "COMPONENT_DONE_OK",
  "componentName": "service-change-handler"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-02-05T04:43:17.429Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: service-change-handler and status of COMPONENT_DONE_OK distributionID of 87d84c46-90fb-4722-bc2d-383bcf69f9ed
2022-02-05T04:43:17.429Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 87d84c46-90fb-4722-bc2d-383bcf69f9ed and ComponentName service-change-handler
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-02-05T04:43:17.434Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T04:43:17.434Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87d84c46-90fb-4722-bc2d-383bcf69f9ed",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1644036077140,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-02-05T04:43:17.434Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T04:43:17.434Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T04:43:17.435Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87d84c46-90fb-4722-bc2d-383bcf69f9ed",
  "consumerID": "aai-ml",
  "timestamp": 1644036077169,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-05T04:43:17.435Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T04:43:42.039Z|31493b91-40ba-4358-9eb6-2ed493e64a4d|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 31493b91-40ba-4358-9eb6-2ed493e64a4d
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-02-05T04:43:42.049Z|31493b91-40ba-4358-9eb6-2ed493e64a4d|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 31493b91-40ba-4358-9eb6-2ed493e64a4d
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-02-05T04:43:42.051Z|31493b91-40ba-4358-9eb6-2ed493e64a4d|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-05T04:43:42.051Z|31493b91-40ba-4358-9eb6-2ed493e64a4d|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-02-05T04:43:42.052Z|31493b91-40ba-4358-9eb6-2ed493e64a4d|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-02-05T04:43:42.052Z|31493b91-40ba-4358-9eb6-2ed493e64a4d|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-02-05T04:43:42.052Z|31493b91-40ba-4358-9eb6-2ed493e64a4d|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-05T04:43:42.052Z|31493b91-40ba-4358-9eb6-2ed493e64a4d|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-05T04:43:42.052Z|31493b91-40ba-4358-9eb6-2ed493e64a4d|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-05T04:43:42.052Z|31493b91-40ba-4358-9eb6-2ed493e64a4d|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-05T04:43:42.052Z|31493b91-40ba-4358-9eb6-2ed493e64a4d|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-05T04:43:42.052Z|31493b91-40ba-4358-9eb6-2ed493e64a4d|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-05T04:43:42.053Z|31493b91-40ba-4358-9eb6-2ed493e64a4d|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-05T04:43:42.053Z|31493b91-40ba-4358-9eb6-2ed493e64a4d|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-02-05T04:43:42.057Z|31493b91-40ba-4358-9eb6-2ed493e64a4d|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-02-05T04:44:12.058Z|31493b91-40ba-4358-9eb6-2ed493e64a4d|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 31493b91-40ba-4358-9eb6-2ed493e64a4d 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-02-05T04:44:12.062Z|31493b91-40ba-4358-9eb6-2ed493e64a4d|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 31493b91-40ba-4358-9eb6-2ed493e64a4d and serviceModelVersionId: 4f6dc737-bccf-4e5e-b8d2-fcb278611638
2022-02-05T04:44:12.062Z|31493b91-40ba-4358-9eb6-2ed493e64a4d|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 6599b474-2083-4870-b449-7d86cdb2cd95
2022-02-05T04:44:12.062Z|31493b91-40ba-4358-9eb6-2ed493e64a4d|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/6599b474-2083-4870-b449-7d86cdb2cd95/model-vers/model-ver/4f6dc737-bccf-4e5e-b8d2-fcb278611638?depth=0
2022-02-05T04:44:12.066Z|31493b91-40ba-4358-9eb6-2ed493e64a4d|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2022-02-05T04:44:12.094Z|31493b91-40ba-4358-9eb6-2ed493e64a4d|pool-2-thread-9|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6599b474-2083-4870-b449-7d86cdb2cd95/model-vers/model-ver/4f6dc737-bccf-4e5e-b8d2-fcb278611638?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-02-05T04:44:12.095Z|31493b91-40ba-4358-9eb6-2ed493e64a4d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6599b474-2083-4870-b449-7d86cdb2cd95/model-vers/model-ver/4f6dc737-bccf-4e5e-b8d2-fcb278611638?depth=0|INFO|500||Invoke
2022-02-05T04:44:12.109Z|31493b91-40ba-4358-9eb6-2ed493e64a4d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6599b474-2083-4870-b449-7d86cdb2cd95/model-vers/model-ver/4f6dc737-bccf-4e5e-b8d2-fcb278611638?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-02-05T04:44:12.168Z|31493b91-40ba-4358-9eb6-2ed493e64a4d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6599b474-2083-4870-b449-7d86cdb2cd95/model-vers/model-ver/4f6dc737-bccf-4e5e-b8d2-fcb278611638?depth=0|INFO|500||InvokeReturn
2022-02-05T04:44:12.168Z|31493b91-40ba-4358-9eb6-2ed493e64a4d|pool-2-thread-9|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6599b474-2083-4870-b449-7d86cdb2cd95/model-vers/model-ver/4f6dc737-bccf-4e5e-b8d2-fcb278611638?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220205-04:44:12:114-69160], vertex-id=[250040], Content-Length=[0], Date=[Sat, 05 Feb 2022 04:44:12 GMT], Content-Type=[application/json]}
2022-02-05T04:44:12.168Z|31493b91-40ba-4358-9eb6-2ed493e64a4d|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity.
2022-02-05T04:44:12.169Z|31493b91-40ba-4358-9eb6-2ed493e64a4d|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-02-05T04:44:12.169Z|31493b91-40ba-4358-9eb6-2ed493e64a4d|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-02-05T04:44:12.172Z|31493b91-40ba-4358-9eb6-2ed493e64a4d|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-02-05T04:44:12.172Z|31493b91-40ba-4358-9eb6-2ed493e64a4d|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 31493b91-40ba-4358-9eb6-2ed493e64a4d and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-02-05T04:44:12.172Z|31493b91-40ba-4358-9eb6-2ed493e64a4d|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-02-05T04:44:12.172Z|31493b91-40ba-4358-9eb6-2ed493e64a4d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-02-05T04:44:12.174Z|31493b91-40ba-4358-9eb6-2ed493e64a4d|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-05T04:44:12.174Z|31493b91-40ba-4358-9eb6-2ed493e64a4d|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "31493b91-40ba-4358-9eb6-2ed493e64a4d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644036252172,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-02-05T04:44:12.274Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-05T04:44:12.275Z||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-02-05T04:44:12.275Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NVaOFbHv1dPNRJ79) ...
2022-02-05T04:44:12.288Z||pool-95-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T04:44:12.288Z||pool-95-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-02-05T04:44:13.184Z|31493b91-40ba-4358-9eb6-2ed493e64a4d|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T04:44:13.184Z|31493b91-40ba-4358-9eb6-2ed493e64a4d|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-02-05T04:44:13.184Z|31493b91-40ba-4358-9eb6-2ed493e64a4d|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 NVaOFbHv1dPNRJ79) ...
2022-02-05T04:44:17.273Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T04:44:17.273Z||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-02-05T04:44:17.273Z||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 NVaOFbHv1dPNRJ79) ...
2022-02-05T04:44:17.297Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T04:44:17.298Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T04:44:17.298Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0c8fbd6c-eb0f-402c-8994-f236cd723afb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1644036073867,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:44:17.298Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:44:17.298Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T04:44:17.298Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87d84c46-90fb-4722-bc2d-383bcf69f9ed",
  "consumerID": "clamp",
  "timestamp": 1644036077940,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-05T04:44:17.298Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T04:44:17.298Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T04:44:17.299Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87d84c46-90fb-4722-bc2d-383bcf69f9ed",
  "consumerID": "aai-ml",
  "timestamp": 1644036078172,
  "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-02-05T04:44:17.304Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 87d84c46-90fb-4722-bc2d-383bcf69f9ed
2022-02-05T04:44:17.304Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 87d84c46-90fb-4722-bc2d-383bcf69f9ed 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-02-05T04:44:17.312Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T04:44:17.312Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87d84c46-90fb-4722-bc2d-383bcf69f9ed",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1644036078176,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-02-05T04:44:17.312Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T04:44:17.312Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T04:44:17.312Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0c8fbd6c-eb0f-402c-8994-f236cd723afb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1644036073867,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:44:17.312Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:44:17.312Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T04:44:17.312Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87d84c46-90fb-4722-bc2d-383bcf69f9ed",
  "consumerID": "clamp",
  "timestamp": 1644036078943,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-02-05T04:44:17.312Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T04:44:17.312Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T04:44:17.312Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87d84c46-90fb-4722-bc2d-383bcf69f9ed",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1644036079195,
  "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-02-05T04:44:17.316Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 87d84c46-90fb-4722-bc2d-383bcf69f9ed
2022-02-05T04:44:17.316Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 87d84c46-90fb-4722-bc2d-383bcf69f9ed and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-02-05T04:44:17.323Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T04:44:17.324Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0c8fbd6c-eb0f-402c-8994-f236cd723afb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1644036073867,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:44:17.324Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:44:17.324Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T04:44:17.324Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87d84c46-90fb-4722-bc2d-383bcf69f9ed",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1644036080198,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2022-02-05T04:44:17.324Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T04:44:17.324Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T04:44:17.324Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87d84c46-90fb-4722-bc2d-383bcf69f9ed",
  "consumerID": "clamp",
  "timestamp": 1644036080241,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-05T04:44:17.324Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T04:44:17.324Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T04:44:17.324Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0c8fbd6c-eb0f-402c-8994-f236cd723afb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1644036073867,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:44:17.324Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:44:17.324Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T04:44:17.324Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0c8fbd6c-eb0f-402c-8994-f236cd723afb",
  "consumerID": "cds",
  "timestamp": 1644036080124,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:44:17.324Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:44:17.324Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T04:44:17.324Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0c8fbd6c-eb0f-402c-8994-f236cd723afb",
  "consumerID": "policy-id",
  "timestamp": 1644036080133,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:44:17.324Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:44:17.324Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T04:44:17.324Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0c8fbd6c-eb0f-402c-8994-f236cd723afb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1644036067240,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:44:17.324Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:44:17.324Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T04:44:17.324Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87d84c46-90fb-4722-bc2d-383bcf69f9ed",
  "consumerID": "clamp",
  "timestamp": 1644036081244,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2022-02-05T04:44:17.325Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T04:44:17.325Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T04:44:17.325Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87d84c46-90fb-4722-bc2d-383bcf69f9ed",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1644036080676,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:44:17.325Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:44:17.325Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T04:44:17.325Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0c8fbd6c-eb0f-402c-8994-f236cd723afb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1644036073867,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:44:17.325Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:44:17.325Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T04:44:17.325Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0c8fbd6c-eb0f-402c-8994-f236cd723afb",
  "consumerID": "cds",
  "timestamp": 1644036080124,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:44:17.325Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:44:17.325Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T04:44:17.325Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0c8fbd6c-eb0f-402c-8994-f236cd723afb",
  "consumerID": "policy-id",
  "timestamp": 1644036080133,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:44:17.325Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:44:17.325Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T04:44:17.325Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0c8fbd6c-eb0f-402c-8994-f236cd723afb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1644036067240,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-02-05T04:44:17.325Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:44:17.325Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T04:44:17.325Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87d84c46-90fb-4722-bc2d-383bcf69f9ed",
  "consumerID": "clamp",
  "timestamp": 1644036082246,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-02-05T04:44:17.329Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 87d84c46-90fb-4722-bc2d-383bcf69f9ed
2022-02-05T04:44:17.329Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 87d84c46-90fb-4722-bc2d-383bcf69f9ed and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-02-05T04:44:17.336Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T04:44:17.336Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87d84c46-90fb-4722-bc2d-383bcf69f9ed",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1644036080676,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:44:17.336Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:44:17.337Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T04:44:17.337Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0c8fbd6c-eb0f-402c-8994-f236cd723afb",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1644036073867,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:44:17.337Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:44:17.337Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T04:44:17.337Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0c8fbd6c-eb0f-402c-8994-f236cd723afb",
  "consumerID": "cds",
  "timestamp": 1644036080124,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:44:17.337Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:44:17.337Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T04:44:17.337Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0c8fbd6c-eb0f-402c-8994-f236cd723afb",
  "consumerID": "policy-id",
  "timestamp": 1644036080133,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:44:17.337Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:44:17.337Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T04:44:17.337Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0c8fbd6c-eb0f-402c-8994-f236cd723afb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1644036067240,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-02-05T04:44:17.337Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:44:17.337Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T04:44:17.337Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87d84c46-90fb-4722-bc2d-383bcf69f9ed",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1644036080676,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:44:17.337Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:44:17.337Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T04:44:17.337Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0c8fbd6c-eb0f-402c-8994-f236cd723afb",
  "consumerID": "cds",
  "timestamp": 1644036080124,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:44:17.337Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:44:17.337Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T04:44:17.337Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0c8fbd6c-eb0f-402c-8994-f236cd723afb",
  "consumerID": "policy-id",
  "timestamp": 1644036080133,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:44:17.338Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:44:17.338Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T04:44:17.338Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0c8fbd6c-eb0f-402c-8994-f236cd723afb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1644036067240,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-02-05T04:44:17.338Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:44:17.338Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T04:44:17.338Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0c8fbd6c-eb0f-402c-8994-f236cd723afb",
  "consumerID": "aai-ml",
  "timestamp": 1644036083589,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:44:17.338Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:44:17.338Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T04:44:17.338Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87d84c46-90fb-4722-bc2d-383bcf69f9ed",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1644036080676,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:44:17.338Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:44:17.338Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T04:44:17.339Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0c8fbd6c-eb0f-402c-8994-f236cd723afb",
  "consumerID": "cds",
  "timestamp": 1644036080124,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:44:17.339Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:44:17.339Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T04:44:17.339Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0c8fbd6c-eb0f-402c-8994-f236cd723afb",
  "consumerID": "policy-id",
  "timestamp": 1644036080133,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-02-05T04:44:17.339Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:44:17.339Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T04:44:17.339Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0c8fbd6c-eb0f-402c-8994-f236cd723afb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1644036067240,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-02-05T04:44:17.339Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:44:17.339Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T04:44:17.339Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0c8fbd6c-eb0f-402c-8994-f236cd723afb",
  "consumerID": "aai-ml",
  "timestamp": 1644036083589,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:44:17.339Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:44:17.339Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T04:44:17.339Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87d84c46-90fb-4722-bc2d-383bcf69f9ed",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1644036080676,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:44:17.339Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:44:17.339Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T04:44:17.339Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0c8fbd6c-eb0f-402c-8994-f236cd723afb",
  "consumerID": "cds",
  "timestamp": 1644036080124,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:44:17.339Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:44:17.339Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T04:44:17.339Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0c8fbd6c-eb0f-402c-8994-f236cd723afb",
  "consumerID": "policy-id",
  "timestamp": 1644036080133,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:44:17.339Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:44:17.339Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T04:44:17.339Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0c8fbd6c-eb0f-402c-8994-f236cd723afb",
  "consumerID": "dcae-sch",
  "timestamp": 1644036085185,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:44:17.339Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:44:17.339Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T04:44:17.340Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0c8fbd6c-eb0f-402c-8994-f236cd723afb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1644036067240,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:44:17.340Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:44:17.340Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T04:44:17.340Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0c8fbd6c-eb0f-402c-8994-f236cd723afb",
  "consumerID": "aai-ml",
  "timestamp": 1644036083589,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:44:17.340Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:44:17.340Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T04:44:17.340Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87d84c46-90fb-4722-bc2d-383bcf69f9ed",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1644036080676,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:44:17.340Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:44:17.340Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T04:44:17.340Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0c8fbd6c-eb0f-402c-8994-f236cd723afb",
  "consumerID": "cds",
  "timestamp": 1644036080124,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:44:17.340Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:44:17.340Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T04:44:17.340Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0c8fbd6c-eb0f-402c-8994-f236cd723afb",
  "consumerID": "policy-id",
  "timestamp": 1644036080133,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:44:17.340Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:44:17.340Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T04:44:17.340Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0c8fbd6c-eb0f-402c-8994-f236cd723afb",
  "consumerID": "dcae-sch",
  "timestamp": 1644036085185,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:44:17.340Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:44:17.340Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T04:44:17.340Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0c8fbd6c-eb0f-402c-8994-f236cd723afb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1644036067240,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-02-05T04:44:17.340Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:44:17.340Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T04:44:17.340Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0c8fbd6c-eb0f-402c-8994-f236cd723afb",
  "consumerID": "aai-ml",
  "timestamp": 1644036083589,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:44:17.341Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:44:17.341Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T04:44:17.341Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87d84c46-90fb-4722-bc2d-383bcf69f9ed",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1644036080676,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:44:17.341Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:44:17.341Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T04:44:17.341Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0c8fbd6c-eb0f-402c-8994-f236cd723afb",
  "consumerID": "cds",
  "timestamp": 1644036080124,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:44:17.341Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:44:17.341Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T04:44:17.341Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0c8fbd6c-eb0f-402c-8994-f236cd723afb",
  "consumerID": "policy-id",
  "timestamp": 1644036080133,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:44:17.341Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:44:17.341Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T04:44:17.341Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0c8fbd6c-eb0f-402c-8994-f236cd723afb",
  "consumerID": "dcae-sch",
  "timestamp": 1644036085185,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:44:17.341Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:44:17.341Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T04:44:17.341Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0c8fbd6c-eb0f-402c-8994-f236cd723afb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1644036067240,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:44:17.341Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:44:17.341Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T04:44:17.341Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0c8fbd6c-eb0f-402c-8994-f236cd723afb",
  "consumerID": "aai-ml",
  "timestamp": 1644036083589,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:44:17.341Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:44:17.341Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T04:44:17.341Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87d84c46-90fb-4722-bc2d-383bcf69f9ed",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1644036080676,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-02-05T04:44:17.341Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:44:17.342Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T04:44:17.342Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0c8fbd6c-eb0f-402c-8994-f236cd723afb",
  "consumerID": "cds",
  "timestamp": 1644036080124,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-02-05T04:44:17.342Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:44:17.342Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T04:44:17.342Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0c8fbd6c-eb0f-402c-8994-f236cd723afb",
  "consumerID": "policy-id",
  "timestamp": 1644036080133,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-02-05T04:44:17.342Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:44:17.342Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T04:44:17.342Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0c8fbd6c-eb0f-402c-8994-f236cd723afb",
  "consumerID": "dcae-sch",
  "timestamp": 1644036085185,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:44:17.342Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:44:17.342Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T04:44:17.342Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0c8fbd6c-eb0f-402c-8994-f236cd723afb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1644036067240,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-02-05T04:44:17.342Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:44:17.342Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T04:44:17.342Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0c8fbd6c-eb0f-402c-8994-f236cd723afb",
  "consumerID": "aai-ml",
  "timestamp": 1644036083589,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:44:17.342Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:44:17.342Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T04:44:17.343Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87d84c46-90fb-4722-bc2d-383bcf69f9ed",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1644036089539,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-05T04:44:17.343Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T04:44:17.343Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T04:44:17.343Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0c8fbd6c-eb0f-402c-8994-f236cd723afb",
  "consumerID": "dcae-sch",
  "timestamp": 1644036085185,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:44:17.343Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:44:17.343Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T04:44:17.343Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0c8fbd6c-eb0f-402c-8994-f236cd723afb",
  "consumerID": "cds",
  "timestamp": 1644036089954,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-05T04:44:17.343Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T04:44:17.343Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T04:44:17.343Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0c8fbd6c-eb0f-402c-8994-f236cd723afb",
  "consumerID": "policy-id",
  "timestamp": 1644036089952,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-05T04:44:17.343Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T04:44:17.343Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T04:44:17.343Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0c8fbd6c-eb0f-402c-8994-f236cd723afb",
  "consumerID": "aai-ml",
  "timestamp": 1644036083589,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:44:17.343Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:44:17.343Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T04:44:17.343Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0c8fbd6c-eb0f-402c-8994-f236cd723afb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1644036090263,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-02-05T04:44:17.343Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T04:44:17.343Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T04:44:17.343Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0c8fbd6c-eb0f-402c-8994-f236cd723afb",
  "consumerID": "clamp",
  "timestamp": 1644036090134,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:44:17.343Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:44:17.343Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T04:44:17.343Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0c8fbd6c-eb0f-402c-8994-f236cd723afb",
  "consumerID": "dcae-sch",
  "timestamp": 1644036085185,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:44:17.344Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:44:17.344Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T04:44:17.344Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0c8fbd6c-eb0f-402c-8994-f236cd723afb",
  "consumerID": "cds",
  "timestamp": 1644036090959,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-02-05T04:44:17.354Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 0c8fbd6c-eb0f-402c-8994-f236cd723afb
2022-02-05T04:44:17.354Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0c8fbd6c-eb0f-402c-8994-f236cd723afb 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-02-05T04:44:17.360Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T04:44:17.360Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0c8fbd6c-eb0f-402c-8994-f236cd723afb",
  "consumerID": "policy-id",
  "timestamp": 1644036090955,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-05T04:44:17.360Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T04:44:17.360Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T04:44:17.360Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0c8fbd6c-eb0f-402c-8994-f236cd723afb",
  "consumerID": "aai-ml",
  "timestamp": 1644036083589,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:44:17.360Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:44:17.360Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T04:44:17.360Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0c8fbd6c-eb0f-402c-8994-f236cd723afb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1644036091302,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-02-05T04:44:17.360Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T04:44:17.361Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T04:44:17.361Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87d84c46-90fb-4722-bc2d-383bcf69f9ed",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1644036091556,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-05T04:44:17.361Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T04:44:17.361Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T04:44:17.361Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0c8fbd6c-eb0f-402c-8994-f236cd723afb",
  "consumerID": "clamp",
  "timestamp": 1644036090134,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:44:17.361Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:44:17.361Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T04:44:17.361Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0c8fbd6c-eb0f-402c-8994-f236cd723afb",
  "consumerID": "dcae-sch",
  "timestamp": 1644036085185,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:44:17.361Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:44:17.361Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T04:44:17.361Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0c8fbd6c-eb0f-402c-8994-f236cd723afb",
  "consumerID": "policy-id",
  "timestamp": 1644036091957,
  "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-02-05T04:44:17.364Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 0c8fbd6c-eb0f-402c-8994-f236cd723afb
2022-02-05T04:44:17.364Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0c8fbd6c-eb0f-402c-8994-f236cd723afb 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-02-05T04:44:17.370Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T04:44:17.370Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0c8fbd6c-eb0f-402c-8994-f236cd723afb",
  "consumerID": "aai-ml",
  "timestamp": 1644036083589,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-02-05T04:44:17.371Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:44:17.371Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T04:44:17.371Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0c8fbd6c-eb0f-402c-8994-f236cd723afb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1644036092340,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-02-05T04:44:17.371Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T04:44:17.371Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T04:44:17.371Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87d84c46-90fb-4722-bc2d-383bcf69f9ed",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1644036092559,
  "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-02-05T04:44:17.374Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 87d84c46-90fb-4722-bc2d-383bcf69f9ed
2022-02-05T04:44:17.374Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 87d84c46-90fb-4722-bc2d-383bcf69f9ed 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-02-05T04:44:17.380Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T04:44:17.381Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0c8fbd6c-eb0f-402c-8994-f236cd723afb",
  "consumerID": "clamp",
  "timestamp": 1644036090134,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:44:17.381Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:44:17.381Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T04:44:17.381Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0c8fbd6c-eb0f-402c-8994-f236cd723afb",
  "consumerID": "dcae-sch",
  "timestamp": 1644036085185,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:44:17.381Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:44:17.381Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T04:44:17.381Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0c8fbd6c-eb0f-402c-8994-f236cd723afb",
  "consumerID": "aai-ml",
  "timestamp": 1644036093274,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-05T04:44:17.381Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T04:44:17.381Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T04:44:17.381Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0c8fbd6c-eb0f-402c-8994-f236cd723afb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1644036093373,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-02-05T04:44:17.381Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T04:44:17.382Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T04:44:17.382Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0c8fbd6c-eb0f-402c-8994-f236cd723afb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1644036080676,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:44:17.382Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:44:17.382Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T04:44:17.382Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0c8fbd6c-eb0f-402c-8994-f236cd723afb",
  "consumerID": "clamp",
  "timestamp": 1644036090134,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-02-05T04:44:17.382Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:44:17.382Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T04:44:17.382Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0c8fbd6c-eb0f-402c-8994-f236cd723afb",
  "consumerID": "dcae-sch",
  "timestamp": 1644036085185,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:44:17.382Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:44:17.382Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T04:44:17.382Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0c8fbd6c-eb0f-402c-8994-f236cd723afb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1644036094409,
  "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-02-05T04:44:17.386Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 0c8fbd6c-eb0f-402c-8994-f236cd723afb
2022-02-05T04:44:17.386Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0c8fbd6c-eb0f-402c-8994-f236cd723afb and ComponentName POLICY
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=?
2022-02-05T04:44:17.390Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T04:44:17.390Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0c8fbd6c-eb0f-402c-8994-f236cd723afb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1644036080676,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:44:17.390Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:44:17.390Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T04:44:17.390Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0c8fbd6c-eb0f-402c-8994-f236cd723afb",
  "consumerID": "clamp",
  "timestamp": 1644036090134,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:44:17.390Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:44:17.391Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T04:44:17.391Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0c8fbd6c-eb0f-402c-8994-f236cd723afb",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1644036095412,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-02-05T04:44:17.391Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T04:44:17.391Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T04:44:17.391Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0c8fbd6c-eb0f-402c-8994-f236cd723afb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1644036080676,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:44:17.391Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:44:17.391Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T04:44:17.391Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0c8fbd6c-eb0f-402c-8994-f236cd723afb",
  "consumerID": "clamp",
  "timestamp": 1644036090134,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:44:17.391Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:44:17.391Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T04:44:17.391Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0c8fbd6c-eb0f-402c-8994-f236cd723afb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1644036080676,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:44:17.391Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:44:17.391Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T04:44:17.391Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0c8fbd6c-eb0f-402c-8994-f236cd723afb",
  "consumerID": "clamp",
  "timestamp": 1644036090134,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:44:17.391Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:44:17.391Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T04:44:17.391Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0c8fbd6c-eb0f-402c-8994-f236cd723afb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1644036080676,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:44:17.391Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:44:17.391Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T04:44:17.391Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0c8fbd6c-eb0f-402c-8994-f236cd723afb",
  "consumerID": "clamp",
  "timestamp": 1644036090134,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:44:17.391Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:44:17.391Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T04:44:17.391Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0c8fbd6c-eb0f-402c-8994-f236cd723afb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1644036080676,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:44:17.391Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:44:17.392Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T04:44:17.392Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0c8fbd6c-eb0f-402c-8994-f236cd723afb",
  "consumerID": "clamp",
  "timestamp": 1644036090134,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-02-05T04:44:17.392Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:44:17.392Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T04:44:17.392Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0c8fbd6c-eb0f-402c-8994-f236cd723afb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1644036080676,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:44:17.392Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:44:17.392Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T04:44:17.392Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0c8fbd6c-eb0f-402c-8994-f236cd723afb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1644036080676,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:44:17.392Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:44:17.392Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T04:44:17.392Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0c8fbd6c-eb0f-402c-8994-f236cd723afb",
  "consumerID": "aai-ml",
  "timestamp": 1644036100588,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-05T04:44:17.392Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T04:44:17.392Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T04:44:17.392Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0c8fbd6c-eb0f-402c-8994-f236cd723afb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1644036080676,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-02-05T04:44:17.392Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:44:17.392Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T04:44:17.392Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0c8fbd6c-eb0f-402c-8994-f236cd723afb",
  "consumerID": "aai-ml",
  "timestamp": 1644036101591,
  "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-02-05T04:44:17.395Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 0c8fbd6c-eb0f-402c-8994-f236cd723afb
2022-02-05T04:44:17.395Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0c8fbd6c-eb0f-402c-8994-f236cd723afb 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-02-05T04:44:17.401Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T04:44:17.401Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0c8fbd6c-eb0f-402c-8994-f236cd723afb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1644036102636,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-05T04:44:17.401Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T04:44:17.401Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T04:44:17.401Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0c8fbd6c-eb0f-402c-8994-f236cd723afb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1644036104682,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-05T04:44:17.401Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T04:44:17.401Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T04:44:17.401Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0c8fbd6c-eb0f-402c-8994-f236cd723afb",
  "consumerID": "clamp",
  "timestamp": 1644036105155,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-05T04:44:17.402Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T04:44:17.402Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T04:44:17.402Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0c8fbd6c-eb0f-402c-8994-f236cd723afb",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1644036105685,
  "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-02-05T04:44:17.405Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 0c8fbd6c-eb0f-402c-8994-f236cd723afb
2022-02-05T04:44:17.405Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0c8fbd6c-eb0f-402c-8994-f236cd723afb 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-02-05T04:44:17.410Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T04:44:17.411Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0c8fbd6c-eb0f-402c-8994-f236cd723afb",
  "consumerID": "clamp",
  "timestamp": 1644036106952,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-05T04:44:17.411Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T04:44:17.411Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T04:44:17.411Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0c8fbd6c-eb0f-402c-8994-f236cd723afb",
  "consumerID": "clamp",
  "timestamp": 1644036107955,
  "artifactURL": "",
  "status": "COMPONENT_DONE_OK",
  "componentName": "clamp"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-02-05T04:44:17.414Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 0c8fbd6c-eb0f-402c-8994-f236cd723afb
2022-02-05T04:44:17.415Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0c8fbd6c-eb0f-402c-8994-f236cd723afb and ComponentName clamp
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-02-05T04:44:17.970Z|31493b91-40ba-4358-9eb6-2ed493e64a4d|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T04:44:17.971Z|31493b91-40ba-4358-9eb6-2ed493e64a4d|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-05T04:44:17.971Z|31493b91-40ba-4358-9eb6-2ed493e64a4d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"87d84c46-90fb-4722-bc2d-383bcf69f9ed","serviceName":"basicclamp","serviceVersion":"1.0","serviceUUID":"caf3b7b3-e7f5-4d49-9cda-fbd835040395","serviceDescription":"service","serviceInvariantUUID":"ed93d4ec-34cc-401c-92dd-a1217f7f9565","resources":[{"resourceInstanceName":"basicclamp 0","resourceName":"basicclamp","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"f692109c-cb23-4608-8a53-61d7806bf1d0","resourceInvariantUUID":"d3cb8000-e18a-45e9-b44d-e4d8bc728465","resourceCustomizationUUID":"bd67b6c8-3d64-4ae8-acd8-3e2af7e3073f","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":"27af400e-e25a-444f-b83e-1942774f531b","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":"ZmNiNjIzMjdmOWQ4ZjhjZGQ5YTIwYmM4YmY4ODg0YjU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"2f8f4686-25a2-4f00-9194-8044d47ca8d7","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":"YmFiZWFiZWZjOTRlZmU4MDY2M2U2OWQxNDZjMDc4NGE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"876f0bbd-d0aa-47cb-8099-ba3f8cc7a493","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":"b401bc81-4262-41ce-a833-c466900fb999","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":"2ec8d2a3-c96a-4f49-9f50-9e54e49c0d57","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":"87d33eda-8884-4ac9-8f3a-628829eb7159","artifactVersion":"2","generatedFromUUID":"b401bc81-4262-41ce-a833-c466900fb999"}]}],"serviceArtifacts":[{"artifactName":"service-Basicclamp-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml","artifactChecksum":"ZjllMTRhYzM2NmMwNTQzMWY5ZGViYzJhZjA2M2Q4NDE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"f873c602-e0dd-43a4-b4b7-853f78506bf3","artifactVersion":"1"},{"artifactName":"service-Basicclamp-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar","artifactChecksum":"ZGU1NWM1YWU2YmRjZWQ2M2Q3OGUxMDZkODc3NTQwNGE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ab67f9b0-20b7-4e96-a18d-34fc407da9c0","artifactVersion":"1"}],"workloadContext":"Production"}
2022-02-05T04:44:17.972Z|31493b91-40ba-4358-9eb6-2ed493e64a4d|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-05T04:44:17.973Z|31493b91-40ba-4358-9eb6-2ed493e64a4d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-02-05T04:44:17.974Z|31493b91-40ba-4358-9eb6-2ed493e64a4d|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-05T04:44:17.974Z|31493b91-40ba-4358-9eb6-2ed493e64a4d|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "87d84c46-90fb-4722-bc2d-383bcf69f9ed",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644036253184,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:44:18.074Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-05T04:44:18.075Z||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-02-05T04:44:18.075Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NVaOFbHv1dPNRJ79) ...
2022-02-05T04:44:18.085Z||pool-96-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T04:44:18.085Z||pool-96-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-02-05T04:44:18.975Z|31493b91-40ba-4358-9eb6-2ed493e64a4d|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-05T04:44:18.975Z|31493b91-40ba-4358-9eb6-2ed493e64a4d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-02-05T04:44:18.977Z|31493b91-40ba-4358-9eb6-2ed493e64a4d|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-05T04:44:18.977Z|31493b91-40ba-4358-9eb6-2ed493e64a4d|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "87d84c46-90fb-4722-bc2d-383bcf69f9ed",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644036253184,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:44:19.077Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-05T04:44:19.078Z||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-02-05T04:44:19.078Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NVaOFbHv1dPNRJ79) ...
2022-02-05T04:44:19.088Z||pool-97-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T04:44:19.088Z||pool-97-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2022-02-05T04:44:19.977Z|31493b91-40ba-4358-9eb6-2ed493e64a4d|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-05T04:44:19.978Z|31493b91-40ba-4358-9eb6-2ed493e64a4d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-02-05T04:44:19.979Z|31493b91-40ba-4358-9eb6-2ed493e64a4d|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-05T04:44:19.980Z|31493b91-40ba-4358-9eb6-2ed493e64a4d|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "87d84c46-90fb-4722-bc2d-383bcf69f9ed",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644036253184,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2022-02-05T04:44:20.080Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-05T04:44:20.081Z||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-02-05T04:44:20.081Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NVaOFbHv1dPNRJ79) ...
2022-02-05T04:44:20.091Z||pool-98-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T04:44:20.091Z||pool-98-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-02-05T04:44:20.980Z|31493b91-40ba-4358-9eb6-2ed493e64a4d|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-05T04:44:20.981Z|31493b91-40ba-4358-9eb6-2ed493e64a4d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-02-05T04:44:20.982Z|31493b91-40ba-4358-9eb6-2ed493e64a4d|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-05T04:44:20.982Z|31493b91-40ba-4358-9eb6-2ed493e64a4d|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "87d84c46-90fb-4722-bc2d-383bcf69f9ed",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644036253184,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-02-05T04:44:21.082Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-05T04:44:21.083Z||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-02-05T04:44:21.083Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NVaOFbHv1dPNRJ79) ...
2022-02-05T04:44:21.092Z||pool-99-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T04:44:21.092Z||pool-99-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-02-05T04:44:21.983Z|31493b91-40ba-4358-9eb6-2ed493e64a4d|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-05T04:44:21.983Z|31493b91-40ba-4358-9eb6-2ed493e64a4d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-02-05T04:44:21.985Z|31493b91-40ba-4358-9eb6-2ed493e64a4d|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-05T04:44:21.985Z|31493b91-40ba-4358-9eb6-2ed493e64a4d|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "87d84c46-90fb-4722-bc2d-383bcf69f9ed",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644036253184,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:44:22.085Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-05T04:44:22.086Z||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-02-05T04:44:22.086Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NVaOFbHv1dPNRJ79) ...
2022-02-05T04:44:22.097Z||pool-100-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T04:44:22.098Z||pool-100-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-02-05T04:44:22.985Z|31493b91-40ba-4358-9eb6-2ed493e64a4d|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-05T04:44:22.986Z|31493b91-40ba-4358-9eb6-2ed493e64a4d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-02-05T04:44:22.988Z|31493b91-40ba-4358-9eb6-2ed493e64a4d|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-05T04:44:22.988Z|31493b91-40ba-4358-9eb6-2ed493e64a4d|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "87d84c46-90fb-4722-bc2d-383bcf69f9ed",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644036253184,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-02-05T04:44:23.088Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-05T04:44:23.088Z||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-02-05T04:44:23.089Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NVaOFbHv1dPNRJ79) ...
2022-02-05T04:44:23.098Z||pool-101-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T04:44:23.098Z||pool-101-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-02-05T04:44:23.988Z|31493b91-40ba-4358-9eb6-2ed493e64a4d|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-05T04:44:23.989Z|31493b91-40ba-4358-9eb6-2ed493e64a4d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-02-05T04:44:23.991Z|31493b91-40ba-4358-9eb6-2ed493e64a4d|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-05T04:44:23.991Z|31493b91-40ba-4358-9eb6-2ed493e64a4d|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "87d84c46-90fb-4722-bc2d-383bcf69f9ed",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644036253184,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:44:24.091Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-05T04:44:24.092Z||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-02-05T04:44:24.092Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NVaOFbHv1dPNRJ79) ...
2022-02-05T04:44:24.100Z||pool-102-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T04:44:24.100Z||pool-102-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-02-05T04:44:24.991Z|31493b91-40ba-4358-9eb6-2ed493e64a4d|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-05T04:44:24.992Z|31493b91-40ba-4358-9eb6-2ed493e64a4d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-02-05T04:44:24.993Z|31493b91-40ba-4358-9eb6-2ed493e64a4d|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-05T04:44:24.993Z|31493b91-40ba-4358-9eb6-2ed493e64a4d|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "87d84c46-90fb-4722-bc2d-383bcf69f9ed",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644036253184,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-02-05T04:44:25.094Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-05T04:44:25.094Z||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-02-05T04:44:25.094Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NVaOFbHv1dPNRJ79) ...
2022-02-05T04:44:25.104Z||pool-103-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T04:44:25.104Z||pool-103-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-02-05T04:44:25.995Z|31493b91-40ba-4358-9eb6-2ed493e64a4d|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "87d84c46-90fb-4722-bc2d-383bcf69f9ed",
  "serviceName": "basicclamp",
  "serviceVersion": "1.0",
  "serviceUUID": "caf3b7b3-e7f5-4d49-9cda-fbd835040395",
  "serviceDescription": "service",
  "serviceInvariantUUID": "ed93d4ec-34cc-401c-92dd-a1217f7f9565",
  "resources": [
    {
      "resourceInstanceName": "basicclamp 0",
      "resourceCustomizationUUID": "bd67b6c8-3d64-4ae8-acd8-3e2af7e3073f",
      "resourceName": "basicclamp",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "f692109c-cb23-4608-8a53-61d7806bf1d0",
      "resourceInvariantUUID": "d3cb8000-e18a-45e9-b44d-e4d8bc728465",
      "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": "YmFiZWFiZWZjOTRlZmU4MDY2M2U2OWQxNDZjMDc4NGE\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "876f0bbd-d0aa-47cb-8099-ba3f8cc7a493",
          "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": "b401bc81-4262-41ce-a833-c466900fb999",
          "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": "87d33eda-8884-4ac9-8f3a-628829eb7159",
            "generatedFromUUID": "b401bc81-4262-41ce-a833-c466900fb999"
          },
          "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": "87d33eda-8884-4ac9-8f3a-628829eb7159",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Basicclamp-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
      "artifactChecksum": "ZGU1NWM1YWU2YmRjZWQ2M2Q3OGUxMDZkODc3NTQwNGE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "ab67f9b0-20b7-4e96-a18d-34fc407da9c0"
    }
  ],
  "workloadContext": "Production"
}
2022-02-05T04:44:25.995Z|31493b91-40ba-4358-9eb6-2ed493e64a4d|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-02-05T04:44:25.995Z|31493b91-40ba-4358-9eb6-2ed493e64a4d|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 caf3b7b3-e7f5-4d49-9cda-fbd835040395 ASDC
2022-02-05T04:44:25.996Z|87d84c46-90fb-4722-bc2d-383bcf69f9ed|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:87d84c46-90fb-4722-bc2d-383bcf69f9ed
ServiceName:basicclamp
ServiceVersion:1.0
ServiceUUID:caf3b7b3-e7f5-4d49-9cda-fbd835040395
ServiceInvariantUUID:ed93d4ec-34cc-401c-92dd-a1217f7f9565
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:ab67f9b0-20b7-4e96-a18d-34fc407da9c0
ArtifactChecksum:ZGU1NWM1YWU2YmRjZWQ2M2Q3OGUxMDZkODc3NTQwNGE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basicclamp 0
ResourceCustomizationUUID:bd67b6c8-3d64-4ae8-acd8-3e2af7e3073f
ResourceInvariantUUID:d3cb8000-e18a-45e9-b44d-e4d8bc728465
ResourceName:basicclamp
ResourceType:VF
ResourceUUID:f692109c-cb23-4608-8a53-61d7806bf1d0
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:876f0bbd-d0aa-47cb-8099-ba3f8cc7a493
ArtifactChecksum:YmFiZWFiZWZjOTRlZmU4MDY2M2U2OWQxNDZjMDc4NGE=
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:b401bc81-4262-41ce-a833-c466900fb999
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:87d33eda-8884-4ac9-8f3a-628829eb7159
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:87d33eda-8884-4ac9-8f3a-628829eb7159
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-02-05T04:44:25.996Z|87d84c46-90fb-4722-bc2d-383bcf69f9ed|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF caf3b7b3-e7f5-4d49-9cda-fbd835040395 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-02-05T04:44:26.030Z|87d84c46-90fb-4722-bc2d-383bcf69f9ed|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-02-05T04:44:26.031Z|87d84c46-90fb-4722-bc2d-383bcf69f9ed|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-02-05T04:44:26.031Z|87d84c46-90fb-4722-bc2d-383bcf69f9ed|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-02-05T04:44:26.031Z|87d84c46-90fb-4722-bc2d-383bcf69f9ed|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: ab67f9b0-20b7-4e96-a18d-34fc407da9c0 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2022-02-05T04:44:26.032Z|87d84c46-90fb-4722-bc2d-383bcf69f9ed|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-02-05T04:44:26.032Z|87d84c46-90fb-4722-bc2d-383bcf69f9ed|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2022-02-05T04:44:26.157Z|87d84c46-90fb-4722-bc2d-383bcf69f9ed|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-02-05T04:44:26.160Z|87d84c46-90fb-4722-bc2d-383bcf69f9ed|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ab67f9b0-20b7-4e96-a18d-34fc407da9c0 73656
2022-02-05T04:44:26.161Z|87d84c46-90fb-4722-bc2d-383bcf69f9ed|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ASDC sendASDCNotification
2022-02-05T04:44:26.161Z|87d84c46-90fb-4722-bc2d-383bcf69f9ed|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2022-02-05T04:44:26.161Z|87d84c46-90fb-4722-bc2d-383bcf69f9ed|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-05T04:44:26.161Z|87d84c46-90fb-4722-bc2d-383bcf69f9ed|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-02-05T04:44:26.163Z|87d84c46-90fb-4722-bc2d-383bcf69f9ed|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-05T04:44:26.163Z|87d84c46-90fb-4722-bc2d-383bcf69f9ed|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "87d84c46-90fb-4722-bc2d-383bcf69f9ed",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644036266161,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-05T04:44:26.263Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-05T04:44:26.263Z||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-02-05T04:44:26.264Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NVaOFbHv1dPNRJ79) ...
2022-02-05T04:44:26.273Z||pool-104-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T04:44:26.273Z||pool-104-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-02-05T04:44:27.163Z|87d84c46-90fb-4722-bc2d-383bcf69f9ed|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-02-05T04:44:27.164Z|87d84c46-90fb-4722-bc2d-383bcf69f9ed|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-02-05T04:44:27.165Z|87d84c46-90fb-4722-bc2d-383bcf69f9ed|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: ab67f9b0-20b7-4e96-a18d-34fc407da9c0, URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar to file: /app/ASDC/1/service-Basicclamp-csar.csar
2022-02-05T04:44:27.165Z|87d84c46-90fb-4722-bc2d-383bcf69f9ed|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Basicclamp-csar.csar
2022-02-05T04:44:27.165Z|87d84c46-90fb-4722-bc2d-383bcf69f9ed|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Basicclamp-csar.csar
2022-02-05T04:44:27.165Z|87d84c46-90fb-4722-bc2d-383bcf69f9ed|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Basicclamp-csar.csar
2022-02-05T04:44:27.244Z|87d84c46-90fb-4722-bc2d-383bcf69f9ed|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP465204390950171243/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-02-05T04:44:28.071Z|87d84c46-90fb-4722-bc2d-383bcf69f9ed|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2022-02-05T04:44:28.071Z|87d84c46-90fb-4722-bc2d-383bcf69f9ed|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-02-05T04:44:28.072Z|87d84c46-90fb-4722-bc2d-383bcf69f9ed|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2022-02-05T04:44:28.072Z|87d84c46-90fb-4722-bc2d-383bcf69f9ed|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-02-05T04:44:28.072Z|87d84c46-90fb-4722-bc2d-383bcf69f9ed|pool-2-thread-9|||||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-02-05T04:44:28.072Z|87d84c46-90fb-4722-bc2d-383bcf69f9ed|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2022-02-05T04:44:28.072Z|87d84c46-90fb-4722-bc2d-383bcf69f9ed|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2022-02-05T04:44:28.072Z|87d84c46-90fb-4722-bc2d-383bcf69f9ed|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2022-02-05T04:44:28.072Z|87d84c46-90fb-4722-bc2d-383bcf69f9ed|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2022-02-05T04:44:28.072Z|87d84c46-90fb-4722-bc2d-383bcf69f9ed|pool-2-thread-9|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2022-02-05T04:44:28.072Z|87d84c46-90fb-4722-bc2d-383bcf69f9ed|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2022-02-05T04:44:28.072Z|87d84c46-90fb-4722-bc2d-383bcf69f9ed|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2022-02-05T04:44:28.072Z|87d84c46-90fb-4722-bc2d-383bcf69f9ed|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2022-02-05T04:44:28.072Z|87d84c46-90fb-4722-bc2d-383bcf69f9ed|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-02-05T04:44:28.072Z|87d84c46-90fb-4722-bc2d-383bcf69f9ed|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-05T04:44:28.072Z|87d84c46-90fb-4722-bc2d-383bcf69f9ed|pool-2-thread-9|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-02-05T04:44:28.072Z|87d84c46-90fb-4722-bc2d-383bcf69f9ed|pool-2-thread-9|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-02-05T04:44:28.073Z|87d84c46-90fb-4722-bc2d-383bcf69f9ed|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-02-05T04:44:28.073Z|87d84c46-90fb-4722-bc2d-383bcf69f9ed|pool-2-thread-9|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-02-05T04:44:28.073Z|87d84c46-90fb-4722-bc2d-383bcf69f9ed|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-05T04:44:28.073Z|87d84c46-90fb-4722-bc2d-383bcf69f9ed|pool-2-thread-9|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-02-05T04:44:28.073Z|87d84c46-90fb-4722-bc2d-383bcf69f9ed|pool-2-thread-9|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-02-05T04:44:28.073Z|87d84c46-90fb-4722-bc2d-383bcf69f9ed|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-02-05T04:44:28.073Z|87d84c46-90fb-4722-bc2d-383bcf69f9ed|pool-2-thread-9|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-02-05T04:44:28.073Z|87d84c46-90fb-4722-bc2d-383bcf69f9ed|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-05T04:44:28.074Z|87d84c46-90fb-4722-bc2d-383bcf69f9ed|pool-2-thread-9|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-05T04:44:28.074Z|87d84c46-90fb-4722-bc2d-383bcf69f9ed|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-05T04:44:28.074Z|87d84c46-90fb-4722-bc2d-383bcf69f9ed|pool-2-thread-9|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2022-02-05T04:44:28.074Z|87d84c46-90fb-4722-bc2d-383bcf69f9ed|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-02-05T04:44:28.074Z|87d84c46-90fb-4722-bc2d-383bcf69f9ed|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-02-05T04:44:28.074Z|87d84c46-90fb-4722-bc2d-383bcf69f9ed|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-02-05T04:44:28.074Z|87d84c46-90fb-4722-bc2d-383bcf69f9ed|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-02-05T04:44:28.074Z|87d84c46-90fb-4722-bc2d-383bcf69f9ed|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-02-05T04:44:28.074Z|87d84c46-90fb-4722-bc2d-383bcf69f9ed|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-05T04:44:28.074Z|87d84c46-90fb-4722-bc2d-383bcf69f9ed|pool-2-thread-9|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-02-05T04:44:28.075Z|87d84c46-90fb-4722-bc2d-383bcf69f9ed|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-05T04:44:28.075Z|87d84c46-90fb-4722-bc2d-383bcf69f9ed|pool-2-thread-9|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-02-05T04:44:28.075Z|87d84c46-90fb-4722-bc2d-383bcf69f9ed|pool-2-thread-9|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-05T04:44:28.075Z|87d84c46-90fb-4722-bc2d-383bcf69f9ed|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-05T04:44:28.075Z|87d84c46-90fb-4722-bc2d-383bcf69f9ed|pool-2-thread-9|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-02-05T04:44:28.075Z|87d84c46-90fb-4722-bc2d-383bcf69f9ed|pool-2-thread-9|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-05T04:44:28.075Z|87d84c46-90fb-4722-bc2d-383bcf69f9ed|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-05T04:44:28.075Z|87d84c46-90fb-4722-bc2d-383bcf69f9ed|pool-2-thread-9|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-02-05T04:44:28.075Z|87d84c46-90fb-4722-bc2d-383bcf69f9ed|pool-2-thread-9|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-05T04:44:28.076Z|87d84c46-90fb-4722-bc2d-383bcf69f9ed|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-05T04:44:28.076Z|87d84c46-90fb-4722-bc2d-383bcf69f9ed|pool-2-thread-9|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2022-02-05T04:44:28.076Z|87d84c46-90fb-4722-bc2d-383bcf69f9ed|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-02-05T04:44:28.076Z|87d84c46-90fb-4722-bc2d-383bcf69f9ed|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-02-05T04:44:28.076Z|87d84c46-90fb-4722-bc2d-383bcf69f9ed|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=b812ec23-915d-440d-a82a-e7d3f788d5cb
2022-02-05T04:44:28.076Z|87d84c46-90fb-4722-bc2d-383bcf69f9ed|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-05T04:44:28.076Z|87d84c46-90fb-4722-bc2d-383bcf69f9ed|pool-2-thread-9|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-02-05T04:44:28.076Z|87d84c46-90fb-4722-bc2d-383bcf69f9ed|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-05T04:44:28.076Z|87d84c46-90fb-4722-bc2d-383bcf69f9ed|pool-2-thread-9|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-02-05T04:44:28.076Z|87d84c46-90fb-4722-bc2d-383bcf69f9ed|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-05T04:44:28.077Z|87d84c46-90fb-4722-bc2d-383bcf69f9ed|pool-2-thread-9|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-05T04:44:28.077Z|87d84c46-90fb-4722-bc2d-383bcf69f9ed|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-05T04:44:28.077Z|87d84c46-90fb-4722-bc2d-383bcf69f9ed|pool-2-thread-9|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-02-05T04:44:28.077Z|87d84c46-90fb-4722-bc2d-383bcf69f9ed|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basicclamp
Description:service
Model UUID:caf3b7b3-e7f5-4d49-9cda-fbd835040395
Model Version:NULL
Model InvariantUuid:ed93d4ec-34cc-401c-92dd-a1217f7f9565
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basicclamp
Model UUID:3e1cee9e-015c-4521-8995-93f9bf3363f2
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:d3cb8000-e18a-45e9-b44d-e4d8bc728465
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:bd67b6c8-3d64-4ae8-acd8-3e2af7e3073f
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:60cb914d-8c94-4b7d-ac3d-3f17710ae638
ModelName:Basicclamp..base_ubuntu18..module-0
ModelUuid:b107a095-aed7-4686-b606-6f846f13e074
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:b812ec23-915d-440d-a82a-e7d3f788d5cb
ModelInvariantUuid:9057bec6-997e-46a0-9f60-3119e0c27516
ModelName:basicclamp-nodes.ubuntu18Cvfc
ModelUuid:240faaff-dd95-4f53-a8ef-e1f63ae83cf5
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:9945e994-dab1-4114-9e09-2d4d0e7994c8
ModelInvariantUuid:1f9c4adf-405c-49b7-bffb-71cab82fcf0f
ModelName:Basicclamp.compute.nodes.heat.ubuntu18
ModelUuid:dcaae1d8-89b9-444b-827b-4c803b9ac95c
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-02-05T04:44:28.082Z|87d84c46-90fb-4722-bc2d-383bcf69f9ed|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: f692109c-cb23-4608-8a53-61d7806bf1d0
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-02-05T04:44:28.084Z|87d84c46-90fb-4722-bc2d-383bcf69f9ed|pool-2-thread-9|||||INFO|500||basicclamp 0
2022-02-05T04:44:28.085Z|87d84c46-90fb-4722-bc2d-383bcf69f9ed|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: f692109c-cb23-4608-8a53-61d7806bf1d0
2022-02-05T04:44:28.085Z|87d84c46-90fb-4722-bc2d-383bcf69f9ed|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 876f0bbd-d0aa-47cb-8099-ba3f8cc7a493 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2022-02-05T04:44:28.085Z|87d84c46-90fb-4722-bc2d-383bcf69f9ed|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-02-05T04:44:28.085Z|87d84c46-90fb-4722-bc2d-383bcf69f9ed|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2022-02-05T04:44:28.157Z|87d84c46-90fb-4722-bc2d-383bcf69f9ed|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-02-05T04:44:28.157Z|87d84c46-90fb-4722-bc2d-383bcf69f9ed|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 876f0bbd-d0aa-47cb-8099-ba3f8cc7a493 790
2022-02-05T04:44:28.158Z|87d84c46-90fb-4722-bc2d-383bcf69f9ed|pool-2-thread-9|||||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-02-05T04:44:28.158Z|87d84c46-90fb-4722-bc2d-383bcf69f9ed|pool-2-thread-9|||||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-02-05T04:44:28.158Z|87d84c46-90fb-4722-bc2d-383bcf69f9ed|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-05T04:44:28.158Z|87d84c46-90fb-4722-bc2d-383bcf69f9ed|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-02-05T04:44:28.160Z|87d84c46-90fb-4722-bc2d-383bcf69f9ed|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-05T04:44:28.160Z|87d84c46-90fb-4722-bc2d-383bcf69f9ed|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "87d84c46-90fb-4722-bc2d-383bcf69f9ed",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644036268158,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-02-05T04:44:28.260Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-05T04:44:28.261Z||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-02-05T04:44:28.261Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NVaOFbHv1dPNRJ79) ...
2022-02-05T04:44:28.272Z||pool-105-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T04:44:28.272Z||pool-105-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-02-05T04:44:29.161Z|87d84c46-90fb-4722-bc2d-383bcf69f9ed|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "60cb914d-8c94-4b7d-ac3d-3f17710ae638",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "b107a095-aed7-4686-b606-6f846f13e074",
    "vfModuleModelCustomizationUUID": "c191243e-0f93-4318-b250-a1c79c7afd9d",
    "isBase": true,
    "artifacts": [
      "b401bc81-4262-41ce-a833-c466900fb999",
      "87d33eda-8884-4ac9-8f3a-628829eb7159"
    ],
    "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-02-05T04:44:29.163Z|87d84c46-90fb-4722-bc2d-383bcf69f9ed|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Basicclamp..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:b107a095-aed7-4686-b606-6f846f13e074
VfModuleModelInvariantUUID:60cb914d-8c94-4b7d-ac3d-3f17710ae638
VfModuleModelDescription:NULL
Artifacts UUID List:{
b401bc81-4262-41ce-a833-c466900fb999
,
87d33eda-8884-4ac9-8f3a-628829eb7159

}
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-02-05T04:44:29.165Z|87d84c46-90fb-4722-bc2d-383bcf69f9ed|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "60cb914d-8c94-4b7d-ac3d-3f17710ae638",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "b107a095-aed7-4686-b606-6f846f13e074",
    "vfModuleModelCustomizationUUID": "c191243e-0f93-4318-b250-a1c79c7afd9d",
    "isBase": true,
    "artifacts": [
      "b401bc81-4262-41ce-a833-c466900fb999",
      "87d33eda-8884-4ac9-8f3a-628829eb7159"
    ],
    "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-02-05T04:44:29.165Z|87d84c46-90fb-4722-bc2d-383bcf69f9ed|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Basicclamp..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:b107a095-aed7-4686-b606-6f846f13e074
VfModuleModelInvariantUUID:60cb914d-8c94-4b7d-ac3d-3f17710ae638
VfModuleModelDescription:NULL
Artifacts UUID List:{
b401bc81-4262-41ce-a833-c466900fb999
,
87d33eda-8884-4ac9-8f3a-628829eb7159

}
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-02-05T04:44:29.165Z|87d84c46-90fb-4722-bc2d-383bcf69f9ed|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: b401bc81-4262-41ce-a833-c466900fb999 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2022-02-05T04:44:29.165Z|87d84c46-90fb-4722-bc2d-383bcf69f9ed|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-02-05T04:44:29.165Z|87d84c46-90fb-4722-bc2d-383bcf69f9ed|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2022-02-05T04:44:29.256Z|87d84c46-90fb-4722-bc2d-383bcf69f9ed|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-02-05T04:44:29.257Z|87d84c46-90fb-4722-bc2d-383bcf69f9ed|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml b401bc81-4262-41ce-a833-c466900fb999 5033
2022-02-05T04:44:29.257Z|87d84c46-90fb-4722-bc2d-383bcf69f9ed|pool-2-thread-9|||||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-02-05T04:44:29.257Z|87d84c46-90fb-4722-bc2d-383bcf69f9ed|pool-2-thread-9|||||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-02-05T04:44:29.257Z|87d84c46-90fb-4722-bc2d-383bcf69f9ed|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-05T04:44:29.257Z|87d84c46-90fb-4722-bc2d-383bcf69f9ed|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-02-05T04:44:29.259Z|87d84c46-90fb-4722-bc2d-383bcf69f9ed|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-05T04:44:29.259Z|87d84c46-90fb-4722-bc2d-383bcf69f9ed|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "87d84c46-90fb-4722-bc2d-383bcf69f9ed",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644036269257,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-02-05T04:44:29.359Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-05T04:44:29.360Z||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-02-05T04:44:29.360Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NVaOFbHv1dPNRJ79) ...
2022-02-05T04:44:29.369Z||pool-106-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T04:44:29.369Z||pool-106-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-02-05T04:44:30.259Z|87d84c46-90fb-4722-bc2d-383bcf69f9ed|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 87d33eda-8884-4ac9-8f3a-628829eb7159 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2022-02-05T04:44:30.260Z|87d84c46-90fb-4722-bc2d-383bcf69f9ed|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-02-05T04:44:30.260Z|87d84c46-90fb-4722-bc2d-383bcf69f9ed|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2022-02-05T04:44:30.294Z|87d84c46-90fb-4722-bc2d-383bcf69f9ed|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-02-05T04:44:30.294Z|87d84c46-90fb-4722-bc2d-383bcf69f9ed|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 87d33eda-8884-4ac9-8f3a-628829eb7159 909
2022-02-05T04:44:30.295Z|87d84c46-90fb-4722-bc2d-383bcf69f9ed|pool-2-thread-9|||||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-02-05T04:44:30.295Z|87d84c46-90fb-4722-bc2d-383bcf69f9ed|pool-2-thread-9|||||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-02-05T04:44:30.295Z|87d84c46-90fb-4722-bc2d-383bcf69f9ed|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-05T04:44:30.295Z|87d84c46-90fb-4722-bc2d-383bcf69f9ed|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-02-05T04:44:30.296Z|87d84c46-90fb-4722-bc2d-383bcf69f9ed|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-05T04:44:30.296Z|87d84c46-90fb-4722-bc2d-383bcf69f9ed|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "87d84c46-90fb-4722-bc2d-383bcf69f9ed",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644036270295,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-02-05T04:44:30.397Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-05T04:44:30.397Z||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-02-05T04:44:30.397Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NVaOFbHv1dPNRJ79) ...
2022-02-05T04:44:30.406Z||pool-107-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T04:44:30.406Z||pool-107-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-02-05T04:44:31.297Z|87d84c46-90fb-4722-bc2d-383bcf69f9ed|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: caf3b7b3-e7f5-4d49-9cda-fbd835040395
2022-02-05T04:44:31.297Z|87d84c46-90fb-4722-bc2d-383bcf69f9ed|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basicclamp 0 f692109c-cb23-4608-8a53-61d7806bf1d0 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-02-05T04:44:31.307Z|87d84c46-90fb-4722-bc2d-383bcf69f9ed|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6f41abd8, org.onap.sdc.toscaparser.api.parameters.Input@d76b4ba, org.onap.sdc.toscaparser.api.parameters.Input@675ba85b, org.onap.sdc.toscaparser.api.parameters.Input@732ba80d, org.onap.sdc.toscaparser.api.parameters.Input@11d6d2db]
2022-02-05T04:44:31.308Z|87d84c46-90fb-4722-bc2d-383bcf69f9ed|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-05T04:44:31.308Z|87d84c46-90fb-4722-bc2d-383bcf69f9ed|pool-2-thread-9|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-05T04:44:31.309Z|87d84c46-90fb-4722-bc2d-383bcf69f9ed|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic 
2022-02-05T04:44:31.309Z|87d84c46-90fb-4722-bc2d-383bcf69f9ed|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= bd67b6c8-3d64-4ae8-acd8-3e2af7e3073f
2022-02-05T04:44:31.309Z|87d84c46-90fb-4722-bc2d-383bcf69f9ed|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: bd67b6c8-3d64-4ae8-acd8-3e2af7e3073f matches Tosca VF Customization UUID: bd67b6c8-3d64-4ae8-acd8-3e2af7e3073f
2022-02-05T04:44:31.309Z|87d84c46-90fb-4722-bc2d-383bcf69f9ed|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: bd67b6c8-3d64-4ae8-acd8-3e2af7e3073f  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-02-05T04:44:31.311Z|87d84c46-90fb-4722-bc2d-383bcf69f9ed|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-05T04:44:31.311Z|87d84c46-90fb-4722-bc2d-383bcf69f9ed|pool-2-thread-9|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-02-05T04:44:31.311Z|87d84c46-90fb-4722-bc2d-383bcf69f9ed|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id bd67b6c8-3d64-4ae8-acd8-3e2af7e3073f: {\"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-02-05T04:44:31.312Z|87d84c46-90fb-4722-bc2d-383bcf69f9ed|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@3ddba28d
2022-02-05T04:44:31.312Z|87d84c46-90fb-4722-bc2d-383bcf69f9ed|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-05T04:44:31.312Z|87d84c46-90fb-4722-bc2d-383bcf69f9ed|pool-2-thread-9|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-02-05T04:44:31.312Z|87d84c46-90fb-4722-bc2d-383bcf69f9ed|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : c191243e-0f93-4318-b250-a1c79c7afd9d
2022-02-05T04:44:31.312Z|87d84c46-90fb-4722-bc2d-383bcf69f9ed|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID c191243e-0f93-4318-b250-a1c79c7afd9d
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-02-05T04:44:31.314Z|87d84c46-90fb-4722-bc2d-383bcf69f9ed|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-05T04:44:31.314Z|87d84c46-90fb-4722-bc2d-383bcf69f9ed|pool-2-thread-9|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-02-05T04:44:31.314Z|87d84c46-90fb-4722-bc2d-383bcf69f9ed|pool-2-thread-9|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-05T04:44:31.314Z|87d84c46-90fb-4722-bc2d-383bcf69f9ed|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-05T04:44:31.314Z|87d84c46-90fb-4722-bc2d-383bcf69f9ed|pool-2-thread-9|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-02-05T04:44:31.315Z|87d84c46-90fb-4722-bc2d-383bcf69f9ed|pool-2-thread-9|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-05T04:44:31.315Z|87d84c46-90fb-4722-bc2d-383bcf69f9ed|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-05T04:44:31.315Z|87d84c46-90fb-4722-bc2d-383bcf69f9ed|pool-2-thread-9|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2022-02-05T04:44:31.315Z|87d84c46-90fb-4722-bc2d-383bcf69f9ed|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-02-05T04:44:31.315Z|87d84c46-90fb-4722-bc2d-383bcf69f9ed|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-02-05T04:44:31.315Z|87d84c46-90fb-4722-bc2d-383bcf69f9ed|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=b812ec23-915d-440d-a82a-e7d3f788d5cb
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-02-05T04:44:31.317Z|87d84c46-90fb-4722-bc2d-383bcf69f9ed|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-05T04:44:31.317Z|87d84c46-90fb-4722-bc2d-383bcf69f9ed|pool-2-thread-9|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-02-05T04:44:31.317Z|87d84c46-90fb-4722-bc2d-383bcf69f9ed|pool-2-thread-9|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-05T04:44:31.317Z|87d84c46-90fb-4722-bc2d-383bcf69f9ed|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-05T04:44:31.317Z|87d84c46-90fb-4722-bc2d-383bcf69f9ed|pool-2-thread-9|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-02-05T04:44:31.318Z|87d84c46-90fb-4722-bc2d-383bcf69f9ed|pool-2-thread-9|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=bd67b6c8-3d64-4ae8-acd8-3e2af7e3073f
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-02-05T04:44:31.319Z|87d84c46-90fb-4722-bc2d-383bcf69f9ed|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-05T04:44:31.319Z|87d84c46-90fb-4722-bc2d-383bcf69f9ed|pool-2-thread-9|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-02-05T04:44:31.319Z|87d84c46-90fb-4722-bc2d-383bcf69f9ed|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid caf3b7b3-e7f5-4d49-9cda-fbd835040395: basicclamp
2022-02-05T04:44:31.319Z|87d84c46-90fb-4722-bc2d-383bcf69f9ed|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-05T04:44:31.319Z|87d84c46-90fb-4722-bc2d-383bcf69f9ed|pool-2-thread-9|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-02-05T04:44:31.320Z|87d84c46-90fb-4722-bc2d-383bcf69f9ed|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-05T04:44:31.320Z|87d84c46-90fb-4722-bc2d-383bcf69f9ed|pool-2-thread-9|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-02-05T04:44:31.320Z|87d84c46-90fb-4722-bc2d-383bcf69f9ed|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-05T04:44:31.320Z|87d84c46-90fb-4722-bc2d-383bcf69f9ed|pool-2-thread-9|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-02-05T04:44:31.320Z|87d84c46-90fb-4722-bc2d-383bcf69f9ed|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-05T04:44:31.320Z|87d84c46-90fb-4722-bc2d-383bcf69f9ed|pool-2-thread-9|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-02-05T04:44:31.320Z|87d84c46-90fb-4722-bc2d-383bcf69f9ed|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-05T04:44:31.320Z|87d84c46-90fb-4722-bc2d-383bcf69f9ed|pool-2-thread-9|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-02-05T04:44:31.320Z|87d84c46-90fb-4722-bc2d-383bcf69f9ed|pool-2-thread-9|||||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-02-05T04:44:31.388Z|87d84c46-90fb-4722-bc2d-383bcf69f9ed|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basicclamp f692109c-cb23-4608-8a53-61d7806bf1d0 1 ASDC deployResourceStructure
2022-02-05T04:44:31.388Z|87d84c46-90fb-4722-bc2d-383bcf69f9ed|pool-2-thread-9|||||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-02-05T04:44:31.388Z|87d84c46-90fb-4722-bc2d-383bcf69f9ed|pool-2-thread-9|||||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-02-05T04:44:31.388Z|87d84c46-90fb-4722-bc2d-383bcf69f9ed|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-05T04:44:31.388Z|87d84c46-90fb-4722-bc2d-383bcf69f9ed|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-02-05T04:44:31.390Z|87d84c46-90fb-4722-bc2d-383bcf69f9ed|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-05T04:44:31.390Z|87d84c46-90fb-4722-bc2d-383bcf69f9ed|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "87d84c46-90fb-4722-bc2d-383bcf69f9ed",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644036271388,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2022-02-05T04:44:31.490Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-05T04:44:31.491Z||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-02-05T04:44:31.491Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NVaOFbHv1dPNRJ79) ...
2022-02-05T04:44:31.500Z||pool-108-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T04:44:31.501Z||pool-108-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2022-02-05T04:44:32.391Z|87d84c46-90fb-4722-bc2d-383bcf69f9ed|pool-2-thread-9|||||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-02-05T04:44:32.391Z|87d84c46-90fb-4722-bc2d-383bcf69f9ed|pool-2-thread-9|||||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-02-05T04:44:32.391Z|87d84c46-90fb-4722-bc2d-383bcf69f9ed|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-05T04:44:32.392Z|87d84c46-90fb-4722-bc2d-383bcf69f9ed|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-02-05T04:44:32.393Z|87d84c46-90fb-4722-bc2d-383bcf69f9ed|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-05T04:44:32.393Z|87d84c46-90fb-4722-bc2d-383bcf69f9ed|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "87d84c46-90fb-4722-bc2d-383bcf69f9ed",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644036272391,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-02-05T04:44:32.493Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-05T04:44:32.494Z||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-02-05T04:44:32.494Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NVaOFbHv1dPNRJ79) ...
2022-02-05T04:44:32.502Z||pool-109-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T04:44:32.502Z||pool-109-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2022-02-05T04:44:33.394Z|87d84c46-90fb-4722-bc2d-383bcf69f9ed|pool-2-thread-9|||||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-02-05T04:44:33.395Z|87d84c46-90fb-4722-bc2d-383bcf69f9ed|pool-2-thread-9|||||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-02-05T04:44:33.395Z|87d84c46-90fb-4722-bc2d-383bcf69f9ed|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-05T04:44:33.395Z|87d84c46-90fb-4722-bc2d-383bcf69f9ed|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-02-05T04:44:33.396Z|87d84c46-90fb-4722-bc2d-383bcf69f9ed|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-05T04:44:33.396Z|87d84c46-90fb-4722-bc2d-383bcf69f9ed|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "87d84c46-90fb-4722-bc2d-383bcf69f9ed",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644036273394,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-02-05T04:44:33.497Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-02-05T04:44:33.497Z||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-02-05T04:44:33.497Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NVaOFbHv1dPNRJ79) ...
2022-02-05T04:44:33.505Z||pool-110-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T04:44:33.505Z||pool-110-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2022-02-05T04:44:34.397Z|87d84c46-90fb-4722-bc2d-383bcf69f9ed|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ASDC sendASDCNotification
2022-02-05T04:44:34.397Z|87d84c46-90fb-4722-bc2d-383bcf69f9ed|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2022-02-05T04:44:34.398Z|87d84c46-90fb-4722-bc2d-383bcf69f9ed|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-05T04:44:34.398Z|87d84c46-90fb-4722-bc2d-383bcf69f9ed|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-02-05T04:44:34.399Z|87d84c46-90fb-4722-bc2d-383bcf69f9ed|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-05T04:44:34.399Z|87d84c46-90fb-4722-bc2d-383bcf69f9ed|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "87d84c46-90fb-4722-bc2d-383bcf69f9ed",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644036274397,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-05T04:44:34.499Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-05T04:44:34.501Z||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-02-05T04:44:34.501Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NVaOFbHv1dPNRJ79) ...
2022-02-05T04:44:34.512Z||pool-111-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T04:44:34.512Z||pool-111-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-02-05T04:44:35.400Z|87d84c46-90fb-4722-bc2d-383bcf69f9ed|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 87d84c46-90fb-4722-bc2d-383bcf69f9ed
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-02-05T04:44:35.409Z|87d84c46-90fb-4722-bc2d-383bcf69f9ed|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 87d84c46-90fb-4722-bc2d-383bcf69f9ed
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-02-05T04:44:35.411Z|87d84c46-90fb-4722-bc2d-383bcf69f9ed|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-05T04:44:35.411Z|87d84c46-90fb-4722-bc2d-383bcf69f9ed|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-02-05T04:44:35.411Z|87d84c46-90fb-4722-bc2d-383bcf69f9ed|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-02-05T04:44:35.411Z|87d84c46-90fb-4722-bc2d-383bcf69f9ed|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-02-05T04:44:35.411Z|87d84c46-90fb-4722-bc2d-383bcf69f9ed|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-05T04:44:35.411Z|87d84c46-90fb-4722-bc2d-383bcf69f9ed|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-05T04:44:35.411Z|87d84c46-90fb-4722-bc2d-383bcf69f9ed|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-05T04:44:35.411Z|87d84c46-90fb-4722-bc2d-383bcf69f9ed|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-05T04:44:35.411Z|87d84c46-90fb-4722-bc2d-383bcf69f9ed|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-05T04:44:35.411Z|87d84c46-90fb-4722-bc2d-383bcf69f9ed|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-05T04:44:35.412Z|87d84c46-90fb-4722-bc2d-383bcf69f9ed|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-05T04:44:35.412Z|87d84c46-90fb-4722-bc2d-383bcf69f9ed|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-02-05T04:44:35.416Z|87d84c46-90fb-4722-bc2d-383bcf69f9ed|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-02-05T04:45:05.417Z|87d84c46-90fb-4722-bc2d-383bcf69f9ed|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 87d84c46-90fb-4722-bc2d-383bcf69f9ed 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-02-05T04:45:05.421Z|87d84c46-90fb-4722-bc2d-383bcf69f9ed|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 87d84c46-90fb-4722-bc2d-383bcf69f9ed and serviceModelVersionId: caf3b7b3-e7f5-4d49-9cda-fbd835040395
2022-02-05T04:45:05.421Z|87d84c46-90fb-4722-bc2d-383bcf69f9ed|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : ed93d4ec-34cc-401c-92dd-a1217f7f9565
2022-02-05T04:45:05.422Z|87d84c46-90fb-4722-bc2d-383bcf69f9ed|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/ed93d4ec-34cc-401c-92dd-a1217f7f9565/model-vers/model-ver/caf3b7b3-e7f5-4d49-9cda-fbd835040395?depth=0
2022-02-05T04:45:05.426Z|87d84c46-90fb-4722-bc2d-383bcf69f9ed|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2022-02-05T04:45:05.453Z|87d84c46-90fb-4722-bc2d-383bcf69f9ed|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ed93d4ec-34cc-401c-92dd-a1217f7f9565/model-vers/model-ver/caf3b7b3-e7f5-4d49-9cda-fbd835040395?depth=0|INFO|500||Invoke
2022-02-05T04:45:05.453Z|87d84c46-90fb-4722-bc2d-383bcf69f9ed|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ed93d4ec-34cc-401c-92dd-a1217f7f9565/model-vers/model-ver/caf3b7b3-e7f5-4d49-9cda-fbd835040395?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ed93d4ec-34cc-401c-92dd-a1217f7f9565/model-vers/model-ver/caf3b7b3-e7f5-4d49-9cda-fbd835040395?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[87d84c46-90fb-4722-bc2d-383bcf69f9ed], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[ec9dfc25-98be-47c1-8ce2-7efd5dffc673], X-ECOMP-RequestID=[87d84c46-90fb-4722-bc2d-383bcf69f9ed], X-TransactionId=[], X-ONAP-RequestID=[87d84c46-90fb-4722-bc2d-383bcf69f9ed], Content-Type=[application/merge-patch+json]}
2022-02-05T04:45:05.468Z|87d84c46-90fb-4722-bc2d-383bcf69f9ed|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ed93d4ec-34cc-401c-92dd-a1217f7f9565/model-vers/model-ver/caf3b7b3-e7f5-4d49-9cda-fbd835040395?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-02-05T04:45:05.529Z|87d84c46-90fb-4722-bc2d-383bcf69f9ed|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ed93d4ec-34cc-401c-92dd-a1217f7f9565/model-vers/model-ver/caf3b7b3-e7f5-4d49-9cda-fbd835040395?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/ed93d4ec-34cc-401c-92dd-a1217f7f9565/model-vers/model-ver/caf3b7b3-e7f5-4d49-9cda-fbd835040395?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220205-04:45:05:472-6043], vertex-id=[233672], Content-Length=[0], Date=[Sat, 05 Feb 2022 04:45:05 GMT], Content-Type=[application/json]}
2022-02-05T04:45:05.530Z|87d84c46-90fb-4722-bc2d-383bcf69f9ed|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ed93d4ec-34cc-401c-92dd-a1217f7f9565/model-vers/model-ver/caf3b7b3-e7f5-4d49-9cda-fbd835040395?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-02-05T04:45:05.530Z|87d84c46-90fb-4722-bc2d-383bcf69f9ed|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ed93d4ec-34cc-401c-92dd-a1217f7f9565/model-vers/model-ver/caf3b7b3-e7f5-4d49-9cda-fbd835040395?depth=0|INFO|500||InvokeReturn
2022-02-05T04:45:05.530Z|87d84c46-90fb-4722-bc2d-383bcf69f9ed|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-02-05T04:45:05.531Z|87d84c46-90fb-4722-bc2d-383bcf69f9ed|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-02-05T04:45:05.534Z|87d84c46-90fb-4722-bc2d-383bcf69f9ed|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-02-05T04:45:05.534Z|87d84c46-90fb-4722-bc2d-383bcf69f9ed|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 87d84c46-90fb-4722-bc2d-383bcf69f9ed and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-02-05T04:45:05.534Z|87d84c46-90fb-4722-bc2d-383bcf69f9ed|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-02-05T04:45:05.534Z|87d84c46-90fb-4722-bc2d-383bcf69f9ed|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-02-05T04:45:05.536Z|87d84c46-90fb-4722-bc2d-383bcf69f9ed|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-05T04:45:05.536Z|87d84c46-90fb-4722-bc2d-383bcf69f9ed|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "87d84c46-90fb-4722-bc2d-383bcf69f9ed",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644036305534,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-02-05T04:45:05.636Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-05T04:45:05.636Z||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-02-05T04:45:05.636Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NVaOFbHv1dPNRJ79) ...
2022-02-05T04:45:05.647Z||pool-112-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T04:45:05.647Z||pool-112-thread-1|||||INFO|500||cambria reply ok (11 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-02-05T04:45:06.544Z|87d84c46-90fb-4722-bc2d-383bcf69f9ed|pool-2-thread-9|||||DEBUG|500||received message from topic
2022-02-05T04:45:06.544Z|87d84c46-90fb-4722-bc2d-383bcf69f9ed|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"0c8fbd6c-eb0f-402c-8994-f236cd723afb","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"b21d584b-9ab4-46e3-be08-f515d670c956","serviceDescription":"service","serviceInvariantUUID":"4ce00a4c-3fde-42f9-bf72-badd614bd078","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"5c5c1871-4f40-4ae5-83c7-c6f15b593f1d","resourceInvariantUUID":"a687f6fa-980f-4653-b6c2-d7459fc81eaf","resourceCustomizationUUID":"a4d5f6c0-c2a3-401a-b6fa-ad01c61ec66b","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":"YzA2ODY5OTljZDI5ZmE5OTM0MTBiZGQ2YjU5ZTAwMzY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"fafef2ff-452d-4346-9989-b27b3b0e8236","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":"bf6f3bf5-ca21-4d5a-b167-9ce025c384b4","artifactVersion":"2","generatedFromUUID":"dc71495c-adb0-48f7-8422-7527158b8ec3"},{"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":"dc71495c-adb0-48f7-8422-7527158b8ec3","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":"ODQ1ZDMzYmIxODU0ZTMwMGFiNTQ4ZWEwMGZjOTExYjY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"cda0df4e-8ec4-45fa-a54a-b17a6809d761","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":"a60f3fae-4cb8-4e12-97e9-0c927176e1d4","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":"bcba4af3-5763-400e-9fbe-d01c57d7a304","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":"ff4eaed0-4145-46d8-aa96-2af7e60759fe","artifactVersion":"2","generatedFromUUID":"a60f3fae-4cb8-4e12-97e9-0c927176e1d4"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"ZmM4OThiMjdlMzExMzA2NTZmYTg1ZjFhZTlmYzM0OGU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"700da396-ce42-43e1-bf95-915e3b01bac7","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"NjIxODUyZTE0ZmUzZTkzYThmZTRmOWMxOTViNjBmZDg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"438de6dc-cd24-47b3-ad1a-caf0fe49a6bf","artifactVersion":"1"}],"workloadContext":"Production"}
2022-02-05T04:45:06.545Z|87d84c46-90fb-4722-bc2d-383bcf69f9ed|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-05T04:45:06.545Z|87d84c46-90fb-4722-bc2d-383bcf69f9ed|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-02-05T04:45:06.546Z|87d84c46-90fb-4722-bc2d-383bcf69f9ed|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-05T04:45:06.546Z|87d84c46-90fb-4722-bc2d-383bcf69f9ed|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "0c8fbd6c-eb0f-402c-8994-f236cd723afb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644036253184,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:45:06.646Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-05T04:45:06.647Z||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-02-05T04:45:06.647Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NVaOFbHv1dPNRJ79) ...
2022-02-05T04:45:06.655Z||pool-113-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T04:45:06.655Z||pool-113-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2022-02-05T04:45:07.547Z|87d84c46-90fb-4722-bc2d-383bcf69f9ed|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-05T04:45:07.548Z|87d84c46-90fb-4722-bc2d-383bcf69f9ed|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-02-05T04:45:07.549Z|87d84c46-90fb-4722-bc2d-383bcf69f9ed|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-05T04:45:07.549Z|87d84c46-90fb-4722-bc2d-383bcf69f9ed|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "0c8fbd6c-eb0f-402c-8994-f236cd723afb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644036253184,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-02-05T04:45:07.650Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-02-05T04:45:07.651Z||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-02-05T04:45:07.651Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NVaOFbHv1dPNRJ79) ...
2022-02-05T04:45:07.659Z||pool-114-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T04:45:07.660Z||pool-114-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-02-05T04:45:08.550Z|87d84c46-90fb-4722-bc2d-383bcf69f9ed|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-05T04:45:08.551Z|87d84c46-90fb-4722-bc2d-383bcf69f9ed|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-02-05T04:45:08.552Z|87d84c46-90fb-4722-bc2d-383bcf69f9ed|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-05T04:45:08.552Z|87d84c46-90fb-4722-bc2d-383bcf69f9ed|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "0c8fbd6c-eb0f-402c-8994-f236cd723afb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644036253184,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-02-05T04:45:08.652Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-05T04:45:08.653Z||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-02-05T04:45:08.653Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NVaOFbHv1dPNRJ79) ...
2022-02-05T04:45:08.661Z||pool-115-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T04:45:08.661Z||pool-115-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":1,"count":1}
2022-02-05T04:45:09.553Z|87d84c46-90fb-4722-bc2d-383bcf69f9ed|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-05T04:45:09.553Z|87d84c46-90fb-4722-bc2d-383bcf69f9ed|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-02-05T04:45:09.555Z|87d84c46-90fb-4722-bc2d-383bcf69f9ed|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-05T04:45:09.555Z|87d84c46-90fb-4722-bc2d-383bcf69f9ed|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "0c8fbd6c-eb0f-402c-8994-f236cd723afb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644036253184,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-02-05T04:45:09.655Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-05T04:45:09.656Z||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-02-05T04:45:09.656Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NVaOFbHv1dPNRJ79) ...
2022-02-05T04:45:09.666Z||pool-116-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T04:45:09.666Z||pool-116-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-02-05T04:45:10.555Z|87d84c46-90fb-4722-bc2d-383bcf69f9ed|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-05T04:45:10.556Z|87d84c46-90fb-4722-bc2d-383bcf69f9ed|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-02-05T04:45:10.557Z|87d84c46-90fb-4722-bc2d-383bcf69f9ed|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-05T04:45:10.557Z|87d84c46-90fb-4722-bc2d-383bcf69f9ed|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "0c8fbd6c-eb0f-402c-8994-f236cd723afb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644036253184,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-02-05T04:45:10.658Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-05T04:45:10.658Z||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-02-05T04:45:10.658Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NVaOFbHv1dPNRJ79) ...
2022-02-05T04:45:10.667Z||pool-117-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T04:45:10.668Z||pool-117-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-02-05T04:45:11.558Z|87d84c46-90fb-4722-bc2d-383bcf69f9ed|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-05T04:45:11.559Z|87d84c46-90fb-4722-bc2d-383bcf69f9ed|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-02-05T04:45:11.560Z|87d84c46-90fb-4722-bc2d-383bcf69f9ed|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-05T04:45:11.560Z|87d84c46-90fb-4722-bc2d-383bcf69f9ed|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "0c8fbd6c-eb0f-402c-8994-f236cd723afb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644036253184,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:45:11.660Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-05T04:45:11.661Z||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-02-05T04:45:11.661Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NVaOFbHv1dPNRJ79) ...
2022-02-05T04:45:11.670Z||pool-118-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T04:45:11.670Z||pool-118-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-02-05T04:45:12.561Z|87d84c46-90fb-4722-bc2d-383bcf69f9ed|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-05T04:45:12.561Z|87d84c46-90fb-4722-bc2d-383bcf69f9ed|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-02-05T04:45:12.563Z|87d84c46-90fb-4722-bc2d-383bcf69f9ed|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-05T04:45:12.563Z|87d84c46-90fb-4722-bc2d-383bcf69f9ed|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "0c8fbd6c-eb0f-402c-8994-f236cd723afb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644036253184,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-02-05T04:45:12.663Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-05T04:45:12.663Z||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-02-05T04:45:12.663Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NVaOFbHv1dPNRJ79) ...
2022-02-05T04:45:12.672Z||pool-119-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T04:45:12.672Z||pool-119-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-02-05T04:45:13.563Z|87d84c46-90fb-4722-bc2d-383bcf69f9ed|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-05T04:45:13.564Z|87d84c46-90fb-4722-bc2d-383bcf69f9ed|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-02-05T04:45:13.566Z|87d84c46-90fb-4722-bc2d-383bcf69f9ed|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-05T04:45:13.566Z|87d84c46-90fb-4722-bc2d-383bcf69f9ed|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "0c8fbd6c-eb0f-402c-8994-f236cd723afb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644036253184,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:45:13.666Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-05T04:45:13.666Z||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-02-05T04:45:13.667Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NVaOFbHv1dPNRJ79) ...
2022-02-05T04:45:13.677Z||pool-120-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T04:45:13.677Z||pool-120-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-02-05T04:45:14.566Z|87d84c46-90fb-4722-bc2d-383bcf69f9ed|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus
2022-02-05T04:45:14.567Z|87d84c46-90fb-4722-bc2d-383bcf69f9ed|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-02-05T04:45:14.569Z|87d84c46-90fb-4722-bc2d-383bcf69f9ed|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-05T04:45:14.569Z|87d84c46-90fb-4722-bc2d-383bcf69f9ed|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "0c8fbd6c-eb0f-402c-8994-f236cd723afb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644036253184,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-02-05T04:45:14.669Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-05T04:45:14.670Z||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-02-05T04:45:14.670Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NVaOFbHv1dPNRJ79) ...
2022-02-05T04:45:14.680Z||pool-121-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T04:45:14.680Z||pool-121-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-02-05T04:45:15.570Z|87d84c46-90fb-4722-bc2d-383bcf69f9ed|pool-2-thread-9|||||DEBUG|500||sending notification to client: {
  "distributionID": "0c8fbd6c-eb0f-402c-8994-f236cd723afb",
  "serviceName": "basic_cnf",
  "serviceVersion": "1.0",
  "serviceUUID": "b21d584b-9ab4-46e3-be08-f515d670c956",
  "serviceDescription": "service",
  "serviceInvariantUUID": "4ce00a4c-3fde-42f9-bf72-badd614bd078",
  "resources": [
    {
      "resourceInstanceName": "basic_cnf 0",
      "resourceCustomizationUUID": "a4d5f6c0-c2a3-401a-b6fa-ad01c61ec66b",
      "resourceName": "basic_cnf",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "5c5c1871-4f40-4ae5-83c7-c6f15b593f1d",
      "resourceInvariantUUID": "a687f6fa-980f-4653-b6c2-d7459fc81eaf",
      "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": "bf6f3bf5-ca21-4d5a-b167-9ce025c384b4",
          "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": "dc71495c-adb0-48f7-8422-7527158b8ec3",
          "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": "ODQ1ZDMzYmIxODU0ZTMwMGFiNTQ4ZWEwMGZjOTExYjY\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "cda0df4e-8ec4-45fa-a54a-b17a6809d761",
          "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": "a60f3fae-4cb8-4e12-97e9-0c927176e1d4",
          "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": "ff4eaed0-4145-46d8-aa96-2af7e60759fe",
            "generatedFromUUID": "a60f3fae-4cb8-4e12-97e9-0c927176e1d4"
          },
          "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": "ff4eaed0-4145-46d8-aa96-2af7e60759fe",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicCnf-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
      "artifactChecksum": "NjIxODUyZTE0ZmUzZTkzYThmZTRmOWMxOTViNjBmZDg\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "438de6dc-cd24-47b3-ad1a-caf0fe49a6bf"
    }
  ],
  "workloadContext": "Production"
}
2022-02-05T04:45:15.571Z|87d84c46-90fb-4722-bc2d-383bcf69f9ed|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-02-05T04:45:15.571Z|87d84c46-90fb-4722-bc2d-383bcf69f9ed|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 b21d584b-9ab4-46e3-be08-f515d670c956 ASDC
2022-02-05T04:45:15.571Z|0c8fbd6c-eb0f-402c-8994-f236cd723afb|pool-2-thread-9|||||DEBUG|500||ASDC Notification:
DistributionID:0c8fbd6c-eb0f-402c-8994-f236cd723afb
ServiceName:basic_cnf
ServiceVersion:1.0
ServiceUUID:b21d584b-9ab4-46e3-be08-f515d670c956
ServiceInvariantUUID:4ce00a4c-3fde-42f9-bf72-badd614bd078
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:438de6dc-cd24-47b3-ad1a-caf0fe49a6bf
ArtifactChecksum:NjIxODUyZTE0ZmUzZTkzYThmZTRmOWMxOTViNjBmZDg=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_cnf 0
ResourceCustomizationUUID:a4d5f6c0-c2a3-401a-b6fa-ad01c61ec66b
ResourceInvariantUUID:a687f6fa-980f-4653-b6c2-d7459fc81eaf
ResourceName:basic_cnf
ResourceType:VF
ResourceUUID:5c5c1871-4f40-4ae5-83c7-c6f15b593f1d
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:bf6f3bf5-ca21-4d5a-b167-9ce025c384b4
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:dc71495c-adb0-48f7-8422-7527158b8ec3
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:cda0df4e-8ec4-45fa-a54a-b17a6809d761
ArtifactChecksum:ODQ1ZDMzYmIxODU0ZTMwMGFiNTQ4ZWEwMGZjOTExYjY=
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:a60f3fae-4cb8-4e12-97e9-0c927176e1d4
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:ff4eaed0-4145-46d8-aa96-2af7e60759fe
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:ff4eaed0-4145-46d8-aa96-2af7e60759fe
ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-02-05T04:45:15.571Z|0c8fbd6c-eb0f-402c-8994-f236cd723afb|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF b21d584b-9ab4-46e3-be08-f515d670c956 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-02-05T04:45:15.602Z|0c8fbd6c-eb0f-402c-8994-f236cd723afb|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-02-05T04:45:15.603Z|0c8fbd6c-eb0f-402c-8994-f236cd723afb|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-02-05T04:45:15.603Z|0c8fbd6c-eb0f-402c-8994-f236cd723afb|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-02-05T04:45:15.603Z|0c8fbd6c-eb0f-402c-8994-f236cd723afb|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 438de6dc-cd24-47b3-ad1a-caf0fe49a6bf from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-02-05T04:45:15.603Z|0c8fbd6c-eb0f-402c-8994-f236cd723afb|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-02-05T04:45:15.603Z|0c8fbd6c-eb0f-402c-8994-f236cd723afb|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-02-05T04:45:15.993Z|0c8fbd6c-eb0f-402c-8994-f236cd723afb|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-02-05T04:45:15.996Z|0c8fbd6c-eb0f-402c-8994-f236cd723afb|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 438de6dc-cd24-47b3-ad1a-caf0fe49a6bf 68932
2022-02-05T04:45:15.996Z|0c8fbd6c-eb0f-402c-8994-f236cd723afb|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2022-02-05T04:45:15.996Z|0c8fbd6c-eb0f-402c-8994-f236cd723afb|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-02-05T04:45:15.996Z|0c8fbd6c-eb0f-402c-8994-f236cd723afb|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-05T04:45:15.996Z|0c8fbd6c-eb0f-402c-8994-f236cd723afb|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-02-05T04:45:15.998Z|0c8fbd6c-eb0f-402c-8994-f236cd723afb|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-05T04:45:15.998Z|0c8fbd6c-eb0f-402c-8994-f236cd723afb|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "0c8fbd6c-eb0f-402c-8994-f236cd723afb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644036315996,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-05T04:45:16.098Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-05T04:45:16.098Z||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-02-05T04:45:16.099Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NVaOFbHv1dPNRJ79) ...
2022-02-05T04:45:16.107Z||pool-122-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T04:45:16.108Z||pool-122-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-02-05T04:45:16.998Z|0c8fbd6c-eb0f-402c-8994-f236cd723afb|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-02-05T04:45:16.999Z|0c8fbd6c-eb0f-402c-8994-f236cd723afb|pool-2-thread-9|||||INFO|500||MSO config path is: /app
2022-02-05T04:45:16.999Z|0c8fbd6c-eb0f-402c-8994-f236cd723afb|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 438de6dc-cd24-47b3-ad1a-caf0fe49a6bf, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar
2022-02-05T04:45:16.999Z|0c8fbd6c-eb0f-402c-8994-f236cd723afb|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar
2022-02-05T04:45:17.000Z|0c8fbd6c-eb0f-402c-8994-f236cd723afb|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar
2022-02-05T04:45:17.000Z|0c8fbd6c-eb0f-402c-8994-f236cd723afb|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar
2022-02-05T04:45:17.091Z|0c8fbd6c-eb0f-402c-8994-f236cd723afb|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15172939603018603404/Definitions/service-BasicCnf-template.yml
2022-02-05T04:45:17.273Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T04:45:17.273Z||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-02-05T04:45:17.273Z||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 NVaOFbHv1dPNRJ79) ...
2022-02-05T04:45:17.292Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T04:45:17.293Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T04:45:17.294Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "31493b91-40ba-4358-9eb6-2ed493e64a4d",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644036252172,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-02-05T04:45:17.302Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T04:45:17.889Z|0c8fbd6c-eb0f-402c-8994-f236cd723afb|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0
2022-02-05T04:45:17.889Z|0c8fbd6c-eb0f-402c-8994-f236cd723afb|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-02-05T04:45:17.889Z|0c8fbd6c-eb0f-402c-8994-f236cd723afb|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-02-05T04:45:17.889Z|0c8fbd6c-eb0f-402c-8994-f236cd723afb|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred...
2022-02-05T04:45:17.889Z|0c8fbd6c-eb0f-402c-8994-f236cd723afb|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-02-05T04:45:17.889Z|0c8fbd6c-eb0f-402c-8994-f236cd723afb|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-02-05T04:45:17.889Z|0c8fbd6c-eb0f-402c-8994-f236cd723afb|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-02-05T04:45:17.890Z|0c8fbd6c-eb0f-402c-8994-f236cd723afb|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar
2022-02-05T04:45:17.890Z|0c8fbd6c-eb0f-402c-8994-f236cd723afb|pool-2-thread-9|||||WARN|500||####################################################################################################
2022-02-05T04:45:17.890Z|0c8fbd6c-eb0f-402c-8994-f236cd723afb|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-05T04:45:17.890Z|0c8fbd6c-eb0f-402c-8994-f236cd723afb|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-02-05T04:45:17.890Z|0c8fbd6c-eb0f-402c-8994-f236cd723afb|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-02-05T04:45:17.890Z|0c8fbd6c-eb0f-402c-8994-f236cd723afb|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-02-05T04:45:17.890Z|0c8fbd6c-eb0f-402c-8994-f236cd723afb|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-02-05T04:45:17.890Z|0c8fbd6c-eb0f-402c-8994-f236cd723afb|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-05T04:45:17.890Z|0c8fbd6c-eb0f-402c-8994-f236cd723afb|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-02-05T04:45:17.890Z|0c8fbd6c-eb0f-402c-8994-f236cd723afb|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-02-05T04:45:17.890Z|0c8fbd6c-eb0f-402c-8994-f236cd723afb|pool-2-thread-9|||||DEBUG|500||Search for entities recursively
2022-02-05T04:45:17.891Z|0c8fbd6c-eb0f-402c-8994-f236cd723afb|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null
2022-02-05T04:45:17.891Z|0c8fbd6c-eb0f-402c-8994-f236cd723afb|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-05T04:45:17.891Z|0c8fbd6c-eb0f-402c-8994-f236cd723afb|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-05T04:45:17.891Z|0c8fbd6c-eb0f-402c-8994-f236cd723afb|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-05T04:45:17.891Z|0c8fbd6c-eb0f-402c-8994-f236cd723afb|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-02-05T04:45:17.891Z|0c8fbd6c-eb0f-402c-8994-f236cd723afb|pool-2-thread-9|||||DEBUG|500||Node template abstract_dummy is not matching search criteria
2022-02-05T04:45:17.891Z|0c8fbd6c-eb0f-402c-8994-f236cd723afb|pool-2-thread-9|||||DEBUG|500||Node template dummy is not matching search criteria
2022-02-05T04:45:17.891Z|0c8fbd6c-eb0f-402c-8994-f236cd723afb|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-02-05T04:45:17.891Z|0c8fbd6c-eb0f-402c-8994-f236cd723afb|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-05T04:45:17.891Z|0c8fbd6c-eb0f-402c-8994-f236cd723afb|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-02-05T04:45:17.891Z|0c8fbd6c-eb0f-402c-8994-f236cd723afb|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-05T04:45:17.891Z|0c8fbd6c-eb0f-402c-8994-f236cd723afb|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-02-05T04:45:17.892Z|0c8fbd6c-eb0f-402c-8994-f236cd723afb|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-05T04:45:17.892Z|0c8fbd6c-eb0f-402c-8994-f236cd723afb|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-05T04:45:17.892Z|0c8fbd6c-eb0f-402c-8994-f236cd723afb|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-02-05T04:45:17.892Z|0c8fbd6c-eb0f-402c-8994-f236cd723afb|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-05T04:45:17.892Z|0c8fbd6c-eb0f-402c-8994-f236cd723afb|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-05T04:45:17.892Z|0c8fbd6c-eb0f-402c-8994-f236cd723afb|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-02-05T04:45:17.892Z|0c8fbd6c-eb0f-402c-8994-f236cd723afb|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-05T04:45:17.892Z|0c8fbd6c-eb0f-402c-8994-f236cd723afb|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-05T04:45:17.892Z|0c8fbd6c-eb0f-402c-8994-f236cd723afb|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-02-05T04:45:17.892Z|0c8fbd6c-eb0f-402c-8994-f236cd723afb|pool-2-thread-9|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2022-02-05T04:45:17.892Z|0c8fbd6c-eb0f-402c-8994-f236cd723afb|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=76786ea4-46c2-45dd-bc92-5cc5180ac598
2022-02-05T04:45:17.893Z|0c8fbd6c-eb0f-402c-8994-f236cd723afb|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-05T04:45:17.893Z|0c8fbd6c-eb0f-402c-8994-f236cd723afb|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-02-05T04:45:17.893Z|0c8fbd6c-eb0f-402c-8994-f236cd723afb|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-05T04:45:17.893Z|0c8fbd6c-eb0f-402c-8994-f236cd723afb|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-02-05T04:45:17.893Z|0c8fbd6c-eb0f-402c-8994-f236cd723afb|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-05T04:45:17.893Z|0c8fbd6c-eb0f-402c-8994-f236cd723afb|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-05T04:45:17.893Z|0c8fbd6c-eb0f-402c-8994-f236cd723afb|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-05T04:45:17.893Z|0c8fbd6c-eb0f-402c-8994-f236cd723afb|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-02-05T04:45:17.893Z|0c8fbd6c-eb0f-402c-8994-f236cd723afb|pool-2-thread-9|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_cnf
Description:service
Model UUID:b21d584b-9ab4-46e3-be08-f515d670c956
Model Version:NULL
Model InvariantUuid:4ce00a4c-3fde-42f9-bf72-badd614bd078
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_cnf
Model UUID:e8596e42-abaa-4f5b-9c65-576945abb322
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:a687f6fa-980f-4653-b6c2-d7459fc81eaf
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:a4d5f6c0-c2a3-401a-b6fa-ad01c61ec66b
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:4ae8d411-6c7d-4e65-a907-23fbde748399
ModelName:BasicCnf..base_dummy..module-0
ModelUuid:c43f558d-c897-459c-b763-d0fa2bffc5d5
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:76786ea4-46c2-45dd-bc92-5cc5180ac598
ModelInvariantUuid:54489e87-e262-4b32-ab73-d3e29d2dc3eb
ModelName:basic_cnf-nodes.dummyCvfc
ModelUuid:a0247758-8bc4-45ac-aefd-3e88cc1a9ba9
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_dummy


VNFC Properties:
ModelCustomizationUuid:489dba58-638e-46c1-87bc-81adf7dd1909
ModelInvariantUuid:2aa98845-1c3b-400e-a0dc-397f65e5d3bf
ModelName:BasicCnf.compute.nodes.heat.dummy
ModelUuid:c57e447b-afd9-445e-9f33-a25aa8b0527f
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-02-05T04:45:17.898Z|0c8fbd6c-eb0f-402c-8994-f236cd723afb|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: 5c5c1871-4f40-4ae5-83c7-c6f15b593f1d
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-02-05T04:45:17.900Z|0c8fbd6c-eb0f-402c-8994-f236cd723afb|pool-2-thread-9|||||INFO|500||basic_cnf 0
2022-02-05T04:45:17.900Z|0c8fbd6c-eb0f-402c-8994-f236cd723afb|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 5c5c1871-4f40-4ae5-83c7-c6f15b593f1d
2022-02-05T04:45:17.901Z|0c8fbd6c-eb0f-402c-8994-f236cd723afb|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: bf6f3bf5-ca21-4d5a-b167-9ce025c384b4 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2022-02-05T04:45:17.901Z|0c8fbd6c-eb0f-402c-8994-f236cd723afb|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-02-05T04:45:17.901Z|0c8fbd6c-eb0f-402c-8994-f236cd723afb|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2022-02-05T04:45:17.932Z|0c8fbd6c-eb0f-402c-8994-f236cd723afb|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-02-05T04:45:17.933Z|0c8fbd6c-eb0f-402c-8994-f236cd723afb|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env bf6f3bf5-ca21-4d5a-b167-9ce025c384b4 12
2022-02-05T04:45:17.933Z|0c8fbd6c-eb0f-402c-8994-f236cd723afb|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification
2022-02-05T04:45:17.933Z|0c8fbd6c-eb0f-402c-8994-f236cd723afb|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env
2022-02-05T04:45:17.933Z|0c8fbd6c-eb0f-402c-8994-f236cd723afb|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-05T04:45:17.933Z|0c8fbd6c-eb0f-402c-8994-f236cd723afb|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-02-05T04:45:17.935Z|0c8fbd6c-eb0f-402c-8994-f236cd723afb|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-05T04:45:17.935Z|0c8fbd6c-eb0f-402c-8994-f236cd723afb|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "0c8fbd6c-eb0f-402c-8994-f236cd723afb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644036317933,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2022-02-05T04:45:18.035Z||pool-123-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-05T04:45:18.036Z||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-02-05T04:45:18.036Z||pool-123-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NVaOFbHv1dPNRJ79) ...
2022-02-05T04:45:18.046Z||pool-123-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T04:45:18.046Z||pool-123-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1}
2022-02-05T04:45:18.935Z|0c8fbd6c-eb0f-402c-8994-f236cd723afb|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: dc71495c-adb0-48f7-8422-7527158b8ec3 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2022-02-05T04:45:18.936Z|0c8fbd6c-eb0f-402c-8994-f236cd723afb|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-02-05T04:45:18.936Z|0c8fbd6c-eb0f-402c-8994-f236cd723afb|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2022-02-05T04:45:18.969Z|0c8fbd6c-eb0f-402c-8994-f236cd723afb|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-02-05T04:45:18.969Z|0c8fbd6c-eb0f-402c-8994-f236cd723afb|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz dc71495c-adb0-48f7-8422-7527158b8ec3 2688
2022-02-05T04:45:18.969Z|0c8fbd6c-eb0f-402c-8994-f236cd723afb|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification
2022-02-05T04:45:18.969Z|0c8fbd6c-eb0f-402c-8994-f236cd723afb|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz
2022-02-05T04:45:18.969Z|0c8fbd6c-eb0f-402c-8994-f236cd723afb|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-05T04:45:18.969Z|0c8fbd6c-eb0f-402c-8994-f236cd723afb|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-02-05T04:45:18.971Z|0c8fbd6c-eb0f-402c-8994-f236cd723afb|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-05T04:45:18.971Z|0c8fbd6c-eb0f-402c-8994-f236cd723afb|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "0c8fbd6c-eb0f-402c-8994-f236cd723afb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644036318969,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-02-05T04:45:19.071Z||pool-124-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-05T04:45:19.072Z||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-02-05T04:45:19.072Z||pool-124-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NVaOFbHv1dPNRJ79) ...
2022-02-05T04:45:19.081Z||pool-124-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T04:45:19.081Z||pool-124-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-02-05T04:45:19.972Z|0c8fbd6c-eb0f-402c-8994-f236cd723afb|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: cda0df4e-8ec4-45fa-a54a-b17a6809d761 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-02-05T04:45:19.972Z|0c8fbd6c-eb0f-402c-8994-f236cd723afb|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-02-05T04:45:19.972Z|0c8fbd6c-eb0f-402c-8994-f236cd723afb|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-02-05T04:45:20.049Z|0c8fbd6c-eb0f-402c-8994-f236cd723afb|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-02-05T04:45:20.049Z|0c8fbd6c-eb0f-402c-8994-f236cd723afb|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json cda0df4e-8ec4-45fa-a54a-b17a6809d761 828
2022-02-05T04:45:20.050Z|0c8fbd6c-eb0f-402c-8994-f236cd723afb|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification
2022-02-05T04:45:20.050Z|0c8fbd6c-eb0f-402c-8994-f236cd723afb|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-02-05T04:45:20.050Z|0c8fbd6c-eb0f-402c-8994-f236cd723afb|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-05T04:45:20.050Z|0c8fbd6c-eb0f-402c-8994-f236cd723afb|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-02-05T04:45:20.051Z|0c8fbd6c-eb0f-402c-8994-f236cd723afb|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-05T04:45:20.051Z|0c8fbd6c-eb0f-402c-8994-f236cd723afb|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "0c8fbd6c-eb0f-402c-8994-f236cd723afb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644036320050,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-02-05T04:45:20.152Z||pool-125-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-02-05T04:45:20.152Z||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-02-05T04:45:20.152Z||pool-125-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NVaOFbHv1dPNRJ79) ...
2022-02-05T04:45:20.163Z||pool-125-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T04:45:20.163Z||pool-125-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2022-02-05T04:45:21.052Z|0c8fbd6c-eb0f-402c-8994-f236cd723afb|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "4ae8d411-6c7d-4e65-a907-23fbde748399",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "c43f558d-c897-459c-b763-d0fa2bffc5d5",
    "vfModuleModelCustomizationUUID": "0b0024f1-53e9-42c3-a77e-4fda291acfaf",
    "isBase": true,
    "artifacts": [
      "a60f3fae-4cb8-4e12-97e9-0c927176e1d4",
      "dc71495c-adb0-48f7-8422-7527158b8ec3",
      "ff4eaed0-4145-46d8-aa96-2af7e60759fe"
    ],
    "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-02-05T04:45:21.055Z|0c8fbd6c-eb0f-402c-8994-f236cd723afb|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:c43f558d-c897-459c-b763-d0fa2bffc5d5
VfModuleModelInvariantUUID:4ae8d411-6c7d-4e65-a907-23fbde748399
VfModuleModelDescription:NULL
Artifacts UUID List:{
a60f3fae-4cb8-4e12-97e9-0c927176e1d4
,
dc71495c-adb0-48f7-8422-7527158b8ec3
,
ff4eaed0-4145-46d8-aa96-2af7e60759fe

}
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-02-05T04:45:21.056Z|0c8fbd6c-eb0f-402c-8994-f236cd723afb|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicCnf..base_dummy..module-0",
    "vfModuleModelInvariantUUID": "4ae8d411-6c7d-4e65-a907-23fbde748399",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "c43f558d-c897-459c-b763-d0fa2bffc5d5",
    "vfModuleModelCustomizationUUID": "0b0024f1-53e9-42c3-a77e-4fda291acfaf",
    "isBase": true,
    "artifacts": [
      "a60f3fae-4cb8-4e12-97e9-0c927176e1d4",
      "dc71495c-adb0-48f7-8422-7527158b8ec3",
      "ff4eaed0-4145-46d8-aa96-2af7e60759fe"
    ],
    "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-02-05T04:45:21.056Z|0c8fbd6c-eb0f-402c-8994-f236cd723afb|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicCnf..base_dummy..module-0
VfModuleModelVersion:1
VfModuleModelUUID:c43f558d-c897-459c-b763-d0fa2bffc5d5
VfModuleModelInvariantUUID:4ae8d411-6c7d-4e65-a907-23fbde748399
VfModuleModelDescription:NULL
Artifacts UUID List:{
a60f3fae-4cb8-4e12-97e9-0c927176e1d4
,
dc71495c-adb0-48f7-8422-7527158b8ec3
,
ff4eaed0-4145-46d8-aa96-2af7e60759fe

}
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-02-05T04:45:21.057Z|0c8fbd6c-eb0f-402c-8994-f236cd723afb|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: a60f3fae-4cb8-4e12-97e9-0c927176e1d4 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-02-05T04:45:21.057Z|0c8fbd6c-eb0f-402c-8994-f236cd723afb|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-02-05T04:45:21.057Z|0c8fbd6c-eb0f-402c-8994-f236cd723afb|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-02-05T04:45:21.169Z|0c8fbd6c-eb0f-402c-8994-f236cd723afb|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-02-05T04:45:21.169Z|0c8fbd6c-eb0f-402c-8994-f236cd723afb|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml a60f3fae-4cb8-4e12-97e9-0c927176e1d4 1164
2022-02-05T04:45:21.169Z|0c8fbd6c-eb0f-402c-8994-f236cd723afb|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification
2022-02-05T04:45:21.169Z|0c8fbd6c-eb0f-402c-8994-f236cd723afb|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-02-05T04:45:21.170Z|0c8fbd6c-eb0f-402c-8994-f236cd723afb|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-05T04:45:21.170Z|0c8fbd6c-eb0f-402c-8994-f236cd723afb|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-02-05T04:45:21.171Z|0c8fbd6c-eb0f-402c-8994-f236cd723afb|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-05T04:45:21.171Z|0c8fbd6c-eb0f-402c-8994-f236cd723afb|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "0c8fbd6c-eb0f-402c-8994-f236cd723afb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644036321169,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-02-05T04:45:21.271Z||pool-126-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-05T04:45:21.272Z||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-02-05T04:45:21.272Z||pool-126-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NVaOFbHv1dPNRJ79) ...
2022-02-05T04:45:21.280Z||pool-126-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T04:45:21.281Z||pool-126-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2022-02-05T04:45:22.172Z|0c8fbd6c-eb0f-402c-8994-f236cd723afb|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: ff4eaed0-4145-46d8-aa96-2af7e60759fe from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-02-05T04:45:22.172Z|0c8fbd6c-eb0f-402c-8994-f236cd723afb|pool-2-thread-9|||||INFO|500||DistributionClient - download
2022-02-05T04:45:22.172Z|0c8fbd6c-eb0f-402c-8994-f236cd723afb|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-02-05T04:45:22.286Z|0c8fbd6c-eb0f-402c-8994-f236cd723afb|pool-2-thread-9|||||DEBUG|500||GET Response Status 200
2022-02-05T04:45:22.287Z|0c8fbd6c-eb0f-402c-8994-f236cd723afb|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ff4eaed0-4145-46d8-aa96-2af7e60759fe 200
2022-02-05T04:45:22.287Z|0c8fbd6c-eb0f-402c-8994-f236cd723afb|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification
2022-02-05T04:45:22.287Z|0c8fbd6c-eb0f-402c-8994-f236cd723afb|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-02-05T04:45:22.287Z|0c8fbd6c-eb0f-402c-8994-f236cd723afb|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus
2022-02-05T04:45:22.287Z|0c8fbd6c-eb0f-402c-8994-f236cd723afb|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-02-05T04:45:22.289Z|0c8fbd6c-eb0f-402c-8994-f236cd723afb|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-05T04:45:22.289Z|0c8fbd6c-eb0f-402c-8994-f236cd723afb|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "0c8fbd6c-eb0f-402c-8994-f236cd723afb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644036322287,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-02-05T04:45:22.389Z||pool-127-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-05T04:45:22.390Z||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-02-05T04:45:22.390Z||pool-127-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NVaOFbHv1dPNRJ79) ...
2022-02-05T04:45:22.398Z||pool-127-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T04:45:22.398Z||pool-127-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1}
2022-02-05T04:45:23.289Z|0c8fbd6c-eb0f-402c-8994-f236cd723afb|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: b21d584b-9ab4-46e3-be08-f515d670c956
2022-02-05T04:45:23.290Z|0c8fbd6c-eb0f-402c-8994-f236cd723afb|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 5c5c1871-4f40-4ae5-83c7-c6f15b593f1d 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 heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
2022-02-05T04:45:23.300Z|0c8fbd6c-eb0f-402c-8994-f236cd723afb|pool-2-thread-9|||||WARN|500||ASDC_ARTIFACT_TYPE_NOT_SUPPORT CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT(Artifact Name:nginx_cloudtech_k8s_charts.tgz) 300 Artifact type not supported
Hibernate: select 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-02-05T04:45:23.302Z|0c8fbd6c-eb0f-402c-8994-f236cd723afb|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@53296120, org.onap.sdc.toscaparser.api.parameters.Input@3fa7e793, org.onap.sdc.toscaparser.api.parameters.Input@2c588714, org.onap.sdc.toscaparser.api.parameters.Input@18444cbb, org.onap.sdc.toscaparser.api.parameters.Input@fc0ef2]
2022-02-05T04:45:23.303Z|0c8fbd6c-eb0f-402c-8994-f236cd723afb|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-05T04:45:23.303Z|0c8fbd6c-eb0f-402c-8994-f236cd723afb|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-02-05T04:45:23.303Z|0c8fbd6c-eb0f-402c-8994-f236cd723afb|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic 
2022-02-05T04:45:23.303Z|0c8fbd6c-eb0f-402c-8994-f236cd723afb|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= a4d5f6c0-c2a3-401a-b6fa-ad01c61ec66b
2022-02-05T04:45:23.304Z|0c8fbd6c-eb0f-402c-8994-f236cd723afb|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: a4d5f6c0-c2a3-401a-b6fa-ad01c61ec66b matches Tosca VF Customization UUID: a4d5f6c0-c2a3-401a-b6fa-ad01c61ec66b
2022-02-05T04:45:23.304Z|0c8fbd6c-eb0f-402c-8994-f236cd723afb|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: a4d5f6c0-c2a3-401a-b6fa-ad01c61ec66b  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-02-05T04:45:23.305Z|0c8fbd6c-eb0f-402c-8994-f236cd723afb|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-05T04:45:23.305Z|0c8fbd6c-eb0f-402c-8994-f236cd723afb|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-02-05T04:45:23.305Z|0c8fbd6c-eb0f-402c-8994-f236cd723afb|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id a4d5f6c0-c2a3-401a-b6fa-ad01c61ec66b: {\"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-02-05T04:45:23.306Z|0c8fbd6c-eb0f-402c-8994-f236cd723afb|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@52f4051c
2022-02-05T04:45:23.306Z|0c8fbd6c-eb0f-402c-8994-f236cd723afb|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-05T04:45:23.306Z|0c8fbd6c-eb0f-402c-8994-f236cd723afb|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-02-05T04:45:23.306Z|0c8fbd6c-eb0f-402c-8994-f236cd723afb|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 0b0024f1-53e9-42c3-a77e-4fda291acfaf
2022-02-05T04:45:23.306Z|0c8fbd6c-eb0f-402c-8994-f236cd723afb|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 0b0024f1-53e9-42c3-a77e-4fda291acfaf
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-02-05T04:45:23.307Z|0c8fbd6c-eb0f-402c-8994-f236cd723afb|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-05T04:45:23.307Z|0c8fbd6c-eb0f-402c-8994-f236cd723afb|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-02-05T04:45:23.307Z|0c8fbd6c-eb0f-402c-8994-f236cd723afb|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-05T04:45:23.308Z|0c8fbd6c-eb0f-402c-8994-f236cd723afb|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-05T04:45:23.308Z|0c8fbd6c-eb0f-402c-8994-f236cd723afb|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-02-05T04:45:23.308Z|0c8fbd6c-eb0f-402c-8994-f236cd723afb|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-05T04:45:23.308Z|0c8fbd6c-eb0f-402c-8994-f236cd723afb|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-05T04:45:23.308Z|0c8fbd6c-eb0f-402c-8994-f236cd723afb|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria
2022-02-05T04:45:23.308Z|0c8fbd6c-eb0f-402c-8994-f236cd723afb|pool-2-thread-9|||||DEBUG|500||Node template abstract_dummy is matching search criteria
2022-02-05T04:45:23.308Z|0c8fbd6c-eb0f-402c-8994-f236cd723afb|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=76786ea4-46c2-45dd-bc92-5cc5180ac598
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-02-05T04:45:23.311Z|0c8fbd6c-eb0f-402c-8994-f236cd723afb|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-05T04:45:23.311Z|0c8fbd6c-eb0f-402c-8994-f236cd723afb|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-02-05T04:45:23.311Z|0c8fbd6c-eb0f-402c-8994-f236cd723afb|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-02-05T04:45:23.311Z|0c8fbd6c-eb0f-402c-8994-f236cd723afb|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-05T04:45:23.311Z|0c8fbd6c-eb0f-402c-8994-f236cd723afb|pool-2-thread-9|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria
2022-02-05T04:45:23.311Z|0c8fbd6c-eb0f-402c-8994-f236cd723afb|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=a4d5f6c0-c2a3-401a-b6fa-ad01c61ec66b
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-02-05T04:45:23.313Z|0c8fbd6c-eb0f-402c-8994-f236cd723afb|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-05T04:45:23.313Z|0c8fbd6c-eb0f-402c-8994-f236cd723afb|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-02-05T04:45:23.313Z|0c8fbd6c-eb0f-402c-8994-f236cd723afb|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid b21d584b-9ab4-46e3-be08-f515d670c956: basic_cnf
2022-02-05T04:45:23.313Z|0c8fbd6c-eb0f-402c-8994-f236cd723afb|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-05T04:45:23.313Z|0c8fbd6c-eb0f-402c-8994-f236cd723afb|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-02-05T04:45:23.313Z|0c8fbd6c-eb0f-402c-8994-f236cd723afb|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-05T04:45:23.314Z|0c8fbd6c-eb0f-402c-8994-f236cd723afb|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-02-05T04:45:23.314Z|0c8fbd6c-eb0f-402c-8994-f236cd723afb|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-05T04:45:23.314Z|0c8fbd6c-eb0f-402c-8994-f236cd723afb|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-02-05T04:45:23.314Z|0c8fbd6c-eb0f-402c-8994-f236cd723afb|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-05T04:45:23.314Z|0c8fbd6c-eb0f-402c-8994-f236cd723afb|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-02-05T04:45:23.314Z|0c8fbd6c-eb0f-402c-8994-f236cd723afb|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-02-05T04:45:23.314Z|0c8fbd6c-eb0f-402c-8994-f236cd723afb|pool-2-thread-9|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-02-05T04:45:23.314Z|0c8fbd6c-eb0f-402c-8994-f236cd723afb|pool-2-thread-9|||||INFO|500||Saving Service: basic_cnf 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-02-05T04:45:23.367Z|0c8fbd6c-eb0f-402c-8994-f236cd723afb|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf 5c5c1871-4f40-4ae5-83c7-c6f15b593f1d 1 ASDC deployResourceStructure
2022-02-05T04:45:23.367Z|0c8fbd6c-eb0f-402c-8994-f236cd723afb|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification
2022-02-05T04:45:23.367Z|0c8fbd6c-eb0f-402c-8994-f236cd723afb|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env(The artifact has not been used by the modules defined in the resource)
2022-02-05T04:45:23.367Z|0c8fbd6c-eb0f-402c-8994-f236cd723afb|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-02-05T04:45:23.367Z|0c8fbd6c-eb0f-402c-8994-f236cd723afb|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-02-05T04:45:23.369Z|0c8fbd6c-eb0f-402c-8994-f236cd723afb|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-05T04:45:23.369Z|0c8fbd6c-eb0f-402c-8994-f236cd723afb|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "0c8fbd6c-eb0f-402c-8994-f236cd723afb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644036323367,
  "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-02-05T04:45:23.469Z||pool-128-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-05T04:45:23.470Z||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-02-05T04:45:23.470Z||pool-128-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NVaOFbHv1dPNRJ79) ...
2022-02-05T04:45:23.478Z||pool-128-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T04:45:23.478Z||pool-128-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1}
2022-02-05T04:45:24.369Z|0c8fbd6c-eb0f-402c-8994-f236cd723afb|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification
2022-02-05T04:45:24.370Z|0c8fbd6c-eb0f-402c-8994-f236cd723afb|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz(The artifact has not been used by the modules defined in the resource)
2022-02-05T04:45:24.370Z|0c8fbd6c-eb0f-402c-8994-f236cd723afb|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason
2022-02-05T04:45:24.370Z|0c8fbd6c-eb0f-402c-8994-f236cd723afb|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-02-05T04:45:24.372Z|0c8fbd6c-eb0f-402c-8994-f236cd723afb|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-05T04:45:24.372Z|0c8fbd6c-eb0f-402c-8994-f236cd723afb|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "0c8fbd6c-eb0f-402c-8994-f236cd723afb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644036324369,
  "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-02-05T04:45:24.472Z||pool-129-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-05T04:45:24.473Z||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-02-05T04:45:24.473Z||pool-129-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NVaOFbHv1dPNRJ79) ...
2022-02-05T04:45:24.482Z||pool-129-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T04:45:24.483Z||pool-129-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2022-02-05T04:45:25.373Z|0c8fbd6c-eb0f-402c-8994-f236cd723afb|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification
2022-02-05T04:45:25.373Z|0c8fbd6c-eb0f-402c-8994-f236cd723afb|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json
2022-02-05T04:45:25.373Z|0c8fbd6c-eb0f-402c-8994-f236cd723afb|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-05T04:45:25.374Z|0c8fbd6c-eb0f-402c-8994-f236cd723afb|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-02-05T04:45:25.375Z|0c8fbd6c-eb0f-402c-8994-f236cd723afb|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-05T04:45:25.375Z|0c8fbd6c-eb0f-402c-8994-f236cd723afb|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "0c8fbd6c-eb0f-402c-8994-f236cd723afb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644036325373,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-02-05T04:45:25.475Z||pool-130-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-05T04:45:25.476Z||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-02-05T04:45:25.476Z||pool-130-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NVaOFbHv1dPNRJ79) ...
2022-02-05T04:45:25.486Z||pool-130-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T04:45:25.486Z||pool-130-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-02-05T04:45:26.376Z|0c8fbd6c-eb0f-402c-8994-f236cd723afb|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification
2022-02-05T04:45:26.376Z|0c8fbd6c-eb0f-402c-8994-f236cd723afb|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml
2022-02-05T04:45:26.376Z|0c8fbd6c-eb0f-402c-8994-f236cd723afb|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-05T04:45:26.376Z|0c8fbd6c-eb0f-402c-8994-f236cd723afb|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-02-05T04:45:26.378Z|0c8fbd6c-eb0f-402c-8994-f236cd723afb|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-05T04:45:26.378Z|0c8fbd6c-eb0f-402c-8994-f236cd723afb|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "0c8fbd6c-eb0f-402c-8994-f236cd723afb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644036326376,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2022-02-05T04:45:26.478Z||pool-131-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-05T04:45:26.479Z||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-02-05T04:45:26.479Z||pool-131-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NVaOFbHv1dPNRJ79) ...
2022-02-05T04:45:26.488Z||pool-131-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T04:45:26.488Z||pool-131-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-02-05T04:45:27.379Z|0c8fbd6c-eb0f-402c-8994-f236cd723afb|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification
2022-02-05T04:45:27.379Z|0c8fbd6c-eb0f-402c-8994-f236cd723afb|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env
2022-02-05T04:45:27.379Z|0c8fbd6c-eb0f-402c-8994-f236cd723afb|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-05T04:45:27.379Z|0c8fbd6c-eb0f-402c-8994-f236cd723afb|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-02-05T04:45:27.381Z|0c8fbd6c-eb0f-402c-8994-f236cd723afb|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-05T04:45:27.381Z|0c8fbd6c-eb0f-402c-8994-f236cd723afb|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "0c8fbd6c-eb0f-402c-8994-f236cd723afb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644036327378,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2022-02-05T04:45:27.481Z||pool-132-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-05T04:45:27.482Z||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-02-05T04:45:27.482Z||pool-132-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NVaOFbHv1dPNRJ79) ...
2022-02-05T04:45:27.491Z||pool-132-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T04:45:27.491Z||pool-132-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1}
2022-02-05T04:45:28.381Z|0c8fbd6c-eb0f-402c-8994-f236cd723afb|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification
2022-02-05T04:45:28.382Z|0c8fbd6c-eb0f-402c-8994-f236cd723afb|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar
2022-02-05T04:45:28.382Z|0c8fbd6c-eb0f-402c-8994-f236cd723afb|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-02-05T04:45:28.382Z|0c8fbd6c-eb0f-402c-8994-f236cd723afb|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-02-05T04:45:28.384Z|0c8fbd6c-eb0f-402c-8994-f236cd723afb|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-05T04:45:28.384Z|0c8fbd6c-eb0f-402c-8994-f236cd723afb|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "0c8fbd6c-eb0f-402c-8994-f236cd723afb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644036328381,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-05T04:45:28.484Z||pool-133-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-05T04:45:28.485Z||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-02-05T04:45:28.485Z||pool-133-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NVaOFbHv1dPNRJ79) ...
2022-02-05T04:45:28.498Z||pool-133-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T04:45:28.498Z||pool-133-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-02-05T04:45:29.384Z|0c8fbd6c-eb0f-402c-8994-f236cd723afb|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0c8fbd6c-eb0f-402c-8994-f236cd723afb
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-02-05T04:45:29.392Z|0c8fbd6c-eb0f-402c-8994-f236cd723afb|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0c8fbd6c-eb0f-402c-8994-f236cd723afb
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-02-05T04:45:29.394Z|0c8fbd6c-eb0f-402c-8994-f236cd723afb|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-02-05T04:45:29.394Z|0c8fbd6c-eb0f-402c-8994-f236cd723afb|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-02-05T04:45:29.394Z|0c8fbd6c-eb0f-402c-8994-f236cd723afb|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-02-05T04:45:29.395Z|0c8fbd6c-eb0f-402c-8994-f236cd723afb|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-02-05T04:45:29.395Z|0c8fbd6c-eb0f-402c-8994-f236cd723afb|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-05T04:45:29.395Z|0c8fbd6c-eb0f-402c-8994-f236cd723afb|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-05T04:45:29.395Z|0c8fbd6c-eb0f-402c-8994-f236cd723afb|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-05T04:45:29.395Z|0c8fbd6c-eb0f-402c-8994-f236cd723afb|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-05T04:45:29.395Z|0c8fbd6c-eb0f-402c-8994-f236cd723afb|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-05T04:45:29.395Z|0c8fbd6c-eb0f-402c-8994-f236cd723afb|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-02-05T04:45:29.395Z|0c8fbd6c-eb0f-402c-8994-f236cd723afb|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-02-05T04:45:29.400Z|0c8fbd6c-eb0f-402c-8994-f236cd723afb|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-02-05T04:45:59.400Z|0c8fbd6c-eb0f-402c-8994-f236cd723afb|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 0c8fbd6c-eb0f-402c-8994-f236cd723afb 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-02-05T04:45:59.405Z|0c8fbd6c-eb0f-402c-8994-f236cd723afb|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 0c8fbd6c-eb0f-402c-8994-f236cd723afb and serviceModelVersionId: b21d584b-9ab4-46e3-be08-f515d670c956
2022-02-05T04:45:59.405Z|0c8fbd6c-eb0f-402c-8994-f236cd723afb|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 4ce00a4c-3fde-42f9-bf72-badd614bd078
2022-02-05T04:45:59.405Z|0c8fbd6c-eb0f-402c-8994-f236cd723afb|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/4ce00a4c-3fde-42f9-bf72-badd614bd078/model-vers/model-ver/b21d584b-9ab4-46e3-be08-f515d670c956?depth=0
2022-02-05T04:45:59.408Z|0c8fbd6c-eb0f-402c-8994-f236cd723afb|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context!
2022-02-05T04:45:59.431Z|0c8fbd6c-eb0f-402c-8994-f236cd723afb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ce00a4c-3fde-42f9-bf72-badd614bd078/model-vers/model-ver/b21d584b-9ab4-46e3-be08-f515d670c956?depth=0|INFO|500||Invoke
2022-02-05T04:45:59.432Z|0c8fbd6c-eb0f-402c-8994-f236cd723afb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ce00a4c-3fde-42f9-bf72-badd614bd078/model-vers/model-ver/b21d584b-9ab4-46e3-be08-f515d670c956?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ce00a4c-3fde-42f9-bf72-badd614bd078/model-vers/model-ver/b21d584b-9ab4-46e3-be08-f515d670c956?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[0c8fbd6c-eb0f-402c-8994-f236cd723afb], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[cad01168-407b-4cbd-ac3d-769ed7083056], X-ECOMP-RequestID=[0c8fbd6c-eb0f-402c-8994-f236cd723afb], X-TransactionId=[], X-ONAP-RequestID=[0c8fbd6c-eb0f-402c-8994-f236cd723afb], Content-Type=[application/merge-patch+json]}
2022-02-05T04:45:59.446Z|0c8fbd6c-eb0f-402c-8994-f236cd723afb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ce00a4c-3fde-42f9-bf72-badd614bd078/model-vers/model-ver/b21d584b-9ab4-46e3-be08-f515d670c956?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-02-05T04:45:59.527Z|0c8fbd6c-eb0f-402c-8994-f236cd723afb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ce00a4c-3fde-42f9-bf72-badd614bd078/model-vers/model-ver/b21d584b-9ab4-46e3-be08-f515d670c956?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/4ce00a4c-3fde-42f9-bf72-badd614bd078/model-vers/model-ver/b21d584b-9ab4-46e3-be08-f515d670c956?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220205-04:45:59:451-85856], vertex-id=[233496], Content-Length=[0], Date=[Sat, 05 Feb 2022 04:45:59 GMT], Content-Type=[application/json]}
2022-02-05T04:45:59.527Z|0c8fbd6c-eb0f-402c-8994-f236cd723afb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ce00a4c-3fde-42f9-bf72-badd614bd078/model-vers/model-ver/b21d584b-9ab4-46e3-be08-f515d670c956?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-02-05T04:45:59.528Z|0c8fbd6c-eb0f-402c-8994-f236cd723afb|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4ce00a4c-3fde-42f9-bf72-badd614bd078/model-vers/model-ver/b21d584b-9ab4-46e3-be08-f515d670c956?depth=0|INFO|500||InvokeReturn
2022-02-05T04:45:59.528Z|0c8fbd6c-eb0f-402c-8994-f236cd723afb|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-02-05T04:45:59.528Z|0c8fbd6c-eb0f-402c-8994-f236cd723afb|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-02-05T04:45:59.531Z|0c8fbd6c-eb0f-402c-8994-f236cd723afb|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-02-05T04:45:59.532Z|0c8fbd6c-eb0f-402c-8994-f236cd723afb|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 0c8fbd6c-eb0f-402c-8994-f236cd723afb and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-02-05T04:45:59.532Z|0c8fbd6c-eb0f-402c-8994-f236cd723afb|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-02-05T04:45:59.532Z|0c8fbd6c-eb0f-402c-8994-f236cd723afb|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus
2022-02-05T04:45:59.533Z|0c8fbd6c-eb0f-402c-8994-f236cd723afb|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-02-05T04:45:59.533Z|0c8fbd6c-eb0f-402c-8994-f236cd723afb|pool-2-thread-9|||||DEBUG|500||try to send status {
  "distributionID": "0c8fbd6c-eb0f-402c-8994-f236cd723afb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644036359532,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-02-05T04:45:59.633Z||pool-134-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-02-05T04:45:59.634Z||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-02-05T04:45:59.634Z||pool-134-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as NVaOFbHv1dPNRJ79) ...
2022-02-05T04:45:59.648Z||pool-134-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T04:45:59.648Z||pool-134-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-02-05T04:46:00.543Z|0c8fbd6c-eb0f-402c-8994-f236cd723afb|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T04:46:00.543Z|0c8fbd6c-eb0f-402c-8994-f236cd723afb|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-02-05T04:46:00.543Z|0c8fbd6c-eb0f-402c-8994-f236cd723afb|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 NVaOFbHv1dPNRJ79) ...
2022-02-05T04:46:10.086Z|0c8fbd6c-eb0f-402c-8994-f236cd723afb|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T04:46:10.087Z|0c8fbd6c-eb0f-402c-8994-f236cd723afb|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T04:46:10.087Z|0c8fbd6c-eb0f-402c-8994-f236cd723afb|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-02-05T04:46:10.087Z|0c8fbd6c-eb0f-402c-8994-f236cd723afb|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 NVaOFbHv1dPNRJ79) ...
2022-02-05T04:46:17.273Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T04:46:17.273Z||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-02-05T04:46:17.273Z||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 NVaOFbHv1dPNRJ79) ...
2022-02-05T04:46:17.290Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T04:46:17.291Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T04:46:17.291Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87d84c46-90fb-4722-bc2d-383bcf69f9ed",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644036253184,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:46:17.291Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:46:17.291Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T04:46:17.291Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87d84c46-90fb-4722-bc2d-383bcf69f9ed",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644036253184,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:46:17.291Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:46:17.291Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T04:46:17.291Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87d84c46-90fb-4722-bc2d-383bcf69f9ed",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644036253184,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2022-02-05T04:46:17.291Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:46:17.291Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T04:46:17.291Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87d84c46-90fb-4722-bc2d-383bcf69f9ed",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644036253184,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-02-05T04:46:17.291Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:46:17.291Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T04:46:17.292Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87d84c46-90fb-4722-bc2d-383bcf69f9ed",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644036253184,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:46:17.292Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:46:17.292Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T04:46:17.292Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87d84c46-90fb-4722-bc2d-383bcf69f9ed",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644036253184,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-02-05T04:46:17.292Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:46:17.292Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T04:46:17.292Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87d84c46-90fb-4722-bc2d-383bcf69f9ed",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644036253184,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:46:17.292Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:46:17.292Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T04:46:17.292Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87d84c46-90fb-4722-bc2d-383bcf69f9ed",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644036253184,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-02-05T04:46:17.292Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:46:17.292Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T04:46:17.292Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87d84c46-90fb-4722-bc2d-383bcf69f9ed",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644036266161,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-05T04:46:17.292Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T04:46:17.292Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T04:46:17.292Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87d84c46-90fb-4722-bc2d-383bcf69f9ed",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644036268158,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-02-05T04:46:17.292Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T04:46:17.292Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T04:46:17.292Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87d84c46-90fb-4722-bc2d-383bcf69f9ed",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644036269257,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-02-05T04:46:17.292Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T04:46:17.292Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T04:46:17.292Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87d84c46-90fb-4722-bc2d-383bcf69f9ed",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644036270295,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-02-05T04:46:17.292Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T04:46:17.293Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T04:46:17.293Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87d84c46-90fb-4722-bc2d-383bcf69f9ed",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644036271388,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2022-02-05T04:46:17.293Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T04:46:17.293Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T04:46:17.293Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87d84c46-90fb-4722-bc2d-383bcf69f9ed",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644036272391,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-02-05T04:46:17.293Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T04:46:17.293Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T04:46:17.293Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87d84c46-90fb-4722-bc2d-383bcf69f9ed",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644036273394,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-02-05T04:46:17.293Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T04:46:17.293Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T04:46:17.293Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87d84c46-90fb-4722-bc2d-383bcf69f9ed",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644036274397,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-05T04:46:17.293Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T04:46:17.293Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T04:46:17.293Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "87d84c46-90fb-4722-bc2d-383bcf69f9ed",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644036305534,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-02-05T04:46:17.293Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T04:46:17.293Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T04:46:17.293Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0c8fbd6c-eb0f-402c-8994-f236cd723afb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644036253184,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:46:17.293Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:46:17.293Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T04:46:17.293Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0c8fbd6c-eb0f-402c-8994-f236cd723afb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644036253184,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "NOTIFIED"
}
2022-02-05T04:46:17.293Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:46:17.293Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T04:46:17.293Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0c8fbd6c-eb0f-402c-8994-f236cd723afb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644036253184,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "NOTIFIED"
}
2022-02-05T04:46:17.294Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:46:17.294Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T04:46:17.294Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0c8fbd6c-eb0f-402c-8994-f236cd723afb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644036253184,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "NOTIFIED"
}
2022-02-05T04:46:17.294Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:46:17.294Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T04:46:17.294Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0c8fbd6c-eb0f-402c-8994-f236cd723afb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644036253184,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "NOTIFIED"
}
2022-02-05T04:46:17.294Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:46:17.294Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T04:46:17.294Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0c8fbd6c-eb0f-402c-8994-f236cd723afb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644036253184,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:46:17.294Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:46:17.294Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T04:46:17.294Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0c8fbd6c-eb0f-402c-8994-f236cd723afb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644036253184,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "NOTIFIED"
}
2022-02-05T04:46:17.294Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:46:17.294Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T04:46:17.294Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0c8fbd6c-eb0f-402c-8994-f236cd723afb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644036253184,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-02-05T04:46:17.294Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:46:17.294Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T04:46:17.294Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0c8fbd6c-eb0f-402c-8994-f236cd723afb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644036253184,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "NOTIFIED"
}
2022-02-05T04:46:17.294Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-02-05T04:46:17.294Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-02-05T04:46:17.294Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0c8fbd6c-eb0f-402c-8994-f236cd723afb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644036315996,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-02-05T04:46:17.294Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T04:46:19.621Z|0c8fbd6c-eb0f-402c-8994-f236cd723afb|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T04:46:19.621Z|0c8fbd6c-eb0f-402c-8994-f236cd723afb|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T04:46:19.622Z|0c8fbd6c-eb0f-402c-8994-f236cd723afb|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-02-05T04:46:19.622Z|0c8fbd6c-eb0f-402c-8994-f236cd723afb|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 NVaOFbHv1dPNRJ79) ...
2022-02-05T04:46:29.167Z|0c8fbd6c-eb0f-402c-8994-f236cd723afb|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T04:46:29.168Z|0c8fbd6c-eb0f-402c-8994-f236cd723afb|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T04:46:29.168Z|0c8fbd6c-eb0f-402c-8994-f236cd723afb|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-02-05T04:46:29.168Z|0c8fbd6c-eb0f-402c-8994-f236cd723afb|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 NVaOFbHv1dPNRJ79) ...
2022-02-05T04:46:38.700Z|0c8fbd6c-eb0f-402c-8994-f236cd723afb|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T04:46:38.701Z|0c8fbd6c-eb0f-402c-8994-f236cd723afb|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T04:46:38.701Z|0c8fbd6c-eb0f-402c-8994-f236cd723afb|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-02-05T04:46:38.701Z|0c8fbd6c-eb0f-402c-8994-f236cd723afb|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 NVaOFbHv1dPNRJ79) ...
2022-02-05T04:46:48.240Z|0c8fbd6c-eb0f-402c-8994-f236cd723afb|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T04:46:48.241Z|0c8fbd6c-eb0f-402c-8994-f236cd723afb|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T04:46:48.241Z|0c8fbd6c-eb0f-402c-8994-f236cd723afb|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-02-05T04:46:48.241Z|0c8fbd6c-eb0f-402c-8994-f236cd723afb|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 NVaOFbHv1dPNRJ79) ...
2022-02-05T04:46:57.781Z|0c8fbd6c-eb0f-402c-8994-f236cd723afb|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T04:46:57.782Z|0c8fbd6c-eb0f-402c-8994-f236cd723afb|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T04:46:57.782Z|0c8fbd6c-eb0f-402c-8994-f236cd723afb|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-02-05T04:46:57.782Z|0c8fbd6c-eb0f-402c-8994-f236cd723afb|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 NVaOFbHv1dPNRJ79) ...
2022-02-05T04:47:07.316Z|0c8fbd6c-eb0f-402c-8994-f236cd723afb|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T04:47:07.316Z|0c8fbd6c-eb0f-402c-8994-f236cd723afb|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T04:47:07.317Z|0c8fbd6c-eb0f-402c-8994-f236cd723afb|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-02-05T04:47:07.317Z|0c8fbd6c-eb0f-402c-8994-f236cd723afb|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 NVaOFbHv1dPNRJ79) ...
2022-02-05T04:47:16.855Z|0c8fbd6c-eb0f-402c-8994-f236cd723afb|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T04:47:16.856Z|0c8fbd6c-eb0f-402c-8994-f236cd723afb|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T04:47:16.856Z|0c8fbd6c-eb0f-402c-8994-f236cd723afb|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-02-05T04:47:16.856Z|0c8fbd6c-eb0f-402c-8994-f236cd723afb|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 NVaOFbHv1dPNRJ79) ...
2022-02-05T04:47:17.273Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T04:47:17.273Z||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-02-05T04:47:17.273Z||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 NVaOFbHv1dPNRJ79) ...
2022-02-05T04:47:17.789Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T04:47:17.790Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-05T04:47:17.790Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0c8fbd6c-eb0f-402c-8994-f236cd723afb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644036317933,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env",
  "status": "DOWNLOAD_OK"
}
2022-02-05T04:47:17.791Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T04:47:17.791Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-05T04:47:17.791Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0c8fbd6c-eb0f-402c-8994-f236cd723afb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644036318969,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz",
  "status": "DOWNLOAD_OK"
}
2022-02-05T04:47:17.791Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T04:47:17.791Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-05T04:47:17.791Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0c8fbd6c-eb0f-402c-8994-f236cd723afb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644036320050,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-02-05T04:47:17.791Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T04:47:17.791Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-05T04:47:17.791Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0c8fbd6c-eb0f-402c-8994-f236cd723afb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644036321169,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DOWNLOAD_OK"
}
2022-02-05T04:47:17.791Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T04:47:17.791Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-05T04:47:17.792Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0c8fbd6c-eb0f-402c-8994-f236cd723afb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644036322287,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DOWNLOAD_OK"
}
2022-02-05T04:47:17.792Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T04:47:17.792Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-05T04:47:17.792Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0c8fbd6c-eb0f-402c-8994-f236cd723afb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644036323367,
  "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-02-05T04:47:17.792Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T04:47:17.792Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-05T04:47:17.792Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0c8fbd6c-eb0f-402c-8994-f236cd723afb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644036324369,
  "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-02-05T04:47:17.792Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T04:47:17.792Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-05T04:47:17.792Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0c8fbd6c-eb0f-402c-8994-f236cd723afb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644036325373,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json",
  "status": "DEPLOY_OK"
}
2022-02-05T04:47:17.792Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T04:47:17.792Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-05T04:47:17.792Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0c8fbd6c-eb0f-402c-8994-f236cd723afb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644036326376,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml",
  "status": "DEPLOY_OK"
}
2022-02-05T04:47:17.793Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T04:47:17.793Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-05T04:47:17.793Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0c8fbd6c-eb0f-402c-8994-f236cd723afb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644036327378,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env",
  "status": "DEPLOY_OK"
}
2022-02-05T04:47:17.793Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T04:47:17.793Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-05T04:47:17.793Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0c8fbd6c-eb0f-402c-8994-f236cd723afb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644036328381,
  "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-02-05T04:47:17.793Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T04:47:17.793Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-02-05T04:47:17.793Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "0c8fbd6c-eb0f-402c-8994-f236cd723afb",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1644036359532,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-02-05T04:47:17.793Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-02-05T04:47:26.393Z|0c8fbd6c-eb0f-402c-8994-f236cd723afb|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T04:47:26.394Z|0c8fbd6c-eb0f-402c-8994-f236cd723afb|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T04:47:26.394Z|0c8fbd6c-eb0f-402c-8994-f236cd723afb|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-02-05T04:47:26.394Z|0c8fbd6c-eb0f-402c-8994-f236cd723afb|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 NVaOFbHv1dPNRJ79) ...
2022-02-05T04:47:35.928Z|0c8fbd6c-eb0f-402c-8994-f236cd723afb|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T04:47:35.929Z|0c8fbd6c-eb0f-402c-8994-f236cd723afb|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T04:47:35.929Z|0c8fbd6c-eb0f-402c-8994-f236cd723afb|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-02-05T04:47:35.929Z|0c8fbd6c-eb0f-402c-8994-f236cd723afb|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 NVaOFbHv1dPNRJ79) ...
2022-02-05T04:47:45.462Z|0c8fbd6c-eb0f-402c-8994-f236cd723afb|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T04:48:17.271Z|0c8fbd6c-eb0f-402c-8994-f236cd723afb|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T04:48:17.272Z|0c8fbd6c-eb0f-402c-8994-f236cd723afb|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-02-05T04:48:17.272Z|0c8fbd6c-eb0f-402c-8994-f236cd723afb|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 NVaOFbHv1dPNRJ79) ...
2022-02-05T04:48:17.273Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T04:48:17.273Z||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-02-05T04:48:17.273Z||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 NVaOFbHv1dPNRJ79) ...
2022-02-05T04:48:26.812Z|0c8fbd6c-eb0f-402c-8994-f236cd723afb|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T04:48:26.812Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T04:49:17.271Z|0c8fbd6c-eb0f-402c-8994-f236cd723afb|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T04:49:17.272Z|0c8fbd6c-eb0f-402c-8994-f236cd723afb|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-02-05T04:49:17.272Z|0c8fbd6c-eb0f-402c-8994-f236cd723afb|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 NVaOFbHv1dPNRJ79) ...
2022-02-05T04:49:17.273Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T04:49:17.273Z||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-02-05T04:49:17.273Z||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 NVaOFbHv1dPNRJ79) ...
2022-02-05T04:49:26.817Z|0c8fbd6c-eb0f-402c-8994-f236cd723afb|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T04:49:26.819Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T04:50:17.271Z|0c8fbd6c-eb0f-402c-8994-f236cd723afb|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T04:50:17.271Z|0c8fbd6c-eb0f-402c-8994-f236cd723afb|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-02-05T04:50:17.272Z|0c8fbd6c-eb0f-402c-8994-f236cd723afb|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 NVaOFbHv1dPNRJ79) ...
2022-02-05T04:50:17.273Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T04:50:17.273Z||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-02-05T04:50:17.273Z||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 NVaOFbHv1dPNRJ79) ...
2022-02-05T04:50:26.810Z|0c8fbd6c-eb0f-402c-8994-f236cd723afb|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T04:50:26.818Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T04:51:17.271Z|0c8fbd6c-eb0f-402c-8994-f236cd723afb|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T04:51:17.272Z|0c8fbd6c-eb0f-402c-8994-f236cd723afb|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-02-05T04:51:17.272Z|0c8fbd6c-eb0f-402c-8994-f236cd723afb|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 NVaOFbHv1dPNRJ79) ...
2022-02-05T04:51:17.273Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T04:51:17.273Z||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-02-05T04:51:17.273Z||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 NVaOFbHv1dPNRJ79) ...
2022-02-05T04:51:26.825Z|0c8fbd6c-eb0f-402c-8994-f236cd723afb|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T04:51:26.828Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T04:52:17.271Z|0c8fbd6c-eb0f-402c-8994-f236cd723afb|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T04:52:17.272Z|0c8fbd6c-eb0f-402c-8994-f236cd723afb|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-02-05T04:52:17.272Z|0c8fbd6c-eb0f-402c-8994-f236cd723afb|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 NVaOFbHv1dPNRJ79) ...
2022-02-05T04:52:17.273Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T04:52:17.273Z||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-02-05T04:52:17.273Z||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 NVaOFbHv1dPNRJ79) ...
2022-02-05T04:52:26.813Z|0c8fbd6c-eb0f-402c-8994-f236cd723afb|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T04:52:26.813Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T04:53:17.271Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T04:53:17.271Z||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-02-05T04:53:17.272Z||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 NVaOFbHv1dPNRJ79) ...
2022-02-05T04:53:17.273Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T04:53:17.273Z||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-02-05T04:53:17.273Z||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 NVaOFbHv1dPNRJ79) ...
2022-02-05T04:53:26.816Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T04:53:26.817Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T04:54:17.271Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T04:54:17.272Z||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-02-05T04:54:17.272Z||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 NVaOFbHv1dPNRJ79) ...
2022-02-05T04:54:17.273Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T04:54:17.273Z|9077fe6e-5863-411d-8181-df94d1043dbe|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-02-05T04:54:17.273Z|9077fe6e-5863-411d-8181-df94d1043dbe|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 NVaOFbHv1dPNRJ79) ...
2022-02-05T04:54:26.810Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T04:54:26.814Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T04:55:17.271Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T04:55:17.272Z||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-02-05T04:55:17.272Z||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 NVaOFbHv1dPNRJ79) ...
2022-02-05T04:55:17.273Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T04:55:17.273Z||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-02-05T04:55:17.273Z||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 NVaOFbHv1dPNRJ79) ...
2022-02-05T04:55:26.812Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T04:55:26.814Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T04:56:17.271Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T04:56:17.272Z||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-02-05T04:56:17.272Z||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 NVaOFbHv1dPNRJ79) ...
2022-02-05T04:56:17.273Z|0c8fbd6c-eb0f-402c-8994-f236cd723afb|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T04:56:17.273Z|0c8fbd6c-eb0f-402c-8994-f236cd723afb|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-02-05T04:56:17.273Z|0c8fbd6c-eb0f-402c-8994-f236cd723afb|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 NVaOFbHv1dPNRJ79) ...
2022-02-05T04:56:26.811Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T04:56:26.814Z|0c8fbd6c-eb0f-402c-8994-f236cd723afb|pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T04:57:17.271Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T04:57:17.272Z||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-02-05T04:57:17.272Z||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 NVaOFbHv1dPNRJ79) ...
2022-02-05T04:57:17.273Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T04:57:17.273Z||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-02-05T04:57:17.273Z||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 NVaOFbHv1dPNRJ79) ...
2022-02-05T04:57:26.808Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T04:57:26.812Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T04:58:17.271Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T04:58:17.272Z||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-02-05T04:58:17.272Z||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 NVaOFbHv1dPNRJ79) ...
2022-02-05T04:58:17.273Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T04:58:17.273Z||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-02-05T04:58:17.273Z||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 NVaOFbHv1dPNRJ79) ...
2022-02-05T04:58:26.813Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T04:58:26.820Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T04:59:17.271Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T04:59:17.271Z||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-02-05T04:59:17.272Z||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 NVaOFbHv1dPNRJ79) ...
2022-02-05T04:59:17.273Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T04:59:17.273Z||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-02-05T04:59:17.273Z||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 NVaOFbHv1dPNRJ79) ...
2022-02-05T04:59:26.809Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T04:59:26.813Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T05:00:17.271Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T05:00:17.271Z||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-02-05T05:00:17.272Z||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 NVaOFbHv1dPNRJ79) ...
2022-02-05T05:00:17.273Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T05:00:17.273Z||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-02-05T05:00:17.273Z||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 NVaOFbHv1dPNRJ79) ...
2022-02-05T05:00:26.807Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T05:00:26.814Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T05:01:17.271Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T05:01:17.272Z||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-02-05T05:01:17.272Z||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 NVaOFbHv1dPNRJ79) ...
2022-02-05T05:01:17.273Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T05:01:17.273Z||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-02-05T05:01:17.273Z||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 NVaOFbHv1dPNRJ79) ...
2022-02-05T05:01:26.810Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T05:01:26.811Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T05:02:17.271Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T05:02:17.272Z||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-02-05T05:02:17.272Z||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 NVaOFbHv1dPNRJ79) ...
2022-02-05T05:02:17.273Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T05:02:17.273Z|9077fe6e-5863-411d-8181-df94d1043dbe|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-02-05T05:02:17.273Z|9077fe6e-5863-411d-8181-df94d1043dbe|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 NVaOFbHv1dPNRJ79) ...
2022-02-05T05:02:26.811Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T05:02:26.811Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T05:03:17.271Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T05:03:17.271Z||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-02-05T05:03:17.271Z||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 NVaOFbHv1dPNRJ79) ...
2022-02-05T05:03:17.273Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T05:03:17.273Z|9077fe6e-5863-411d-8181-df94d1043dbe|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-02-05T05:03:17.273Z|9077fe6e-5863-411d-8181-df94d1043dbe|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 NVaOFbHv1dPNRJ79) ...
2022-02-05T05:03:26.808Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T05:03:26.810Z|9077fe6e-5863-411d-8181-df94d1043dbe|pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T05:04:17.271Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T05:04:17.271Z||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-02-05T05:04:17.271Z||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 NVaOFbHv1dPNRJ79) ...
2022-02-05T05:04:17.273Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T05:04:17.273Z||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-02-05T05:04:17.273Z||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 NVaOFbHv1dPNRJ79) ...
2022-02-05T05:04:26.808Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T05:04:26.809Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T05:05:17.271Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T05:05:17.271Z||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-02-05T05:05:17.272Z||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 NVaOFbHv1dPNRJ79) ...
2022-02-05T05:05:17.273Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T05:05:17.273Z||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-02-05T05:05:17.273Z||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 NVaOFbHv1dPNRJ79) ...
2022-02-05T05:05:26.811Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T05:05:26.814Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T05:06:17.271Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T05:06:17.271Z||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-02-05T05:06:17.272Z||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 NVaOFbHv1dPNRJ79) ...
2022-02-05T05:06:17.273Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T05:06:17.273Z||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-02-05T05:06:17.273Z||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 NVaOFbHv1dPNRJ79) ...
2022-02-05T05:06:26.810Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T05:06:26.811Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T05:07:17.271Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T05:07:17.271Z||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-02-05T05:07:17.272Z||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 NVaOFbHv1dPNRJ79) ...
2022-02-05T05:07:17.273Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T05:07:17.273Z||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-02-05T05:07:17.273Z||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 NVaOFbHv1dPNRJ79) ...
2022-02-05T05:07:26.811Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T05:07:26.811Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T05:08:17.271Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T05:08:17.271Z||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-02-05T05:08:17.272Z||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 NVaOFbHv1dPNRJ79) ...
2022-02-05T05:08:17.273Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T05:08:17.273Z||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-02-05T05:08:17.273Z||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 NVaOFbHv1dPNRJ79) ...
2022-02-05T05:08:26.814Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T05:08:26.815Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T05:09:17.271Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T05:09:17.272Z||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-02-05T05:09:17.272Z||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 NVaOFbHv1dPNRJ79) ...
2022-02-05T05:09:17.273Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T05:09:17.273Z||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-02-05T05:09:17.273Z||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 NVaOFbHv1dPNRJ79) ...
2022-02-05T05:09:26.811Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T05:09:26.812Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T05:10:17.271Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T05:10:17.272Z||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-02-05T05:10:17.272Z||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 NVaOFbHv1dPNRJ79) ...
2022-02-05T05:10:17.273Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T05:10:17.273Z||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-02-05T05:10:17.273Z||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 NVaOFbHv1dPNRJ79) ...
2022-02-05T05:10:26.814Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T05:10:26.814Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T05:11:17.271Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T05:11:17.272Z||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-02-05T05:11:17.272Z||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 NVaOFbHv1dPNRJ79) ...
2022-02-05T05:11:17.273Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T05:11:17.273Z||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-02-05T05:11:17.273Z||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 NVaOFbHv1dPNRJ79) ...
2022-02-05T05:11:26.813Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T05:11:26.813Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T05:12:17.271Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T05:12:17.271Z||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-02-05T05:12:17.272Z||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 NVaOFbHv1dPNRJ79) ...
2022-02-05T05:12:17.273Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-02-05T05:12:17.273Z||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-02-05T05:12:17.273Z||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 NVaOFbHv1dPNRJ79) ...
2022-02-05T05:12:26.811Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-02-05T05:12:26.812Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK