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-03-13T03:19:32.046Z||main|||||INFO|500||The following profiles are active: basic
2022-03-13T03:19:47.299Z||main|||||INFO|500||Starting service [Tomcat]
2022-03-13T03:19:47.300Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41]
2022-03-13T03:19:47.456Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext
2022-03-13T03:19:52.947Z||main|||||INFO|500||catdb-pool - Starting...
2022-03-13T03:19:53.499Z||main|||||INFO|500||catdb-pool - Start completed.
2022-03-13T03:19:54.054Z||main|||||INFO|500||reqdb-pool - Starting...
2022-03-13T03:19:54.062Z||main|||||INFO|500||reqdb-pool - Start completed.
2022-03-13T03:19:54.214Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB]
2022-03-13T03:19:54.545Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final
2022-03-13T03:19:55.223Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2022-03-13T03:19:57.202Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-03-13T03:20:00.073Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-03-13T03:20:00.161Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB]
2022-03-13T03:20:00.971Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect
2022-03-13T03:20:01.140Z||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-03-13T03:20:02.953Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2022-03-13T03:20:04.324Z||main|||||DEBUG|500||SDC ActivitySpec endpoint:  http://sdc-wfd-be:8080
2022-03-13T03:20:04.350Z||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$$9ade955a.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-03-13T03:20:04.352Z||main|||||WARN|500||The sdc end point is not alive
2022-03-13T03:20:08.798Z||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-03-13T03:20:13.198Z||main|||||WARN|500||---
2022-03-13T03:20:13.200Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)!
2022-03-13T03:20:13.200Z||main|||||WARN|500||---
2022-03-13T03:20:13.817Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ...
2022-03-13T03:20:20.806Z||main|||||INFO|500||Started Application in 52.993 seconds (JVM running for 55.472)
2022-03-13T03:20:20.823Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED
2022-03-13T03:20:20.826Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller
2022-03-13T03:20:20.853Z||scheduling-1|||||INFO|500||DistributionClient - init
2022-03-13T03:20:20.901Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file)
2022-03-13T03:20:20.966Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= a112e05e-ea44-4694-92d1-39d9bf9e7af4 url= /sdc/v1/artifactTypes
2022-03-13T03:20:20.967Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes
2022-03-13T03:20:21.262Z||scheduling-1|||||DEBUG|500||GET Response Status 200
2022-03-13T03:20:21.289Z||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-03-13T03:20:21.316Z||scheduling-1|||||DEBUG|500||create keys
2022-03-13T03:20:21.367Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ...
2022-03-13T03:20:21.417Z||scheduling-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-13T03:20:21.448Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 7dbe288e-a253-4ece-91cc-5505bf020141 url= /sdc/v1/registerForDistribution
2022-03-13T03:20:21.587Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 7dbe288e-a253-4ece-91cc-5505bf020141 url= /sdc/v1/registerForDistribution
2022-03-13T03:20:21.587Z||scheduling-1|||||INFO|500||start DistributionClient
2022-03-13T03:20:21.612Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-13T03:20:21.620Z||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-03-13T03:20:21.621Z||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 8JOl5TvLYzIQLVLG) ...
2022-03-13T03:20:21.623Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus
2022-03-13T03:20:21.628Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-13T03:20:21.638Z||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-03-13T03:20:21.638Z||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 8JOl5TvLYzIQLVLG) ...
2022-03-13T03:20:31.893Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-13T03:20:31.900Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-13T03:21:21.598Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-13T03:21:21.601Z||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-03-13T03:21:21.601Z||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 8JOl5TvLYzIQLVLG) ...
2022-03-13T03:21:21.607Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-13T03:21:21.608Z||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-03-13T03:21:21.609Z||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 8JOl5TvLYzIQLVLG) ...
2022-03-13T03:21:31.155Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-13T03:21:31.166Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-13T03:22:21.598Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-13T03:22:21.599Z||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-03-13T03:22:21.600Z||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 8JOl5TvLYzIQLVLG) ...
2022-03-13T03:22:21.607Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-13T03:22:21.608Z||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-03-13T03:22:21.608Z||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 8JOl5TvLYzIQLVLG) ...
2022-03-13T03:22:31.152Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-13T03:22:31.154Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-13T03:23:21.599Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-13T03:23:21.601Z||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-03-13T03:23:21.601Z||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 8JOl5TvLYzIQLVLG) ...
2022-03-13T03:23:21.607Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-13T03:23:21.609Z||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-03-13T03:23:21.609Z||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 8JOl5TvLYzIQLVLG) ...
2022-03-13T03:23:31.159Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-13T03:23:31.160Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-13T03:24:21.598Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-13T03:24:21.599Z||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-03-13T03:24:21.601Z||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 8JOl5TvLYzIQLVLG) ...
2022-03-13T03:24:21.607Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-13T03:24:21.609Z||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-03-13T03:24:21.609Z||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 8JOl5TvLYzIQLVLG) ...
2022-03-13T03:24:31.156Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-13T03:24:31.156Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-13T03:25:21.598Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-13T03:25:21.599Z||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-03-13T03:25:21.599Z||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 8JOl5TvLYzIQLVLG) ...
2022-03-13T03:25:21.607Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-13T03:25:21.608Z||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-03-13T03:25:21.609Z||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 8JOl5TvLYzIQLVLG) ...
2022-03-13T03:25:31.145Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-13T03:25:31.151Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-13T03:26:21.599Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-13T03:26:21.601Z||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-03-13T03:26:21.602Z||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 8JOl5TvLYzIQLVLG) ...
2022-03-13T03:26:21.607Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-13T03:26:21.609Z||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-03-13T03:26:21.609Z||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 8JOl5TvLYzIQLVLG) ...
2022-03-13T03:26:31.156Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-13T03:26:31.156Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-13T03:27:21.598Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-13T03:27:21.600Z||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-03-13T03:27:21.600Z||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 8JOl5TvLYzIQLVLG) ...
2022-03-13T03:27:21.607Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-13T03:27:21.611Z||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-03-13T03:27:21.612Z||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 8JOl5TvLYzIQLVLG) ...
2022-03-13T03:27:31.157Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-13T03:27:31.166Z||pool-2-thread-5|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-13T03:28:21.598Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-13T03:28:21.600Z||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-03-13T03:28:21.601Z||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 8JOl5TvLYzIQLVLG) ...
2022-03-13T03:28:21.607Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-13T03:28:21.609Z||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-03-13T03:28:21.609Z||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 8JOl5TvLYzIQLVLG) ...
2022-03-13T03:28:31.161Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-13T03:28:31.161Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-13T03:29:21.598Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-13T03:29:21.600Z||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-03-13T03:29:21.600Z||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 8JOl5TvLYzIQLVLG) ...
2022-03-13T03:29:21.607Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-13T03:29:21.610Z||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-03-13T03:29:21.610Z||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 8JOl5TvLYzIQLVLG) ...
2022-03-13T03:29:31.146Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-13T03:29:31.150Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-13T03:30:01.316Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet'
2022-03-13T03:30:21.598Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-13T03:30:21.599Z||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-03-13T03:30:21.599Z||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 8JOl5TvLYzIQLVLG) ...
2022-03-13T03:30:21.607Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-13T03:30:21.608Z||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-03-13T03:30:21.608Z||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 8JOl5TvLYzIQLVLG) ...
2022-03-13T03:30:31.151Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-13T03:30:31.159Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-13T03:31:21.598Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-13T03:31:21.599Z||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-03-13T03:31:21.599Z||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 8JOl5TvLYzIQLVLG) ...
2022-03-13T03:31:21.607Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-13T03:31:21.609Z||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-03-13T03:31:21.609Z||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 8JOl5TvLYzIQLVLG) ...
2022-03-13T03:31:31.152Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-13T03:31:31.152Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-13T03:32:21.599Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-13T03:32:21.601Z||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-03-13T03:32:21.601Z||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 8JOl5TvLYzIQLVLG) ...
2022-03-13T03:32:21.607Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-13T03:32:21.609Z||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-03-13T03:32:21.609Z||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 8JOl5TvLYzIQLVLG) ...
2022-03-13T03:32:31.168Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-13T03:32:31.168Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-13T03:33:21.599Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-13T03:33:21.603Z||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-03-13T03:33:21.603Z||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 8JOl5TvLYzIQLVLG) ...
2022-03-13T03:33:21.607Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-13T03:33:21.608Z||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-03-13T03:33:21.608Z||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 8JOl5TvLYzIQLVLG) ...
2022-03-13T03:33:31.160Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-13T03:33:31.160Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-13T03:34:21.600Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-13T03:34:21.602Z||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-03-13T03:34:21.602Z||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 8JOl5TvLYzIQLVLG) ...
2022-03-13T03:34:21.607Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-13T03:34:21.608Z||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-03-13T03:34:21.609Z||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 8JOl5TvLYzIQLVLG) ...
2022-03-13T03:34:31.151Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-13T03:34:31.151Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-13T03:35:21.598Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-13T03:35:21.601Z||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-03-13T03:35:21.601Z||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 8JOl5TvLYzIQLVLG) ...
2022-03-13T03:35:21.608Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-13T03:35:21.610Z||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-03-13T03:35:21.611Z||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 8JOl5TvLYzIQLVLG) ...
2022-03-13T03:35:31.155Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-13T03:35:31.155Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-13T03:36:21.598Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-13T03:36:21.599Z||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-03-13T03:36:21.599Z||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 8JOl5TvLYzIQLVLG) ...
2022-03-13T03:36:21.607Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-13T03:36:21.610Z||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-03-13T03:36:21.610Z||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 8JOl5TvLYzIQLVLG) ...
2022-03-13T03:36:31.154Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-13T03:36:31.154Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-13T03:37:21.598Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-13T03:37:21.599Z||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-03-13T03:37:21.599Z||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 8JOl5TvLYzIQLVLG) ...
2022-03-13T03:37:21.607Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-13T03:37:21.609Z||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-03-13T03:37:21.609Z||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 8JOl5TvLYzIQLVLG) ...
2022-03-13T03:37:31.147Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-13T03:37:31.148Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-13T03:38:21.598Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-13T03:38:21.599Z||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-03-13T03:38:21.600Z||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 8JOl5TvLYzIQLVLG) ...
2022-03-13T03:38:21.607Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-13T03:38:21.609Z||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-03-13T03:38:21.609Z||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 8JOl5TvLYzIQLVLG) ...
2022-03-13T03:38:31.157Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-13T03:38:31.156Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-13T03:39:21.598Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-13T03:39:21.599Z||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-03-13T03:39:21.599Z||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 8JOl5TvLYzIQLVLG) ...
2022-03-13T03:39:21.607Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-13T03:39:21.609Z||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-03-13T03:39:21.609Z||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 8JOl5TvLYzIQLVLG) ...
2022-03-13T03:39:31.167Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-13T03:39:31.168Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-13T03:40:21.599Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-13T03:40:21.606Z||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-03-13T03:40:21.606Z||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 8JOl5TvLYzIQLVLG) ...
2022-03-13T03:40:21.607Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-13T03:40:21.608Z||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-03-13T03:40:21.609Z||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 8JOl5TvLYzIQLVLG) ...
2022-03-13T03:40:31.164Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-13T03:40:31.164Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-13T03:41:21.598Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-13T03:41:21.601Z||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-03-13T03:41:21.601Z||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 8JOl5TvLYzIQLVLG) ...
2022-03-13T03:41:21.607Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-13T03:41:21.609Z||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-03-13T03:41:21.609Z||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 8JOl5TvLYzIQLVLG) ...
2022-03-13T03:41:31.162Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-13T03:41:31.162Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-13T03:42:21.598Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-13T03:42:21.600Z||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-03-13T03:42:21.600Z||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 8JOl5TvLYzIQLVLG) ...
2022-03-13T03:42:21.607Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-13T03:42:21.608Z||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-03-13T03:42:21.609Z||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 8JOl5TvLYzIQLVLG) ...
2022-03-13T03:42:31.163Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-13T03:42:31.164Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-13T03:43:21.598Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-13T03:43:21.599Z||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-03-13T03:43:21.599Z||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 8JOl5TvLYzIQLVLG) ...
2022-03-13T03:43:21.607Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-13T03:43:21.608Z||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-03-13T03:43:21.609Z||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 8JOl5TvLYzIQLVLG) ...
2022-03-13T03:43:31.155Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-13T03:43:31.156Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-13T03:44:21.598Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-13T03:44:21.599Z||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-03-13T03:44:21.599Z||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 8JOl5TvLYzIQLVLG) ...
2022-03-13T03:44:21.607Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-13T03:44:21.608Z||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-03-13T03:44:21.608Z||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 8JOl5TvLYzIQLVLG) ...
2022-03-13T03:44:31.150Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-13T03:44:31.151Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-13T03:45:21.598Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-13T03:45:21.599Z||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-03-13T03:45:21.599Z||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 8JOl5TvLYzIQLVLG) ...
2022-03-13T03:45:21.607Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-13T03:45:21.608Z||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-03-13T03:45:21.608Z||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 8JOl5TvLYzIQLVLG) ...
2022-03-13T03:45:31.146Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-13T03:45:31.148Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-13T03:46:21.598Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-13T03:46:21.600Z||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-03-13T03:46:21.600Z||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 8JOl5TvLYzIQLVLG) ...
2022-03-13T03:46:21.608Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-13T03:46:21.609Z||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-03-13T03:46:21.609Z||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 8JOl5TvLYzIQLVLG) ...
2022-03-13T03:46:31.156Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-13T03:46:31.156Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-13T03:47:21.599Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-13T03:47:21.601Z||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-03-13T03:47:21.602Z||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 8JOl5TvLYzIQLVLG) ...
2022-03-13T03:47:21.607Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-13T03:47:21.608Z||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-03-13T03:47:21.608Z||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 8JOl5TvLYzIQLVLG) ...
2022-03-13T03:47:31.173Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-13T03:47:31.193Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-13T03:48:21.598Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-13T03:48:21.599Z||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-03-13T03:48:21.599Z||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 8JOl5TvLYzIQLVLG) ...
2022-03-13T03:48:21.607Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-13T03:48:21.608Z||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-03-13T03:48:21.609Z||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 8JOl5TvLYzIQLVLG) ...
2022-03-13T03:48:31.145Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-13T03:48:31.166Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-13T03:49:21.598Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-13T03:49:21.599Z||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-03-13T03:49:21.599Z||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 8JOl5TvLYzIQLVLG) ...
2022-03-13T03:49:21.607Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-13T03:49:21.608Z||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-03-13T03:49:21.608Z||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 8JOl5TvLYzIQLVLG) ...
2022-03-13T03:49:31.201Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-13T03:49:31.203Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-13T03:50:21.598Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-13T03:50:21.599Z||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-03-13T03:50:21.599Z||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 8JOl5TvLYzIQLVLG) ...
2022-03-13T03:50:21.607Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-13T03:50:21.608Z||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-03-13T03:50:21.608Z||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 8JOl5TvLYzIQLVLG) ...
2022-03-13T03:50:30.761Z||pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-13T03:50:30.764Z||pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-13T03:50:30.765Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"a633cfb1-214a-43b1-a814-e2c221b5769f","serviceName":"basic_onboard_wLMnNe","serviceVersion":"1.0","serviceUUID":"c03933dc-0393-4bcb-b4cc-a30125b8d44e","serviceDescription":"service","serviceInvariantUUID":"3cffdf27-c51b-40fd-b88d-53a7156effdf","resources":[{"resourceInstanceName":"basic_onboard_wLMnNe 0","resourceName":"basic_onboard_wLMnNe","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"ba0f6d55-2169-4d70-8bb6-93af75fc32cf","resourceInvariantUUID":"201d020b-7185-46fc-881b-42e1b3cfbffc","resourceCustomizationUUID":"913c9f1a-202e-44c4-80ce-fd00f8fd97c8","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardWlmnne/1.0/resourceInstances/basic_onboard_wlmnne0/artifacts/vf-license-model.xml","artifactChecksum":"NmE1M2QyZWNmNjAyYWFmNzA2ODUzZTFlNWJhNzg2YTM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"68d93378-6113-4809-8f28-7c02bfd968af","artifactVersion":"1"},{"artifactName":"basic_onboard_wlmnne0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardWlmnne/1.0/resourceInstances/basic_onboard_wlmnne0/artifacts/basic_onboard_wlmnne0_modules.json","artifactChecksum":"MTAwOTZkNzFhOTMyY2U1N2EzMjhmMmFjZTMwZGYwYTg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"768fea53-7d55-40e0-9d90-14bd7d31f699","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardWlmnne/1.0/resourceInstances/basic_onboard_wlmnne0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"861124a0-1efe-4729-b8e6-f8caf4e6b230","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardWlmnne/1.0/resourceInstances/basic_onboard_wlmnne0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"1cb54543-c9ee-4fe1-8fdf-8cbd89d1eef4","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardWlmnne/1.0/resourceInstances/basic_onboard_wlmnne0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"a13463d2-1c14-4819-995f-9b55c64ca9ea","artifactVersion":"2","generatedFromUUID":"861124a0-1efe-4729-b8e6-f8caf4e6b230"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardWlmnne-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardWlmnne/1.0/artifacts/service-BasicOnboardWlmnne-template.yml","artifactChecksum":"YzJkYzNhODQ0OGE2MjJlZWZlNmI0OTdiNTFiOTg5Nzg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"4f963714-ff41-4346-aa47-2cc0b4256e9c","artifactVersion":"1"},{"artifactName":"service-BasicOnboardWlmnne-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardWlmnne/1.0/artifacts/service-BasicOnboardWlmnne-csar.csar","artifactChecksum":"OTY3MGY0ZTQ1NGMzZDAxMGVjMTE2MTg2NjU5MGY3OTU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"04d5f70a-305d-4439-ac9a-e97828cbb615","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-13T03:50:30.777Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-13T03:50:30.784Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-13T03:50:30.797Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-13T03:50:30.797Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "a633cfb1-214a-43b1-a814-e2c221b5769f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647143421598,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWlmnne/1.0/resourceInstances/basic_onboard_wlmnne0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-13T03:50:30.897Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 94 ms
2022-03-13T03:50:30.902Z||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-03-13T03:50:30.902Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8JOl5TvLYzIQLVLG) ...
2022-03-13T03:50:30.924Z||pool-3-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-13T03:50:30.926Z||pool-3-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":1,"count":1}
2022-03-13T03:50:31.044Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-13T03:50:31.045Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-13T03:50:31.045Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a633cfb1-214a-43b1-a814-e2c221b5769f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647143421598,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWlmnne/1.0/resourceInstances/basic_onboard_wlmnne0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-13T03:50:31.081Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-13T03:50:31.081Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-13T03:50:31.081Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a633cfb1-214a-43b1-a814-e2c221b5769f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647143430061,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWlmnne/1.0/resourceInstances/basic_onboard_wlmnne0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-13T03:50:31.082Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-13T03:50:31.806Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-13T03:50:31.806Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-13T03:50:31.824Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-13T03:50:31.824Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "a633cfb1-214a-43b1-a814-e2c221b5769f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647143421598,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWlmnne/1.0/resourceInstances/basic_onboard_wlmnne0/artifacts/basic_onboard_wlmnne0_modules.json",
  "status": "NOTIFIED"
}
2022-03-13T03:50:31.908Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 83 ms
2022-03-13T03:50:31.909Z||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-03-13T03:50:31.910Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8JOl5TvLYzIQLVLG) ...
2022-03-13T03:50:31.941Z||pool-4-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-13T03:50:31.942Z||pool-4-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":1,"count":1}
2022-03-13T03:50:32.825Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-13T03:50:32.826Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-13T03:50:32.832Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-13T03:50:32.832Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "a633cfb1-214a-43b1-a814-e2c221b5769f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647143421598,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWlmnne/1.0/resourceInstances/basic_onboard_wlmnne0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-03-13T03:50:32.932Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-13T03:50:32.933Z||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-03-13T03:50:32.934Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8JOl5TvLYzIQLVLG) ...
2022-03-13T03:50:32.959Z||pool-5-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-13T03:50:32.961Z||pool-5-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1}
2022-03-13T03:50:33.833Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-13T03:50:33.835Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-13T03:50:33.840Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-13T03:50:33.841Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "a633cfb1-214a-43b1-a814-e2c221b5769f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647143421598,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWlmnne/1.0/resourceInstances/basic_onboard_wlmnne0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-13T03:50:33.938Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2022-03-13T03:50:33.939Z||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-03-13T03:50:33.940Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8JOl5TvLYzIQLVLG) ...
2022-03-13T03:50:33.955Z||pool-6-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-13T03:50:33.962Z||pool-6-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1}
2022-03-13T03:50:34.842Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-13T03:50:34.843Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-13T03:50:34.847Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-13T03:50:34.848Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "a633cfb1-214a-43b1-a814-e2c221b5769f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647143421598,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWlmnne/1.0/resourceInstances/basic_onboard_wlmnne0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-03-13T03:50:34.948Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-13T03:50:34.949Z||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-03-13T03:50:34.950Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8JOl5TvLYzIQLVLG) ...
2022-03-13T03:50:34.965Z||pool-7-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-13T03:50:34.966Z||pool-7-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-03-13T03:50:35.849Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-13T03:50:35.850Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-13T03:50:35.860Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-13T03:50:35.861Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "a633cfb1-214a-43b1-a814-e2c221b5769f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647143421598,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWlmnne/1.0/artifacts/service-BasicOnboardWlmnne-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-13T03:50:35.953Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 91 ms
2022-03-13T03:50:35.954Z||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-03-13T03:50:35.954Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8JOl5TvLYzIQLVLG) ...
2022-03-13T03:50:35.967Z||pool-8-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-13T03:50:35.968Z||pool-8-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-13T03:50:36.868Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-13T03:50:36.869Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-13T03:50:36.872Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-13T03:50:36.873Z||pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "a633cfb1-214a-43b1-a814-e2c221b5769f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647143421598,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWlmnne/1.0/artifacts/service-BasicOnboardWlmnne-csar.csar",
  "status": "NOTIFIED"
}
2022-03-13T03:50:36.972Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-13T03:50:36.973Z||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-03-13T03:50:36.974Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8JOl5TvLYzIQLVLG) ...
2022-03-13T03:50:36.985Z||pool-9-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-13T03:50:36.986Z||pool-9-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-13T03:50:37.875Z||pool-2-thread-4|||||DEBUG|500||sending notification to client: {
  "distributionID": "a633cfb1-214a-43b1-a814-e2c221b5769f",
  "serviceName": "basic_onboard_wLMnNe",
  "serviceVersion": "1.0",
  "serviceUUID": "c03933dc-0393-4bcb-b4cc-a30125b8d44e",
  "serviceDescription": "service",
  "serviceInvariantUUID": "3cffdf27-c51b-40fd-b88d-53a7156effdf",
  "resources": [
    {
      "resourceInstanceName": "basic_onboard_wLMnNe 0",
      "resourceCustomizationUUID": "913c9f1a-202e-44c4-80ce-fd00f8fd97c8",
      "resourceName": "basic_onboard_wLMnNe",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "ba0f6d55-2169-4d70-8bb6-93af75fc32cf",
      "resourceInvariantUUID": "201d020b-7185-46fc-881b-42e1b3cfbffc",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "basic_onboard_wlmnne0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWlmnne/1.0/resourceInstances/basic_onboard_wlmnne0/artifacts/basic_onboard_wlmnne0_modules.json",
          "artifactChecksum": "MTAwOTZkNzFhOTMyY2U1N2EzMjhmMmFjZTMwZGYwYTg\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "768fea53-7d55-40e0-9d90-14bd7d31f699",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWlmnne/1.0/resourceInstances/basic_onboard_wlmnne0/artifacts/base_ubuntu18.yaml",
          "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "861124a0-1efe-4729-b8e6-f8caf4e6b230",
          "generatedArtifact": {
            "artifactName": "base_ubuntu18.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWlmnne/1.0/resourceInstances/basic_onboard_wlmnne0/artifacts/base_ubuntu18.env",
            "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "a13463d2-1c14-4819-995f-9b55c64ca9ea",
            "generatedFromUUID": "861124a0-1efe-4729-b8e6-f8caf4e6b230"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_ubuntu18.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWlmnne/1.0/resourceInstances/basic_onboard_wlmnne0/artifacts/base_ubuntu18.env",
          "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "a13463d2-1c14-4819-995f-9b55c64ca9ea",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicOnboardWlmnne-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWlmnne/1.0/artifacts/service-BasicOnboardWlmnne-csar.csar",
      "artifactChecksum": "OTY3MGY0ZTQ1NGMzZDAxMGVjMTE2MTg2NjU5MGY3OTU\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "04d5f70a-305d-4439-ac9a-e97828cbb615"
    }
  ],
  "workloadContext": "Production"
}
2022-03-13T03:50:37.876Z||pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-13T03:50:37.877Z||pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 c03933dc-0393-4bcb-b4cc-a30125b8d44e ASDC
2022-03-13T03:50:38.018Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:a633cfb1-214a-43b1-a814-e2c221b5769f
ServiceName:basic_onboard_wLMnNe
ServiceVersion:1.0
ServiceUUID:c03933dc-0393-4bcb-b4cc-a30125b8d44e
ServiceInvariantUUID:3cffdf27-c51b-40fd-b88d-53a7156effdf
ServiceDescription:service
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-BasicOnboardWlmnne-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardWlmnne/1.0/artifacts/service-BasicOnboardWlmnne-csar.csar
ArtifactUUID:04d5f70a-305d-4439-ac9a-e97828cbb615
ArtifactChecksum:OTY3MGY0ZTQ1NGMzZDAxMGVjMTE2MTg2NjU5MGY3OTU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_onboard_wLMnNe 0
ResourceCustomizationUUID:913c9f1a-202e-44c4-80ce-fd00f8fd97c8
ResourceInvariantUUID:201d020b-7185-46fc-881b-42e1b3cfbffc
ResourceName:basic_onboard_wLMnNe
ResourceType:VF
ResourceUUID:ba0f6d55-2169-4d70-8bb6-93af75fc32cf
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:basic_onboard_wlmnne0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/BasicOnboardWlmnne/1.0/resourceInstances/basic_onboard_wlmnne0/artifacts/basic_onboard_wlmnne0_modules.json
ArtifactUUID:768fea53-7d55-40e0-9d90-14bd7d31f699
ArtifactChecksum:MTAwOTZkNzFhOTMyY2U1N2EzMjhmMmFjZTMwZGYwYTg=
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/BasicOnboardWlmnne/1.0/resourceInstances/basic_onboard_wlmnne0/artifacts/base_ubuntu18.yaml
ArtifactUUID:861124a0-1efe-4729-b8e6-f8caf4e6b230
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/BasicOnboardWlmnne/1.0/resourceInstances/basic_onboard_wlmnne0/artifacts/base_ubuntu18.env
ArtifactUUID:a13463d2-1c14-4819-995f-9b55c64ca9ea
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/BasicOnboardWlmnne/1.0/resourceInstances/basic_onboard_wlmnne0/artifacts/base_ubuntu18.env
ArtifactUUID:a13463d2-1c14-4819-995f-9b55c64ca9ea
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-03-13T03:50:38.019Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF c03933dc-0393-4bcb-b4cc-a30125b8d44e 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-03-13T03:50:38.295Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-13T03:50:38.296Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-03-13T03:50:38.298Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-03-13T03:50:38.299Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 04d5f70a-305d-4439-ac9a-e97828cbb615 from URL: /sdc/v1/catalog/services/BasicOnboardWlmnne/1.0/artifacts/service-BasicOnboardWlmnne-csar.csar
2022-03-13T03:50:38.299Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-03-13T03:50:38.301Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardWlmnne/1.0/artifacts/service-BasicOnboardWlmnne-csar.csar
2022-03-13T03:50:38.869Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-03-13T03:50:38.888Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardWlmnne/1.0/artifacts/service-BasicOnboardWlmnne-csar.csar 04d5f70a-305d-4439-ac9a-e97828cbb615 71560
2022-03-13T03:50:38.890Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardWlmnne/1.0/artifacts/service-BasicOnboardWlmnne-csar.csar ASDC sendASDCNotification
2022-03-13T03:50:38.890Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardWlmnne/1.0/artifacts/service-BasicOnboardWlmnne-csar.csar
2022-03-13T03:50:38.891Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-13T03:50:38.892Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-13T03:50:38.894Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-13T03:50:38.894Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "a633cfb1-214a-43b1-a814-e2c221b5769f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647143438889,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWlmnne/1.0/artifacts/service-BasicOnboardWlmnne-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-13T03:50:38.994Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-13T03:50:38.996Z||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-03-13T03:50:38.996Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8JOl5TvLYzIQLVLG) ...
2022-03-13T03:50:39.015Z||pool-10-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-13T03:50:39.015Z||pool-10-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2022-03-13T03:50:39.895Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-13T03:50:39.896Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-03-13T03:50:39.897Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 04d5f70a-305d-4439-ac9a-e97828cbb615, URL: /sdc/v1/catalog/services/BasicOnboardWlmnne/1.0/artifacts/service-BasicOnboardWlmnne-csar.csar to file: /app/ASDC/1/service-BasicOnboardWlmnne-csar.csar
2022-03-13T03:50:39.898Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardWlmnne-csar.csar
2022-03-13T03:50:39.991Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardWlmnne-csar.csar
2022-03-13T03:50:39.991Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardWlmnne-csar.csar
2022-03-13T03:50:40.876Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13760416604385886471/Definitions/service-BasicOnboardWlmnne-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-03-13T03:50:43.409Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-13T03:50:43.415Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-03-13T03:50:43.415Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardWlmnne-csar.csar
2022-03-13T03:50:43.415Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-03-13T03:50:43.415Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||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-BasicOnboardWlmnne-csar.csar
2022-03-13T03:50:43.415Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardWlmnne-csar.csar
2022-03-13T03:50:43.416Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||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-BasicOnboardWlmnne-csar.csar
2022-03-13T03:50:43.416Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardWlmnne-csar.csar
2022-03-13T03:50:43.416Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardWlmnne-csar.csar
2022-03-13T03:50:43.416Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardWlmnne-csar.csar
2022-03-13T03:50:43.417Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardWlmnne-csar.csar
2022-03-13T03:50:43.417Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_wLMnNe 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-BasicOnboardWlmnne-csar.csar
2022-03-13T03:50:43.417Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardWlmnne-csar.csar
2022-03-13T03:50:43.417Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-03-13T03:50:43.424Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-13T03:50:43.426Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_wLMnNe is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-13T03:50:43.435Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_wLMnNe 0 is matching search criteria
2022-03-13T03:50:43.435Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-03-13T03:50:43.437Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_wLMnNe 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-13T03:50:43.438Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-13T03:50:43.439Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_wLMnNe is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-13T03:50:43.439Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_wLMnNe 0 is matching search criteria
2022-03-13T03:50:43.439Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-03-13T03:50:43.439Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_wLMnNe 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-13T03:50:43.440Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-13T03:50:43.440Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_wLMnNe is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-13T03:50:43.444Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-13T03:50:43.444Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_wLMnNe 0 is not matching search criteria
2022-03-13T03:50:43.444Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-03-13T03:50:43.445Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-03-13T03:50:43.445Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-03-13T03:50:43.445Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-03-13T03:50:43.445Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-03-13T03:50:43.445Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-13T03:50:43.446Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_wLMnNe is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-13T03:50:43.447Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-13T03:50:43.447Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_wLMnNe 0 is matching search criteria
2022-03-13T03:50:43.447Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_wLMnNe 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-13T03:50:43.448Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-13T03:50:43.448Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_wLMnNe 0 is matching search criteria
2022-03-13T03:50:43.448Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_wLMnNe 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-13T03:50:43.448Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-13T03:50:43.449Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_wLMnNe 0 is matching search criteria
2022-03-13T03:50:43.449Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_wLMnNe 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-13T03:50:43.449Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-13T03:50:43.450Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_wLMnNe 0 is not matching search criteria
2022-03-13T03:50:43.450Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-03-13T03:50:43.450Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-03-13T03:50:43.450Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=53b48819-b985-4ebb-9226-fd836b58f9c7
2022-03-13T03:50:43.451Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-13T03:50:43.451Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_wLMnNe is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-13T03:50:43.452Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-13T03:50:43.452Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_wLMnNe is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-13T03:50:43.452Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-13T03:50:43.453Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_wLMnNe is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-13T03:50:43.453Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-13T03:50:43.453Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_wLMnNe is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-13T03:50:43.453Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_onboard_wLMnNe
Description:service
Model UUID:c03933dc-0393-4bcb-b4cc-a30125b8d44e
Model Version:NULL
Model InvariantUuid:3cffdf27-c51b-40fd-b88d-53a7156effdf
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_onboard_wLMnNe
Model UUID:cf115a36-efd1-4f08-9ea5-fd82c6900dfd
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:201d020b-7185-46fc-881b-42e1b3cfbffc
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:913c9f1a-202e-44c4-80ce-fd00f8fd97c8
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:4891dd57-8fef-471d-b4ad-80f69d47e6cf
ModelName:BasicOnboardWlmnne..base_ubuntu18..module-0
ModelUuid:c5f14e0b-318e-4438-a280-a31fcf4e3549
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:53b48819-b985-4ebb-9226-fd836b58f9c7
ModelInvariantUuid:7e155eef-ef14-438a-b039-ad62a074109b
ModelName:basic_onboard_wLMnNe-nodes.ubuntu18Cvfc
ModelUuid:a386f9fb-54b1-4833-8699-d9d4f18f76bf
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:cffeb115-b7c2-47b3-9da6-0c8b33566a21
ModelInvariantUuid:5d4f0a7e-113d-471e-bd60-6be1af6f7679
ModelName:BasicOnboardWlmnne.compute.nodes.heat.ubuntu18
ModelUuid:07fcde37-20e1-4b54-a078-fc399240294d
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-03-13T03:50:43.485Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: ba0f6d55-2169-4d70-8bb6-93af75fc32cf
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-03-13T03:50:43.608Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||INFO|500||basic_onboard_wLMnNe 0
2022-03-13T03:50:43.616Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: ba0f6d55-2169-4d70-8bb6-93af75fc32cf
2022-03-13T03:50:43.616Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 768fea53-7d55-40e0-9d90-14bd7d31f699 from URL: /sdc/v1/catalog/services/BasicOnboardWlmnne/1.0/resourceInstances/basic_onboard_wlmnne0/artifacts/basic_onboard_wlmnne0_modules.json
2022-03-13T03:50:43.617Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-03-13T03:50:43.617Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardWlmnne/1.0/resourceInstances/basic_onboard_wlmnne0/artifacts/basic_onboard_wlmnne0_modules.json
2022-03-13T03:50:43.727Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-03-13T03:50:43.728Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardWlmnne/1.0/resourceInstances/basic_onboard_wlmnne0/artifacts/basic_onboard_wlmnne0_modules.json 768fea53-7d55-40e0-9d90-14bd7d31f699 798
2022-03-13T03:50:43.728Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardWlmnne/1.0/resourceInstances/basic_onboard_wlmnne0/artifacts/basic_onboard_wlmnne0_modules.json ASDC sendASDCNotification
2022-03-13T03:50:43.729Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardWlmnne/1.0/resourceInstances/basic_onboard_wlmnne0/artifacts/basic_onboard_wlmnne0_modules.json
2022-03-13T03:50:43.729Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-13T03:50:43.729Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-13T03:50:43.733Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-13T03:50:43.734Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "a633cfb1-214a-43b1-a814-e2c221b5769f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647143443728,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWlmnne/1.0/resourceInstances/basic_onboard_wlmnne0/artifacts/basic_onboard_wlmnne0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-13T03:50:43.834Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-13T03:50:43.836Z||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-03-13T03:50:43.836Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8JOl5TvLYzIQLVLG) ...
2022-03-13T03:50:43.854Z||pool-11-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-13T03:50:43.855Z||pool-11-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2022-03-13T03:50:44.735Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardWlmnne..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "4891dd57-8fef-471d-b4ad-80f69d47e6cf",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "c5f14e0b-318e-4438-a280-a31fcf4e3549",
    "vfModuleModelCustomizationUUID": "bf8d7eac-20fd-45ba-8152-a9b912abfa23",
    "isBase": true,
    "artifacts": [
      "861124a0-1efe-4729-b8e6-f8caf4e6b230",
      "a13463d2-1c14-4819-995f-9b55c64ca9ea"
    ],
    "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-03-13T03:50:44.752Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardWlmnne..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:c5f14e0b-318e-4438-a280-a31fcf4e3549
VfModuleModelInvariantUUID:4891dd57-8fef-471d-b4ad-80f69d47e6cf
VfModuleModelDescription:NULL
Artifacts UUID List:{
861124a0-1efe-4729-b8e6-f8caf4e6b230
,
a13463d2-1c14-4819-995f-9b55c64ca9ea

}
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-03-13T03:50:44.755Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicOnboardWlmnne..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "4891dd57-8fef-471d-b4ad-80f69d47e6cf",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "c5f14e0b-318e-4438-a280-a31fcf4e3549",
    "vfModuleModelCustomizationUUID": "bf8d7eac-20fd-45ba-8152-a9b912abfa23",
    "isBase": true,
    "artifacts": [
      "861124a0-1efe-4729-b8e6-f8caf4e6b230",
      "a13463d2-1c14-4819-995f-9b55c64ca9ea"
    ],
    "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-03-13T03:50:44.756Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicOnboardWlmnne..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:c5f14e0b-318e-4438-a280-a31fcf4e3549
VfModuleModelInvariantUUID:4891dd57-8fef-471d-b4ad-80f69d47e6cf
VfModuleModelDescription:NULL
Artifacts UUID List:{
861124a0-1efe-4729-b8e6-f8caf4e6b230
,
a13463d2-1c14-4819-995f-9b55c64ca9ea

}
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-03-13T03:50:44.756Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 861124a0-1efe-4729-b8e6-f8caf4e6b230 from URL: /sdc/v1/catalog/services/BasicOnboardWlmnne/1.0/resourceInstances/basic_onboard_wlmnne0/artifacts/base_ubuntu18.yaml
2022-03-13T03:50:44.758Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-03-13T03:50:44.758Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardWlmnne/1.0/resourceInstances/basic_onboard_wlmnne0/artifacts/base_ubuntu18.yaml
2022-03-13T03:50:44.814Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-03-13T03:50:44.815Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardWlmnne/1.0/resourceInstances/basic_onboard_wlmnne0/artifacts/base_ubuntu18.yaml 861124a0-1efe-4729-b8e6-f8caf4e6b230 5033
2022-03-13T03:50:44.815Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardWlmnne/1.0/resourceInstances/basic_onboard_wlmnne0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-03-13T03:50:44.815Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardWlmnne/1.0/resourceInstances/basic_onboard_wlmnne0/artifacts/base_ubuntu18.yaml
2022-03-13T03:50:44.815Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-13T03:50:44.816Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-13T03:50:44.818Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-13T03:50:44.819Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "a633cfb1-214a-43b1-a814-e2c221b5769f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647143444815,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWlmnne/1.0/resourceInstances/basic_onboard_wlmnne0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-13T03:50:44.919Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 79 ms
2022-03-13T03:50:44.920Z||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-03-13T03:50:44.920Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8JOl5TvLYzIQLVLG) ...
2022-03-13T03:50:44.933Z||pool-12-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-13T03:50:44.933Z||pool-12-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-03-13T03:50:45.841Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: a13463d2-1c14-4819-995f-9b55c64ca9ea from URL: /sdc/v1/catalog/services/BasicOnboardWlmnne/1.0/resourceInstances/basic_onboard_wlmnne0/artifacts/base_ubuntu18.env
2022-03-13T03:50:45.842Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-03-13T03:50:45.842Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardWlmnne/1.0/resourceInstances/basic_onboard_wlmnne0/artifacts/base_ubuntu18.env
2022-03-13T03:50:45.894Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-03-13T03:50:45.895Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardWlmnne/1.0/resourceInstances/basic_onboard_wlmnne0/artifacts/base_ubuntu18.env a13463d2-1c14-4819-995f-9b55c64ca9ea 909
2022-03-13T03:50:45.896Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardWlmnne/1.0/resourceInstances/basic_onboard_wlmnne0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-03-13T03:50:45.896Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardWlmnne/1.0/resourceInstances/basic_onboard_wlmnne0/artifacts/base_ubuntu18.env
2022-03-13T03:50:45.896Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-13T03:50:45.897Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-13T03:50:45.903Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-13T03:50:45.904Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "a633cfb1-214a-43b1-a814-e2c221b5769f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647143445896,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWlmnne/1.0/resourceInstances/basic_onboard_wlmnne0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-03-13T03:50:46.001Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2022-03-13T03:50:46.002Z||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-03-13T03:50:46.003Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8JOl5TvLYzIQLVLG) ...
2022-03-13T03:50:46.016Z||pool-13-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-13T03:50:46.017Z||pool-13-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-13T03:50:46.905Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: c03933dc-0393-4bcb-b4cc-a30125b8d44e
2022-03-13T03:50:46.905Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_wLMnNe 0 ba0f6d55-2169-4d70-8bb6-93af75fc32cf 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-03-13T03:50:46.954Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@64d1b820, org.onap.sdc.toscaparser.api.parameters.Input@183ef943, org.onap.sdc.toscaparser.api.parameters.Input@16ec633a, org.onap.sdc.toscaparser.api.parameters.Input@3c408c08, org.onap.sdc.toscaparser.api.parameters.Input@55b92318]
2022-03-13T03:50:46.960Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-13T03:50:46.961Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_wLMnNe is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-13T03:50:46.962Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||DEBUG|500||VF Category is: Generic 
2022-03-13T03:50:46.962Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||DEBUG|500||VFCustomizationUUID= 913c9f1a-202e-44c4-80ce-fd00f8fd97c8
2022-03-13T03:50:46.963Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 913c9f1a-202e-44c4-80ce-fd00f8fd97c8 matches Tosca VF Customization UUID: 913c9f1a-202e-44c4-80ce-fd00f8fd97c8
2022-03-13T03:50:46.963Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||DEBUG|500||vfCustomizationUUID: 913c9f1a-202e-44c4-80ce-fd00f8fd97c8  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-03-13T03:50:46.979Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-13T03:50:46.980Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_wLMnNe is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-13T03:50:46.982Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||DEBUG|500||resource request for resource customization id 913c9f1a-202e-44c4-80ce-fd00f8fd97c8: {\"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-03-13T03:50:46.983Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@4fd4dd9e
2022-03-13T03:50:46.983Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-13T03:50:46.983Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_wLMnNe is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-13T03:50:46.984Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : bf8d7eac-20fd-45ba-8152-a9b912abfa23
2022-03-13T03:50:46.986Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID bf8d7eac-20fd-45ba-8152-a9b912abfa23
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-03-13T03:50:46.996Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-13T03:50:46.998Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_wLMnNe 0 is matching search criteria
2022-03-13T03:50:46.998Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_wLMnNe 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-13T03:50:47.000Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-13T03:50:47.001Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_wLMnNe 0 is matching search criteria
2022-03-13T03:50:47.001Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_wLMnNe 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-13T03:50:47.002Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-13T03:50:47.002Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_wLMnNe 0 is not matching search criteria
2022-03-13T03:50:47.003Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-03-13T03:50:47.003Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-03-13T03:50:47.003Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=53b48819-b985-4ebb-9226-fd836b58f9c7
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-03-13T03:50:47.017Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-13T03:50:47.020Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_wLMnNe 0 is matching search criteria
2022-03-13T03:50:47.020Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_wLMnNe 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-13T03:50:47.021Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-13T03:50:47.021Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_wLMnNe 0 is matching search criteria
2022-03-13T03:50:47.021Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_wLMnNe 0] matching following query criteria: sdcType=VF, customizationUUID=913c9f1a-202e-44c4-80ce-fd00f8fd97c8
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-03-13T03:50:47.025Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-13T03:50:47.025Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_wLMnNe is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-13T03:50:47.026Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid c03933dc-0393-4bcb-b4cc-a30125b8d44e: basic_onboard_wLMnNe
2022-03-13T03:50:47.026Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-13T03:50:47.026Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_wLMnNe is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-13T03:50:47.026Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-13T03:50:47.027Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_wLMnNe is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-13T03:50:47.027Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-13T03:50:47.027Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_wLMnNe is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-13T03:50:47.028Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-13T03:50:47.028Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_wLMnNe is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-13T03:50:47.028Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-13T03:50:47.028Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_wLMnNe is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-13T03:50:47.028Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||INFO|500||Saving Service: basic_onboard_wLMnNe 
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-03-13T03:50:47.321Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_wLMnNe ba0f6d55-2169-4d70-8bb6-93af75fc32cf 1 ASDC deployResourceStructure
2022-03-13T03:50:47.322Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardWlmnne/1.0/resourceInstances/basic_onboard_wlmnne0/artifacts/basic_onboard_wlmnne0_modules.json ASDC sendASDCNotification
2022-03-13T03:50:47.322Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardWlmnne/1.0/resourceInstances/basic_onboard_wlmnne0/artifacts/basic_onboard_wlmnne0_modules.json
2022-03-13T03:50:47.323Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-13T03:50:47.323Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-13T03:50:47.325Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-13T03:50:47.325Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "a633cfb1-214a-43b1-a814-e2c221b5769f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647143447322,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWlmnne/1.0/resourceInstances/basic_onboard_wlmnne0/artifacts/basic_onboard_wlmnne0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-13T03:50:47.428Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms
2022-03-13T03:50:47.429Z||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-03-13T03:50:47.429Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8JOl5TvLYzIQLVLG) ...
2022-03-13T03:50:47.443Z||pool-14-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-13T03:50:47.445Z||pool-14-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-03-13T03:50:48.327Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardWlmnne/1.0/resourceInstances/basic_onboard_wlmnne0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification
2022-03-13T03:50:48.327Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardWlmnne/1.0/resourceInstances/basic_onboard_wlmnne0/artifacts/base_ubuntu18.yaml
2022-03-13T03:50:48.327Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-13T03:50:48.328Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-13T03:50:48.332Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-13T03:50:48.332Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "a633cfb1-214a-43b1-a814-e2c221b5769f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647143448327,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWlmnne/1.0/resourceInstances/basic_onboard_wlmnne0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-03-13T03:50:48.430Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms
2022-03-13T03:50:48.432Z||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-03-13T03:50:48.432Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8JOl5TvLYzIQLVLG) ...
2022-03-13T03:50:48.445Z||pool-15-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-13T03:50:48.446Z||pool-15-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-13T03:50:49.333Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardWlmnne/1.0/resourceInstances/basic_onboard_wlmnne0/artifacts/base_ubuntu18.env ASDC sendASDCNotification
2022-03-13T03:50:49.334Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardWlmnne/1.0/resourceInstances/basic_onboard_wlmnne0/artifacts/base_ubuntu18.env
2022-03-13T03:50:49.335Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-13T03:50:49.335Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-13T03:50:49.343Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-13T03:50:49.343Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "a633cfb1-214a-43b1-a814-e2c221b5769f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647143449333,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWlmnne/1.0/resourceInstances/basic_onboard_wlmnne0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-03-13T03:50:49.438Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 94 ms
2022-03-13T03:50:49.439Z||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-03-13T03:50:49.439Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8JOl5TvLYzIQLVLG) ...
2022-03-13T03:50:49.453Z||pool-16-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-13T03:50:49.454Z||pool-16-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-03-13T03:50:50.344Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardWlmnne/1.0/artifacts/service-BasicOnboardWlmnne-csar.csar ASDC sendASDCNotification
2022-03-13T03:50:50.345Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardWlmnne/1.0/artifacts/service-BasicOnboardWlmnne-csar.csar
2022-03-13T03:50:50.345Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-13T03:50:50.345Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-13T03:50:50.348Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-13T03:50:50.348Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "a633cfb1-214a-43b1-a814-e2c221b5769f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647143450344,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWlmnne/1.0/artifacts/service-BasicOnboardWlmnne-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-13T03:50:50.448Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-13T03:50:50.450Z||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-03-13T03:50:50.450Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8JOl5TvLYzIQLVLG) ...
2022-03-13T03:50:50.469Z||pool-17-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-13T03:50:50.469Z||pool-17-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-03-13T03:50:51.350Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a633cfb1-214a-43b1-a814-e2c221b5769f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-13T03:50:51.381Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a633cfb1-214a-43b1-a814-e2c221b5769f
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-03-13T03:50:51.384Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-13T03:50:51.384Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-13T03:50:51.384Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-13T03:51:21.388Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a633cfb1-214a-43b1-a814-e2c221b5769f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-13T03:51:21.410Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a633cfb1-214a-43b1-a814-e2c221b5769f
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-03-13T03:51:21.413Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-13T03:51:21.414Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-13T03:51:21.414Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-13T03:51:21.607Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-13T03:51:21.608Z||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-03-13T03:51:21.608Z||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 8JOl5TvLYzIQLVLG) ...
2022-03-13T03:51:21.639Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-13T03:51:21.639Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-13T03:51:21.639Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a633cfb1-214a-43b1-a814-e2c221b5769f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647143426575,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWlmnne/1.0/resourceInstances/basic_onboard_wlmnne0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-13T03:51:21.640Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-13T03:51:21.640Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-13T03:51:21.641Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a633cfb1-214a-43b1-a814-e2c221b5769f",
  "consumerID": "cds",
  "timestamp": 1647143421570,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWlmnne/1.0/resourceInstances/basic_onboard_wlmnne0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-13T03:51:21.641Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-13T03:51:51.414Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a633cfb1-214a-43b1-a814-e2c221b5769f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-13T03:51:51.424Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a633cfb1-214a-43b1-a814-e2c221b5769f
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-03-13T03:51:51.426Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-13T03:51:51.426Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-13T03:51:51.426Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-13T03:52:21.427Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a633cfb1-214a-43b1-a814-e2c221b5769f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-13T03:52:21.444Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a633cfb1-214a-43b1-a814-e2c221b5769f
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-03-13T03:52:21.448Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-13T03:52:21.448Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-13T03:52:21.448Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-13T03:52:21.608Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-13T03:52:21.610Z||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-03-13T03:52:21.610Z||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 8JOl5TvLYzIQLVLG) ...
2022-03-13T03:52:21.644Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-13T03:52:21.645Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-13T03:52:21.646Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a633cfb1-214a-43b1-a814-e2c221b5769f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647143423121,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWlmnne/1.0/resourceInstances/basic_onboard_wlmnne0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-13T03:52:21.647Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-13T03:52:21.647Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-13T03:52:21.648Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a633cfb1-214a-43b1-a814-e2c221b5769f",
  "consumerID": "policy-id",
  "timestamp": 1647143425549,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWlmnne/1.0/resourceInstances/basic_onboard_wlmnne0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-13T03:52:21.648Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-13T03:52:51.448Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a633cfb1-214a-43b1-a814-e2c221b5769f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-13T03:52:51.463Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a633cfb1-214a-43b1-a814-e2c221b5769f
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-03-13T03:52:51.473Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-13T03:52:51.474Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-13T03:52:51.475Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-13T03:53:21.476Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a633cfb1-214a-43b1-a814-e2c221b5769f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-13T03:53:21.487Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a633cfb1-214a-43b1-a814-e2c221b5769f
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-03-13T03:53:21.490Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-13T03:53:21.490Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-13T03:53:21.490Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-13T03:53:21.607Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-13T03:53:21.608Z||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-03-13T03:53:21.609Z||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 8JOl5TvLYzIQLVLG) ...
2022-03-13T03:53:21.644Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-13T03:53:21.653Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-13T03:53:21.654Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a633cfb1-214a-43b1-a814-e2c221b5769f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647143430061,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWlmnne/1.0/resourceInstances/basic_onboard_wlmnne0/artifacts/basic_onboard_wlmnne0_modules.json",
  "status": "NOTIFIED"
}
2022-03-13T03:53:21.655Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-13T03:53:21.655Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-13T03:53:21.656Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a633cfb1-214a-43b1-a814-e2c221b5769f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647143423121,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWlmnne/1.0/resourceInstances/basic_onboard_wlmnne0/artifacts/basic_onboard_wlmnne0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-13T03:53:21.656Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-13T03:53:21.656Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-13T03:53:21.656Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a633cfb1-214a-43b1-a814-e2c221b5769f",
  "consumerID": "cds",
  "timestamp": 1647143421570,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWlmnne/1.0/resourceInstances/basic_onboard_wlmnne0/artifacts/basic_onboard_wlmnne0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-13T03:53:21.656Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-13T03:53:21.657Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-13T03:53:21.657Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a633cfb1-214a-43b1-a814-e2c221b5769f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647143426575,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWlmnne/1.0/resourceInstances/basic_onboard_wlmnne0/artifacts/basic_onboard_wlmnne0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-13T03:53:21.657Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-13T03:53:21.657Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-13T03:53:21.658Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a633cfb1-214a-43b1-a814-e2c221b5769f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647143421598,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWlmnne/1.0/resourceInstances/basic_onboard_wlmnne0/artifacts/basic_onboard_wlmnne0_modules.json",
  "status": "NOTIFIED"
}
2022-03-13T03:53:21.658Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-13T03:53:21.658Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-13T03:53:21.658Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a633cfb1-214a-43b1-a814-e2c221b5769f",
  "consumerID": "policy-id",
  "timestamp": 1647143425549,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWlmnne/1.0/resourceInstances/basic_onboard_wlmnne0/artifacts/basic_onboard_wlmnne0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-13T03:53:21.659Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-13T03:53:21.659Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-13T03:53:21.659Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a633cfb1-214a-43b1-a814-e2c221b5769f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647143430061,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWlmnne/1.0/resourceInstances/basic_onboard_wlmnne0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-03-13T03:53:21.659Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-13T03:53:21.660Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-13T03:53:21.660Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a633cfb1-214a-43b1-a814-e2c221b5769f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647143426575,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWlmnne/1.0/resourceInstances/basic_onboard_wlmnne0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-13T03:53:21.660Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-13T03:53:21.661Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-13T03:53:21.661Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a633cfb1-214a-43b1-a814-e2c221b5769f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647143423121,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWlmnne/1.0/resourceInstances/basic_onboard_wlmnne0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-13T03:53:21.661Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-13T03:53:21.661Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-13T03:53:21.661Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a633cfb1-214a-43b1-a814-e2c221b5769f",
  "consumerID": "cds",
  "timestamp": 1647143421570,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWlmnne/1.0/resourceInstances/basic_onboard_wlmnne0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-13T03:53:21.663Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-13T03:53:21.664Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-13T03:53:21.664Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a633cfb1-214a-43b1-a814-e2c221b5769f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647143421598,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWlmnne/1.0/resourceInstances/basic_onboard_wlmnne0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-03-13T03:53:21.664Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-13T03:53:21.665Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-13T03:53:21.665Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a633cfb1-214a-43b1-a814-e2c221b5769f",
  "consumerID": "policy-id",
  "timestamp": 1647143425549,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWlmnne/1.0/resourceInstances/basic_onboard_wlmnne0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-03-13T03:53:21.665Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-13T03:53:21.665Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-13T03:53:21.665Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a633cfb1-214a-43b1-a814-e2c221b5769f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647143430061,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWlmnne/1.0/resourceInstances/basic_onboard_wlmnne0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-13T03:53:21.666Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-13T03:53:21.666Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-13T03:53:21.666Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a633cfb1-214a-43b1-a814-e2c221b5769f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647143423121,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWlmnne/1.0/resourceInstances/basic_onboard_wlmnne0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-13T03:53:21.666Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-13T03:53:21.667Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-13T03:53:21.667Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a633cfb1-214a-43b1-a814-e2c221b5769f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647143426575,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWlmnne/1.0/resourceInstances/basic_onboard_wlmnne0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-13T03:53:21.667Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-13T03:53:21.667Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-13T03:53:21.667Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a633cfb1-214a-43b1-a814-e2c221b5769f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647143421598,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWlmnne/1.0/resourceInstances/basic_onboard_wlmnne0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-13T03:53:21.667Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-13T03:53:21.668Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-13T03:53:21.668Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a633cfb1-214a-43b1-a814-e2c221b5769f",
  "consumerID": "policy-id",
  "timestamp": 1647143425549,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWlmnne/1.0/resourceInstances/basic_onboard_wlmnne0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-13T03:53:21.668Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-13T03:53:21.668Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-13T03:53:21.668Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a633cfb1-214a-43b1-a814-e2c221b5769f",
  "consumerID": "cds",
  "timestamp": 1647143421570,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWlmnne/1.0/resourceInstances/basic_onboard_wlmnne0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-13T03:53:21.669Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-13T03:53:21.669Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-13T03:53:21.669Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a633cfb1-214a-43b1-a814-e2c221b5769f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647143430061,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWlmnne/1.0/resourceInstances/basic_onboard_wlmnne0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-03-13T03:53:21.670Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-13T03:53:21.670Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-13T03:53:21.670Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a633cfb1-214a-43b1-a814-e2c221b5769f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647143423121,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWlmnne/1.0/resourceInstances/basic_onboard_wlmnne0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-03-13T03:53:21.670Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-13T03:53:21.670Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-13T03:53:21.670Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a633cfb1-214a-43b1-a814-e2c221b5769f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647143426575,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWlmnne/1.0/resourceInstances/basic_onboard_wlmnne0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-03-13T03:53:21.671Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-13T03:53:21.671Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-13T03:53:21.671Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a633cfb1-214a-43b1-a814-e2c221b5769f",
  "consumerID": "policy-id",
  "timestamp": 1647143425549,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWlmnne/1.0/resourceInstances/basic_onboard_wlmnne0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-03-13T03:53:21.672Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-13T03:53:21.672Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-13T03:53:21.672Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a633cfb1-214a-43b1-a814-e2c221b5769f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647143421598,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWlmnne/1.0/resourceInstances/basic_onboard_wlmnne0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-03-13T03:53:21.672Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-13T03:53:21.673Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-13T03:53:21.673Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a633cfb1-214a-43b1-a814-e2c221b5769f",
  "consumerID": "cds",
  "timestamp": 1647143421570,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWlmnne/1.0/resourceInstances/basic_onboard_wlmnne0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-03-13T03:53:21.673Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-13T03:53:21.673Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-13T03:53:21.673Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a633cfb1-214a-43b1-a814-e2c221b5769f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647143430061,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWlmnne/1.0/artifacts/service-BasicOnboardWlmnne-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-13T03:53:21.674Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-13T03:53:21.674Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-13T03:53:21.674Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a633cfb1-214a-43b1-a814-e2c221b5769f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647143423121,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWlmnne/1.0/artifacts/service-BasicOnboardWlmnne-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-13T03:53:21.674Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-13T03:53:21.675Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-13T03:53:21.675Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a633cfb1-214a-43b1-a814-e2c221b5769f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647143426575,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWlmnne/1.0/artifacts/service-BasicOnboardWlmnne-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-13T03:53:21.675Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-13T03:53:21.675Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-13T03:53:21.675Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a633cfb1-214a-43b1-a814-e2c221b5769f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647143421598,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWlmnne/1.0/artifacts/service-BasicOnboardWlmnne-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-13T03:53:21.676Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-13T03:53:21.676Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-13T03:53:21.676Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a633cfb1-214a-43b1-a814-e2c221b5769f",
  "consumerID": "policy-id",
  "timestamp": 1647143425549,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWlmnne/1.0/artifacts/service-BasicOnboardWlmnne-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-13T03:53:21.676Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-13T03:53:21.676Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-13T03:53:21.677Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a633cfb1-214a-43b1-a814-e2c221b5769f",
  "consumerID": "cds",
  "timestamp": 1647143421570,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWlmnne/1.0/artifacts/service-BasicOnboardWlmnne-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-13T03:53:21.677Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-13T03:53:21.677Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-13T03:53:21.677Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a633cfb1-214a-43b1-a814-e2c221b5769f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647143430061,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWlmnne/1.0/artifacts/service-BasicOnboardWlmnne-csar.csar",
  "status": "NOTIFIED"
}
2022-03-13T03:53:21.678Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-13T03:53:21.678Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-13T03:53:21.678Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a633cfb1-214a-43b1-a814-e2c221b5769f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647143426575,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWlmnne/1.0/artifacts/service-BasicOnboardWlmnne-csar.csar",
  "status": "NOTIFIED"
}
2022-03-13T03:53:21.678Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-13T03:53:21.678Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-13T03:53:21.679Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a633cfb1-214a-43b1-a814-e2c221b5769f",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647143423121,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWlmnne/1.0/artifacts/service-BasicOnboardWlmnne-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-13T03:53:21.679Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-13T03:53:21.679Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-13T03:53:21.679Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a633cfb1-214a-43b1-a814-e2c221b5769f",
  "consumerID": "policy-id",
  "timestamp": 1647143425549,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWlmnne/1.0/artifacts/service-BasicOnboardWlmnne-csar.csar",
  "status": "NOTIFIED"
}
2022-03-13T03:53:21.680Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-13T03:53:21.680Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-13T03:53:21.680Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a633cfb1-214a-43b1-a814-e2c221b5769f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647143421598,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWlmnne/1.0/artifacts/service-BasicOnboardWlmnne-csar.csar",
  "status": "NOTIFIED"
}
2022-03-13T03:53:21.680Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-13T03:53:21.681Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-13T03:53:21.681Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a633cfb1-214a-43b1-a814-e2c221b5769f",
  "consumerID": "cds",
  "timestamp": 1647143421570,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWlmnne/1.0/artifacts/service-BasicOnboardWlmnne-csar.csar",
  "status": "NOTIFIED"
}
2022-03-13T03:53:21.681Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-13T03:53:21.681Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-13T03:53:21.682Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a633cfb1-214a-43b1-a814-e2c221b5769f",
  "consumerID": "clamp",
  "timestamp": 1647143438515,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWlmnne/1.0/resourceInstances/basic_onboard_wlmnne0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-13T03:53:21.682Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-13T03:53:21.682Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-13T03:53:21.682Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a633cfb1-214a-43b1-a814-e2c221b5769f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647143438931,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWlmnne/1.0/resourceInstances/basic_onboard_wlmnne0/artifacts/basic_onboard_wlmnne0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-13T03:53:21.683Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-13T03:53:21.683Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-13T03:53:21.683Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a633cfb1-214a-43b1-a814-e2c221b5769f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647143439406,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWlmnne/1.0/artifacts/service-BasicOnboardWlmnne-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-13T03:53:21.684Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-13T03:53:21.684Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-13T03:53:21.684Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a633cfb1-214a-43b1-a814-e2c221b5769f",
  "consumerID": "cds",
  "timestamp": 1647143438891,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWlmnne/1.0/artifacts/service-BasicOnboardWlmnne-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-13T03:53:21.684Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-13T03:53:21.684Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-13T03:53:21.684Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a633cfb1-214a-43b1-a814-e2c221b5769f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647143438889,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWlmnne/1.0/artifacts/service-BasicOnboardWlmnne-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-13T03:53:21.685Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-13T03:53:21.685Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-13T03:53:21.685Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a633cfb1-214a-43b1-a814-e2c221b5769f",
  "consumerID": "policy-id",
  "timestamp": 1647143438712,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWlmnne/1.0/artifacts/service-BasicOnboardWlmnne-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-13T03:53:21.685Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-13T03:53:21.685Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-13T03:53:21.686Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a633cfb1-214a-43b1-a814-e2c221b5769f",
  "consumerID": "clamp",
  "timestamp": 1647143438515,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWlmnne/1.0/resourceInstances/basic_onboard_wlmnne0/artifacts/basic_onboard_wlmnne0_modules.json",
  "status": "NOTIFIED"
}
2022-03-13T03:53:21.686Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-13T03:53:21.686Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-13T03:53:21.686Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a633cfb1-214a-43b1-a814-e2c221b5769f",
  "consumerID": "dcae-sch",
  "timestamp": 1647143439002,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWlmnne/1.0/resourceInstances/basic_onboard_wlmnne0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-13T03:53:21.687Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-13T03:53:21.687Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-13T03:53:21.687Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a633cfb1-214a-43b1-a814-e2c221b5769f",
  "consumerID": "policy-id",
  "timestamp": 1647143439721,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWlmnne/1.0/artifacts/service-BasicOnboardWlmnne-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-13T03:53:21.687Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-13T03:53:21.687Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-13T03:53:21.687Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a633cfb1-214a-43b1-a814-e2c221b5769f",
  "consumerID": "cds",
  "timestamp": 1647143439916,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWlmnne/1.0/artifacts/service-BasicOnboardWlmnne-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-03-13T03:53:21.697Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of a633cfb1-214a-43b1-a814-e2c221b5769f
2022-03-13T03:53:21.698Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId a633cfb1-214a-43b1-a814-e2c221b5769f 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-03-13T03:53:21.714Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-13T03:53:21.715Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a633cfb1-214a-43b1-a814-e2c221b5769f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647143440449,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWlmnne/1.0/resourceInstances/basic_onboard_wlmnne0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-13T03:53:21.715Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-13T03:53:21.715Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-13T03:53:21.715Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a633cfb1-214a-43b1-a814-e2c221b5769f",
  "consumerID": "clamp",
  "timestamp": 1647143438515,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWlmnne/1.0/resourceInstances/basic_onboard_wlmnne0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-13T03:53:21.715Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-13T03:53:21.716Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-13T03:53:21.716Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a633cfb1-214a-43b1-a814-e2c221b5769f",
  "consumerID": "dcae-sch",
  "timestamp": 1647143439002,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWlmnne/1.0/resourceInstances/basic_onboard_wlmnne0/artifacts/basic_onboard_wlmnne0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-13T03:53:21.716Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-13T03:53:21.716Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-13T03:53:21.716Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a633cfb1-214a-43b1-a814-e2c221b5769f",
  "consumerID": "policy-id",
  "timestamp": 1647143440726,
  "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-03-13T03:53:21.723Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a633cfb1-214a-43b1-a814-e2c221b5769f
2022-03-13T03:53:21.724Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId a633cfb1-214a-43b1-a814-e2c221b5769f 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-03-13T03:53:21.736Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-13T03:53:21.736Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a633cfb1-214a-43b1-a814-e2c221b5769f",
  "consumerID": "clamp",
  "timestamp": 1647143438515,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWlmnne/1.0/resourceInstances/basic_onboard_wlmnne0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-13T03:53:21.736Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-13T03:53:21.737Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-13T03:53:21.737Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a633cfb1-214a-43b1-a814-e2c221b5769f",
  "consumerID": "dcae-sch",
  "timestamp": 1647143439002,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWlmnne/1.0/resourceInstances/basic_onboard_wlmnne0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-13T03:53:21.737Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-13T03:53:21.737Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-13T03:53:21.738Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a633cfb1-214a-43b1-a814-e2c221b5769f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647143441923,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWlmnne/1.0/resourceInstances/basic_onboard_wlmnne0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-03-13T03:53:21.738Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-13T03:53:21.738Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-13T03:53:21.738Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a633cfb1-214a-43b1-a814-e2c221b5769f",
  "consumerID": "clamp",
  "timestamp": 1647143438515,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWlmnne/1.0/resourceInstances/basic_onboard_wlmnne0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-03-13T03:53:21.739Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-13T03:53:21.739Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-13T03:53:21.739Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a633cfb1-214a-43b1-a814-e2c221b5769f",
  "consumerID": "dcae-sch",
  "timestamp": 1647143439002,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWlmnne/1.0/resourceInstances/basic_onboard_wlmnne0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-13T03:53:21.739Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-13T03:53:21.739Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-13T03:53:21.739Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a633cfb1-214a-43b1-a814-e2c221b5769f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647143443004,
  "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-03-13T03:53:21.745Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a633cfb1-214a-43b1-a814-e2c221b5769f
2022-03-13T03:53:21.745Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId a633cfb1-214a-43b1-a814-e2c221b5769f 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-03-13T03:53:21.754Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-13T03:53:21.754Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a633cfb1-214a-43b1-a814-e2c221b5769f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647143443701,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWlmnne/1.0/artifacts/service-BasicOnboardWlmnne-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-13T03:53:21.754Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-13T03:53:21.755Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-13T03:53:21.755Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a633cfb1-214a-43b1-a814-e2c221b5769f",
  "consumerID": "clamp",
  "timestamp": 1647143438515,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWlmnne/1.0/artifacts/service-BasicOnboardWlmnne-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-13T03:53:21.755Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-13T03:53:21.755Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-13T03:53:21.755Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a633cfb1-214a-43b1-a814-e2c221b5769f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647143443728,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWlmnne/1.0/resourceInstances/basic_onboard_wlmnne0/artifacts/basic_onboard_wlmnne0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-13T03:53:21.756Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-13T03:53:21.756Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-13T03:53:21.756Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a633cfb1-214a-43b1-a814-e2c221b5769f",
  "consumerID": "dcae-sch",
  "timestamp": 1647143439002,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWlmnne/1.0/resourceInstances/basic_onboard_wlmnne0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-03-13T03:53:21.756Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-13T03:53:21.756Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-13T03:53:21.757Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a633cfb1-214a-43b1-a814-e2c221b5769f",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647143444013,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWlmnne/1.0/resourceInstances/basic_onboard_wlmnne0/artifacts/basic_onboard_wlmnne0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-13T03:53:21.757Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-13T03:53:21.757Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-13T03:53:21.757Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a633cfb1-214a-43b1-a814-e2c221b5769f",
  "consumerID": "aai-ml",
  "timestamp": 1647143443940,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWlmnne/1.0/resourceInstances/basic_onboard_wlmnne0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-13T03:53:21.758Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-13T03:53:21.758Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-13T03:53:21.758Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a633cfb1-214a-43b1-a814-e2c221b5769f",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647143444706,
  "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-03-13T03:53:21.763Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of a633cfb1-214a-43b1-a814-e2c221b5769f
2022-03-13T03:53:21.763Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId a633cfb1-214a-43b1-a814-e2c221b5769f 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-03-13T03:53:21.772Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-13T03:53:21.772Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a633cfb1-214a-43b1-a814-e2c221b5769f",
  "consumerID": "clamp",
  "timestamp": 1647143438515,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWlmnne/1.0/artifacts/service-BasicOnboardWlmnne-csar.csar",
  "status": "NOTIFIED"
}
2022-03-13T03:53:21.772Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-13T03:53:21.773Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-13T03:53:21.773Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a633cfb1-214a-43b1-a814-e2c221b5769f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647143444815,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWlmnne/1.0/resourceInstances/basic_onboard_wlmnne0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-13T03:53:21.773Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-13T03:53:21.773Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-13T03:53:21.773Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a633cfb1-214a-43b1-a814-e2c221b5769f",
  "consumerID": "dcae-sch",
  "timestamp": 1647143439002,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWlmnne/1.0/artifacts/service-BasicOnboardWlmnne-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-13T03:53:21.774Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-13T03:53:21.774Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-13T03:53:21.774Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a633cfb1-214a-43b1-a814-e2c221b5769f",
  "consumerID": "aai-ml",
  "timestamp": 1647143443940,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWlmnne/1.0/resourceInstances/basic_onboard_wlmnne0/artifacts/basic_onboard_wlmnne0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-13T03:53:21.774Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-13T03:53:21.774Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-13T03:53:21.774Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a633cfb1-214a-43b1-a814-e2c221b5769f",
  "consumerID": "dcae-sch",
  "timestamp": 1647143439002,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWlmnne/1.0/artifacts/service-BasicOnboardWlmnne-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-13T03:53:21.775Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-13T03:53:21.775Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-13T03:53:21.775Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a633cfb1-214a-43b1-a814-e2c221b5769f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647143445896,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWlmnne/1.0/resourceInstances/basic_onboard_wlmnne0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-03-13T03:53:21.775Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-13T03:53:21.775Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-13T03:53:21.775Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a633cfb1-214a-43b1-a814-e2c221b5769f",
  "consumerID": "aai-ml",
  "timestamp": 1647143443940,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWlmnne/1.0/resourceInstances/basic_onboard_wlmnne0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-13T03:53:21.775Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-13T03:53:21.776Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-13T03:53:21.776Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a633cfb1-214a-43b1-a814-e2c221b5769f",
  "consumerID": "aai-ml",
  "timestamp": 1647143443940,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWlmnne/1.0/resourceInstances/basic_onboard_wlmnne0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-13T03:53:21.776Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-13T03:53:21.776Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-13T03:53:21.776Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a633cfb1-214a-43b1-a814-e2c221b5769f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647143447322,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWlmnne/1.0/resourceInstances/basic_onboard_wlmnne0/artifacts/basic_onboard_wlmnne0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-13T03:53:21.777Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-13T03:53:21.777Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-13T03:53:21.777Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a633cfb1-214a-43b1-a814-e2c221b5769f",
  "consumerID": "aai-ml",
  "timestamp": 1647143443940,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWlmnne/1.0/resourceInstances/basic_onboard_wlmnne0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-03-13T03:53:21.777Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-13T03:53:21.777Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-13T03:53:21.778Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a633cfb1-214a-43b1-a814-e2c221b5769f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647143448327,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWlmnne/1.0/resourceInstances/basic_onboard_wlmnne0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-03-13T03:53:21.778Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-13T03:53:21.778Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-13T03:53:21.778Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a633cfb1-214a-43b1-a814-e2c221b5769f",
  "consumerID": "aai-ml",
  "timestamp": 1647143443940,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWlmnne/1.0/artifacts/service-BasicOnboardWlmnne-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-13T03:53:21.778Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-13T03:53:21.778Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-13T03:53:21.778Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a633cfb1-214a-43b1-a814-e2c221b5769f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647143449333,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWlmnne/1.0/resourceInstances/basic_onboard_wlmnne0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-03-13T03:53:21.779Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-13T03:53:21.779Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-13T03:53:21.779Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a633cfb1-214a-43b1-a814-e2c221b5769f",
  "consumerID": "aai-ml",
  "timestamp": 1647143443940,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWlmnne/1.0/artifacts/service-BasicOnboardWlmnne-csar.csar",
  "status": "NOTIFIED"
}
2022-03-13T03:53:21.779Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-13T03:53:21.779Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-13T03:53:21.779Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a633cfb1-214a-43b1-a814-e2c221b5769f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647143450344,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWlmnne/1.0/artifacts/service-BasicOnboardWlmnne-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-13T03:53:21.779Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-13T03:53:21.779Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-13T03:53:21.780Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a633cfb1-214a-43b1-a814-e2c221b5769f",
  "consumerID": "aai-ml",
  "timestamp": 1647143452024,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWlmnne/1.0/artifacts/service-BasicOnboardWlmnne-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-13T03:53:21.780Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-13T03:53:21.780Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-13T03:53:21.780Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a633cfb1-214a-43b1-a814-e2c221b5769f",
  "consumerID": "clamp",
  "timestamp": 1647143458733,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWlmnne/1.0/artifacts/service-BasicOnboardWlmnne-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-13T03:53:21.780Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-13T03:53:21.780Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-13T03:53:21.780Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a633cfb1-214a-43b1-a814-e2c221b5769f",
  "consumerID": "clamp",
  "timestamp": 1647143460744,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWlmnne/1.0/artifacts/service-BasicOnboardWlmnne-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-13T03:53:21.781Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-13T03:53:21.781Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-13T03:53:21.781Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a633cfb1-214a-43b1-a814-e2c221b5769f",
  "consumerID": "clamp",
  "timestamp": 1647143461748,
  "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-03-13T03:53:21.787Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of a633cfb1-214a-43b1-a814-e2c221b5769f
2022-03-13T03:53:21.787Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId a633cfb1-214a-43b1-a814-e2c221b5769f 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-03-13T03:53:21.795Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-13T03:53:21.796Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a633cfb1-214a-43b1-a814-e2c221b5769f",
  "consumerID": "aai-ml",
  "timestamp": 1647143469973,
  "artifactURL": "/sdc/v1/catalog/services/BasicOnboardWlmnne/1.0/artifacts/service-BasicOnboardWlmnne-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-13T03:53:21.796Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-13T03:53:21.796Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-13T03:53:21.796Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a633cfb1-214a-43b1-a814-e2c221b5769f",
  "consumerID": "aai-ml",
  "timestamp": 1647143470979,
  "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-03-13T03:53:21.801Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of a633cfb1-214a-43b1-a814-e2c221b5769f
2022-03-13T03:53:21.801Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId a633cfb1-214a-43b1-a814-e2c221b5769f 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-03-13T03:53:51.491Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a633cfb1-214a-43b1-a814-e2c221b5769f
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-13T03:53:51.506Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a633cfb1-214a-43b1-a814-e2c221b5769f
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-03-13T03:53:51.512Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-13T03:53:51.513Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-13T03:53:51.513Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-03-13T03:53:51.513Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-03-13T03:53:51.513Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-13T03:53:51.514Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-13T03:53:51.514Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-13T03:53:51.514Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-13T03:53:51.514Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-13T03:53:51.514Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-13T03:53:51.514Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-13T03:53:51.523Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-03-13T03:54:21.523Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: a633cfb1-214a-43b1-a814-e2c221b5769f 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-03-13T03:54:21.546Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: a633cfb1-214a-43b1-a814-e2c221b5769f and serviceModelVersionId: c03933dc-0393-4bcb-b4cc-a30125b8d44e
2022-03-13T03:54:21.546Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 3cffdf27-c51b-40fd-b88d-53a7156effdf
2022-03-13T03:54:21.607Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-13T03:54:21.608Z||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-03-13T03:54:21.608Z||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 8JOl5TvLYzIQLVLG) ...
2022-03-13T03:54:21.669Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-13T03:54:21.673Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-13T03:54:21.673Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3afd5008-0b7a-48b3-89ac-9ee1043fd74b",
  "consumerID": "cds",
  "timestamp": 1647143571572,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220313035040/1.0/resourceInstances/vfw83b841d5da9c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-13T03:54:21.674Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-13T03:54:21.675Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-13T03:54:21.675Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3afd5008-0b7a-48b3-89ac-9ee1043fd74b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647143570060,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220313035040/1.0/resourceInstances/vfw83b841d5da9c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-13T03:54:21.675Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-13T03:54:21.676Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-13T03:54:21.676Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3afd5008-0b7a-48b3-89ac-9ee1043fd74b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647143576575,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220313035040/1.0/resourceInstances/vfw83b841d5da9c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-13T03:54:21.676Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-13T03:54:21.676Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-13T03:54:21.677Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3afd5008-0b7a-48b3-89ac-9ee1043fd74b",
  "consumerID": "dcae-sch",
  "timestamp": 1647143579002,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220313035040/1.0/resourceInstances/vfw83b841d5da9c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-13T03:54:21.677Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-13T03:54:21.677Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-13T03:54:21.677Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3afd5008-0b7a-48b3-89ac-9ee1043fd74b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647143570060,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220313035040/1.0/resourceInstances/vfw83b841d5da9c0/artifacts/vfw83b841d5da9c0_modules.json",
  "status": "NOTIFIED"
}
2022-03-13T03:54:21.678Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-13T03:54:21.678Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-13T03:54:21.678Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3afd5008-0b7a-48b3-89ac-9ee1043fd74b",
  "consumerID": "cds",
  "timestamp": 1647143571572,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220313035040/1.0/resourceInstances/vfw83b841d5da9c0/artifacts/vfw83b841d5da9c0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-13T03:54:21.679Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-13T03:54:21.679Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-13T03:54:21.679Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3afd5008-0b7a-48b3-89ac-9ee1043fd74b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647143576575,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220313035040/1.0/resourceInstances/vfw83b841d5da9c0/artifacts/vfw83b841d5da9c0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-13T03:54:21.680Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-13T03:54:21.680Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-13T03:54:21.680Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3afd5008-0b7a-48b3-89ac-9ee1043fd74b",
  "consumerID": "dcae-sch",
  "timestamp": 1647143579002,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220313035040/1.0/resourceInstances/vfw83b841d5da9c0/artifacts/vfw83b841d5da9c0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-13T03:54:21.681Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-13T03:54:21.681Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-13T03:54:21.681Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3afd5008-0b7a-48b3-89ac-9ee1043fd74b",
  "consumerID": "cds",
  "timestamp": 1647143571572,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220313035040/1.0/resourceInstances/vfw83b841d5da9c0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-13T03:54:21.681Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-13T03:54:21.682Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-13T03:54:21.682Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3afd5008-0b7a-48b3-89ac-9ee1043fd74b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647143570060,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220313035040/1.0/resourceInstances/vfw83b841d5da9c0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-03-13T03:54:21.683Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-13T03:54:21.683Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-13T03:54:21.683Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3afd5008-0b7a-48b3-89ac-9ee1043fd74b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647143576575,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220313035040/1.0/resourceInstances/vfw83b841d5da9c0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-13T03:54:21.684Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-13T03:54:21.684Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-13T03:54:21.685Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3afd5008-0b7a-48b3-89ac-9ee1043fd74b",
  "consumerID": "dcae-sch",
  "timestamp": 1647143579002,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220313035040/1.0/resourceInstances/vfw83b841d5da9c0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-13T03:54:21.685Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-13T03:54:21.685Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-13T03:54:21.686Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3afd5008-0b7a-48b3-89ac-9ee1043fd74b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647143570060,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220313035040/1.0/resourceInstances/vfw83b841d5da9c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-13T03:54:21.686Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-13T03:54:21.686Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-13T03:54:21.687Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3afd5008-0b7a-48b3-89ac-9ee1043fd74b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647143576575,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220313035040/1.0/resourceInstances/vfw83b841d5da9c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-13T03:54:21.687Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-13T03:54:21.688Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-13T03:54:21.688Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3afd5008-0b7a-48b3-89ac-9ee1043fd74b",
  "consumerID": "cds",
  "timestamp": 1647143571572,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220313035040/1.0/resourceInstances/vfw83b841d5da9c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-13T03:54:21.688Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-13T03:54:21.689Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-13T03:54:21.689Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3afd5008-0b7a-48b3-89ac-9ee1043fd74b",
  "consumerID": "dcae-sch",
  "timestamp": 1647143579002,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220313035040/1.0/resourceInstances/vfw83b841d5da9c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-13T03:54:21.689Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-13T03:54:21.690Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-13T03:54:21.690Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3afd5008-0b7a-48b3-89ac-9ee1043fd74b",
  "consumerID": "cds",
  "timestamp": 1647143571572,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220313035040/1.0/resourceInstances/vfw83b841d5da9c0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-13T03:54:21.690Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-13T03:54:21.690Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-13T03:54:21.691Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3afd5008-0b7a-48b3-89ac-9ee1043fd74b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647143570060,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220313035040/1.0/resourceInstances/vfw83b841d5da9c0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-03-13T03:54:21.691Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-13T03:54:21.691Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-13T03:54:21.691Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3afd5008-0b7a-48b3-89ac-9ee1043fd74b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647143576575,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220313035040/1.0/resourceInstances/vfw83b841d5da9c0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-13T03:54:21.691Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-13T03:54:21.692Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-13T03:54:21.692Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3afd5008-0b7a-48b3-89ac-9ee1043fd74b",
  "consumerID": "dcae-sch",
  "timestamp": 1647143579002,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220313035040/1.0/resourceInstances/vfw83b841d5da9c0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-13T03:54:21.692Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-13T03:54:21.692Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-13T03:54:21.692Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3afd5008-0b7a-48b3-89ac-9ee1043fd74b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647143583121,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220313035040/1.0/resourceInstances/vfw83b841d5da9c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-13T03:54:21.693Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-13T03:54:21.693Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-13T03:54:21.693Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3afd5008-0b7a-48b3-89ac-9ee1043fd74b",
  "consumerID": "cds",
  "timestamp": 1647143571572,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220313035040/1.0/artifacts/service-Vfw20220313035040-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-13T03:54:21.693Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-13T03:54:21.694Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-13T03:54:21.694Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3afd5008-0b7a-48b3-89ac-9ee1043fd74b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647143570060,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220313035040/1.0/artifacts/service-Vfw20220313035040-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-13T03:54:21.694Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-13T03:54:21.694Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-13T03:54:21.695Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3afd5008-0b7a-48b3-89ac-9ee1043fd74b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647143576575,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220313035040/1.0/artifacts/service-Vfw20220313035040-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-13T03:54:21.695Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-13T03:54:21.695Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-13T03:54:21.695Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3afd5008-0b7a-48b3-89ac-9ee1043fd74b",
  "consumerID": "dcae-sch",
  "timestamp": 1647143579002,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220313035040/1.0/artifacts/service-Vfw20220313035040-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-13T03:54:21.696Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-13T03:54:21.696Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-13T03:54:21.696Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3afd5008-0b7a-48b3-89ac-9ee1043fd74b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647143583121,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220313035040/1.0/resourceInstances/vfw83b841d5da9c0/artifacts/vfw83b841d5da9c0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-13T03:54:21.696Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-13T03:54:21.697Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-13T03:54:21.697Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3afd5008-0b7a-48b3-89ac-9ee1043fd74b",
  "consumerID": "cds",
  "timestamp": 1647143571572,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220313035040/1.0/artifacts/service-Vfw20220313035040-csar.csar",
  "status": "NOTIFIED"
}
2022-03-13T03:54:21.697Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-13T03:54:21.697Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-13T03:54:21.697Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3afd5008-0b7a-48b3-89ac-9ee1043fd74b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647143570060,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220313035040/1.0/artifacts/service-Vfw20220313035040-csar.csar",
  "status": "NOTIFIED"
}
2022-03-13T03:54:21.698Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-13T03:54:21.698Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-13T03:54:21.698Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3afd5008-0b7a-48b3-89ac-9ee1043fd74b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647143576575,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220313035040/1.0/artifacts/service-Vfw20220313035040-csar.csar",
  "status": "NOTIFIED"
}
2022-03-13T03:54:21.698Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-13T03:54:21.699Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-13T03:54:21.699Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3afd5008-0b7a-48b3-89ac-9ee1043fd74b",
  "consumerID": "dcae-sch",
  "timestamp": 1647143579002,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220313035040/1.0/artifacts/service-Vfw20220313035040-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-13T03:54:21.699Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-13T03:54:21.699Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-13T03:54:21.700Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3afd5008-0b7a-48b3-89ac-9ee1043fd74b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647143583121,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220313035040/1.0/resourceInstances/vfw83b841d5da9c0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-13T03:54:21.700Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-13T03:54:21.700Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-13T03:54:21.700Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3afd5008-0b7a-48b3-89ac-9ee1043fd74b",
  "consumerID": "policy-id",
  "timestamp": 1647143585549,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220313035040/1.0/resourceInstances/vfw83b841d5da9c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-13T03:54:21.701Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-13T03:54:21.701Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-13T03:54:21.701Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3afd5008-0b7a-48b3-89ac-9ee1043fd74b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647143583121,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220313035040/1.0/resourceInstances/vfw83b841d5da9c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-13T03:54:21.701Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-13T03:54:21.702Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-13T03:54:21.702Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3afd5008-0b7a-48b3-89ac-9ee1043fd74b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647143587819,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220313035040/1.0/artifacts/service-Vfw20220313035040-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-13T03:54:21.702Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-13T03:54:21.702Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-13T03:54:21.702Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3afd5008-0b7a-48b3-89ac-9ee1043fd74b",
  "consumerID": "cds",
  "timestamp": 1647143587378,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220313035040/1.0/artifacts/service-Vfw20220313035040-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-13T03:54:21.703Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-13T03:54:21.703Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-13T03:54:21.703Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3afd5008-0b7a-48b3-89ac-9ee1043fd74b",
  "consumerID": "policy-id",
  "timestamp": 1647143585549,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220313035040/1.0/resourceInstances/vfw83b841d5da9c0/artifacts/vfw83b841d5da9c0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-13T03:54:21.703Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-13T03:54:21.704Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-13T03:54:21.704Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3afd5008-0b7a-48b3-89ac-9ee1043fd74b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647143587655,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220313035040/1.0/resourceInstances/vfw83b841d5da9c0/artifacts/vfw83b841d5da9c0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-13T03:54:21.704Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-13T03:54:21.705Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-13T03:54:21.705Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3afd5008-0b7a-48b3-89ac-9ee1043fd74b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647143583121,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220313035040/1.0/resourceInstances/vfw83b841d5da9c0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-13T03:54:21.705Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-13T03:54:21.705Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-13T03:54:21.706Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3afd5008-0b7a-48b3-89ac-9ee1043fd74b",
  "consumerID": "cds",
  "timestamp": 1647143588385,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220313035040/1.0/artifacts/service-Vfw20220313035040-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-03-13T03:54:21.730Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 3afd5008-0b7a-48b3-89ac-9ee1043fd74b
2022-03-13T03:54:21.730Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3afd5008-0b7a-48b3-89ac-9ee1043fd74b 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-03-13T03:54:21.742Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-13T03:54:21.743Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3afd5008-0b7a-48b3-89ac-9ee1043fd74b",
  "consumerID": "policy-id",
  "timestamp": 1647143585549,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220313035040/1.0/resourceInstances/vfw83b841d5da9c0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-03-13T03:54:21.743Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-13T03:54:21.744Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-13T03:54:21.744Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3afd5008-0b7a-48b3-89ac-9ee1043fd74b",
  "consumerID": "clamp",
  "timestamp": 1647143588515,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220313035040/1.0/resourceInstances/vfw83b841d5da9c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-13T03:54:21.744Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-13T03:54:21.745Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-13T03:54:21.745Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3afd5008-0b7a-48b3-89ac-9ee1043fd74b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647143583121,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220313035040/1.0/artifacts/service-Vfw20220313035040-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-13T03:54:21.745Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-13T03:54:21.746Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-13T03:54:21.746Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3afd5008-0b7a-48b3-89ac-9ee1043fd74b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647143589067,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220313035040/1.0/resourceInstances/vfw83b841d5da9c0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-13T03:54:21.747Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-13T03:54:21.747Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-13T03:54:21.747Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3afd5008-0b7a-48b3-89ac-9ee1043fd74b",
  "consumerID": "policy-id",
  "timestamp": 1647143585549,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220313035040/1.0/resourceInstances/vfw83b841d5da9c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-13T03:54:21.748Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-13T03:54:21.748Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-13T03:54:21.749Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3afd5008-0b7a-48b3-89ac-9ee1043fd74b",
  "consumerID": "clamp",
  "timestamp": 1647143588515,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220313035040/1.0/resourceInstances/vfw83b841d5da9c0/artifacts/vfw83b841d5da9c0_modules.json",
  "status": "NOTIFIED"
}
2022-03-13T03:54:21.749Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-13T03:54:21.749Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-13T03:54:21.750Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3afd5008-0b7a-48b3-89ac-9ee1043fd74b",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647143583121,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220313035040/1.0/artifacts/service-Vfw20220313035040-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-13T03:54:21.750Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-13T03:54:21.751Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-13T03:54:21.751Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3afd5008-0b7a-48b3-89ac-9ee1043fd74b",
  "consumerID": "policy-id",
  "timestamp": 1647143585549,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220313035040/1.0/resourceInstances/vfw83b841d5da9c0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-13T03:54:21.751Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-13T03:54:21.752Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-13T03:54:21.752Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3afd5008-0b7a-48b3-89ac-9ee1043fd74b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647143590515,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220313035040/1.0/resourceInstances/vfw83b841d5da9c0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-03-13T03:54:21.753Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-13T03:54:21.753Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-13T03:54:21.753Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3afd5008-0b7a-48b3-89ac-9ee1043fd74b",
  "consumerID": "clamp",
  "timestamp": 1647143588515,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220313035040/1.0/resourceInstances/vfw83b841d5da9c0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-13T03:54:21.754Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-13T03:54:21.754Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-13T03:54:21.754Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3afd5008-0b7a-48b3-89ac-9ee1043fd74b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647143591259,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220313035040/1.0/artifacts/service-Vfw20220313035040-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-13T03:54:21.755Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-13T03:54:21.755Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-13T03:54:21.755Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3afd5008-0b7a-48b3-89ac-9ee1043fd74b",
  "consumerID": "policy-id",
  "timestamp": 1647143585549,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220313035040/1.0/artifacts/service-Vfw20220313035040-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-13T03:54:21.756Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-13T03:54:21.756Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-13T03:54:21.757Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3afd5008-0b7a-48b3-89ac-9ee1043fd74b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647143591532,
  "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-03-13T03:54:21.765Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 3afd5008-0b7a-48b3-89ac-9ee1043fd74b
2022-03-13T03:54:21.766Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3afd5008-0b7a-48b3-89ac-9ee1043fd74b 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-03-13T03:54:21.777Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-13T03:54:21.777Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3afd5008-0b7a-48b3-89ac-9ee1043fd74b",
  "consumerID": "clamp",
  "timestamp": 1647143588515,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220313035040/1.0/resourceInstances/vfw83b841d5da9c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-13T03:54:21.778Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-13T03:54:21.778Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-13T03:54:21.778Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3afd5008-0b7a-48b3-89ac-9ee1043fd74b",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647143592265,
  "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-03-13T03:54:21.783Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 3afd5008-0b7a-48b3-89ac-9ee1043fd74b
2022-03-13T03:54:21.784Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3afd5008-0b7a-48b3-89ac-9ee1043fd74b 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-03-13T03:54:21.793Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-13T03:54:21.794Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3afd5008-0b7a-48b3-89ac-9ee1043fd74b",
  "consumerID": "policy-id",
  "timestamp": 1647143585549,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220313035040/1.0/artifacts/service-Vfw20220313035040-csar.csar",
  "status": "NOTIFIED"
}
2022-03-13T03:54:21.794Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-13T03:54:21.794Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-13T03:54:21.795Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3afd5008-0b7a-48b3-89ac-9ee1043fd74b",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647143592536,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220313035040/1.0/resourceInstances/vfw83b841d5da9c0/artifacts/vfw83b841d5da9c0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-13T03:54:21.795Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-13T03:54:21.795Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-13T03:54:21.795Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3afd5008-0b7a-48b3-89ac-9ee1043fd74b",
  "consumerID": "clamp",
  "timestamp": 1647143588515,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220313035040/1.0/resourceInstances/vfw83b841d5da9c0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-13T03:54:21.796Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-13T03:54:21.796Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-13T03:54:21.796Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3afd5008-0b7a-48b3-89ac-9ee1043fd74b",
  "consumerID": "policy-id",
  "timestamp": 1647143593401,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220313035040/1.0/artifacts/service-Vfw20220313035040-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-13T03:54:21.797Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-13T03:54:21.797Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-13T03:54:21.797Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3afd5008-0b7a-48b3-89ac-9ee1043fd74b",
  "consumerID": "clamp",
  "timestamp": 1647143588515,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220313035040/1.0/artifacts/service-Vfw20220313035040-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-13T03:54:21.797Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-13T03:54:21.798Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-13T03:54:21.798Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3afd5008-0b7a-48b3-89ac-9ee1043fd74b",
  "consumerID": "aai-ml",
  "timestamp": 1647143593940,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220313035040/1.0/resourceInstances/vfw83b841d5da9c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-13T03:54:21.798Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-13T03:54:21.798Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-13T03:54:21.799Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3afd5008-0b7a-48b3-89ac-9ee1043fd74b",
  "consumerID": "policy-id",
  "timestamp": 1647143594406,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220313035040/1.0/artifacts/service-Vfw20220313035040-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-13T03:54:21.799Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-13T03:54:21.799Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-13T03:54:21.799Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3afd5008-0b7a-48b3-89ac-9ee1043fd74b",
  "consumerID": "clamp",
  "timestamp": 1647143588515,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220313035040/1.0/artifacts/service-Vfw20220313035040-csar.csar",
  "status": "NOTIFIED"
}
2022-03-13T03:54:21.800Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-13T03:54:21.800Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-13T03:54:21.800Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3afd5008-0b7a-48b3-89ac-9ee1043fd74b",
  "consumerID": "aai-ml",
  "timestamp": 1647143593940,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220313035040/1.0/resourceInstances/vfw83b841d5da9c0/artifacts/vfw83b841d5da9c0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-13T03:54:21.800Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-13T03:54:21.801Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-13T03:54:21.801Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3afd5008-0b7a-48b3-89ac-9ee1043fd74b",
  "consumerID": "policy-id",
  "timestamp": 1647143595410,
  "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-03-13T03:54:21.808Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 3afd5008-0b7a-48b3-89ac-9ee1043fd74b
2022-03-13T03:54:21.808Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3afd5008-0b7a-48b3-89ac-9ee1043fd74b 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-03-13T03:54:21.817Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-13T03:54:21.817Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3afd5008-0b7a-48b3-89ac-9ee1043fd74b",
  "consumerID": "aai-ml",
  "timestamp": 1647143593940,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220313035040/1.0/resourceInstances/vfw83b841d5da9c0/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-13T03:54:21.817Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-13T03:54:21.818Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-13T03:54:21.818Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3afd5008-0b7a-48b3-89ac-9ee1043fd74b",
  "consumerID": "aai-ml",
  "timestamp": 1647143593940,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220313035040/1.0/resourceInstances/vfw83b841d5da9c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-13T03:54:21.818Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-13T03:54:21.818Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-13T03:54:21.818Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3afd5008-0b7a-48b3-89ac-9ee1043fd74b",
  "consumerID": "aai-ml",
  "timestamp": 1647143593940,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220313035040/1.0/resourceInstances/vfw83b841d5da9c0/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-13T03:54:21.818Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-13T03:54:21.819Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-13T03:54:21.819Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3afd5008-0b7a-48b3-89ac-9ee1043fd74b",
  "consumerID": "aai-ml",
  "timestamp": 1647143593940,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220313035040/1.0/artifacts/service-Vfw20220313035040-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-13T03:54:21.819Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-13T03:54:21.819Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-13T03:54:21.819Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3afd5008-0b7a-48b3-89ac-9ee1043fd74b",
  "consumerID": "aai-ml",
  "timestamp": 1647143593940,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220313035040/1.0/artifacts/service-Vfw20220313035040-csar.csar",
  "status": "NOTIFIED"
}
2022-03-13T03:54:21.819Z||pool-2-thread-8|||||INFO|500||Missing status on Status Object. 
2022-03-13T03:54:21.820Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-13T03:54:21.820Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3afd5008-0b7a-48b3-89ac-9ee1043fd74b",
  "consumerID": "aai-ml",
  "timestamp": 1647143601908,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220313035040/1.0/artifacts/service-Vfw20220313035040-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-13T03:54:21.820Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-13T03:54:39.081Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/3cffdf27-c51b-40fd-b88d-53a7156effdf/model-vers/model-ver/c03933dc-0393-4bcb-b4cc-a30125b8d44e?depth=0
2022-03-13T03:54:39.205Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2022-03-13T03:54:39.823Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3cffdf27-c51b-40fd-b88d-53a7156effdf/model-vers/model-ver/c03933dc-0393-4bcb-b4cc-a30125b8d44e?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-03-13T03:54:39.830Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3cffdf27-c51b-40fd-b88d-53a7156effdf/model-vers/model-ver/c03933dc-0393-4bcb-b4cc-a30125b8d44e?depth=0|INFO|500||Invoke
2022-03-13T03:54:39.990Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3cffdf27-c51b-40fd-b88d-53a7156effdf/model-vers/model-ver/c03933dc-0393-4bcb-b4cc-a30125b8d44e?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-03-13T03:54:40.806Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3cffdf27-c51b-40fd-b88d-53a7156effdf/model-vers/model-ver/c03933dc-0393-4bcb-b4cc-a30125b8d44e?depth=0|INFO|500||InvokeReturn
2022-03-13T03:54:40.806Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3cffdf27-c51b-40fd-b88d-53a7156effdf/model-vers/model-ver/c03933dc-0393-4bcb-b4cc-a30125b8d44e?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220313-03:54:39:060-39238], vertex-id=[176152], Content-Length=[0], Date=[Sun, 13 Mar 2022 03:54:39 GMT], Content-Type=[application/json]}
2022-03-13T03:54:40.807Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||DEBUG|500||Response was returned with an empty entity.
2022-03-13T03:54:40.812Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-03-13T03:54:40.813Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-13T03:54:40.819Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-03-13T03:54:40.820Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID a633cfb1-214a-43b1-a814-e2c221b5769f and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-03-13T03:54:40.821Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-03-13T03:54:40.822Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-13T03:54:40.825Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-13T03:54:40.826Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "a633cfb1-214a-43b1-a814-e2c221b5769f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647143680820,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-13T03:54:40.926Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-13T03:54:40.927Z||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-03-13T03:54:40.927Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8JOl5TvLYzIQLVLG) ...
2022-03-13T03:54:40.939Z||pool-18-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-13T03:54:40.939Z||pool-18-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-03-13T03:54:41.839Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-13T03:54:41.840Z|a633cfb1-214a-43b1-a814-e2c221b5769f|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-03-13T03:54:41.840Z|a633cfb1-214a-43b1-a814-e2c221b5769f|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 8JOl5TvLYzIQLVLG) ...
2022-03-13T03:54:46.176Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-13T03:54:46.177Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-13T03:54:46.177Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"3afd5008-0b7a-48b3-89ac-9ee1043fd74b","serviceName":"vFW 2022-03-13 03-50-40","serviceVersion":"1.0","serviceUUID":"e607b6d1-6175-4813-a777-36cc5f0323b2","serviceDescription":"catalog service description","serviceInvariantUUID":"e9d0b622-53f3-42a7-848f-cd45f47f4c30","resources":[{"resourceInstanceName":"vFW 83b841d5-da9c 0","resourceName":"vFW 83b841d5-da9c","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"be3adf85-b266-433b-9b86-63f95b69a5de","resourceInvariantUUID":"8df734e5-8c91-4539-9636-6130cfc6c9a0","resourceCustomizationUUID":"8be2b4de-a013-48f6-a6e1-256bc9ee3631","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220313035040/1.0/resourceInstances/vfw83b841d5da9c0/artifacts/vf-license-model.xml","artifactChecksum":"OWVlZTgxMDNiYjA0OGNiNTRiMTI4OWIzMjRiOWI3ZDQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"8a4bd4c7-de8b-46f0-aec1-b0a7a9bc2576","artifactVersion":"1"},{"artifactName":"vfw83b841d5da9c0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220313035040/1.0/resourceInstances/vfw83b841d5da9c0/artifacts/vfw83b841d5da9c0_modules.json","artifactChecksum":"MjA4ODJlMzlmODJmYjA4MzZjYTlkMWY0MDFlNjY3ZDA\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"0087d8a9-d178-4660-9e2d-9f3efdbd4426","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220313035040/1.0/resourceInstances/vfw83b841d5da9c0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"3278a170-a99f-4c10-b4a4-7c50e9d32c34","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220313035040/1.0/resourceInstances/vfw83b841d5da9c0/artifacts/vendor-license-model.xml","artifactChecksum":"NmMzOWFiYTk1NmIyMzM5NTY0OWQ3NDJjZWYzMDExY2U\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"70b53926-0088-4a58-87a8-baf7046ab420","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220313035040/1.0/resourceInstances/vfw83b841d5da9c0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"bf0cb5f9-5a68-4db8-80bf-a40b66e602e7","artifactVersion":"2","generatedFromUUID":"3278a170-a99f-4c10-b4a4-7c50e9d32c34"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220313035040-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220313035040/1.0/artifacts/service-Vfw20220313035040-template.yml","artifactChecksum":"NzUzMzEwNjU2OWFjYTU4YjQzNWFlODNiMDZiNTA5M2U\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"1401e0d4-5e07-4f4b-9e82-b06b7d10c476","artifactVersion":"1"},{"artifactName":"service-Vfw20220313035040-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220313035040/1.0/artifacts/service-Vfw20220313035040-csar.csar","artifactChecksum":"NTI0Zjc0Njg2OGUyMTBlOWUzZGE1OTBiOGIyYWM0ZDk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"3282e9a7-f920-4bf5-8dea-df724efe4c7f","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-13T03:54:46.181Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-13T03:54:46.182Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-13T03:54:46.185Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-13T03:54:46.185Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "3afd5008-0b7a-48b3-89ac-9ee1043fd74b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647143681839,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220313035040/1.0/resourceInstances/vfw83b841d5da9c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-13T03:54:46.285Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-13T03:54:46.287Z||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-03-13T03:54:46.288Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8JOl5TvLYzIQLVLG) ...
2022-03-13T03:54:46.304Z||pool-19-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-13T03:54:46.305Z||pool-19-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-03-13T03:54:47.186Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-13T03:54:47.187Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-13T03:54:47.193Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-13T03:54:47.193Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "3afd5008-0b7a-48b3-89ac-9ee1043fd74b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647143681839,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220313035040/1.0/resourceInstances/vfw83b841d5da9c0/artifacts/vfw83b841d5da9c0_modules.json",
  "status": "NOTIFIED"
}
2022-03-13T03:54:47.290Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms
2022-03-13T03:54:47.291Z||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-03-13T03:54:47.291Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8JOl5TvLYzIQLVLG) ...
2022-03-13T03:54:47.317Z||pool-20-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-13T03:54:47.318Z||pool-20-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1}
2022-03-13T03:54:48.195Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-13T03:54:48.196Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-13T03:54:48.199Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-13T03:54:48.200Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "3afd5008-0b7a-48b3-89ac-9ee1043fd74b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647143681839,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220313035040/1.0/resourceInstances/vfw83b841d5da9c0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-03-13T03:54:48.300Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-13T03:54:48.301Z||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-03-13T03:54:48.301Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8JOl5TvLYzIQLVLG) ...
2022-03-13T03:54:48.314Z||pool-21-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-13T03:54:48.314Z||pool-21-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-13T03:54:49.200Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-13T03:54:49.201Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-13T03:54:49.203Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-13T03:54:49.204Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "3afd5008-0b7a-48b3-89ac-9ee1043fd74b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647143681839,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220313035040/1.0/resourceInstances/vfw83b841d5da9c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-13T03:54:49.305Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-13T03:54:49.307Z||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-03-13T03:54:49.307Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8JOl5TvLYzIQLVLG) ...
2022-03-13T03:54:49.320Z||pool-22-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-13T03:54:49.321Z||pool-22-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-13T03:54:50.205Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-13T03:54:50.206Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-13T03:54:50.208Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-13T03:54:50.209Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "3afd5008-0b7a-48b3-89ac-9ee1043fd74b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647143681839,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220313035040/1.0/resourceInstances/vfw83b841d5da9c0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-03-13T03:54:50.309Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-13T03:54:50.310Z||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-03-13T03:54:50.310Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8JOl5TvLYzIQLVLG) ...
2022-03-13T03:54:50.323Z||pool-23-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-13T03:54:50.323Z||pool-23-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-13T03:54:51.210Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-13T03:54:51.211Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-13T03:54:51.214Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-13T03:54:51.214Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "3afd5008-0b7a-48b3-89ac-9ee1043fd74b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647143681839,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220313035040/1.0/artifacts/service-Vfw20220313035040-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-13T03:54:51.314Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-13T03:54:51.315Z||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-03-13T03:54:51.315Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8JOl5TvLYzIQLVLG) ...
2022-03-13T03:54:51.328Z||pool-24-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-13T03:54:51.329Z||pool-24-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-13T03:54:52.215Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-13T03:54:52.216Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-13T03:54:52.218Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-13T03:54:52.218Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "3afd5008-0b7a-48b3-89ac-9ee1043fd74b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647143681839,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220313035040/1.0/artifacts/service-Vfw20220313035040-csar.csar",
  "status": "NOTIFIED"
}
2022-03-13T03:54:52.318Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-13T03:54:52.319Z||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-03-13T03:54:52.319Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8JOl5TvLYzIQLVLG) ...
2022-03-13T03:54:52.336Z||pool-25-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-13T03:54:52.337Z||pool-25-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-03-13T03:54:53.220Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||DEBUG|500||sending notification to client: {
  "distributionID": "3afd5008-0b7a-48b3-89ac-9ee1043fd74b",
  "serviceName": "vFW 2022-03-13 03-50-40",
  "serviceVersion": "1.0",
  "serviceUUID": "e607b6d1-6175-4813-a777-36cc5f0323b2",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "e9d0b622-53f3-42a7-848f-cd45f47f4c30",
  "resources": [
    {
      "resourceInstanceName": "vFW 83b841d5-da9c 0",
      "resourceCustomizationUUID": "8be2b4de-a013-48f6-a6e1-256bc9ee3631",
      "resourceName": "vFW 83b841d5-da9c",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "be3adf85-b266-433b-9b86-63f95b69a5de",
      "resourceInvariantUUID": "8df734e5-8c91-4539-9636-6130cfc6c9a0",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw83b841d5da9c0_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220313035040/1.0/resourceInstances/vfw83b841d5da9c0/artifacts/vfw83b841d5da9c0_modules.json",
          "artifactChecksum": "MjA4ODJlMzlmODJmYjA4MzZjYTlkMWY0MDFlNjY3ZDA\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "0087d8a9-d178-4660-9e2d-9f3efdbd4426",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220313035040/1.0/resourceInstances/vfw83b841d5da9c0/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "3278a170-a99f-4c10-b4a4-7c50e9d32c34",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20220313035040/1.0/resourceInstances/vfw83b841d5da9c0/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "bf0cb5f9-5a68-4db8-80bf-a40b66e602e7",
            "generatedFromUUID": "3278a170-a99f-4c10-b4a4-7c50e9d32c34"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220313035040/1.0/resourceInstances/vfw83b841d5da9c0/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "bf0cb5f9-5a68-4db8-80bf-a40b66e602e7",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20220313035040-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20220313035040/1.0/artifacts/service-Vfw20220313035040-csar.csar",
      "artifactChecksum": "NTI0Zjc0Njg2OGUyMTBlOWUzZGE1OTBiOGIyYWM0ZDk\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "3282e9a7-f920-4bf5-8dea-df724efe4c7f"
    }
  ],
  "workloadContext": "Production"
}
2022-03-13T03:54:53.220Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-13T03:54:53.221Z|a633cfb1-214a-43b1-a814-e2c221b5769f|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 e607b6d1-6175-4813-a777-36cc5f0323b2 ASDC
2022-03-13T03:54:53.221Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||ASDC Notification:
DistributionID:3afd5008-0b7a-48b3-89ac-9ee1043fd74b
ServiceName:vFW 2022-03-13 03-50-40
ServiceVersion:1.0
ServiceUUID:e607b6d1-6175-4813-a777-36cc5f0323b2
ServiceInvariantUUID:e9d0b622-53f3-42a7-848f-cd45f47f4c30
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220313035040-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220313035040/1.0/artifacts/service-Vfw20220313035040-csar.csar
ArtifactUUID:3282e9a7-f920-4bf5-8dea-df724efe4c7f
ArtifactChecksum:NTI0Zjc0Njg2OGUyMTBlOWUzZGE1OTBiOGIyYWM0ZDk=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 83b841d5-da9c 0
ResourceCustomizationUUID:8be2b4de-a013-48f6-a6e1-256bc9ee3631
ResourceInvariantUUID:8df734e5-8c91-4539-9636-6130cfc6c9a0
ResourceName:vFW 83b841d5-da9c
ResourceType:VF
ResourceUUID:be3adf85-b266-433b-9b86-63f95b69a5de
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw83b841d5da9c0_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220313035040/1.0/resourceInstances/vfw83b841d5da9c0/artifacts/vfw83b841d5da9c0_modules.json
ArtifactUUID:0087d8a9-d178-4660-9e2d-9f3efdbd4426
ArtifactChecksum:MjA4ODJlMzlmODJmYjA4MzZjYTlkMWY0MDFlNjY3ZDA=
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/Vfw20220313035040/1.0/resourceInstances/vfw83b841d5da9c0/artifacts/base_vfw.yaml
ArtifactUUID:3278a170-a99f-4c10-b4a4-7c50e9d32c34
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/Vfw20220313035040/1.0/resourceInstances/vfw83b841d5da9c0/artifacts/base_vfw.env
ArtifactUUID:bf0cb5f9-5a68-4db8-80bf-a40b66e602e7
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/Vfw20220313035040/1.0/resourceInstances/vfw83b841d5da9c0/artifacts/base_vfw.env
ArtifactUUID:bf0cb5f9-5a68-4db8-80bf-a40b66e602e7
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-03-13T03:54:53.221Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF e607b6d1-6175-4813-a777-36cc5f0323b2 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-03-13T03:54:53.256Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-13T03:54:53.257Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-03-13T03:54:53.257Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-03-13T03:54:53.258Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 3282e9a7-f920-4bf5-8dea-df724efe4c7f from URL: /sdc/v1/catalog/services/Vfw20220313035040/1.0/artifacts/service-Vfw20220313035040-csar.csar
2022-03-13T03:54:53.258Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-03-13T03:54:53.258Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220313035040/1.0/artifacts/service-Vfw20220313035040-csar.csar
2022-03-13T03:54:53.440Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-03-13T03:54:53.445Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220313035040/1.0/artifacts/service-Vfw20220313035040-csar.csar 3282e9a7-f920-4bf5-8dea-df724efe4c7f 98935
2022-03-13T03:54:53.446Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220313035040/1.0/artifacts/service-Vfw20220313035040-csar.csar ASDC sendASDCNotification
2022-03-13T03:54:53.446Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220313035040/1.0/artifacts/service-Vfw20220313035040-csar.csar
2022-03-13T03:54:53.447Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-13T03:54:53.448Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-13T03:54:53.450Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-13T03:54:53.450Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "3afd5008-0b7a-48b3-89ac-9ee1043fd74b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647143693446,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220313035040/1.0/artifacts/service-Vfw20220313035040-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-13T03:54:53.550Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-13T03:54:53.551Z||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-03-13T03:54:53.552Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8JOl5TvLYzIQLVLG) ...
2022-03-13T03:54:53.564Z||pool-26-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-13T03:54:53.564Z||pool-26-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-13T03:54:54.451Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-13T03:54:54.452Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||INFO|500||MSO config path is: /app
2022-03-13T03:54:54.453Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 3282e9a7-f920-4bf5-8dea-df724efe4c7f, URL: /sdc/v1/catalog/services/Vfw20220313035040/1.0/artifacts/service-Vfw20220313035040-csar.csar to file: /app/ASDC/1/service-Vfw20220313035040-csar.csar
2022-03-13T03:54:54.453Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220313035040-csar.csar
2022-03-13T03:54:54.453Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220313035040-csar.csar
2022-03-13T03:54:54.453Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220313035040-csar.csar
2022-03-13T03:54:54.683Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1018001968069943624/Definitions/service-Vfw20220313035040-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_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_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
2022-03-13T03:54:57.317Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-13T03:54:57.318Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-03-13T03:54:57.318Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220313035040-csar.csar
2022-03-13T03:54:57.318Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-03-13T03:54:57.318Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||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-Vfw20220313035040-csar.csar
2022-03-13T03:54:57.318Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||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-Vfw20220313035040-csar.csar
2022-03-13T03:54:57.319Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220313035040-csar.csar
2022-03-13T03:54:57.319Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220313035040-csar.csar
2022-03-13T03:54:57.319Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220313035040-csar.csar
2022-03-13T03:54:57.319Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||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-Vfw20220313035040-csar.csar
2022-03-13T03:54:57.319Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220313035040-csar.csar
2022-03-13T03:54:57.319Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||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-Vfw20220313035040-csar.csar
2022-03-13T03:54:57.320Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220313035040-csar.csar
2022-03-13T03:54:57.320Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20220313035040-csar.csar
2022-03-13T03:54:57.320Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 83b841d5-da9c 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-Vfw20220313035040-csar.csar
2022-03-13T03:54:57.320Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220313035040-csar.csar
2022-03-13T03:54:57.320Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220313035040-csar.csar
2022-03-13T03:54:57.320Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||WARN|500||####################################################################################################
2022-03-13T03:54:57.321Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-13T03:54:57.321Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-13 03-50-40 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-13T03:54:57.321Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||Node template vFW 83b841d5-da9c 0 is matching search criteria
2022-03-13T03:54:57.322Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-03-13T03:54:57.322Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 83b841d5-da9c 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-13T03:54:57.322Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-13T03:54:57.323Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-13 03-50-40 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-13T03:54:57.323Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||Node template vFW 83b841d5-da9c 0 is matching search criteria
2022-03-13T03:54:57.323Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||Search for entities recursively
2022-03-13T03:54:57.323Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 83b841d5-da9c 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-13T03:54:57.324Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-13T03:54:57.324Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-13 03-50-40 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-13T03:54:57.324Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-13T03:54:57.325Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||Node template vFW 83b841d5-da9c 0 is not matching search criteria
2022-03-13T03:54:57.325Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-13T03:54:57.325Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-13T03:54:57.325Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-13T03:54:57.326Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-13T03:54:57.326Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-13T03:54:57.326Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-13T03:54:57.326Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-13T03:54:57.326Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-13T03:54:57.327Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-13T03:54:57.327Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-13T03:54:57.327Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-13T03:54:57.327Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-13T03:54:57.328Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-13T03:54:57.328Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-13T03:54:57.328Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-13T03:54:57.328Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-03-13T03:54:57.329Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-13T03:54:57.329Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-13 03-50-40 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-13T03:54:57.329Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-13T03:54:57.329Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||Node template vFW 83b841d5-da9c 0 is matching search criteria
2022-03-13T03:54:57.330Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 83b841d5-da9c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-13T03:54:57.330Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-13T03:54:57.331Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||Node template vFW 83b841d5-da9c 0 is matching search criteria
2022-03-13T03:54:57.331Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 83b841d5-da9c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-13T03:54:57.331Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-13T03:54:57.331Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||Node template vFW 83b841d5-da9c 0 is matching search criteria
2022-03-13T03:54:57.332Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 83b841d5-da9c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-13T03:54:57.332Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-13T03:54:57.332Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||Node template vFW 83b841d5-da9c 0 is not matching search criteria
2022-03-13T03:54:57.332Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-13T03:54:57.333Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-03-13T03:54:57.334Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-13T03:54:57.334Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-13T03:54:57.335Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-13T03:54:57.335Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-13T03:54:57.335Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-13T03:54:57.336Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-13T03:54:57.336Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-13T03:54:57.336Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-13T03:54:57.337Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-13T03:54:57.337Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=12929421-2001-47b5-8cc8-d5c708a5bec8
2022-03-13T03:54:57.338Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-13T03:54:57.338Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||Node template vFW 83b841d5-da9c 0 is not matching search criteria
2022-03-13T03:54:57.338Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-13T03:54:57.339Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-13T03:54:57.339Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-13T03:54:57.339Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-13T03:54:57.339Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-13T03:54:57.340Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-13T03:54:57.340Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-13T03:54:57.340Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-03-13T03:54:57.341Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-13T03:54:57.341Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-13T03:54:57.342Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-13T03:54:57.342Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-13T03:54:57.342Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=da99100f-d898-4cd8-be85-fdc5c8a4b2e4
2022-03-13T03:54:57.343Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-13T03:54:57.343Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||Node template vFW 83b841d5-da9c 0 is not matching search criteria
2022-03-13T03:54:57.343Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-13T03:54:57.343Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-13T03:54:57.344Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-13T03:54:57.344Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-13T03:54:57.344Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-13T03:54:57.344Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-13T03:54:57.345Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-13T03:54:57.345Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-13T03:54:57.345Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-13T03:54:57.346Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-13T03:54:57.346Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-13T03:54:57.346Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-03-13T03:54:57.346Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=56b2a204-b0b1-4883-adf4-2e8cd48b96f2
2022-03-13T03:54:57.347Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-13T03:54:57.347Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-13 03-50-40 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-13T03:54:57.347Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-13T03:54:57.348Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-13 03-50-40 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-13T03:54:57.348Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-13T03:54:57.348Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-13 03-50-40 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-13T03:54:57.349Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-13T03:54:57.350Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-13 03-50-40 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-13T03:54:57.350Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2022-03-13 03-50-40
Description:catalog service description
Model UUID:e607b6d1-6175-4813-a777-36cc5f0323b2
Model Version:NULL
Model InvariantUuid:e9d0b622-53f3-42a7-848f-cd45f47f4c30
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 83b841d5-da9c
Model UUID:d1b0b951-c066-4662-9b90-a486accda00e
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:8df734e5-8c91-4539-9636-6130cfc6c9a0
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:8be2b4de-a013-48f6-a6e1-256bc9ee3631
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:1e7d721e-bc22-4585-b862-1eebd96cc491
ModelName:Vfw83b841d5Da9c..base_vfw..module-0
ModelUuid:713d54d4-b43d-4660-a00a-8e83ad8f6246
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:12929421-2001-47b5-8cc8-d5c708a5bec8
ModelInvariantUuid:940e3fd5-fe17-4f3c-a73c-723d4f8c7a72
ModelName:vFW 83b841d5-da9c-nodes.vfwCvfc
ModelUuid:c2a400e7-2e16-4e79-85ac-998ce1282547
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:c7a83f0d-1519-4750-a757-daaeb2412816
ModelInvariantUuid:743ba37f-ef11-41a9-95be-d70061e8c536
ModelName:Vfw83b841d5Da9c.compute.nodes.heat.vfw
ModelUuid:78564369-663e-4e68-a287-2fbea010f44a
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:da99100f-d898-4cd8-be85-fdc5c8a4b2e4
ModelInvariantUuid:10176122-40ce-4c9e-8061-b747fe88ec7c
ModelName:vFW 83b841d5-da9c-nodes.vsnCvfc
ModelUuid:46fee7cd-e466-4569-87ae-1a65989f03cc
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:1f48591a-a8a3-42be-8e6b-e5238b4c5d85
ModelInvariantUuid:26f16076-f7f9-4ccc-85df-2fed144fe81b
ModelName:Vfw83b841d5Da9c.compute.nodes.heat.vsn
ModelUuid:09f0c56c-b1ab-462c-bd15-79768f645d77
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:56b2a204-b0b1-4883-adf4-2e8cd48b96f2
ModelInvariantUuid:6e948492-0c13-4ff6-9978-fa730c524a34
ModelName:vFW 83b841d5-da9c-nodes.vpgCvfc
ModelUuid:94b13d76-d1bc-4fd1-8558-74725ab96c8c
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:dc3f6fe8-a2bd-47c3-bbc5-2c0d3b713ac3
ModelInvariantUuid:fba95b98-4321-49b8-997b-8c3f11138491
ModelName:Vfw83b841d5Da9c.compute.nodes.heat.vpg
ModelUuid:21690bc5-797b-40a8-bffe-c078a0c90f93
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-03-13T03:54:57.358Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: be3adf85-b266-433b-9b86-63f95b69a5de
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-03-13T03:54:57.362Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||INFO|500||vFW 83b841d5-da9c 0
2022-03-13T03:54:57.362Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: be3adf85-b266-433b-9b86-63f95b69a5de
2022-03-13T03:54:57.362Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 0087d8a9-d178-4660-9e2d-9f3efdbd4426 from URL: /sdc/v1/catalog/services/Vfw20220313035040/1.0/resourceInstances/vfw83b841d5da9c0/artifacts/vfw83b841d5da9c0_modules.json
2022-03-13T03:54:57.362Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-03-13T03:54:57.363Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220313035040/1.0/resourceInstances/vfw83b841d5da9c0/artifacts/vfw83b841d5da9c0_modules.json
2022-03-13T03:54:57.823Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-03-13T03:54:57.824Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220313035040/1.0/resourceInstances/vfw83b841d5da9c0/artifacts/vfw83b841d5da9c0_modules.json 0087d8a9-d178-4660-9e2d-9f3efdbd4426 785
2022-03-13T03:54:57.824Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220313035040/1.0/resourceInstances/vfw83b841d5da9c0/artifacts/vfw83b841d5da9c0_modules.json ASDC sendASDCNotification
2022-03-13T03:54:57.824Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220313035040/1.0/resourceInstances/vfw83b841d5da9c0/artifacts/vfw83b841d5da9c0_modules.json
2022-03-13T03:54:57.825Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-13T03:54:57.825Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-13T03:54:57.827Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-13T03:54:57.827Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "3afd5008-0b7a-48b3-89ac-9ee1043fd74b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647143697824,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220313035040/1.0/resourceInstances/vfw83b841d5da9c0/artifacts/vfw83b841d5da9c0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-13T03:54:57.927Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-13T03:54:57.929Z||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-03-13T03:54:57.929Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8JOl5TvLYzIQLVLG) ...
2022-03-13T03:54:57.944Z||pool-27-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-13T03:54:57.944Z||pool-27-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-03-13T03:54:58.828Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw83b841d5Da9c..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "1e7d721e-bc22-4585-b862-1eebd96cc491",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "713d54d4-b43d-4660-a00a-8e83ad8f6246",
    "vfModuleModelCustomizationUUID": "77f7e9a7-5506-4f24-be78-4e642cc59ffa",
    "isBase": true,
    "artifacts": [
      "3278a170-a99f-4c10-b4a4-7c50e9d32c34",
      "bf0cb5f9-5a68-4db8-80bf-a40b66e602e7"
    ],
    "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-03-13T03:54:58.835Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw83b841d5Da9c..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:713d54d4-b43d-4660-a00a-8e83ad8f6246
VfModuleModelInvariantUUID:1e7d721e-bc22-4585-b862-1eebd96cc491
VfModuleModelDescription:NULL
Artifacts UUID List:{
3278a170-a99f-4c10-b4a4-7c50e9d32c34
,
bf0cb5f9-5a68-4db8-80bf-a40b66e602e7

}
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-03-13T03:54:58.837Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw83b841d5Da9c..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "1e7d721e-bc22-4585-b862-1eebd96cc491",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "713d54d4-b43d-4660-a00a-8e83ad8f6246",
    "vfModuleModelCustomizationUUID": "77f7e9a7-5506-4f24-be78-4e642cc59ffa",
    "isBase": true,
    "artifacts": [
      "3278a170-a99f-4c10-b4a4-7c50e9d32c34",
      "bf0cb5f9-5a68-4db8-80bf-a40b66e602e7"
    ],
    "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-03-13T03:54:58.838Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw83b841d5Da9c..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:713d54d4-b43d-4660-a00a-8e83ad8f6246
VfModuleModelInvariantUUID:1e7d721e-bc22-4585-b862-1eebd96cc491
VfModuleModelDescription:NULL
Artifacts UUID List:{
3278a170-a99f-4c10-b4a4-7c50e9d32c34
,
bf0cb5f9-5a68-4db8-80bf-a40b66e602e7

}
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-03-13T03:54:58.838Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 3278a170-a99f-4c10-b4a4-7c50e9d32c34 from URL: /sdc/v1/catalog/services/Vfw20220313035040/1.0/resourceInstances/vfw83b841d5da9c0/artifacts/base_vfw.yaml
2022-03-13T03:54:58.838Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-03-13T03:54:58.838Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220313035040/1.0/resourceInstances/vfw83b841d5da9c0/artifacts/base_vfw.yaml
2022-03-13T03:54:59.798Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-03-13T03:54:59.798Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220313035040/1.0/resourceInstances/vfw83b841d5da9c0/artifacts/base_vfw.yaml 3278a170-a99f-4c10-b4a4-7c50e9d32c34 20368
2022-03-13T03:54:59.799Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220313035040/1.0/resourceInstances/vfw83b841d5da9c0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-03-13T03:54:59.799Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220313035040/1.0/resourceInstances/vfw83b841d5da9c0/artifacts/base_vfw.yaml
2022-03-13T03:54:59.799Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-13T03:54:59.799Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-13T03:54:59.801Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-13T03:54:59.802Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "3afd5008-0b7a-48b3-89ac-9ee1043fd74b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647143699799,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220313035040/1.0/resourceInstances/vfw83b841d5da9c0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-13T03:54:59.902Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-13T03:54:59.903Z||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-03-13T03:54:59.903Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8JOl5TvLYzIQLVLG) ...
2022-03-13T03:54:59.917Z||pool-28-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-13T03:54:59.917Z||pool-28-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-03-13T03:55:00.802Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: bf0cb5f9-5a68-4db8-80bf-a40b66e602e7 from URL: /sdc/v1/catalog/services/Vfw20220313035040/1.0/resourceInstances/vfw83b841d5da9c0/artifacts/base_vfw.env
2022-03-13T03:55:00.803Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||INFO|500||DistributionClient - download
2022-03-13T03:55:00.804Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220313035040/1.0/resourceInstances/vfw83b841d5da9c0/artifacts/base_vfw.env
2022-03-13T03:55:00.997Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||GET Response Status 200
2022-03-13T03:55:00.997Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220313035040/1.0/resourceInstances/vfw83b841d5da9c0/artifacts/base_vfw.env bf0cb5f9-5a68-4db8-80bf-a40b66e602e7 2098
2022-03-13T03:55:00.998Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220313035040/1.0/resourceInstances/vfw83b841d5da9c0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-03-13T03:55:00.998Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220313035040/1.0/resourceInstances/vfw83b841d5da9c0/artifacts/base_vfw.env
2022-03-13T03:55:00.998Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-13T03:55:00.999Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-13T03:55:01.001Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-13T03:55:01.001Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "3afd5008-0b7a-48b3-89ac-9ee1043fd74b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647143700998,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220313035040/1.0/resourceInstances/vfw83b841d5da9c0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-03-13T03:55:01.103Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-13T03:55:01.104Z||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-03-13T03:55:01.104Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8JOl5TvLYzIQLVLG) ...
2022-03-13T03:55:01.126Z||pool-29-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-13T03:55:01.126Z||pool-29-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1}
2022-03-13T03:55:02.001Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: e607b6d1-6175-4813-a777-36cc5f0323b2
2022-03-13T03:55:02.002Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 83b841d5-da9c 0 be3adf85-b266-433b-9b86-63f95b69a5de 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-03-13T03:55:02.021Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@364d8bfe, org.onap.sdc.toscaparser.api.parameters.Input@30089686, org.onap.sdc.toscaparser.api.parameters.Input@68a9693d, org.onap.sdc.toscaparser.api.parameters.Input@74515c2, org.onap.sdc.toscaparser.api.parameters.Input@5d0d7caf]
2022-03-13T03:55:02.023Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-13T03:55:02.023Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-13 03-50-40 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-13T03:55:02.023Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||VF Category is: Generic 
2022-03-13T03:55:02.023Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||VFCustomizationUUID= 8be2b4de-a013-48f6-a6e1-256bc9ee3631
2022-03-13T03:55:02.024Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 8be2b4de-a013-48f6-a6e1-256bc9ee3631 matches Tosca VF Customization UUID: 8be2b4de-a013-48f6-a6e1-256bc9ee3631
2022-03-13T03:55:02.024Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||vfCustomizationUUID: 8be2b4de-a013-48f6-a6e1-256bc9ee3631  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-03-13T03:55:02.026Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-13T03:55:02.026Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-13 03-50-40 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-13T03:55:02.027Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||resource request for resource customization id 8be2b4de-a013-48f6-a6e1-256bc9ee3631: {\"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-03-13T03:55:02.027Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@25c2f63d
2022-03-13T03:55:02.027Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-13T03:55:02.028Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-13 03-50-40 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-13T03:55:02.028Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 77f7e9a7-5506-4f24-be78-4e642cc59ffa
2022-03-13T03:55:02.028Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 77f7e9a7-5506-4f24-be78-4e642cc59ffa
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-03-13T03:55:02.030Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-13T03:55:02.031Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||Node template vFW 83b841d5-da9c 0 is matching search criteria
2022-03-13T03:55:02.031Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 83b841d5-da9c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-13T03:55:02.031Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-13T03:55:02.031Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||Node template vFW 83b841d5-da9c 0 is matching search criteria
2022-03-13T03:55:02.031Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 83b841d5-da9c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-13T03:55:02.031Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-13T03:55:02.032Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||Node template vFW 83b841d5-da9c 0 is not matching search criteria
2022-03-13T03:55:02.032Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-13T03:55:02.032Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-03-13T03:55:02.032Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-13T03:55:02.032Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-13T03:55:02.033Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-13T03:55:02.033Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-13T03:55:02.033Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-13T03:55:02.033Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-13T03:55:02.033Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-13T03:55:02.033Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-13T03:55:02.034Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-13T03:55:02.034Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=12929421-2001-47b5-8cc8-d5c708a5bec8
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-03-13T03:55:02.036Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-13T03:55:02.037Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||Node template vFW 83b841d5-da9c 0 is matching search criteria
2022-03-13T03:55:02.037Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 83b841d5-da9c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-13T03:55:02.037Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-13T03:55:02.037Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||Node template vFW 83b841d5-da9c 0 is not matching search criteria
2022-03-13T03:55:02.037Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-13T03:55:02.038Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-13T03:55:02.038Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-13T03:55:02.038Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-13T03:55:02.038Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-13T03:55:02.039Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-13T03:55:02.039Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-13T03:55:02.039Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-03-13T03:55:02.039Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-13T03:55:02.039Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-13T03:55:02.040Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-13T03:55:02.040Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-13T03:55:02.040Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=da99100f-d898-4cd8-be85-fdc5c8a4b2e4
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-03-13T03:55:02.042Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-13T03:55:02.042Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||Node template vFW 83b841d5-da9c 0 is matching search criteria
2022-03-13T03:55:02.042Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 83b841d5-da9c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-13T03:55:02.045Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-13T03:55:02.046Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||Node template vFW 83b841d5-da9c 0 is not matching search criteria
2022-03-13T03:55:02.046Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-13T03:55:02.046Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-13T03:55:02.046Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-13T03:55:02.046Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-13T03:55:02.046Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-13T03:55:02.046Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-13T03:55:02.047Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-13T03:55:02.047Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-13T03:55:02.047Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-13T03:55:02.047Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-13T03:55:02.055Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-13T03:55:02.056Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-03-13T03:55:02.056Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=56b2a204-b0b1-4883-adf4-2e8cd48b96f2
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-03-13T03:55:02.060Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-13T03:55:02.060Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||Node template vFW 83b841d5-da9c 0 is matching search criteria
2022-03-13T03:55:02.060Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 83b841d5-da9c 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-13T03:55:02.061Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-13T03:55:02.061Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||Node template vFW 83b841d5-da9c 0 is matching search criteria
2022-03-13T03:55:02.062Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 83b841d5-da9c 0] matching following query criteria: sdcType=VF, customizationUUID=8be2b4de-a013-48f6-a6e1-256bc9ee3631
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-03-13T03:55:02.065Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-13T03:55:02.065Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-13 03-50-40 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-13T03:55:02.066Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid e607b6d1-6175-4813-a777-36cc5f0323b2: vFW 83b841d5-da9c
2022-03-13T03:55:02.066Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-13T03:55:02.066Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-13 03-50-40 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-13T03:55:02.066Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-13T03:55:02.066Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-13 03-50-40 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-13T03:55:02.066Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-13T03:55:02.067Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-13 03-50-40 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-13T03:55:02.067Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-13T03:55:02.067Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-13 03-50-40 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-13T03:55:02.067Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-13T03:55:02.067Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-13 03-50-40 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-13T03:55:02.069Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||INFO|500||Saving Service: vFW 2022-03-13 03-50-40 
Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=?
Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=?
Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?)
Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=?
Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=?
Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=?
Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=?
Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?)
Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=?
Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-13T03:55:02.271Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 83b841d5-da9c be3adf85-b266-433b-9b86-63f95b69a5de 1 ASDC deployResourceStructure
2022-03-13T03:55:02.271Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220313035040/1.0/resourceInstances/vfw83b841d5da9c0/artifacts/vfw83b841d5da9c0_modules.json ASDC sendASDCNotification
2022-03-13T03:55:02.271Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220313035040/1.0/resourceInstances/vfw83b841d5da9c0/artifacts/vfw83b841d5da9c0_modules.json
2022-03-13T03:55:02.272Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-13T03:55:02.272Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-13T03:55:02.274Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-13T03:55:02.274Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "3afd5008-0b7a-48b3-89ac-9ee1043fd74b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647143702271,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220313035040/1.0/resourceInstances/vfw83b841d5da9c0/artifacts/vfw83b841d5da9c0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-13T03:55:02.374Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-13T03:55:02.376Z||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-03-13T03:55:02.376Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8JOl5TvLYzIQLVLG) ...
2022-03-13T03:55:02.391Z||pool-30-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-13T03:55:02.391Z||pool-30-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-03-13T03:55:03.275Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220313035040/1.0/resourceInstances/vfw83b841d5da9c0/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-03-13T03:55:03.275Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220313035040/1.0/resourceInstances/vfw83b841d5da9c0/artifacts/base_vfw.yaml
2022-03-13T03:55:03.275Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-13T03:55:03.275Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-13T03:55:03.277Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-13T03:55:03.277Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "3afd5008-0b7a-48b3-89ac-9ee1043fd74b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647143703275,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220313035040/1.0/resourceInstances/vfw83b841d5da9c0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-03-13T03:55:03.378Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-13T03:55:03.379Z||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-03-13T03:55:03.379Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8JOl5TvLYzIQLVLG) ...
2022-03-13T03:55:03.392Z||pool-31-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-13T03:55:03.393Z||pool-31-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-13T03:55:04.278Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220313035040/1.0/resourceInstances/vfw83b841d5da9c0/artifacts/base_vfw.env ASDC sendASDCNotification
2022-03-13T03:55:04.279Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220313035040/1.0/resourceInstances/vfw83b841d5da9c0/artifacts/base_vfw.env
2022-03-13T03:55:04.279Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-13T03:55:04.279Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-13T03:55:04.281Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-13T03:55:04.281Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "3afd5008-0b7a-48b3-89ac-9ee1043fd74b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647143704278,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220313035040/1.0/resourceInstances/vfw83b841d5da9c0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-03-13T03:55:04.384Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-03-13T03:55:04.384Z||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-03-13T03:55:04.385Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8JOl5TvLYzIQLVLG) ...
2022-03-13T03:55:04.399Z||pool-32-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-13T03:55:04.400Z||pool-32-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-03-13T03:55:05.282Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220313035040/1.0/artifacts/service-Vfw20220313035040-csar.csar ASDC sendASDCNotification
2022-03-13T03:55:05.282Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220313035040/1.0/artifacts/service-Vfw20220313035040-csar.csar
2022-03-13T03:55:05.282Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-13T03:55:05.282Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-13T03:55:05.284Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-13T03:55:05.284Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "3afd5008-0b7a-48b3-89ac-9ee1043fd74b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647143705281,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220313035040/1.0/artifacts/service-Vfw20220313035040-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-13T03:55:05.385Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-13T03:55:05.386Z||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-03-13T03:55:05.386Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8JOl5TvLYzIQLVLG) ...
2022-03-13T03:55:05.397Z||pool-33-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-13T03:55:05.398Z||pool-33-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-03-13T03:55:06.285Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3afd5008-0b7a-48b3-89ac-9ee1043fd74b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-13T03:55:06.296Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3afd5008-0b7a-48b3-89ac-9ee1043fd74b
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-03-13T03:55:06.300Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-13T03:55:06.300Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-13T03:55:06.301Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-13T03:55:21.607Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-13T03:55:21.608Z||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-03-13T03:55:21.608Z||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 8JOl5TvLYzIQLVLG) ...
2022-03-13T03:55:21.633Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-13T03:55:21.634Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-13T03:55:21.634Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3afd5008-0b7a-48b3-89ac-9ee1043fd74b",
  "consumerID": "clamp",
  "timestamp": 1647143603751,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220313035040/1.0/artifacts/service-Vfw20220313035040-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-13T03:55:21.635Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-13T03:55:21.635Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-13T03:55:21.635Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3afd5008-0b7a-48b3-89ac-9ee1043fd74b",
  "consumerID": "clamp",
  "timestamp": 1647143605761,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220313035040/1.0/artifacts/service-Vfw20220313035040-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-13T03:55:21.635Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-13T03:55:21.635Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-13T03:55:21.636Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3afd5008-0b7a-48b3-89ac-9ee1043fd74b",
  "consumerID": "clamp",
  "timestamp": 1647143606764,
  "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-03-13T03:55:21.643Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 3afd5008-0b7a-48b3-89ac-9ee1043fd74b
2022-03-13T03:55:21.643Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3afd5008-0b7a-48b3-89ac-9ee1043fd74b 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-03-13T03:55:21.655Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-13T03:55:21.656Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3afd5008-0b7a-48b3-89ac-9ee1043fd74b",
  "consumerID": "aai-ml",
  "timestamp": 1647143617259,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220313035040/1.0/artifacts/service-Vfw20220313035040-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-13T03:55:21.657Z||pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-13T03:55:21.657Z||pool-2-thread-8|||||DEBUG|500||received message from topic
2022-03-13T03:55:21.658Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3afd5008-0b7a-48b3-89ac-9ee1043fd74b",
  "consumerID": "aai-ml",
  "timestamp": 1647143618263,
  "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-03-13T03:55:21.669Z||pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 3afd5008-0b7a-48b3-89ac-9ee1043fd74b
2022-03-13T03:55:21.669Z||pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3afd5008-0b7a-48b3-89ac-9ee1043fd74b 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-03-13T03:55:36.301Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3afd5008-0b7a-48b3-89ac-9ee1043fd74b
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-13T03:55:36.313Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3afd5008-0b7a-48b3-89ac-9ee1043fd74b
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-03-13T03:55:36.317Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-13T03:55:36.317Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-13T03:55:36.330Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-03-13T03:55:36.330Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-03-13T03:55:36.330Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-13T03:55:36.331Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-13T03:55:36.331Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-13T03:55:36.331Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-13T03:55:36.331Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-13T03:55:36.331Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-13T03:55:36.331Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: 
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-13T03:55:36.338Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-03-13T03:56:06.339Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 3afd5008-0b7a-48b3-89ac-9ee1043fd74b 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-03-13T03:56:06.345Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 3afd5008-0b7a-48b3-89ac-9ee1043fd74b and serviceModelVersionId: e607b6d1-6175-4813-a777-36cc5f0323b2
2022-03-13T03:56:06.346Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : e9d0b622-53f3-42a7-848f-cd45f47f4c30
2022-03-13T03:56:06.347Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/e9d0b622-53f3-42a7-848f-cd45f47f4c30/model-vers/model-ver/e607b6d1-6175-4813-a777-36cc5f0323b2?depth=0
2022-03-13T03:56:06.365Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context!
2022-03-13T03:56:06.430Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9d0b622-53f3-42a7-848f-cd45f47f4c30/model-vers/model-ver/e607b6d1-6175-4813-a777-36cc5f0323b2?depth=0|INFO|500||Invoke
2022-03-13T03:56:06.431Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9d0b622-53f3-42a7-848f-cd45f47f4c30/model-vers/model-ver/e607b6d1-6175-4813-a777-36cc5f0323b2?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9d0b622-53f3-42a7-848f-cd45f47f4c30/model-vers/model-ver/e607b6d1-6175-4813-a777-36cc5f0323b2?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[3afd5008-0b7a-48b3-89ac-9ee1043fd74b], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[556cacdf-8cb2-4cc6-bb72-359132816a84], X-ECOMP-RequestID=[3afd5008-0b7a-48b3-89ac-9ee1043fd74b], X-TransactionId=[], X-ONAP-RequestID=[3afd5008-0b7a-48b3-89ac-9ee1043fd74b], Content-Type=[application/merge-patch+json]}
2022-03-13T03:56:06.470Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9d0b622-53f3-42a7-848f-cd45f47f4c30/model-vers/model-ver/e607b6d1-6175-4813-a777-36cc5f0323b2?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-03-13T03:56:07.054Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9d0b622-53f3-42a7-848f-cd45f47f4c30/model-vers/model-ver/e607b6d1-6175-4813-a777-36cc5f0323b2?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/e9d0b622-53f3-42a7-848f-cd45f47f4c30/model-vers/model-ver/e607b6d1-6175-4813-a777-36cc5f0323b2?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220313-03:56:05:537-52824], vertex-id=[196832], Content-Length=[0], Date=[Sun, 13 Mar 2022 03:56:05 GMT], Content-Type=[application/json]}
2022-03-13T03:56:07.054Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9d0b622-53f3-42a7-848f-cd45f47f4c30/model-vers/model-ver/e607b6d1-6175-4813-a777-36cc5f0323b2?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-03-13T03:56:07.055Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/e9d0b622-53f3-42a7-848f-cd45f47f4c30/model-vers/model-ver/e607b6d1-6175-4813-a777-36cc5f0323b2?depth=0|INFO|500||InvokeReturn
2022-03-13T03:56:07.055Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-03-13T03:56:07.055Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status!
Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=?
2022-03-13T03:56:07.060Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||ERROR|500||Error updating CatalogDBStatus
java.lang.NullPointerException: null
	at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206)
	at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690)
	at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52)
	at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71)
	at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
	at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source)
	at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-03-13T03:56:07.060Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 3afd5008-0b7a-48b3-89ac-9ee1043fd74b and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-03-13T03:56:07.060Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-03-13T03:56:07.060Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus
2022-03-13T03:56:07.072Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-13T03:56:07.072Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||try to send status {
  "distributionID": "3afd5008-0b7a-48b3-89ac-9ee1043fd74b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647143767060,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-13T03:56:07.175Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-03-13T03:56:07.176Z||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-03-13T03:56:07.176Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8JOl5TvLYzIQLVLG) ...
2022-03-13T03:56:07.210Z||pool-34-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-13T03:56:07.211Z||pool-34-thread-1|||||INFO|500||cambria reply ok (36 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-03-13T03:56:08.086Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-13T03:56:08.087Z||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-03-13T03:56:08.087Z||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 8JOl5TvLYzIQLVLG) ...
2022-03-13T03:56:08.714Z||pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-13T03:56:08.715Z||pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-13T03:56:08.715Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"f660ced5-6067-49cf-83bd-b360760b68c2","serviceName":"vFW 2022-03-13 03-53-38","serviceVersion":"1.0","serviceUUID":"f492c318-593d-4366-a6ee-d2c27406b138","serviceDescription":"catalog service description","serviceInvariantUUID":"5ba79166-0aa6-46f9-a2fc-0c07dcec0d0b","resources":[{"resourceInstanceName":"vFW 830b629d-d832 0","resourceName":"vFW 830b629d-d832","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"bfd0aa79-8f92-45c5-aba4-9932235b6edc","resourceInvariantUUID":"578629af-5e24-4269-bb39-8f834b55eac0","resourceCustomizationUUID":"7c95c3c6-535e-47d2-80d0-976c04319684","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220313035338/1.0/resourceInstances/vfw830b629dd8320/artifacts/vf-license-model.xml","artifactChecksum":"YmRlODg3ODBlM2JjMDNiOWU2MmQ3MzliNjgyMDhmMzg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"22e23526-77ec-4eef-a200-3e42322b58c3","artifactVersion":"1"},{"artifactName":"vfw830b629dd8320_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220313035338/1.0/resourceInstances/vfw830b629dd8320/artifacts/vfw830b629dd8320_modules.json","artifactChecksum":"ZjcxNmVmOWVlOGM0MWZkNTkzYTE0YjI3Njc1NjNjMjg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"765256b0-8d44-4bb4-88fb-013d93fda3eb","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220313035338/1.0/resourceInstances/vfw830b629dd8320/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"c6119333-e016-4393-96a7-adb382488b57","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220313035338/1.0/resourceInstances/vfw830b629dd8320/artifacts/vendor-license-model.xml","artifactChecksum":"MWEzNjBiYWUyYzMwMzIyZjcwZDllMGQ3MjFhODAyMDg\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"a777cbd4-551a-418b-afa2-51645cb124a5","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220313035338/1.0/resourceInstances/vfw830b629dd8320/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"9a06854d-ab2a-4f00-b12c-c74e585f80db","artifactVersion":"2","generatedFromUUID":"c6119333-e016-4393-96a7-adb382488b57"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220313035338-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220313035338/1.0/artifacts/service-Vfw20220313035338-template.yml","artifactChecksum":"ZDg5YzZiMThiZGE1MDVhMGFjZGMwZjRhM2ZhN2FlNmM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"482e25ee-13d2-4dc4-91d3-1e14f862be31","artifactVersion":"1"},{"artifactName":"service-Vfw20220313035338-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220313035338/1.0/artifacts/service-Vfw20220313035338-csar.csar","artifactChecksum":"YTFhMTRkYTJkNThhZjg3ZjU1NWY4NzQzZTZkMGQ2ZDQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"31dd6791-6315-4a08-a4f8-14214d5961ef","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-13T03:56:08.720Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-13T03:56:08.721Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-03-13T03:56:08.723Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-13T03:56:08.723Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "f660ced5-6067-49cf-83bd-b360760b68c2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647143768086,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220313035338/1.0/resourceInstances/vfw830b629dd8320/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-13T03:56:08.823Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-13T03:56:08.824Z||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-03-13T03:56:08.824Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8JOl5TvLYzIQLVLG) ...
2022-03-13T03:56:08.836Z||pool-35-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-13T03:56:08.836Z||pool-35-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-03-13T03:56:09.723Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-13T03:56:09.725Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-03-13T03:56:09.727Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-13T03:56:09.728Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "f660ced5-6067-49cf-83bd-b360760b68c2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647143768086,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220313035338/1.0/resourceInstances/vfw830b629dd8320/artifacts/vfw830b629dd8320_modules.json",
  "status": "NOTIFIED"
}
2022-03-13T03:56:09.828Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-13T03:56:09.829Z||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-03-13T03:56:09.829Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8JOl5TvLYzIQLVLG) ...
2022-03-13T03:56:09.842Z||pool-36-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-13T03:56:09.843Z||pool-36-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-13T03:56:10.736Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-13T03:56:10.740Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-03-13T03:56:10.768Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-13T03:56:10.780Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "f660ced5-6067-49cf-83bd-b360760b68c2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647143768086,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220313035338/1.0/resourceInstances/vfw830b629dd8320/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-03-13T03:56:10.870Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 90 ms
2022-03-13T03:56:10.912Z||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-03-13T03:56:10.920Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8JOl5TvLYzIQLVLG) ...
2022-03-13T03:56:10.952Z||pool-37-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-13T03:56:10.969Z||pool-37-thread-1|||||INFO|500||cambria reply ok (73 ms):{"serverTimeMs":0,"count":1}
2022-03-13T03:56:11.781Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-13T03:56:11.781Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-03-13T03:56:11.783Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-13T03:56:11.784Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "f660ced5-6067-49cf-83bd-b360760b68c2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647143768086,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220313035338/1.0/resourceInstances/vfw830b629dd8320/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-13T03:56:11.885Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-13T03:56:11.886Z||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-03-13T03:56:11.886Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8JOl5TvLYzIQLVLG) ...
2022-03-13T03:56:11.899Z||pool-38-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-13T03:56:11.899Z||pool-38-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-13T03:56:12.784Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-13T03:56:12.785Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-03-13T03:56:12.787Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-13T03:56:12.787Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "f660ced5-6067-49cf-83bd-b360760b68c2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647143768086,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220313035338/1.0/resourceInstances/vfw830b629dd8320/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-03-13T03:56:12.888Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-13T03:56:12.889Z||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-03-13T03:56:12.889Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8JOl5TvLYzIQLVLG) ...
2022-03-13T03:56:12.909Z||pool-39-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-13T03:56:12.910Z||pool-39-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-03-13T03:56:13.788Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-13T03:56:13.789Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-03-13T03:56:13.791Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-13T03:56:13.791Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "f660ced5-6067-49cf-83bd-b360760b68c2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647143768086,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220313035338/1.0/artifacts/service-Vfw20220313035338-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-13T03:56:13.891Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-13T03:56:13.892Z||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-03-13T03:56:13.892Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8JOl5TvLYzIQLVLG) ...
2022-03-13T03:56:13.904Z||pool-40-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-13T03:56:13.904Z||pool-40-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-03-13T03:56:14.792Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-13T03:56:14.792Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-03-13T03:56:14.795Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-13T03:56:14.796Z||pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "f660ced5-6067-49cf-83bd-b360760b68c2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647143768086,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220313035338/1.0/artifacts/service-Vfw20220313035338-csar.csar",
  "status": "NOTIFIED"
}
2022-03-13T03:56:14.896Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-13T03:56:14.897Z||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-03-13T03:56:14.897Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8JOl5TvLYzIQLVLG) ...
2022-03-13T03:56:14.909Z||pool-41-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-13T03:56:14.910Z||pool-41-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-13T03:56:15.798Z||pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "f660ced5-6067-49cf-83bd-b360760b68c2",
  "serviceName": "vFW 2022-03-13 03-53-38",
  "serviceVersion": "1.0",
  "serviceUUID": "f492c318-593d-4366-a6ee-d2c27406b138",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "5ba79166-0aa6-46f9-a2fc-0c07dcec0d0b",
  "resources": [
    {
      "resourceInstanceName": "vFW 830b629d-d832 0",
      "resourceCustomizationUUID": "7c95c3c6-535e-47d2-80d0-976c04319684",
      "resourceName": "vFW 830b629d-d832",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "bfd0aa79-8f92-45c5-aba4-9932235b6edc",
      "resourceInvariantUUID": "578629af-5e24-4269-bb39-8f834b55eac0",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": [
        {
          "artifactName": "vfw830b629dd8320_modules.json",
          "artifactType": "VF_MODULES_METADATA",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220313035338/1.0/resourceInstances/vfw830b629dd8320/artifacts/vfw830b629dd8320_modules.json",
          "artifactChecksum": "ZjcxNmVmOWVlOGM0MWZkNTkzYTE0YjI3Njc1NjNjMjg\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "765256b0-8d44-4bb4-88fb-013d93fda3eb",
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.yaml",
          "artifactType": "HEAT",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220313035338/1.0/resourceInstances/vfw830b629dd8320/artifacts/base_vfw.yaml",
          "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d",
          "artifactDescription": "created from csar",
          "artifactTimeout": 30,
          "artifactVersion": "1",
          "artifactUUID": "c6119333-e016-4393-96a7-adb382488b57",
          "generatedArtifact": {
            "artifactName": "base_vfw.env",
            "artifactType": "HEAT_ENV",
            "artifactURL": "/sdc/v1/catalog/services/Vfw20220313035338/1.0/resourceInstances/vfw830b629dd8320/artifacts/base_vfw.env",
            "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
            "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
            "artifactTimeout": 0,
            "artifactVersion": "2",
            "artifactUUID": "9a06854d-ab2a-4f00-b12c-c74e585f80db",
            "generatedFromUUID": "c6119333-e016-4393-96a7-adb382488b57"
          },
          "relatedArtifactsInfo": []
        },
        {
          "artifactName": "base_vfw.env",
          "artifactType": "HEAT_ENV",
          "artifactURL": "/sdc/v1/catalog/services/Vfw20220313035338/1.0/resourceInstances/vfw830b629dd8320/artifacts/base_vfw.env",
          "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d",
          "artifactDescription": "Auto-generated HEAT Environment deployment artifact",
          "artifactTimeout": 0,
          "artifactVersion": "2",
          "artifactUUID": "9a06854d-ab2a-4f00-b12c-c74e585f80db",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Vfw20220313035338-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Vfw20220313035338/1.0/artifacts/service-Vfw20220313035338-csar.csar",
      "artifactChecksum": "YTFhMTRkYTJkNThhZjg3ZjU1NWY4NzQzZTZkMGQ2ZDQ\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "31dd6791-6315-4a08-a4f8-14214d5961ef"
    }
  ],
  "workloadContext": "Production"
}
2022-03-13T03:56:15.798Z||pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-13T03:56:15.799Z||pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 f492c318-593d-4366-a6ee-d2c27406b138 ASDC
2022-03-13T03:56:15.799Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:f660ced5-6067-49cf-83bd-b360760b68c2
ServiceName:vFW 2022-03-13 03-53-38
ServiceVersion:1.0
ServiceUUID:f492c318-593d-4366-a6ee-d2c27406b138
ServiceInvariantUUID:5ba79166-0aa6-46f9-a2fc-0c07dcec0d0b
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-Vfw20220313035338-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220313035338/1.0/artifacts/service-Vfw20220313035338-csar.csar
ArtifactUUID:31dd6791-6315-4a08-a4f8-14214d5961ef
ArtifactChecksum:YTFhMTRkYTJkNThhZjg3ZjU1NWY4NzQzZTZkMGQ2ZDQ=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:vFW 830b629d-d832 0
ResourceCustomizationUUID:7c95c3c6-535e-47d2-80d0-976c04319684
ResourceInvariantUUID:578629af-5e24-4269-bb39-8f834b55eac0
ResourceName:vFW 830b629d-d832
ResourceType:VF
ResourceUUID:bfd0aa79-8f92-45c5-aba4-9932235b6edc
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
{
Service Artifacts Info:
ArtifactName:vfw830b629dd8320_modules.json
ArtifactVersion:1
ArtifactType:VF_MODULES_METADATA
ArtifactDescription:Auto-generated VF Modules information artifact
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/Vfw20220313035338/1.0/resourceInstances/vfw830b629dd8320/artifacts/vfw830b629dd8320_modules.json
ArtifactUUID:765256b0-8d44-4bb4-88fb-013d93fda3eb
ArtifactChecksum:ZjcxNmVmOWVlOGM0MWZkNTkzYTE0YjI3Njc1NjNjMjg=
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/Vfw20220313035338/1.0/resourceInstances/vfw830b629dd8320/artifacts/base_vfw.yaml
ArtifactUUID:c6119333-e016-4393-96a7-adb382488b57
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/Vfw20220313035338/1.0/resourceInstances/vfw830b629dd8320/artifacts/base_vfw.env
ArtifactUUID:9a06854d-ab2a-4f00-b12c-c74e585f80db
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/Vfw20220313035338/1.0/resourceInstances/vfw830b629dd8320/artifacts/base_vfw.env
ArtifactUUID:9a06854d-ab2a-4f00-b12c-c74e585f80db
ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-03-13T03:56:15.800Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF f492c318-593d-4366-a6ee-d2c27406b138 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-03-13T03:56:15.842Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-13T03:56:15.843Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-03-13T03:56:15.843Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-03-13T03:56:15.843Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 31dd6791-6315-4a08-a4f8-14214d5961ef from URL: /sdc/v1/catalog/services/Vfw20220313035338/1.0/artifacts/service-Vfw20220313035338-csar.csar
2022-03-13T03:56:15.844Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-03-13T03:56:15.844Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220313035338/1.0/artifacts/service-Vfw20220313035338-csar.csar
2022-03-13T03:56:15.934Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-03-13T03:56:15.941Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220313035338/1.0/artifacts/service-Vfw20220313035338-csar.csar 31dd6791-6315-4a08-a4f8-14214d5961ef 98961
2022-03-13T03:56:15.942Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220313035338/1.0/artifacts/service-Vfw20220313035338-csar.csar ASDC sendASDCNotification
2022-03-13T03:56:15.942Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220313035338/1.0/artifacts/service-Vfw20220313035338-csar.csar
2022-03-13T03:56:15.942Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-13T03:56:15.943Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-03-13T03:56:15.946Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-13T03:56:15.946Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "f660ced5-6067-49cf-83bd-b360760b68c2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647143775942,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220313035338/1.0/artifacts/service-Vfw20220313035338-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-13T03:56:16.046Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-13T03:56:16.047Z||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-03-13T03:56:16.047Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8JOl5TvLYzIQLVLG) ...
2022-03-13T03:56:16.061Z||pool-42-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-13T03:56:16.062Z||pool-42-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-13T03:56:16.946Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-13T03:56:16.948Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-03-13T03:56:16.948Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 31dd6791-6315-4a08-a4f8-14214d5961ef, URL: /sdc/v1/catalog/services/Vfw20220313035338/1.0/artifacts/service-Vfw20220313035338-csar.csar to file: /app/ASDC/1/service-Vfw20220313035338-csar.csar
2022-03-13T03:56:16.949Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220313035338-csar.csar
2022-03-13T03:56:16.950Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220313035338-csar.csar
2022-03-13T03:56:16.950Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220313035338-csar.csar
2022-03-13T03:56:17.183Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5037065326089045718/Definitions/service-Vfw20220313035338-template.yml
Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided
Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided
Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided
Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided
2022-03-13T03:56:19.465Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-13T03:56:19.465Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-03-13T03:56:19.465Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220313035338-csar.csar
2022-03-13T03:56:19.466Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred...
2022-03-13T03:56:19.466Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||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-Vfw20220313035338-csar.csar
2022-03-13T03:56:19.466Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||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-Vfw20220313035338-csar.csar
2022-03-13T03:56:19.466Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||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-Vfw20220313035338-csar.csar
2022-03-13T03:56:19.466Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220313035338-csar.csar
2022-03-13T03:56:19.466Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220313035338-csar.csar
2022-03-13T03:56:19.466Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||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-Vfw20220313035338-csar.csar
2022-03-13T03:56:19.466Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||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-Vfw20220313035338-csar.csar
2022-03-13T03:56:19.467Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||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-Vfw20220313035338-csar.csar
2022-03-13T03:56:19.467Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220313035338-csar.csar
2022-03-13T03:56:19.467Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||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-Vfw20220313035338-csar.csar
2022-03-13T03:56:19.467Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220313035338-csar.csar
2022-03-13T03:56:19.467Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 830b629d-d832 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-Vfw20220313035338-csar.csar
2022-03-13T03:56:19.467Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||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-Vfw20220313035338-csar.csar
2022-03-13T03:56:19.467Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-03-13T03:56:19.467Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-13T03:56:19.467Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-03-13 03-53-38 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-13T03:56:19.468Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||DEBUG|500||Node template vFW 830b629d-d832 0 is matching search criteria
2022-03-13T03:56:19.468Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-03-13T03:56:19.468Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 830b629d-d832 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-13T03:56:19.469Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-13T03:56:19.469Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-03-13 03-53-38 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-13T03:56:19.469Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||DEBUG|500||Node template vFW 830b629d-d832 0 is matching search criteria
2022-03-13T03:56:19.469Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-03-13T03:56:19.469Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 830b629d-d832 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-13T03:56:19.470Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-13T03:56:19.470Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-03-13 03-53-38 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-13T03:56:19.470Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-13T03:56:19.470Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||DEBUG|500||Node template vFW 830b629d-d832 0 is not matching search criteria
2022-03-13T03:56:19.470Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-13T03:56:19.470Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-13T03:56:19.470Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-13T03:56:19.471Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-13T03:56:19.471Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-13T03:56:19.471Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-13T03:56:19.471Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-13T03:56:19.471Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-13T03:56:19.471Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-13T03:56:19.471Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-13T03:56:19.472Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-13T03:56:19.472Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-13T03:56:19.472Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-13T03:56:19.472Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-13T03:56:19.472Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-13T03:56:19.472Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-03-13T03:56:19.472Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-13T03:56:19.473Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-03-13 03-53-38 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-13T03:56:19.473Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-13T03:56:19.473Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||DEBUG|500||Node template vFW 830b629d-d832 0 is matching search criteria
2022-03-13T03:56:19.473Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 830b629d-d832 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-13T03:56:19.473Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-13T03:56:19.474Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||DEBUG|500||Node template vFW 830b629d-d832 0 is matching search criteria
2022-03-13T03:56:19.474Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 830b629d-d832 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-13T03:56:19.474Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-13T03:56:19.474Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||DEBUG|500||Node template vFW 830b629d-d832 0 is matching search criteria
2022-03-13T03:56:19.474Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 830b629d-d832 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-13T03:56:19.475Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-13T03:56:19.475Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||DEBUG|500||Node template vFW 830b629d-d832 0 is not matching search criteria
2022-03-13T03:56:19.475Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-13T03:56:19.475Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-03-13T03:56:19.476Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-13T03:56:19.476Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-13T03:56:19.476Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-13T03:56:19.477Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-13T03:56:19.477Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-13T03:56:19.477Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-13T03:56:19.477Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-13T03:56:19.478Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-13T03:56:19.478Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-13T03:56:19.478Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=5247015a-0c8b-4187-a14e-a13bc6c2b436
2022-03-13T03:56:19.478Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-13T03:56:19.479Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||DEBUG|500||Node template vFW 830b629d-d832 0 is not matching search criteria
2022-03-13T03:56:19.479Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-13T03:56:19.479Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-13T03:56:19.479Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-13T03:56:19.479Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-13T03:56:19.480Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-13T03:56:19.480Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-13T03:56:19.480Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-13T03:56:19.480Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-03-13T03:56:19.480Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-13T03:56:19.481Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-13T03:56:19.481Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-13T03:56:19.481Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-13T03:56:19.481Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=466bd54e-52bc-4a9b-9495-6a0b740fb9b9
2022-03-13T03:56:19.482Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-13T03:56:19.482Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||DEBUG|500||Node template vFW 830b629d-d832 0 is not matching search criteria
2022-03-13T03:56:19.482Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-13T03:56:19.482Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-13T03:56:19.482Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-13T03:56:19.483Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-13T03:56:19.483Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-13T03:56:19.483Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-13T03:56:19.483Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-13T03:56:19.483Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-13T03:56:19.484Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-13T03:56:19.484Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-13T03:56:19.484Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-13T03:56:19.484Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-03-13T03:56:19.484Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=33260b44-eccb-4b73-b00f-5cc993a0cd99
2022-03-13T03:56:19.485Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-13T03:56:19.485Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-03-13 03-53-38 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-13T03:56:19.485Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-13T03:56:19.485Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-03-13 03-53-38 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-13T03:56:19.485Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-13T03:56:19.486Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-03-13 03-53-38 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-13T03:56:19.486Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-13T03:56:19.486Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-03-13 03-53-38 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-13T03:56:19.486Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:vFW 2022-03-13 03-53-38
Description:catalog service description
Model UUID:f492c318-593d-4366-a6ee-d2c27406b138
Model Version:NULL
Model InvariantUuid:5ba79166-0aa6-46f9-a2fc-0c07dcec0d0b
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:vFW 830b629d-d832
Model UUID:a6c2a8ef-74a6-4dff-af4b-0b810201528a
Description:vendor software product
Version:1.0
Type:VF
Category:Generic
InvariantUuid:578629af-5e24-4269-bb39-8f834b55eac0
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:7c95c3c6-535e-47d2-80d0-976c04319684
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:46620a8d-57d9-4aca-8510-855a72f6954d
ModelName:Vfw830b629dD832..base_vfw..module-0
ModelUuid:ba357301-7fd8-47e2-b779-af00ecc29a87
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:5247015a-0c8b-4187-a14e-a13bc6c2b436
ModelInvariantUuid:d9a9cc20-44b5-4272-89dc-e6327b9608d6
ModelName:vFW 830b629d-d832-nodes.vfwCvfc
ModelUuid:6e865c14-14c3-43a5-9793-4c945367a12f
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vfw


VNFC Properties:
ModelCustomizationUuid:8ffee75e-73f3-46db-b75d-97ea7c7accd6
ModelInvariantUuid:d9d3d705-2c93-4898-b3f2-e46b02a56687
ModelName:Vfw830b629dD832.compute.nodes.heat.vfw
ModelUuid:35c388f3-a0f2-4ca2-9424-2b9b2a3f8c45
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:466bd54e-52bc-4a9b-9495-6a0b740fb9b9
ModelInvariantUuid:ea5f7391-5e30-4d0e-80ef-10f193193ef8
ModelName:vFW 830b629d-d832-nodes.vsnCvfc
ModelUuid:b421b903-cc77-4f99-a3b2-2e7c1da6e166
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vsn


VNFC Properties:
ModelCustomizationUuid:9eebf00b-20f4-45fa-8a02-21600e87d43a
ModelInvariantUuid:2f46ab51-178e-4a7a-b220-e3e4e7fa327a
ModelName:Vfw830b629dD832.compute.nodes.heat.vsn
ModelUuid:a99572e0-3df2-41dc-8e0f-5f90d37575d0
ModelVersion:1.0
Description:Not reusable inner VFC
Sub Category:Abstract


CVNFC Properties:
ModelCustomizationUuid:33260b44-eccb-4b73-b00f-5cc993a0cd99
ModelInvariantUuid:3fe56b35-1cf0-4f17-9c29-1049630d47a2
ModelName:vFW 830b629d-d832-nodes.vpgCvfc
ModelUuid:132b79d6-4677-4fed-bdeb-664fc7101464
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_vpg


VNFC Properties:
ModelCustomizationUuid:ceb28888-a97c-419d-aa50-89106d328c47
ModelInvariantUuid:e87977da-7a98-4769-a3e2-8686ecd25021
ModelName:Vfw830b629dD832.compute.nodes.heat.vpg
ModelUuid:d32d895c-bc79-49a9-9e9f-0d804bed9d9d
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-03-13T03:56:19.495Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: bfd0aa79-8f92-45c5-aba4-9932235b6edc
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-03-13T03:56:19.499Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||INFO|500||vFW 830b629d-d832 0
2022-03-13T03:56:19.500Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: bfd0aa79-8f92-45c5-aba4-9932235b6edc
2022-03-13T03:56:19.500Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 765256b0-8d44-4bb4-88fb-013d93fda3eb from URL: /sdc/v1/catalog/services/Vfw20220313035338/1.0/resourceInstances/vfw830b629dd8320/artifacts/vfw830b629dd8320_modules.json
2022-03-13T03:56:19.500Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-03-13T03:56:19.500Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220313035338/1.0/resourceInstances/vfw830b629dd8320/artifacts/vfw830b629dd8320_modules.json
2022-03-13T03:56:19.823Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-03-13T03:56:19.824Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220313035338/1.0/resourceInstances/vfw830b629dd8320/artifacts/vfw830b629dd8320_modules.json 765256b0-8d44-4bb4-88fb-013d93fda3eb 785
2022-03-13T03:56:19.824Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220313035338/1.0/resourceInstances/vfw830b629dd8320/artifacts/vfw830b629dd8320_modules.json ASDC sendASDCNotification
2022-03-13T03:56:19.824Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220313035338/1.0/resourceInstances/vfw830b629dd8320/artifacts/vfw830b629dd8320_modules.json
2022-03-13T03:56:19.825Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-13T03:56:19.825Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-03-13T03:56:19.827Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-13T03:56:19.827Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "f660ced5-6067-49cf-83bd-b360760b68c2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647143779824,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220313035338/1.0/resourceInstances/vfw830b629dd8320/artifacts/vfw830b629dd8320_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-13T03:56:19.927Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-13T03:56:19.928Z||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-03-13T03:56:19.929Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8JOl5TvLYzIQLVLG) ...
2022-03-13T03:56:19.942Z||pool-43-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-13T03:56:19.943Z||pool-43-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-13T03:56:20.828Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw830b629dD832..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "46620a8d-57d9-4aca-8510-855a72f6954d",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "ba357301-7fd8-47e2-b779-af00ecc29a87",
    "vfModuleModelCustomizationUUID": "9adaa281-2f14-4ad8-8555-f0c0472d72f8",
    "isBase": true,
    "artifacts": [
      "c6119333-e016-4393-96a7-adb382488b57",
      "9a06854d-ab2a-4f00-b12c-c74e585f80db"
    ],
    "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-03-13T03:56:20.831Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw830b629dD832..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:ba357301-7fd8-47e2-b779-af00ecc29a87
VfModuleModelInvariantUUID:46620a8d-57d9-4aca-8510-855a72f6954d
VfModuleModelDescription:NULL
Artifacts UUID List:{
c6119333-e016-4393-96a7-adb382488b57
,
9a06854d-ab2a-4f00-b12c-c74e585f80db

}
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-03-13T03:56:20.834Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Vfw830b629dD832..base_vfw..module-0",
    "vfModuleModelInvariantUUID": "46620a8d-57d9-4aca-8510-855a72f6954d",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "ba357301-7fd8-47e2-b779-af00ecc29a87",
    "vfModuleModelCustomizationUUID": "9adaa281-2f14-4ad8-8555-f0c0472d72f8",
    "isBase": true,
    "artifacts": [
      "c6119333-e016-4393-96a7-adb382488b57",
      "9a06854d-ab2a-4f00-b12c-c74e585f80db"
    ],
    "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-03-13T03:56:20.834Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Vfw830b629dD832..base_vfw..module-0
VfModuleModelVersion:1
VfModuleModelUUID:ba357301-7fd8-47e2-b779-af00ecc29a87
VfModuleModelInvariantUUID:46620a8d-57d9-4aca-8510-855a72f6954d
VfModuleModelDescription:NULL
Artifacts UUID List:{
c6119333-e016-4393-96a7-adb382488b57
,
9a06854d-ab2a-4f00-b12c-c74e585f80db

}
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-03-13T03:56:20.834Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: c6119333-e016-4393-96a7-adb382488b57 from URL: /sdc/v1/catalog/services/Vfw20220313035338/1.0/resourceInstances/vfw830b629dd8320/artifacts/base_vfw.yaml
2022-03-13T03:56:20.835Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-03-13T03:56:20.835Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220313035338/1.0/resourceInstances/vfw830b629dd8320/artifacts/base_vfw.yaml
2022-03-13T03:56:21.037Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-03-13T03:56:21.039Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220313035338/1.0/resourceInstances/vfw830b629dd8320/artifacts/base_vfw.yaml c6119333-e016-4393-96a7-adb382488b57 20368
2022-03-13T03:56:21.039Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220313035338/1.0/resourceInstances/vfw830b629dd8320/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-03-13T03:56:21.039Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220313035338/1.0/resourceInstances/vfw830b629dd8320/artifacts/base_vfw.yaml
2022-03-13T03:56:21.039Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-13T03:56:21.039Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-03-13T03:56:21.041Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-13T03:56:21.042Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "f660ced5-6067-49cf-83bd-b360760b68c2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647143781039,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220313035338/1.0/resourceInstances/vfw830b629dd8320/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-13T03:56:21.142Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-13T03:56:21.143Z||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-03-13T03:56:21.143Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8JOl5TvLYzIQLVLG) ...
2022-03-13T03:56:21.155Z||pool-44-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-13T03:56:21.155Z||pool-44-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-13T03:56:21.607Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-13T03:56:21.608Z||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-03-13T03:56:21.608Z||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 8JOl5TvLYzIQLVLG) ...
2022-03-13T03:56:21.637Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-13T03:56:21.638Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-13T03:56:21.638Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "a633cfb1-214a-43b1-a814-e2c221b5769f",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647143680820,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-13T03:56:21.639Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-13T03:56:21.639Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-13T03:56:21.640Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3afd5008-0b7a-48b3-89ac-9ee1043fd74b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647143681839,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220313035040/1.0/resourceInstances/vfw83b841d5da9c0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-13T03:56:21.640Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-13T03:56:21.640Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-13T03:56:21.640Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3afd5008-0b7a-48b3-89ac-9ee1043fd74b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647143681839,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220313035040/1.0/resourceInstances/vfw83b841d5da9c0/artifacts/vfw83b841d5da9c0_modules.json",
  "status": "NOTIFIED"
}
2022-03-13T03:56:21.640Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-13T03:56:21.640Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-13T03:56:21.640Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3afd5008-0b7a-48b3-89ac-9ee1043fd74b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647143681839,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220313035040/1.0/resourceInstances/vfw83b841d5da9c0/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-03-13T03:56:21.641Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-13T03:56:21.641Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-13T03:56:21.641Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3afd5008-0b7a-48b3-89ac-9ee1043fd74b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647143681839,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220313035040/1.0/resourceInstances/vfw83b841d5da9c0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-13T03:56:21.641Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-13T03:56:21.641Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-13T03:56:21.641Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3afd5008-0b7a-48b3-89ac-9ee1043fd74b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647143681839,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220313035040/1.0/resourceInstances/vfw83b841d5da9c0/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-03-13T03:56:21.642Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-13T03:56:21.642Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-13T03:56:21.642Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3afd5008-0b7a-48b3-89ac-9ee1043fd74b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647143681839,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220313035040/1.0/artifacts/service-Vfw20220313035040-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-13T03:56:21.642Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-13T03:56:21.642Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-13T03:56:21.669Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3afd5008-0b7a-48b3-89ac-9ee1043fd74b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647143681839,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220313035040/1.0/artifacts/service-Vfw20220313035040-csar.csar",
  "status": "NOTIFIED"
}
2022-03-13T03:56:21.670Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-13T03:56:21.670Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-13T03:56:21.670Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3afd5008-0b7a-48b3-89ac-9ee1043fd74b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647143693446,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220313035040/1.0/artifacts/service-Vfw20220313035040-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-13T03:56:21.671Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-13T03:56:21.671Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-13T03:56:21.671Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3afd5008-0b7a-48b3-89ac-9ee1043fd74b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647143697824,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220313035040/1.0/resourceInstances/vfw83b841d5da9c0/artifacts/vfw83b841d5da9c0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-13T03:56:21.671Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-13T03:56:21.671Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-13T03:56:21.671Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3afd5008-0b7a-48b3-89ac-9ee1043fd74b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647143699799,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220313035040/1.0/resourceInstances/vfw83b841d5da9c0/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-13T03:56:21.672Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-13T03:56:21.672Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-13T03:56:21.672Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3afd5008-0b7a-48b3-89ac-9ee1043fd74b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647143700998,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220313035040/1.0/resourceInstances/vfw83b841d5da9c0/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-03-13T03:56:21.672Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-13T03:56:21.672Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-13T03:56:21.672Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3afd5008-0b7a-48b3-89ac-9ee1043fd74b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647143702271,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220313035040/1.0/resourceInstances/vfw83b841d5da9c0/artifacts/vfw83b841d5da9c0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-13T03:56:21.673Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-13T03:56:21.673Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-13T03:56:21.673Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3afd5008-0b7a-48b3-89ac-9ee1043fd74b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647143703275,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220313035040/1.0/resourceInstances/vfw83b841d5da9c0/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-03-13T03:56:21.673Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-13T03:56:21.673Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-13T03:56:21.673Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3afd5008-0b7a-48b3-89ac-9ee1043fd74b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647143704278,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220313035040/1.0/resourceInstances/vfw83b841d5da9c0/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-03-13T03:56:21.673Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-13T03:56:21.674Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-13T03:56:21.674Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3afd5008-0b7a-48b3-89ac-9ee1043fd74b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647143705281,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220313035040/1.0/artifacts/service-Vfw20220313035040-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-13T03:56:21.674Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-13T03:56:22.042Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 9a06854d-ab2a-4f00-b12c-c74e585f80db from URL: /sdc/v1/catalog/services/Vfw20220313035338/1.0/resourceInstances/vfw830b629dd8320/artifacts/base_vfw.env
2022-03-13T03:56:22.043Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-03-13T03:56:22.043Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220313035338/1.0/resourceInstances/vfw830b629dd8320/artifacts/base_vfw.env
2022-03-13T03:56:22.328Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-03-13T03:56:22.329Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220313035338/1.0/resourceInstances/vfw830b629dd8320/artifacts/base_vfw.env 9a06854d-ab2a-4f00-b12c-c74e585f80db 2098
2022-03-13T03:56:22.329Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220313035338/1.0/resourceInstances/vfw830b629dd8320/artifacts/base_vfw.env ASDC sendASDCNotification
2022-03-13T03:56:22.329Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220313035338/1.0/resourceInstances/vfw830b629dd8320/artifacts/base_vfw.env
2022-03-13T03:56:22.329Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-13T03:56:22.329Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-03-13T03:56:22.331Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-13T03:56:22.332Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "f660ced5-6067-49cf-83bd-b360760b68c2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647143782329,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220313035338/1.0/resourceInstances/vfw830b629dd8320/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-03-13T03:56:22.432Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-13T03:56:22.433Z||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-03-13T03:56:22.433Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8JOl5TvLYzIQLVLG) ...
2022-03-13T03:56:22.451Z||pool-45-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-13T03:56:22.452Z||pool-45-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-03-13T03:56:23.332Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: f492c318-593d-4366-a6ee-d2c27406b138
2022-03-13T03:56:23.336Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 830b629d-d832 0 bfd0aa79-8f92-45c5-aba4-9932235b6edc 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-03-13T03:56:23.364Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2674c12a, org.onap.sdc.toscaparser.api.parameters.Input@771b6466, org.onap.sdc.toscaparser.api.parameters.Input@3dd97124, org.onap.sdc.toscaparser.api.parameters.Input@3772aeda, org.onap.sdc.toscaparser.api.parameters.Input@370f448f]
2022-03-13T03:56:23.366Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-13T03:56:23.366Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-03-13 03-53-38 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-13T03:56:23.366Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic 
2022-03-13T03:56:23.366Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= 7c95c3c6-535e-47d2-80d0-976c04319684
2022-03-13T03:56:23.367Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 7c95c3c6-535e-47d2-80d0-976c04319684 matches Tosca VF Customization UUID: 7c95c3c6-535e-47d2-80d0-976c04319684
2022-03-13T03:56:23.367Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: 7c95c3c6-535e-47d2-80d0-976c04319684  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-03-13T03:56:23.376Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-13T03:56:23.377Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-03-13 03-53-38 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-13T03:56:23.378Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id 7c95c3c6-535e-47d2-80d0-976c04319684: {\"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-03-13T03:56:23.378Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@4f1b5b49
2022-03-13T03:56:23.379Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-13T03:56:23.379Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-03-13 03-53-38 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-13T03:56:23.379Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 9adaa281-2f14-4ad8-8555-f0c0472d72f8
2022-03-13T03:56:23.379Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 9adaa281-2f14-4ad8-8555-f0c0472d72f8
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-03-13T03:56:23.383Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-13T03:56:23.383Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||DEBUG|500||Node template vFW 830b629d-d832 0 is matching search criteria
2022-03-13T03:56:23.383Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 830b629d-d832 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-13T03:56:23.383Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-13T03:56:23.383Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||DEBUG|500||Node template vFW 830b629d-d832 0 is matching search criteria
2022-03-13T03:56:23.384Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 830b629d-d832 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-13T03:56:23.384Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-13T03:56:23.384Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||DEBUG|500||Node template vFW 830b629d-d832 0 is not matching search criteria
2022-03-13T03:56:23.384Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-13T03:56:23.384Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is matching search criteria
2022-03-13T03:56:23.384Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-13T03:56:23.385Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-13T03:56:23.385Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-13T03:56:23.385Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-13T03:56:23.385Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-13T03:56:23.385Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-13T03:56:23.385Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-13T03:56:23.386Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-13T03:56:23.386Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-13T03:56:23.386Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=5247015a-0c8b-4187-a14e-a13bc6c2b436
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-03-13T03:56:23.388Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-13T03:56:23.389Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||DEBUG|500||Node template vFW 830b629d-d832 0 is matching search criteria
2022-03-13T03:56:23.389Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 830b629d-d832 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-13T03:56:23.389Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-13T03:56:23.389Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||DEBUG|500||Node template vFW 830b629d-d832 0 is not matching search criteria
2022-03-13T03:56:23.390Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-13T03:56:23.390Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-13T03:56:23.390Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-13T03:56:23.390Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-13T03:56:23.390Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-13T03:56:23.391Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-13T03:56:23.391Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-13T03:56:23.391Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is matching search criteria
2022-03-13T03:56:23.391Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is not matching search criteria
2022-03-13T03:56:23.391Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria
2022-03-13T03:56:23.392Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||DEBUG|500||Node template vpg is not matching search criteria
2022-03-13T03:56:23.392Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria
2022-03-13T03:56:23.392Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=466bd54e-52bc-4a9b-9495-6a0b740fb9b9
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-03-13T03:56:23.394Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-13T03:56:23.394Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||DEBUG|500||Node template vFW 830b629d-d832 0 is matching search criteria
2022-03-13T03:56:23.395Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 830b629d-d832 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-13T03:56:23.395Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-13T03:56:23.395Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||DEBUG|500||Node template vFW 830b629d-d832 0 is not matching search criteria
2022-03-13T03:56:23.395Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria
2022-03-13T03:56:23.395Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||DEBUG|500||Node template abstract_vfw is not matching search criteria
2022-03-13T03:56:23.395Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria
2022-03-13T03:56:23.396Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria
2022-03-13T03:56:23.396Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||DEBUG|500||Node template vfw is not matching search criteria
2022-03-13T03:56:23.396Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria
2022-03-13T03:56:23.396Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria
2022-03-13T03:56:23.396Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||DEBUG|500||Node template abstract_vsn is not matching search criteria
2022-03-13T03:56:23.397Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||DEBUG|500||Node template vsn is not matching search criteria
2022-03-13T03:56:23.397Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria
2022-03-13T03:56:23.397Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria
2022-03-13T03:56:23.397Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||DEBUG|500||Node template abstract_vpg is matching search criteria
2022-03-13T03:56:23.397Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=33260b44-eccb-4b73-b00f-5cc993a0cd99
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-03-13T03:56:23.399Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-13T03:56:23.400Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||DEBUG|500||Node template vFW 830b629d-d832 0 is matching search criteria
2022-03-13T03:56:23.400Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 830b629d-d832 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-13T03:56:23.400Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-13T03:56:23.400Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||DEBUG|500||Node template vFW 830b629d-d832 0 is matching search criteria
2022-03-13T03:56:23.400Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||DEBUG|500||Found topology templates [vFW 830b629d-d832 0] matching following query criteria: sdcType=VF, customizationUUID=7c95c3c6-535e-47d2-80d0-976c04319684
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-03-13T03:56:23.402Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-13T03:56:23.402Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-03-13 03-53-38 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-13T03:56:23.402Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid f492c318-593d-4366-a6ee-d2c27406b138: vFW 830b629d-d832
2022-03-13T03:56:23.402Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-13T03:56:23.403Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-03-13 03-53-38 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-13T03:56:23.403Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-13T03:56:23.403Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-03-13 03-53-38 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-13T03:56:23.403Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-13T03:56:23.403Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-03-13 03-53-38 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-13T03:56:23.404Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-13T03:56:23.404Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-03-13 03-53-38 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-13T03:56:23.404Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-13T03:56:23.404Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||DEBUG|500||Service vFW 2022-03-13 03-53-38 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-13T03:56:23.404Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||INFO|500||Saving Service: vFW 2022-03-13 03-53-38 
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-03-13T03:56:23.611Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 830b629d-d832 bfd0aa79-8f92-45c5-aba4-9932235b6edc 1 ASDC deployResourceStructure
2022-03-13T03:56:23.611Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220313035338/1.0/resourceInstances/vfw830b629dd8320/artifacts/vfw830b629dd8320_modules.json ASDC sendASDCNotification
2022-03-13T03:56:23.612Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220313035338/1.0/resourceInstances/vfw830b629dd8320/artifacts/vfw830b629dd8320_modules.json
2022-03-13T03:56:23.612Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-13T03:56:23.612Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-03-13T03:56:23.620Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-13T03:56:23.621Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "f660ced5-6067-49cf-83bd-b360760b68c2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647143783611,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220313035338/1.0/resourceInstances/vfw830b629dd8320/artifacts/vfw830b629dd8320_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-13T03:56:23.721Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-13T03:56:23.722Z||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-03-13T03:56:23.722Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8JOl5TvLYzIQLVLG) ...
2022-03-13T03:56:23.733Z||pool-46-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-13T03:56:23.734Z||pool-46-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-13T03:56:24.621Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220313035338/1.0/resourceInstances/vfw830b629dd8320/artifacts/base_vfw.yaml ASDC sendASDCNotification
2022-03-13T03:56:24.621Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220313035338/1.0/resourceInstances/vfw830b629dd8320/artifacts/base_vfw.yaml
2022-03-13T03:56:24.622Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-13T03:56:24.622Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-03-13T03:56:24.624Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-13T03:56:24.624Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "f660ced5-6067-49cf-83bd-b360760b68c2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647143784621,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220313035338/1.0/resourceInstances/vfw830b629dd8320/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-03-13T03:56:24.724Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-13T03:56:24.725Z||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-03-13T03:56:24.726Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8JOl5TvLYzIQLVLG) ...
2022-03-13T03:56:24.741Z||pool-47-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-13T03:56:24.745Z||pool-47-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
2022-03-13T03:56:25.636Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220313035338/1.0/resourceInstances/vfw830b629dd8320/artifacts/base_vfw.env ASDC sendASDCNotification
2022-03-13T03:56:25.637Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220313035338/1.0/resourceInstances/vfw830b629dd8320/artifacts/base_vfw.env
2022-03-13T03:56:25.637Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-13T03:56:25.644Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-03-13T03:56:25.646Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-13T03:56:25.646Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "f660ced5-6067-49cf-83bd-b360760b68c2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647143785636,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220313035338/1.0/resourceInstances/vfw830b629dd8320/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-03-13T03:56:25.746Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-13T03:56:25.747Z||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-03-13T03:56:25.747Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8JOl5TvLYzIQLVLG) ...
2022-03-13T03:56:25.761Z||pool-48-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-13T03:56:25.762Z||pool-48-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-13T03:56:26.647Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220313035338/1.0/artifacts/service-Vfw20220313035338-csar.csar ASDC sendASDCNotification
2022-03-13T03:56:26.647Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220313035338/1.0/artifacts/service-Vfw20220313035338-csar.csar
2022-03-13T03:56:26.647Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-13T03:56:26.648Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-03-13T03:56:26.650Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-13T03:56:26.650Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "f660ced5-6067-49cf-83bd-b360760b68c2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647143786646,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220313035338/1.0/artifacts/service-Vfw20220313035338-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-13T03:56:26.750Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-13T03:56:26.751Z||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-03-13T03:56:26.751Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8JOl5TvLYzIQLVLG) ...
2022-03-13T03:56:26.765Z||pool-49-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-13T03:56:26.766Z||pool-49-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-03-13T03:56:27.660Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f660ced5-6067-49cf-83bd-b360760b68c2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-13T03:56:27.672Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f660ced5-6067-49cf-83bd-b360760b68c2
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-03-13T03:56:27.676Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-13T03:56:27.676Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-13T03:56:27.676Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-13T03:56:57.676Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f660ced5-6067-49cf-83bd-b360760b68c2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-13T03:56:57.686Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f660ced5-6067-49cf-83bd-b360760b68c2
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-03-13T03:56:57.692Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-13T03:56:57.693Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-13T03:56:57.693Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-13T03:57:21.608Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-13T03:57:21.610Z||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-03-13T03:57:21.610Z||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 8JOl5TvLYzIQLVLG) ...
2022-03-13T03:57:21.648Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-13T03:57:21.651Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-13T03:57:21.651Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f660ced5-6067-49cf-83bd-b360760b68c2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647143756575,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220313035338/1.0/resourceInstances/vfw830b629dd8320/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-13T03:57:21.653Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-13T03:57:21.653Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-13T03:57:21.653Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f660ced5-6067-49cf-83bd-b360760b68c2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647143750061,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220313035338/1.0/resourceInstances/vfw830b629dd8320/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-13T03:57:21.653Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-13T03:57:21.653Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-13T03:57:21.654Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f660ced5-6067-49cf-83bd-b360760b68c2",
  "consumerID": "cds",
  "timestamp": 1647143751570,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220313035338/1.0/resourceInstances/vfw830b629dd8320/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-13T03:57:21.654Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-13T03:57:21.654Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-13T03:57:21.654Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f660ced5-6067-49cf-83bd-b360760b68c2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647143756575,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220313035338/1.0/resourceInstances/vfw830b629dd8320/artifacts/vfw830b629dd8320_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-13T03:57:21.654Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-13T03:57:21.654Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-13T03:57:21.654Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f660ced5-6067-49cf-83bd-b360760b68c2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647143750061,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220313035338/1.0/resourceInstances/vfw830b629dd8320/artifacts/vfw830b629dd8320_modules.json",
  "status": "NOTIFIED"
}
2022-03-13T03:57:21.655Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-13T03:57:21.655Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-13T03:57:21.655Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f660ced5-6067-49cf-83bd-b360760b68c2",
  "consumerID": "cds",
  "timestamp": 1647143751570,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220313035338/1.0/resourceInstances/vfw830b629dd8320/artifacts/vfw830b629dd8320_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-13T03:57:21.655Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-13T03:57:21.655Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-13T03:57:21.655Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f660ced5-6067-49cf-83bd-b360760b68c2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647143756575,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220313035338/1.0/resourceInstances/vfw830b629dd8320/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-13T03:57:21.655Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-13T03:57:21.655Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-13T03:57:21.655Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f660ced5-6067-49cf-83bd-b360760b68c2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647143750061,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220313035338/1.0/resourceInstances/vfw830b629dd8320/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-03-13T03:57:21.655Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-13T03:57:21.656Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-13T03:57:21.656Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f660ced5-6067-49cf-83bd-b360760b68c2",
  "consumerID": "cds",
  "timestamp": 1647143751570,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220313035338/1.0/resourceInstances/vfw830b629dd8320/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-13T03:57:21.656Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-13T03:57:21.656Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-13T03:57:21.656Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f660ced5-6067-49cf-83bd-b360760b68c2",
  "consumerID": "dcae-sch",
  "timestamp": 1647143759002,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220313035338/1.0/resourceInstances/vfw830b629dd8320/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-13T03:57:21.656Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-13T03:57:21.656Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-13T03:57:21.656Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f660ced5-6067-49cf-83bd-b360760b68c2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647143756575,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220313035338/1.0/resourceInstances/vfw830b629dd8320/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-13T03:57:21.656Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-13T03:57:21.656Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-13T03:57:21.656Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f660ced5-6067-49cf-83bd-b360760b68c2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647143750061,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220313035338/1.0/resourceInstances/vfw830b629dd8320/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-13T03:57:21.657Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-13T03:57:21.657Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-13T03:57:21.657Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f660ced5-6067-49cf-83bd-b360760b68c2",
  "consumerID": "cds",
  "timestamp": 1647143751570,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220313035338/1.0/resourceInstances/vfw830b629dd8320/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-13T03:57:21.657Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-13T03:57:21.657Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-13T03:57:21.658Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f660ced5-6067-49cf-83bd-b360760b68c2",
  "consumerID": "dcae-sch",
  "timestamp": 1647143759002,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220313035338/1.0/resourceInstances/vfw830b629dd8320/artifacts/vfw830b629dd8320_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-13T03:57:21.658Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-13T03:57:21.658Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-13T03:57:21.658Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f660ced5-6067-49cf-83bd-b360760b68c2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647143756575,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220313035338/1.0/resourceInstances/vfw830b629dd8320/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-13T03:57:21.658Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-13T03:57:21.658Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-13T03:57:21.658Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f660ced5-6067-49cf-83bd-b360760b68c2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647143750061,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220313035338/1.0/resourceInstances/vfw830b629dd8320/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-03-13T03:57:21.658Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-13T03:57:21.658Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-13T03:57:21.658Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f660ced5-6067-49cf-83bd-b360760b68c2",
  "consumerID": "cds",
  "timestamp": 1647143751570,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220313035338/1.0/resourceInstances/vfw830b629dd8320/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-13T03:57:21.659Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-13T03:57:21.659Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-13T03:57:21.659Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f660ced5-6067-49cf-83bd-b360760b68c2",
  "consumerID": "dcae-sch",
  "timestamp": 1647143759002,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220313035338/1.0/resourceInstances/vfw830b629dd8320/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-13T03:57:21.659Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-13T03:57:21.659Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-13T03:57:21.659Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f660ced5-6067-49cf-83bd-b360760b68c2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647143756575,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220313035338/1.0/artifacts/service-Vfw20220313035338-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-13T03:57:21.659Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-13T03:57:21.659Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-13T03:57:21.659Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f660ced5-6067-49cf-83bd-b360760b68c2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647143750061,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220313035338/1.0/artifacts/service-Vfw20220313035338-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-13T03:57:21.660Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-13T03:57:21.660Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-13T03:57:21.660Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f660ced5-6067-49cf-83bd-b360760b68c2",
  "consumerID": "cds",
  "timestamp": 1647143751570,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220313035338/1.0/artifacts/service-Vfw20220313035338-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-13T03:57:21.660Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-13T03:57:21.660Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-13T03:57:21.660Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f660ced5-6067-49cf-83bd-b360760b68c2",
  "consumerID": "dcae-sch",
  "timestamp": 1647143759002,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220313035338/1.0/resourceInstances/vfw830b629dd8320/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-13T03:57:21.660Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-13T03:57:21.660Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-13T03:57:21.660Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f660ced5-6067-49cf-83bd-b360760b68c2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647143756575,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220313035338/1.0/artifacts/service-Vfw20220313035338-csar.csar",
  "status": "NOTIFIED"
}
2022-03-13T03:57:21.661Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-13T03:57:21.661Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-13T03:57:21.661Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f660ced5-6067-49cf-83bd-b360760b68c2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647143750061,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220313035338/1.0/artifacts/service-Vfw20220313035338-csar.csar",
  "status": "NOTIFIED"
}
2022-03-13T03:57:21.661Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-13T03:57:21.661Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-13T03:57:21.661Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f660ced5-6067-49cf-83bd-b360760b68c2",
  "consumerID": "cds",
  "timestamp": 1647143751570,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220313035338/1.0/artifacts/service-Vfw20220313035338-csar.csar",
  "status": "NOTIFIED"
}
2022-03-13T03:57:21.661Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-13T03:57:21.661Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-13T03:57:21.661Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f660ced5-6067-49cf-83bd-b360760b68c2",
  "consumerID": "dcae-sch",
  "timestamp": 1647143759002,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220313035338/1.0/resourceInstances/vfw830b629dd8320/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-13T03:57:21.661Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-13T03:57:21.661Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-13T03:57:21.662Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f660ced5-6067-49cf-83bd-b360760b68c2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647143763121,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220313035338/1.0/resourceInstances/vfw830b629dd8320/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-13T03:57:21.662Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-13T03:57:21.662Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-13T03:57:21.662Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f660ced5-6067-49cf-83bd-b360760b68c2",
  "consumerID": "cds",
  "timestamp": 1647143764398,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220313035338/1.0/artifacts/service-Vfw20220313035338-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-13T03:57:21.662Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-13T03:57:21.662Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-13T03:57:21.662Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f660ced5-6067-49cf-83bd-b360760b68c2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647143764647,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220313035338/1.0/resourceInstances/vfw830b629dd8320/artifacts/vfw830b629dd8320_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-13T03:57:21.662Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-13T03:57:21.662Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-13T03:57:21.662Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f660ced5-6067-49cf-83bd-b360760b68c2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647143765219,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220313035338/1.0/artifacts/service-Vfw20220313035338-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-13T03:57:21.663Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-13T03:57:21.663Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-13T03:57:21.663Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f660ced5-6067-49cf-83bd-b360760b68c2",
  "consumerID": "dcae-sch",
  "timestamp": 1647143759002,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220313035338/1.0/artifacts/service-Vfw20220313035338-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-13T03:57:21.663Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-13T03:57:21.663Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-13T03:57:21.663Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f660ced5-6067-49cf-83bd-b360760b68c2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647143763121,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220313035338/1.0/resourceInstances/vfw830b629dd8320/artifacts/vfw830b629dd8320_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-13T03:57:21.663Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-13T03:57:21.663Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-13T03:57:21.663Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f660ced5-6067-49cf-83bd-b360760b68c2",
  "consumerID": "cds",
  "timestamp": 1647143765408,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220313035338/1.0/artifacts/service-Vfw20220313035338-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-03-13T03:57:21.670Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of f660ced5-6067-49cf-83bd-b360760b68c2
2022-03-13T03:57:21.671Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId f660ced5-6067-49cf-83bd-b360760b68c2 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-03-13T03:57:21.682Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-13T03:57:21.683Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f660ced5-6067-49cf-83bd-b360760b68c2",
  "consumerID": "dcae-sch",
  "timestamp": 1647143759002,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220313035338/1.0/artifacts/service-Vfw20220313035338-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-13T03:57:21.683Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-13T03:57:21.683Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-13T03:57:21.683Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f660ced5-6067-49cf-83bd-b360760b68c2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647143763121,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220313035338/1.0/resourceInstances/vfw830b629dd8320/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-13T03:57:21.683Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-13T03:57:21.683Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-13T03:57:21.683Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f660ced5-6067-49cf-83bd-b360760b68c2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647143766138,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220313035338/1.0/resourceInstances/vfw830b629dd8320/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-13T03:57:21.683Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-13T03:57:21.683Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-13T03:57:21.684Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f660ced5-6067-49cf-83bd-b360760b68c2",
  "consumerID": "policy-id",
  "timestamp": 1647143765554,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220313035338/1.0/resourceInstances/vfw830b629dd8320/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-13T03:57:21.684Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-13T03:57:21.684Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-13T03:57:21.684Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f660ced5-6067-49cf-83bd-b360760b68c2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647143763121,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220313035338/1.0/resourceInstances/vfw830b629dd8320/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-13T03:57:21.684Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-13T03:57:21.684Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-13T03:57:21.684Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3afd5008-0b7a-48b3-89ac-9ee1043fd74b",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647143767060,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-13T03:57:21.684Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-13T03:57:21.684Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-13T03:57:21.684Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f660ced5-6067-49cf-83bd-b360760b68c2",
  "consumerID": "policy-id",
  "timestamp": 1647143765554,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220313035338/1.0/resourceInstances/vfw830b629dd8320/artifacts/vfw830b629dd8320_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-13T03:57:21.684Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-13T03:57:21.685Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-13T03:57:21.685Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f660ced5-6067-49cf-83bd-b360760b68c2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647143767516,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220313035338/1.0/resourceInstances/vfw830b629dd8320/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-03-13T03:57:21.685Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-13T03:57:21.685Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-13T03:57:21.685Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f660ced5-6067-49cf-83bd-b360760b68c2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647143763121,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220313035338/1.0/resourceInstances/vfw830b629dd8320/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-13T03:57:21.685Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-13T03:57:21.685Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-13T03:57:21.685Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f660ced5-6067-49cf-83bd-b360760b68c2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647143768483,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220313035338/1.0/artifacts/service-Vfw20220313035338-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-13T03:57:21.685Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-13T03:57:21.685Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-13T03:57:21.685Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f660ced5-6067-49cf-83bd-b360760b68c2",
  "consumerID": "policy-id",
  "timestamp": 1647143765554,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220313035338/1.0/resourceInstances/vfw830b629dd8320/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-03-13T03:57:21.686Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-13T03:57:21.686Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-13T03:57:21.686Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f660ced5-6067-49cf-83bd-b360760b68c2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647143768537,
  "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-03-13T03:57:21.690Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f660ced5-6067-49cf-83bd-b360760b68c2
2022-03-13T03:57:21.690Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId f660ced5-6067-49cf-83bd-b360760b68c2 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-03-13T03:57:21.698Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-13T03:57:21.698Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f660ced5-6067-49cf-83bd-b360760b68c2",
  "consumerID": "clamp",
  "timestamp": 1647143768514,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220313035338/1.0/resourceInstances/vfw830b629dd8320/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-13T03:57:21.699Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-13T03:57:21.699Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-13T03:57:21.699Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f660ced5-6067-49cf-83bd-b360760b68c2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647143768086,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220313035338/1.0/resourceInstances/vfw830b629dd8320/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-13T03:57:21.699Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-13T03:57:21.699Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-13T03:57:21.699Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f660ced5-6067-49cf-83bd-b360760b68c2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647143763121,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220313035338/1.0/artifacts/service-Vfw20220313035338-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-13T03:57:21.700Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-13T03:57:21.700Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-13T03:57:21.700Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f660ced5-6067-49cf-83bd-b360760b68c2",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647143769487,
  "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-03-13T03:57:21.706Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of f660ced5-6067-49cf-83bd-b360760b68c2
2022-03-13T03:57:21.706Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId f660ced5-6067-49cf-83bd-b360760b68c2 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-03-13T03:57:21.715Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-13T03:57:21.715Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f660ced5-6067-49cf-83bd-b360760b68c2",
  "consumerID": "policy-id",
  "timestamp": 1647143765554,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220313035338/1.0/resourceInstances/vfw830b629dd8320/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-13T03:57:21.715Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-13T03:57:21.715Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-13T03:57:21.715Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f660ced5-6067-49cf-83bd-b360760b68c2",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647143769541,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220313035338/1.0/resourceInstances/vfw830b629dd8320/artifacts/vfw830b629dd8320_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-13T03:57:21.716Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-13T03:57:21.716Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-13T03:57:21.716Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f660ced5-6067-49cf-83bd-b360760b68c2",
  "consumerID": "clamp",
  "timestamp": 1647143768514,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220313035338/1.0/resourceInstances/vfw830b629dd8320/artifacts/vfw830b629dd8320_modules.json",
  "status": "NOTIFIED"
}
2022-03-13T03:57:21.716Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-13T03:57:21.716Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-13T03:57:21.716Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f660ced5-6067-49cf-83bd-b360760b68c2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647143768086,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220313035338/1.0/resourceInstances/vfw830b629dd8320/artifacts/vfw830b629dd8320_modules.json",
  "status": "NOTIFIED"
}
2022-03-13T03:57:21.716Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-13T03:57:21.716Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-13T03:57:21.716Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f660ced5-6067-49cf-83bd-b360760b68c2",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647143763121,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220313035338/1.0/artifacts/service-Vfw20220313035338-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-13T03:57:21.717Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-13T03:57:21.717Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-13T03:57:21.717Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f660ced5-6067-49cf-83bd-b360760b68c2",
  "consumerID": "policy-id",
  "timestamp": 1647143765554,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220313035338/1.0/resourceInstances/vfw830b629dd8320/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-13T03:57:21.717Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-13T03:57:21.717Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-13T03:57:21.717Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f660ced5-6067-49cf-83bd-b360760b68c2",
  "consumerID": "clamp",
  "timestamp": 1647143768514,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220313035338/1.0/resourceInstances/vfw830b629dd8320/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-13T03:57:21.718Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-13T03:57:21.718Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-13T03:57:21.718Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f660ced5-6067-49cf-83bd-b360760b68c2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647143768086,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220313035338/1.0/resourceInstances/vfw830b629dd8320/artifacts/base_vfw.yaml",
  "status": "NOTIFIED"
}
2022-03-13T03:57:21.718Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-13T03:57:21.718Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-13T03:57:21.718Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f660ced5-6067-49cf-83bd-b360760b68c2",
  "consumerID": "policy-id",
  "timestamp": 1647143765554,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220313035338/1.0/artifacts/service-Vfw20220313035338-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-13T03:57:21.718Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-13T03:57:21.718Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-13T03:57:21.718Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f660ced5-6067-49cf-83bd-b360760b68c2",
  "consumerID": "clamp",
  "timestamp": 1647143768514,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220313035338/1.0/resourceInstances/vfw830b629dd8320/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-13T03:57:21.718Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-13T03:57:21.718Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-13T03:57:21.718Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f660ced5-6067-49cf-83bd-b360760b68c2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647143768086,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220313035338/1.0/resourceInstances/vfw830b629dd8320/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-13T03:57:21.719Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-13T03:57:21.719Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-13T03:57:21.719Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f660ced5-6067-49cf-83bd-b360760b68c2",
  "consumerID": "policy-id",
  "timestamp": 1647143765554,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220313035338/1.0/artifacts/service-Vfw20220313035338-csar.csar",
  "status": "NOTIFIED"
}
2022-03-13T03:57:21.719Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-13T03:57:21.719Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-13T03:57:21.719Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f660ced5-6067-49cf-83bd-b360760b68c2",
  "consumerID": "clamp",
  "timestamp": 1647143768514,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220313035338/1.0/resourceInstances/vfw830b629dd8320/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-13T03:57:21.719Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-13T03:57:21.719Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-13T03:57:21.719Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f660ced5-6067-49cf-83bd-b360760b68c2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647143768086,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220313035338/1.0/resourceInstances/vfw830b629dd8320/artifacts/base_vfw.env",
  "status": "NOTIFIED"
}
2022-03-13T03:57:21.720Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-13T03:57:21.720Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-13T03:57:21.720Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f660ced5-6067-49cf-83bd-b360760b68c2",
  "consumerID": "clamp",
  "timestamp": 1647143768514,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220313035338/1.0/artifacts/service-Vfw20220313035338-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-13T03:57:21.720Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-13T03:57:21.720Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-13T03:57:21.720Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f660ced5-6067-49cf-83bd-b360760b68c2",
  "consumerID": "policy-id",
  "timestamp": 1647143773466,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220313035338/1.0/artifacts/service-Vfw20220313035338-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-13T03:57:21.720Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-13T03:57:21.720Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-13T03:57:21.720Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f660ced5-6067-49cf-83bd-b360760b68c2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647143768086,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220313035338/1.0/artifacts/service-Vfw20220313035338-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-13T03:57:21.720Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-13T03:57:21.720Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-13T03:57:21.721Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f660ced5-6067-49cf-83bd-b360760b68c2",
  "consumerID": "aai-ml",
  "timestamp": 1647143773940,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220313035338/1.0/resourceInstances/vfw830b629dd8320/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-13T03:57:21.721Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-13T03:57:21.721Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-13T03:57:21.721Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f660ced5-6067-49cf-83bd-b360760b68c2",
  "consumerID": "clamp",
  "timestamp": 1647143768514,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220313035338/1.0/artifacts/service-Vfw20220313035338-csar.csar",
  "status": "NOTIFIED"
}
2022-03-13T03:57:21.721Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-13T03:57:21.721Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-13T03:57:21.721Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f660ced5-6067-49cf-83bd-b360760b68c2",
  "consumerID": "policy-id",
  "timestamp": 1647143774471,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220313035338/1.0/artifacts/service-Vfw20220313035338-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-13T03:57:21.721Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-13T03:57:21.721Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-13T03:57:21.721Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f660ced5-6067-49cf-83bd-b360760b68c2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647143768086,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220313035338/1.0/artifacts/service-Vfw20220313035338-csar.csar",
  "status": "NOTIFIED"
}
2022-03-13T03:57:21.721Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-13T03:57:21.722Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-13T03:57:21.722Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f660ced5-6067-49cf-83bd-b360760b68c2",
  "consumerID": "aai-ml",
  "timestamp": 1647143773940,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220313035338/1.0/resourceInstances/vfw830b629dd8320/artifacts/vfw830b629dd8320_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-13T03:57:21.722Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-13T03:57:21.722Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-13T03:57:21.722Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f660ced5-6067-49cf-83bd-b360760b68c2",
  "consumerID": "policy-id",
  "timestamp": 1647143775475,
  "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-03-13T03:57:21.728Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f660ced5-6067-49cf-83bd-b360760b68c2
2022-03-13T03:57:21.728Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId f660ced5-6067-49cf-83bd-b360760b68c2 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-03-13T03:57:21.744Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-13T03:57:21.745Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f660ced5-6067-49cf-83bd-b360760b68c2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647143775942,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220313035338/1.0/artifacts/service-Vfw20220313035338-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-13T03:57:21.745Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-13T03:57:21.745Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-13T03:57:21.745Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f660ced5-6067-49cf-83bd-b360760b68c2",
  "consumerID": "aai-ml",
  "timestamp": 1647143773940,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220313035338/1.0/resourceInstances/vfw830b629dd8320/artifacts/base_vfw.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-13T03:57:21.746Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-13T03:57:21.746Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-13T03:57:21.746Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f660ced5-6067-49cf-83bd-b360760b68c2",
  "consumerID": "aai-ml",
  "timestamp": 1647143773940,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220313035338/1.0/resourceInstances/vfw830b629dd8320/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-13T03:57:21.746Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-13T03:57:21.746Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-13T03:57:21.746Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f660ced5-6067-49cf-83bd-b360760b68c2",
  "consumerID": "aai-ml",
  "timestamp": 1647143773940,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220313035338/1.0/resourceInstances/vfw830b629dd8320/artifacts/base_vfw.env",
  "status": "NOT_NOTIFIED"
}
2022-03-13T03:57:21.746Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-13T03:57:21.746Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-13T03:57:21.746Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f660ced5-6067-49cf-83bd-b360760b68c2",
  "consumerID": "aai-ml",
  "timestamp": 1647143773940,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220313035338/1.0/artifacts/service-Vfw20220313035338-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-13T03:57:21.747Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-13T03:57:21.747Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-13T03:57:21.747Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f660ced5-6067-49cf-83bd-b360760b68c2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647143779824,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220313035338/1.0/resourceInstances/vfw830b629dd8320/artifacts/vfw830b629dd8320_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-13T03:57:21.747Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-13T03:57:21.747Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-13T03:57:21.747Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f660ced5-6067-49cf-83bd-b360760b68c2",
  "consumerID": "aai-ml",
  "timestamp": 1647143773940,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220313035338/1.0/artifacts/service-Vfw20220313035338-csar.csar",
  "status": "NOTIFIED"
}
2022-03-13T03:57:21.748Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 
2022-03-13T03:57:21.748Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-13T03:57:21.748Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f660ced5-6067-49cf-83bd-b360760b68c2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647143781039,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220313035338/1.0/resourceInstances/vfw830b629dd8320/artifacts/base_vfw.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-13T03:57:21.748Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-13T03:57:27.693Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f660ced5-6067-49cf-83bd-b360760b68c2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-13T03:57:27.703Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f660ced5-6067-49cf-83bd-b360760b68c2
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-03-13T03:57:27.706Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-13T03:57:27.706Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-13T03:57:27.706Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-13T03:57:57.707Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f660ced5-6067-49cf-83bd-b360760b68c2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-13T03:57:57.720Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f660ced5-6067-49cf-83bd-b360760b68c2
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-03-13T03:57:57.723Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-13T03:57:57.723Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-13T03:57:57.723Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-13T03:58:21.608Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-13T03:58:21.610Z||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-03-13T03:58:21.610Z||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 8JOl5TvLYzIQLVLG) ...
2022-03-13T03:58:21.641Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-13T03:58:21.641Z||pool-2-thread-2|||||DEBUG|500||received message from topic
2022-03-13T03:58:21.642Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f660ced5-6067-49cf-83bd-b360760b68c2",
  "consumerID": "aai-ml",
  "timestamp": 1647143781991,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220313035338/1.0/artifacts/service-Vfw20220313035338-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-13T03:58:21.643Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-13T03:58:27.724Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f660ced5-6067-49cf-83bd-b360760b68c2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-13T03:58:27.743Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f660ced5-6067-49cf-83bd-b360760b68c2
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-03-13T03:58:27.747Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-13T03:58:27.747Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-13T03:58:27.748Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-13T03:58:57.748Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f660ced5-6067-49cf-83bd-b360760b68c2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-13T03:58:57.761Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f660ced5-6067-49cf-83bd-b360760b68c2
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-03-13T03:58:57.764Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-13T03:58:57.764Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-13T03:58:57.765Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-13T03:59:21.607Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-13T03:59:21.608Z||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-03-13T03:59:21.609Z||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 8JOl5TvLYzIQLVLG) ...
2022-03-13T03:59:22.136Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-13T03:59:22.137Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-13T03:59:22.137Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f660ced5-6067-49cf-83bd-b360760b68c2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647143782329,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220313035338/1.0/resourceInstances/vfw830b629dd8320/artifacts/base_vfw.env",
  "status": "DOWNLOAD_OK"
}
2022-03-13T03:59:22.138Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-13T03:59:22.139Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-13T03:59:22.139Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f660ced5-6067-49cf-83bd-b360760b68c2",
  "consumerID": "clamp",
  "timestamp": 1647143783793,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220313035338/1.0/artifacts/service-Vfw20220313035338-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-13T03:59:22.139Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-13T03:59:22.139Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-13T03:59:22.139Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f660ced5-6067-49cf-83bd-b360760b68c2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647143783611,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220313035338/1.0/resourceInstances/vfw830b629dd8320/artifacts/vfw830b629dd8320_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-13T03:59:22.139Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-13T03:59:22.140Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-13T03:59:22.140Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f660ced5-6067-49cf-83bd-b360760b68c2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647143784621,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220313035338/1.0/resourceInstances/vfw830b629dd8320/artifacts/base_vfw.yaml",
  "status": "DEPLOY_OK"
}
2022-03-13T03:59:22.140Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-13T03:59:22.140Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-13T03:59:22.140Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f660ced5-6067-49cf-83bd-b360760b68c2",
  "consumerID": "clamp",
  "timestamp": 1647143785792,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220313035338/1.0/artifacts/service-Vfw20220313035338-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-13T03:59:22.140Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-13T03:59:22.141Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-13T03:59:22.141Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f660ced5-6067-49cf-83bd-b360760b68c2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647143785636,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220313035338/1.0/resourceInstances/vfw830b629dd8320/artifacts/base_vfw.env",
  "status": "DEPLOY_OK"
}
2022-03-13T03:59:22.141Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-13T03:59:22.141Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-13T03:59:22.141Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f660ced5-6067-49cf-83bd-b360760b68c2",
  "consumerID": "clamp",
  "timestamp": 1647143786796,
  "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-03-13T03:59:22.150Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of f660ced5-6067-49cf-83bd-b360760b68c2
2022-03-13T03:59:22.151Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId f660ced5-6067-49cf-83bd-b360760b68c2 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-03-13T03:59:22.162Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-13T03:59:22.162Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f660ced5-6067-49cf-83bd-b360760b68c2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647143786646,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220313035338/1.0/artifacts/service-Vfw20220313035338-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-13T03:59:22.162Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-13T03:59:22.163Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-13T03:59:22.163Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f660ced5-6067-49cf-83bd-b360760b68c2",
  "consumerID": "aai-ml",
  "timestamp": 1647143797422,
  "artifactURL": "/sdc/v1/catalog/services/Vfw20220313035338/1.0/artifacts/service-Vfw20220313035338-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-13T03:59:22.163Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-13T03:59:22.163Z||pool-2-thread-7|||||DEBUG|500||received message from topic
2022-03-13T03:59:22.163Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f660ced5-6067-49cf-83bd-b360760b68c2",
  "consumerID": "aai-ml",
  "timestamp": 1647143798427,
  "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-03-13T03:59:22.171Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of f660ced5-6067-49cf-83bd-b360760b68c2
2022-03-13T03:59:22.171Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId f660ced5-6067-49cf-83bd-b360760b68c2 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-03-13T03:59:27.765Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f660ced5-6067-49cf-83bd-b360760b68c2
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-13T03:59:27.779Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f660ced5-6067-49cf-83bd-b360760b68c2
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-03-13T03:59:27.783Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-13T03:59:27.783Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-13T03:59:27.783Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-03-13T03:59:27.783Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-03-13T03:59:27.783Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-13T03:59:27.783Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-13T03:59:27.783Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-13T03:59:27.783Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-13T03:59:27.784Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-13T03:59:27.784Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-13T03:59:27.784Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||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-03-13T03:59:27.790Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-03-13T03:59:57.790Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: f660ced5-6067-49cf-83bd-b360760b68c2 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-03-13T03:59:57.797Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: f660ced5-6067-49cf-83bd-b360760b68c2 and serviceModelVersionId: f492c318-593d-4366-a6ee-d2c27406b138
2022-03-13T03:59:57.797Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 5ba79166-0aa6-46f9-a2fc-0c07dcec0d0b
2022-03-13T03:59:57.798Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/5ba79166-0aa6-46f9-a2fc-0c07dcec0d0b/model-vers/model-ver/f492c318-593d-4366-a6ee-d2c27406b138?depth=0
2022-03-13T03:59:57.806Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2022-03-13T03:59:57.893Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5ba79166-0aa6-46f9-a2fc-0c07dcec0d0b/model-vers/model-ver/f492c318-593d-4366-a6ee-d2c27406b138?depth=0|INFO|500||Invoke
2022-03-13T03:59:57.894Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5ba79166-0aa6-46f9-a2fc-0c07dcec0d0b/model-vers/model-ver/f492c318-593d-4366-a6ee-d2c27406b138?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5ba79166-0aa6-46f9-a2fc-0c07dcec0d0b/model-vers/model-ver/f492c318-593d-4366-a6ee-d2c27406b138?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[f660ced5-6067-49cf-83bd-b360760b68c2], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[b7c4c8bf-12b6-454b-b7df-d4691a988414], X-ECOMP-RequestID=[f660ced5-6067-49cf-83bd-b360760b68c2], X-TransactionId=[], X-ONAP-RequestID=[f660ced5-6067-49cf-83bd-b360760b68c2], Content-Type=[application/merge-patch+json]}
2022-03-13T03:59:57.921Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5ba79166-0aa6-46f9-a2fc-0c07dcec0d0b/model-vers/model-ver/f492c318-593d-4366-a6ee-d2c27406b138?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-03-13T03:59:58.142Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5ba79166-0aa6-46f9-a2fc-0c07dcec0d0b/model-vers/model-ver/f492c318-593d-4366-a6ee-d2c27406b138?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/5ba79166-0aa6-46f9-a2fc-0c07dcec0d0b/model-vers/model-ver/f492c318-593d-4366-a6ee-d2c27406b138?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220313-03:59:56:983-17349], vertex-id=[192664], Content-Length=[0], Date=[Sun, 13 Mar 2022 03:59:56 GMT], Content-Type=[application/json]}
2022-03-13T03:59:58.142Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5ba79166-0aa6-46f9-a2fc-0c07dcec0d0b/model-vers/model-ver/f492c318-593d-4366-a6ee-d2c27406b138?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-03-13T03:59:58.143Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5ba79166-0aa6-46f9-a2fc-0c07dcec0d0b/model-vers/model-ver/f492c318-593d-4366-a6ee-d2c27406b138?depth=0|INFO|500||InvokeReturn
2022-03-13T03:59:58.143Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-03-13T03:59:58.144Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||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-03-13T03:59:58.149Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||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-03-13T03:59:58.149Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID f660ced5-6067-49cf-83bd-b360760b68c2 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-03-13T03:59:58.149Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-03-13T03:59:58.149Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-03-13T03:59:58.152Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-13T03:59:58.152Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "f660ced5-6067-49cf-83bd-b360760b68c2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647143998149,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-13T03:59:58.252Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-13T03:59:58.254Z||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-03-13T03:59:58.254Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8JOl5TvLYzIQLVLG) ...
2022-03-13T03:59:58.271Z||pool-50-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-13T03:59:58.271Z||pool-50-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-03-13T03:59:59.169Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-13T03:59:59.170Z|f660ced5-6067-49cf-83bd-b360760b68c2|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-03-13T03:59:59.170Z|f660ced5-6067-49cf-83bd-b360760b68c2|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 8JOl5TvLYzIQLVLG) ...
2022-03-13T04:00:09.419Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-13T04:00:09.420Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-13T04:00:09.421Z|f660ced5-6067-49cf-83bd-b360760b68c2|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-03-13T04:00:09.421Z|f660ced5-6067-49cf-83bd-b360760b68c2|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 8JOl5TvLYzIQLVLG) ...
2022-03-13T04:00:18.965Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-13T04:00:18.966Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-13T04:00:18.967Z|f660ced5-6067-49cf-83bd-b360760b68c2|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-03-13T04:00:18.967Z|f660ced5-6067-49cf-83bd-b360760b68c2|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 8JOl5TvLYzIQLVLG) ...
2022-03-13T04:00:21.607Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-13T04:00:21.608Z||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-03-13T04:00:21.608Z||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 8JOl5TvLYzIQLVLG) ...
2022-03-13T04:00:22.239Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-13T04:00:22.240Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-13T04:00:22.240Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f660ced5-6067-49cf-83bd-b360760b68c2",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647143998149,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-13T04:00:22.241Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-13T04:00:28.508Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-13T04:00:28.509Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-13T04:00:28.510Z|f660ced5-6067-49cf-83bd-b360760b68c2|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-03-13T04:00:28.510Z|f660ced5-6067-49cf-83bd-b360760b68c2|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 8JOl5TvLYzIQLVLG) ...
2022-03-13T04:00:38.059Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-13T04:00:38.060Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-13T04:00:38.061Z|f660ced5-6067-49cf-83bd-b360760b68c2|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-03-13T04:00:38.061Z|f660ced5-6067-49cf-83bd-b360760b68c2|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 8JOl5TvLYzIQLVLG) ...
2022-03-13T04:00:47.613Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-13T04:00:47.614Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-13T04:00:47.614Z|f660ced5-6067-49cf-83bd-b360760b68c2|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-03-13T04:00:47.614Z|f660ced5-6067-49cf-83bd-b360760b68c2|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 8JOl5TvLYzIQLVLG) ...
2022-03-13T04:00:57.161Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-13T04:00:57.162Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-13T04:00:57.163Z|f660ced5-6067-49cf-83bd-b360760b68c2|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-03-13T04:00:57.163Z|f660ced5-6067-49cf-83bd-b360760b68c2|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 8JOl5TvLYzIQLVLG) ...
2022-03-13T04:01:06.703Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-13T04:01:06.704Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-13T04:01:06.705Z|f660ced5-6067-49cf-83bd-b360760b68c2|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-03-13T04:01:06.705Z|f660ced5-6067-49cf-83bd-b360760b68c2|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 8JOl5TvLYzIQLVLG) ...
2022-03-13T04:01:16.251Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-13T04:01:21.598Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-13T04:01:21.599Z|f660ced5-6067-49cf-83bd-b360760b68c2|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-03-13T04:01:21.600Z|f660ced5-6067-49cf-83bd-b360760b68c2|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 8JOl5TvLYzIQLVLG) ...
2022-03-13T04:01:21.607Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-13T04:01:21.608Z||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-03-13T04:01:21.608Z||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 8JOl5TvLYzIQLVLG) ...
2022-03-13T04:01:31.138Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-13T04:01:31.159Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-13T04:02:21.598Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-13T04:02:21.598Z|f660ced5-6067-49cf-83bd-b360760b68c2|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-03-13T04:02:21.599Z|f660ced5-6067-49cf-83bd-b360760b68c2|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 8JOl5TvLYzIQLVLG) ...
2022-03-13T04:02:21.607Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-13T04:02:21.608Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|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-03-13T04:02:21.608Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|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 8JOl5TvLYzIQLVLG) ...
2022-03-13T04:02:31.146Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-13T04:02:31.148Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-13T04:03:21.598Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-13T04:03:21.599Z|f660ced5-6067-49cf-83bd-b360760b68c2|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-03-13T04:03:21.599Z|f660ced5-6067-49cf-83bd-b360760b68c2|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 8JOl5TvLYzIQLVLG) ...
2022-03-13T04:03:21.607Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-13T04:03:21.608Z||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-03-13T04:03:21.608Z||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 8JOl5TvLYzIQLVLG) ...
2022-03-13T04:03:31.151Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-13T04:03:31.152Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-13T04:04:21.600Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-13T04:04:21.601Z|f660ced5-6067-49cf-83bd-b360760b68c2|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-03-13T04:04:21.601Z|f660ced5-6067-49cf-83bd-b360760b68c2|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 8JOl5TvLYzIQLVLG) ...
2022-03-13T04:04:21.607Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-13T04:04:21.613Z||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-03-13T04:04:21.613Z||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 8JOl5TvLYzIQLVLG) ...
2022-03-13T04:04:22.249Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-13T04:04:22.250Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:04:22.251Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4955c1d6-023a-46ff-96b8-e7f4de305413",
  "consumerID": "aai-ml",
  "timestamp": 1647144253940,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-13T04:04:22.254Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-13T04:04:22.256Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-13T04:04:22.256Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:04:22.256Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4955c1d6-023a-46ff-96b8-e7f4de305413",
  "consumerID": "clamp",
  "timestamp": 1647144248514,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-13T04:04:22.256Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-13T04:04:22.257Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"4955c1d6-023a-46ff-96b8-e7f4de305413","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"9fe6adaa-00a7-4191-85ed-608a0a9835d4","serviceDescription":"service","serviceInvariantUUID":"03817fac-5f64-4dfb-996a-a44712467c81","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"c18f2ebb-adc2-45cc-bc59-8b0d193760d5","resourceInvariantUUID":"c62480bf-8658-4e1a-9bdd-59e3aeddf6da","resourceCustomizationUUID":"67a528c4-476e-4847-b6c9-ac7129d8dec4","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":"MjA5OGU5Yjc0NWNmMDQzMDkzZWNjZjcyYjRiMTUwYjM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"aba8b7b2-b766-4c1e-8468-22a9e4bf221c","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"NjdlYjUwYjZhOTkyMTk3NzJiMjE1ZWQ1Yzg1N2MwMDI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"675167d1-bc0b-4d35-9d78-2dbabea67465","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-13T04:04:22.257Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-13T04:04:22.257Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:04:22.257Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4955c1d6-023a-46ff-96b8-e7f4de305413",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647144250060,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-13T04:04:22.259Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-13T04:04:22.258Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-13T04:04:22.259Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-03-13T04:04:22.263Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-13T04:04:22.263Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "4955c1d6-023a-46ff-96b8-e7f4de305413",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647144261600,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-13T04:04:22.259Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:04:22.263Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4955c1d6-023a-46ff-96b8-e7f4de305413",
  "consumerID": "cds",
  "timestamp": 1647144246570,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-13T04:04:22.264Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-13T04:04:22.264Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:04:22.264Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4955c1d6-023a-46ff-96b8-e7f4de305413",
  "consumerID": "policy-id",
  "timestamp": 1647144245549,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-13T04:04:22.265Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-13T04:04:22.265Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:04:22.265Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4955c1d6-023a-46ff-96b8-e7f4de305413",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647144250060,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-03-13T04:04:22.265Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-13T04:04:22.266Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:04:22.266Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4955c1d6-023a-46ff-96b8-e7f4de305413",
  "consumerID": "aai-ml",
  "timestamp": 1647144253940,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-03-13T04:04:22.266Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-13T04:04:22.266Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:04:22.267Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4955c1d6-023a-46ff-96b8-e7f4de305413",
  "consumerID": "clamp",
  "timestamp": 1647144248514,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-03-13T04:04:22.267Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-13T04:04:22.267Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:04:22.267Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4955c1d6-023a-46ff-96b8-e7f4de305413",
  "consumerID": "cds",
  "timestamp": 1647144246570,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-03-13T04:04:22.268Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-13T04:04:22.268Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:04:22.268Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4955c1d6-023a-46ff-96b8-e7f4de305413",
  "consumerID": "policy-id",
  "timestamp": 1647144245549,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-03-13T04:04:22.268Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-13T04:04:22.269Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:04:22.269Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4955c1d6-023a-46ff-96b8-e7f4de305413",
  "consumerID": "aai-ml",
  "timestamp": 1647144257647,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-13T04:04:22.269Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-13T04:04:22.271Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:04:22.271Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4955c1d6-023a-46ff-96b8-e7f4de305413",
  "consumerID": "cds",
  "timestamp": 1647144257200,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-13T04:04:22.271Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-13T04:04:22.271Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:04:22.271Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4955c1d6-023a-46ff-96b8-e7f4de305413",
  "consumerID": "policy-id",
  "timestamp": 1647144257025,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-13T04:04:22.271Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-13T04:04:22.272Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:04:22.272Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4955c1d6-023a-46ff-96b8-e7f4de305413",
  "consumerID": "cds",
  "timestamp": 1647144258227,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-13T04:04:22.296Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 4955c1d6-023a-46ff-96b8-e7f4de305413
2022-03-13T04:04:22.297Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4955c1d6-023a-46ff-96b8-e7f4de305413 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-03-13T04:04:22.309Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:04:22.310Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4955c1d6-023a-46ff-96b8-e7f4de305413",
  "consumerID": "policy-id",
  "timestamp": 1647144258031,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-13T04:04:22.310Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-13T04:04:22.310Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:04:22.310Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4955c1d6-023a-46ff-96b8-e7f4de305413",
  "consumerID": "policy-id",
  "timestamp": 1647144259041,
  "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-03-13T04:04:22.315Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 4955c1d6-023a-46ff-96b8-e7f4de305413
2022-03-13T04:04:22.315Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4955c1d6-023a-46ff-96b8-e7f4de305413 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-03-13T04:04:22.324Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:04:22.324Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4955c1d6-023a-46ff-96b8-e7f4de305413",
  "consumerID": "dcae-sch",
  "timestamp": 1647144259001,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-13T04:04:22.325Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-13T04:04:22.325Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:04:22.325Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4955c1d6-023a-46ff-96b8-e7f4de305413",
  "consumerID": "dcae-sch",
  "timestamp": 1647144259001,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-13T04:04:22.326Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-13T04:04:22.363Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-13T04:04:22.364Z||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-03-13T04:04:22.365Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8JOl5TvLYzIQLVLG) ...
2022-03-13T04:04:22.398Z||pool-51-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-13T04:04:22.399Z||pool-51-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":0,"count":1}
2022-03-13T04:04:23.264Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-13T04:04:23.264Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-03-13T04:04:23.269Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-13T04:04:23.269Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "4955c1d6-023a-46ff-96b8-e7f4de305413",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647144261600,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-03-13T04:04:23.369Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-13T04:04:23.370Z||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-03-13T04:04:23.371Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8JOl5TvLYzIQLVLG) ...
2022-03-13T04:04:23.387Z||pool-52-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-13T04:04:23.387Z||pool-52-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-03-13T04:04:24.270Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "4955c1d6-023a-46ff-96b8-e7f4de305413",
  "serviceName": "basic_network",
  "serviceVersion": "1.0",
  "serviceUUID": "9fe6adaa-00a7-4191-85ed-608a0a9835d4",
  "serviceDescription": "service",
  "serviceInvariantUUID": "03817fac-5f64-4dfb-996a-a44712467c81",
  "resources": [
    {
      "resourceInstanceName": "Generic NeutronNet 0",
      "resourceCustomizationUUID": "67a528c4-476e-4847-b6c9-ac7129d8dec4",
      "resourceName": "Generic NeutronNet",
      "resourceVersion": "1.0",
      "resoucreType": "VL",
      "resourceUUID": "c18f2ebb-adc2-45cc-bc59-8b0d193760d5",
      "resourceInvariantUUID": "c62480bf-8658-4e1a-9bdd-59e3aeddf6da",
      "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": "NjdlYjUwYjZhOTkyMTk3NzJiMjE1ZWQ1Yzg1N2MwMDI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "675167d1-bc0b-4d35-9d78-2dbabea67465"
    }
  ],
  "workloadContext": "Production"
}
2022-03-13T04:04:24.271Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-13T04:04:24.271Z|f660ced5-6067-49cf-83bd-b360760b68c2|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 9fe6adaa-00a7-4191-85ed-608a0a9835d4 ASDC
2022-03-13T04:04:24.272Z|4955c1d6-023a-46ff-96b8-e7f4de305413|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:4955c1d6-023a-46ff-96b8-e7f4de305413
ServiceName:basic_network
ServiceVersion:1.0
ServiceUUID:9fe6adaa-00a7-4191-85ed-608a0a9835d4
ServiceInvariantUUID:03817fac-5f64-4dfb-996a-a44712467c81
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:675167d1-bc0b-4d35-9d78-2dbabea67465
ArtifactChecksum:NjdlYjUwYjZhOTkyMTk3NzJiMjE1ZWQ1Yzg1N2MwMDI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:Generic NeutronNet 0
ResourceCustomizationUUID:67a528c4-476e-4847-b6c9-ac7129d8dec4
ResourceInvariantUUID:c62480bf-8658-4e1a-9bdd-59e3aeddf6da
ResourceName:Generic NeutronNet
ResourceType:VL
ResourceUUID:c18f2ebb-adc2-45cc-bc59-8b0d193760d5
ResourceVersion:1.0
Category:Generic
SubCategory:Network Elements
Resource Artifacts List:
NULL


}


2022-03-13T04:04:24.272Z|4955c1d6-023a-46ff-96b8-e7f4de305413|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 9fe6adaa-00a7-4191-85ed-608a0a9835d4 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-03-13T04:04:24.304Z|4955c1d6-023a-46ff-96b8-e7f4de305413|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-13T04:04:24.305Z|4955c1d6-023a-46ff-96b8-e7f4de305413|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-03-13T04:04:24.305Z|4955c1d6-023a-46ff-96b8-e7f4de305413|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-03-13T04:04:24.305Z|4955c1d6-023a-46ff-96b8-e7f4de305413|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 675167d1-bc0b-4d35-9d78-2dbabea67465 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-03-13T04:04:24.305Z|4955c1d6-023a-46ff-96b8-e7f4de305413|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-03-13T04:04:24.305Z|4955c1d6-023a-46ff-96b8-e7f4de305413|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-03-13T04:04:24.648Z|4955c1d6-023a-46ff-96b8-e7f4de305413|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-03-13T04:04:24.651Z|4955c1d6-023a-46ff-96b8-e7f4de305413|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 675167d1-bc0b-4d35-9d78-2dbabea67465 52486
2022-03-13T04:04:24.651Z|4955c1d6-023a-46ff-96b8-e7f4de305413|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-03-13T04:04:24.652Z|4955c1d6-023a-46ff-96b8-e7f4de305413|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-03-13T04:04:24.652Z|4955c1d6-023a-46ff-96b8-e7f4de305413|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-13T04:04:24.652Z|4955c1d6-023a-46ff-96b8-e7f4de305413|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-03-13T04:04:24.655Z|4955c1d6-023a-46ff-96b8-e7f4de305413|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-13T04:04:24.655Z|4955c1d6-023a-46ff-96b8-e7f4de305413|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "4955c1d6-023a-46ff-96b8-e7f4de305413",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647144264651,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-13T04:04:24.757Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-13T04:04:24.758Z||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-03-13T04:04:24.758Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8JOl5TvLYzIQLVLG) ...
2022-03-13T04:04:24.770Z||pool-53-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-13T04:04:24.770Z||pool-53-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-13T04:04:25.656Z|4955c1d6-023a-46ff-96b8-e7f4de305413|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-13T04:04:25.657Z|4955c1d6-023a-46ff-96b8-e7f4de305413|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-03-13T04:04:25.658Z|4955c1d6-023a-46ff-96b8-e7f4de305413|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 675167d1-bc0b-4d35-9d78-2dbabea67465, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-03-13T04:04:25.658Z|4955c1d6-023a-46ff-96b8-e7f4de305413|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar
2022-03-13T04:04:25.659Z|4955c1d6-023a-46ff-96b8-e7f4de305413|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar
2022-03-13T04:04:25.659Z|4955c1d6-023a-46ff-96b8-e7f4de305413|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar
2022-03-13T04:04:25.852Z|4955c1d6-023a-46ff-96b8-e7f4de305413|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP18299645607855488031/Definitions/service-BasicNetwork-template.yml
2022-03-13T04:04:26.684Z|4955c1d6-023a-46ff-96b8-e7f4de305413|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-13T04:04:26.685Z|4955c1d6-023a-46ff-96b8-e7f4de305413|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-03-13T04:04:26.685Z|4955c1d6-023a-46ff-96b8-e7f4de305413|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar
2022-03-13T04:04:26.685Z|4955c1d6-023a-46ff-96b8-e7f4de305413|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred...
2022-03-13T04:04:26.685Z|4955c1d6-023a-46ff-96b8-e7f4de305413|pool-2-thread-3|||||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-03-13T04:04:26.685Z|4955c1d6-023a-46ff-96b8-e7f4de305413|pool-2-thread-3|||||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-03-13T04:04:26.685Z|4955c1d6-023a-46ff-96b8-e7f4de305413|pool-2-thread-3|||||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-03-13T04:04:26.685Z|4955c1d6-023a-46ff-96b8-e7f4de305413|pool-2-thread-3|||||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-03-13T04:04:26.686Z|4955c1d6-023a-46ff-96b8-e7f4de305413|pool-2-thread-3|||||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-03-13T04:04:26.686Z|4955c1d6-023a-46ff-96b8-e7f4de305413|pool-2-thread-3|||||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-03-13T04:04:26.686Z|4955c1d6-023a-46ff-96b8-e7f4de305413|pool-2-thread-3|||||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-03-13T04:04:26.686Z|4955c1d6-023a-46ff-96b8-e7f4de305413|pool-2-thread-3|||||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-03-13T04:04:26.686Z|4955c1d6-023a-46ff-96b8-e7f4de305413|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-03-13T04:04:26.686Z|4955c1d6-023a-46ff-96b8-e7f4de305413|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-13T04:04:26.686Z|4955c1d6-023a-46ff-96b8-e7f4de305413|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-13T04:04:26.687Z|4955c1d6-023a-46ff-96b8-e7f4de305413|pool-2-thread-3|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-03-13T04:04:26.687Z|4955c1d6-023a-46ff-96b8-e7f4de305413|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-03-13T04:04:26.687Z|4955c1d6-023a-46ff-96b8-e7f4de305413|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-13T04:04:26.687Z|4955c1d6-023a-46ff-96b8-e7f4de305413|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-13T04:04:26.687Z|4955c1d6-023a-46ff-96b8-e7f4de305413|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-13T04:04:26.688Z|4955c1d6-023a-46ff-96b8-e7f4de305413|pool-2-thread-3|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria
2022-03-13T04:04:26.688Z|4955c1d6-023a-46ff-96b8-e7f4de305413|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-03-13T04:04:26.688Z|4955c1d6-023a-46ff-96b8-e7f4de305413|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-13T04:04:26.688Z|4955c1d6-023a-46ff-96b8-e7f4de305413|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-13T04:04:26.688Z|4955c1d6-023a-46ff-96b8-e7f4de305413|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-13T04:04:26.689Z|4955c1d6-023a-46ff-96b8-e7f4de305413|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-13T04:04:26.689Z|4955c1d6-023a-46ff-96b8-e7f4de305413|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-13T04:04:26.689Z|4955c1d6-023a-46ff-96b8-e7f4de305413|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-13T04:04:26.690Z|4955c1d6-023a-46ff-96b8-e7f4de305413|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-13T04:04:26.690Z|4955c1d6-023a-46ff-96b8-e7f4de305413|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-13T04:04:26.690Z|4955c1d6-023a-46ff-96b8-e7f4de305413|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-13T04:04:26.690Z|4955c1d6-023a-46ff-96b8-e7f4de305413|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-13T04:04:26.690Z|4955c1d6-023a-46ff-96b8-e7f4de305413|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-13T04:04:26.691Z|4955c1d6-023a-46ff-96b8-e7f4de305413|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_network
Description:service
Model UUID:9fe6adaa-00a7-4191-85ed-608a0a9835d4
Model Version:NULL
Model InvariantUuid:03817fac-5f64-4dfb-996a-a44712467c81
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


NETWORK Level Properties:
Model Name:Generic NeutronNet
Model InvariantUuid:c62480bf-8658-4e1a-9bdd-59e3aeddf6da
Model UUID:5272798c-4eed-4988-8929-c6f35e5919ef
Model Version:1.0
AIC Max Version:NULL
AIC Min Version:NULL
Tosca Node Type:VL
Description:Generic NeutronNet

NETWORK Customization Properties:
CustomizationUUID:67a528c4-476e-4847-b6c9-ac7129d8dec4
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-03-13T04:04:26.698Z|4955c1d6-023a-46ff-96b8-e7f4de305413|pool-2-thread-3|||||INFO|500||Processing Resource Type: VL, Model UUID: c18f2ebb-adc2-45cc-bc59-8b0d193760d5
2022-03-13T04:04:26.698Z|4955c1d6-023a-46ff-96b8-e7f4de305413|pool-2-thread-3|||||INFO|500||No resources found for Service: 9fe6adaa-00a7-4191-85ed-608a0a9835d4
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-03-13T04:04:26.704Z|4955c1d6-023a-46ff-96b8-e7f4de305413|pool-2-thread-3|||||INFO|500||
2022-03-13T04:04:26.705Z|4955c1d6-023a-46ff-96b8-e7f4de305413|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 
2022-03-13T04:04:26.705Z|4955c1d6-023a-46ff-96b8-e7f4de305413|pool-2-thread-3|||||DEBUG|500||No resources found for Service: 9fe6adaa-00a7-4191-85ed-608a0a9835d4
2022-03-13T04:04:26.706Z|4955c1d6-023a-46ff-96b8-e7f4de305413|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 9fe6adaa-00a7-4191-85ed-608a0a9835d4
2022-03-13T04:04:26.706Z|4955c1d6-023a-46ff-96b8-e7f4de305413|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT   ASDC
2022-03-13T04:04:26.706Z|4955c1d6-023a-46ff-96b8-e7f4de305413|pool-2-thread-3|||||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-03-13T04:04:26.711Z|4955c1d6-023a-46ff-96b8-e7f4de305413|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@51f02152, org.onap.sdc.toscaparser.api.parameters.Input@bddde47, org.onap.sdc.toscaparser.api.parameters.Input@23d24ac3, org.onap.sdc.toscaparser.api.parameters.Input@7e1592c1, org.onap.sdc.toscaparser.api.parameters.Input@2e3fd6e0]
2022-03-13T04:04:26.713Z|4955c1d6-023a-46ff-96b8-e7f4de305413|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-13T04:04:26.713Z|4955c1d6-023a-46ff-96b8-e7f4de305413|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-13T04:04:26.713Z|4955c1d6-023a-46ff-96b8-e7f4de305413|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-13T04:04:26.714Z|4955c1d6-023a-46ff-96b8-e7f4de305413|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-13T04:04:26.714Z|4955c1d6-023a-46ff-96b8-e7f4de305413|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 9fe6adaa-00a7-4191-85ed-608a0a9835d4: Generic NeutronNet
2022-03-13T04:04:26.714Z|4955c1d6-023a-46ff-96b8-e7f4de305413|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-13T04:04:26.714Z|4955c1d6-023a-46ff-96b8-e7f4de305413|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-13T04:04:26.715Z|4955c1d6-023a-46ff-96b8-e7f4de305413|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-13T04:04:26.715Z|4955c1d6-023a-46ff-96b8-e7f4de305413|pool-2-thread-3|||||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-03-13T04:04:26.757Z|4955c1d6-023a-46ff-96b8-e7f4de305413|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-13T04:04:26.758Z|4955c1d6-023a-46ff-96b8-e7f4de305413|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-13T04:04:26.758Z|4955c1d6-023a-46ff-96b8-e7f4de305413|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-13T04:04:26.758Z|4955c1d6-023a-46ff-96b8-e7f4de305413|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-13T04:04:26.758Z|4955c1d6-023a-46ff-96b8-e7f4de305413|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-13T04:04:26.759Z|4955c1d6-023a-46ff-96b8-e7f4de305413|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-13T04:04:26.759Z|4955c1d6-023a-46ff-96b8-e7f4de305413|pool-2-thread-3|||||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-03-13T04:04:26.825Z|4955c1d6-023a-46ff-96b8-e7f4de305413|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC   0 ASDC deployResourceStructure
2022-03-13T04:04:26.825Z|4955c1d6-023a-46ff-96b8-e7f4de305413|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification
2022-03-13T04:04:26.826Z|4955c1d6-023a-46ff-96b8-e7f4de305413|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar
2022-03-13T04:04:26.826Z|4955c1d6-023a-46ff-96b8-e7f4de305413|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-13T04:04:26.826Z|4955c1d6-023a-46ff-96b8-e7f4de305413|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-03-13T04:04:26.828Z|4955c1d6-023a-46ff-96b8-e7f4de305413|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-13T04:04:26.828Z|4955c1d6-023a-46ff-96b8-e7f4de305413|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "4955c1d6-023a-46ff-96b8-e7f4de305413",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647144266825,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-13T04:04:26.929Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-13T04:04:26.930Z||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-03-13T04:04:26.930Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8JOl5TvLYzIQLVLG) ...
2022-03-13T04:04:26.943Z||pool-54-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-13T04:04:26.943Z||pool-54-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-13T04:04:27.829Z|4955c1d6-023a-46ff-96b8-e7f4de305413|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4955c1d6-023a-46ff-96b8-e7f4de305413
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-13T04:04:27.842Z|4955c1d6-023a-46ff-96b8-e7f4de305413|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4955c1d6-023a-46ff-96b8-e7f4de305413
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-03-13T04:04:27.847Z|4955c1d6-023a-46ff-96b8-e7f4de305413|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-13T04:04:27.847Z|4955c1d6-023a-46ff-96b8-e7f4de305413|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-13T04:04:27.847Z|4955c1d6-023a-46ff-96b8-e7f4de305413|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-13T04:04:57.848Z|4955c1d6-023a-46ff-96b8-e7f4de305413|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4955c1d6-023a-46ff-96b8-e7f4de305413
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-13T04:04:57.867Z|4955c1d6-023a-46ff-96b8-e7f4de305413|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4955c1d6-023a-46ff-96b8-e7f4de305413
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-03-13T04:04:57.869Z|4955c1d6-023a-46ff-96b8-e7f4de305413|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-13T04:04:57.870Z|4955c1d6-023a-46ff-96b8-e7f4de305413|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-13T04:04:57.870Z|4955c1d6-023a-46ff-96b8-e7f4de305413|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-13T04:05:21.608Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-13T04:05:21.610Z||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-03-13T04:05:21.610Z||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 8JOl5TvLYzIQLVLG) ...
2022-03-13T04:05:21.739Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-13T04:05:21.740Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:05:21.740Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4955c1d6-023a-46ff-96b8-e7f4de305413",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647144261600,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-13T04:05:21.742Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-13T04:05:27.870Z|4955c1d6-023a-46ff-96b8-e7f4de305413|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4955c1d6-023a-46ff-96b8-e7f4de305413
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-13T04:05:27.882Z|4955c1d6-023a-46ff-96b8-e7f4de305413|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4955c1d6-023a-46ff-96b8-e7f4de305413
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-03-13T04:05:27.886Z|4955c1d6-023a-46ff-96b8-e7f4de305413|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-13T04:05:27.886Z|4955c1d6-023a-46ff-96b8-e7f4de305413|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-13T04:05:27.886Z|4955c1d6-023a-46ff-96b8-e7f4de305413|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-13T04:05:57.887Z|4955c1d6-023a-46ff-96b8-e7f4de305413|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4955c1d6-023a-46ff-96b8-e7f4de305413
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-13T04:05:57.900Z|4955c1d6-023a-46ff-96b8-e7f4de305413|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4955c1d6-023a-46ff-96b8-e7f4de305413
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-03-13T04:05:57.903Z|4955c1d6-023a-46ff-96b8-e7f4de305413|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-13T04:05:57.903Z|4955c1d6-023a-46ff-96b8-e7f4de305413|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-13T04:05:57.903Z|4955c1d6-023a-46ff-96b8-e7f4de305413|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-13T04:06:21.607Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-13T04:06:21.609Z||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-03-13T04:06:21.609Z||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 8JOl5TvLYzIQLVLG) ...
2022-03-13T04:06:22.141Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-13T04:06:22.141Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:06:22.142Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4955c1d6-023a-46ff-96b8-e7f4de305413",
  "consumerID": "aai-ml",
  "timestamp": 1647144263392,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-13T04:06:22.143Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-13T04:06:22.143Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:06:22.143Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4955c1d6-023a-46ff-96b8-e7f4de305413",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647144261600,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-03-13T04:06:22.143Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-13T04:06:22.143Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:06:22.143Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4955c1d6-023a-46ff-96b8-e7f4de305413",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647144263121,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-13T04:06:22.143Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-13T04:06:22.143Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:06:22.143Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4955c1d6-023a-46ff-96b8-e7f4de305413",
  "consumerID": "aai-ml",
  "timestamp": 1647144264397,
  "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-03-13T04:06:22.152Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 4955c1d6-023a-46ff-96b8-e7f4de305413
2022-03-13T04:06:22.152Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4955c1d6-023a-46ff-96b8-e7f4de305413 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-03-13T04:06:22.164Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:06:22.164Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4955c1d6-023a-46ff-96b8-e7f4de305413",
  "consumerID": "clamp",
  "timestamp": 1647144264889,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-13T04:06:22.164Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-13T04:06:22.165Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:06:22.165Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4955c1d6-023a-46ff-96b8-e7f4de305413",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647144264651,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-13T04:06:22.165Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-13T04:06:22.165Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:06:22.165Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4955c1d6-023a-46ff-96b8-e7f4de305413",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647144263121,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-13T04:06:22.165Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-13T04:06:22.166Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:06:22.166Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4955c1d6-023a-46ff-96b8-e7f4de305413",
  "consumerID": "clamp",
  "timestamp": 1647144266895,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-13T04:06:22.166Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-13T04:06:22.166Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:06:22.166Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4955c1d6-023a-46ff-96b8-e7f4de305413",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647144266575,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-13T04:06:22.166Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-13T04:06:22.166Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:06:22.167Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4955c1d6-023a-46ff-96b8-e7f4de305413",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647144266825,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-13T04:06:22.167Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-13T04:06:22.167Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:06:22.167Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4955c1d6-023a-46ff-96b8-e7f4de305413",
  "consumerID": "clamp",
  "timestamp": 1647144267899,
  "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-03-13T04:06:22.172Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 4955c1d6-023a-46ff-96b8-e7f4de305413
2022-03-13T04:06:22.172Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4955c1d6-023a-46ff-96b8-e7f4de305413 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-03-13T04:06:22.181Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:06:22.182Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4955c1d6-023a-46ff-96b8-e7f4de305413",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647144266575,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "NOTIFIED"
}
2022-03-13T04:06:22.182Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-13T04:06:22.182Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:06:22.182Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4955c1d6-023a-46ff-96b8-e7f4de305413",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647144269576,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-13T04:06:22.182Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-13T04:06:22.183Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:06:22.183Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4955c1d6-023a-46ff-96b8-e7f4de305413",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647144271233,
  "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-13T04:06:22.183Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-13T04:06:22.183Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:06:22.183Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4955c1d6-023a-46ff-96b8-e7f4de305413",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647144272237,
  "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-03-13T04:06:22.188Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 4955c1d6-023a-46ff-96b8-e7f4de305413
2022-03-13T04:06:22.188Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4955c1d6-023a-46ff-96b8-e7f4de305413 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-03-13T04:06:27.904Z|4955c1d6-023a-46ff-96b8-e7f4de305413|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4955c1d6-023a-46ff-96b8-e7f4de305413
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-13T04:06:27.915Z|4955c1d6-023a-46ff-96b8-e7f4de305413|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4955c1d6-023a-46ff-96b8-e7f4de305413
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-03-13T04:06:27.918Z|4955c1d6-023a-46ff-96b8-e7f4de305413|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-13T04:06:27.918Z|4955c1d6-023a-46ff-96b8-e7f4de305413|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-13T04:06:27.918Z|4955c1d6-023a-46ff-96b8-e7f4de305413|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-03-13T04:06:27.918Z|4955c1d6-023a-46ff-96b8-e7f4de305413|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-03-13T04:06:27.918Z|4955c1d6-023a-46ff-96b8-e7f4de305413|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-13T04:06:27.918Z|4955c1d6-023a-46ff-96b8-e7f4de305413|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-13T04:06:27.919Z|4955c1d6-023a-46ff-96b8-e7f4de305413|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-13T04:06:27.919Z|4955c1d6-023a-46ff-96b8-e7f4de305413|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-13T04:06:27.919Z|4955c1d6-023a-46ff-96b8-e7f4de305413|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-13T04:06:27.919Z|4955c1d6-023a-46ff-96b8-e7f4de305413|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-13T04:06:27.919Z|4955c1d6-023a-46ff-96b8-e7f4de305413|pool-2-thread-3|||||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-03-13T04:06:27.924Z|4955c1d6-023a-46ff-96b8-e7f4de305413|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-03-13T04:06:57.924Z|4955c1d6-023a-46ff-96b8-e7f4de305413|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 4955c1d6-023a-46ff-96b8-e7f4de305413 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-03-13T04:06:57.931Z|4955c1d6-023a-46ff-96b8-e7f4de305413|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 4955c1d6-023a-46ff-96b8-e7f4de305413 and serviceModelVersionId: 9fe6adaa-00a7-4191-85ed-608a0a9835d4
2022-03-13T04:06:57.931Z|4955c1d6-023a-46ff-96b8-e7f4de305413|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 03817fac-5f64-4dfb-996a-a44712467c81
2022-03-13T04:06:57.933Z|4955c1d6-023a-46ff-96b8-e7f4de305413|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/03817fac-5f64-4dfb-996a-a44712467c81/model-vers/model-ver/9fe6adaa-00a7-4191-85ed-608a0a9835d4?depth=0
2022-03-13T04:06:57.944Z|4955c1d6-023a-46ff-96b8-e7f4de305413|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2022-03-13T04:06:58.024Z|4955c1d6-023a-46ff-96b8-e7f4de305413|pool-2-thread-3|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03817fac-5f64-4dfb-996a-a44712467c81/model-vers/model-ver/9fe6adaa-00a7-4191-85ed-608a0a9835d4?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-03-13T04:06:58.029Z|4955c1d6-023a-46ff-96b8-e7f4de305413|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03817fac-5f64-4dfb-996a-a44712467c81/model-vers/model-ver/9fe6adaa-00a7-4191-85ed-608a0a9835d4?depth=0|INFO|500||Invoke
2022-03-13T04:06:58.061Z|4955c1d6-023a-46ff-96b8-e7f4de305413|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03817fac-5f64-4dfb-996a-a44712467c81/model-vers/model-ver/9fe6adaa-00a7-4191-85ed-608a0a9835d4?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-03-13T04:06:58.494Z|4955c1d6-023a-46ff-96b8-e7f4de305413|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03817fac-5f64-4dfb-996a-a44712467c81/model-vers/model-ver/9fe6adaa-00a7-4191-85ed-608a0a9835d4?depth=0|INFO|500||InvokeReturn
2022-03-13T04:06:58.496Z|4955c1d6-023a-46ff-96b8-e7f4de305413|pool-2-thread-3|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/03817fac-5f64-4dfb-996a-a44712467c81/model-vers/model-ver/9fe6adaa-00a7-4191-85ed-608a0a9835d4?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220313-04:06:57:114-7211], vertex-id=[147560], Content-Length=[0], Date=[Sun, 13 Mar 2022 04:06:57 GMT], Content-Type=[application/json]}
2022-03-13T04:06:58.497Z|4955c1d6-023a-46ff-96b8-e7f4de305413|pool-2-thread-3|||||DEBUG|500||Response was returned with an empty entity.
2022-03-13T04:06:58.497Z|4955c1d6-023a-46ff-96b8-e7f4de305413|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-03-13T04:06:58.497Z|4955c1d6-023a-46ff-96b8-e7f4de305413|pool-2-thread-3|||||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-03-13T04:06:58.504Z|4955c1d6-023a-46ff-96b8-e7f4de305413|pool-2-thread-3|||||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-03-13T04:06:58.505Z|4955c1d6-023a-46ff-96b8-e7f4de305413|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 4955c1d6-023a-46ff-96b8-e7f4de305413 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-03-13T04:06:58.505Z|4955c1d6-023a-46ff-96b8-e7f4de305413|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-03-13T04:06:58.506Z|4955c1d6-023a-46ff-96b8-e7f4de305413|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-03-13T04:06:58.509Z|4955c1d6-023a-46ff-96b8-e7f4de305413|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-13T04:06:58.509Z|4955c1d6-023a-46ff-96b8-e7f4de305413|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "4955c1d6-023a-46ff-96b8-e7f4de305413",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647144418505,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-13T04:06:58.610Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-13T04:06:58.611Z||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-03-13T04:06:58.611Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8JOl5TvLYzIQLVLG) ...
2022-03-13T04:06:58.629Z||pool-55-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-13T04:06:58.630Z||pool-55-thread-1|||||INFO|500||cambria reply ok (20 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-03-13T04:06:59.522Z|4955c1d6-023a-46ff-96b8-e7f4de305413|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-13T04:06:59.523Z|4955c1d6-023a-46ff-96b8-e7f4de305413|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-03-13T04:06:59.523Z|4955c1d6-023a-46ff-96b8-e7f4de305413|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 8JOl5TvLYzIQLVLG) ...
2022-03-13T04:07:03.889Z|4955c1d6-023a-46ff-96b8-e7f4de305413|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-13T04:07:03.890Z|4955c1d6-023a-46ff-96b8-e7f4de305413|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-13T04:07:03.890Z|4955c1d6-023a-46ff-96b8-e7f4de305413|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"d1e654ce-19db-40e5-bb61-4439eb2302dc","serviceName":"Demo_pNF_UV2Zof7zylVnzDJJ82uf","serviceVersion":"1.0","serviceUUID":"2cdb6856-e4ac-4dbd-bfb3-319e7f53b42b","serviceDescription":"catalog service description","serviceInvariantUUID":"278b9463-4e1e-41c6-83be-46ea44369d19","resources":[{"resourceInstanceName":"pNF b99a20d8-3be7 0","resourceName":"pNF b99a20d8-3be7","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"1580754f-6d87-4a46-b752-3bc2d8bb93ef","resourceInvariantUUID":"240d23c2-1075-42b2-a4b1-bc4e222ae45b","resourceCustomizationUUID":"d871d586-231e-449d-ba00-70752a1806fb","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfUv2zof7zylvnzdjj82uf/1.0/resourceInstances/pnfb99a20d83be70/artifacts/vf-license-model.xml","artifactChecksum":"NjRmZDNlNzg2YTA3OTEzNjhjMTlkODFiYTM2MzMzOWI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"74b05550-0272-4acd-9e4c-d3798b3aa6fb","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfUv2zof7zylvnzdjj82uf/1.0/resourceInstances/pnfb99a20d83be70/artifacts/pNF.csar","artifactChecksum":"M2I4YjU2MzdiYWI2NDMxN2Q2YzZjMGIzMTVlNWI5YzA\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"4f26e755-7c90-43d3-9cfe-60f7101a7704","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfUv2zof7zylvnzdjj82uf/1.0/resourceInstances/pnfb99a20d83be70/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"1b81b088-183e-4a1f-9532-0036a20d81b8","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfUv2zof7zylvnzdjj82uf/1.0/resourceInstances/pnfb99a20d83be70/artifacts/vendor-license-model.xml","artifactChecksum":"YWM0NjVkZjdjMTNmYjAxN2MyOThiNjI1NzY5NzE2ZmU\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"545e16fe-47d8-40d4-9ab9-fe6b482361ef","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfUv2zof7zylvnzdjj82uf/1.0/resourceInstances/pnfb99a20d83be70/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"2234d35f-6d5a-4eda-8379-6ba8fc7cfde0","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfUv2zof7zylvnzdjj82uf/1.0/resourceInstances/pnfb99a20d83be70/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"ed6fe819-4c68-4798-800e-3c6ba371f6c8","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfUv2zof7zylvnzdjj82uf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfUv2zof7zylvnzdjj82uf/1.0/artifacts/service-DemoPnfUv2zof7zylvnzdjj82uf-template.yml","artifactChecksum":"YzY1YTIwMGY5NjZhOWRjNGUzYTdmMTk5MjQ1ZWY1MDE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"52d76be6-d2cf-4f07-8d54-6ffb16e63b89","artifactVersion":"1"},{"artifactName":"service-DemoPnfUv2zof7zylvnzdjj82uf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfUv2zof7zylvnzdjj82uf/1.0/artifacts/service-DemoPnfUv2zof7zylvnzdjj82uf-csar.csar","artifactChecksum":"NTNkM2EwOWQzYTJhMjlhYTllYzdhNDg4MDczYjE0ODA\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"939e4544-7951-4893-b006-23ced305a6e0","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-13T04:07:03.893Z|4955c1d6-023a-46ff-96b8-e7f4de305413|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-13T04:07:03.894Z|4955c1d6-023a-46ff-96b8-e7f4de305413|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-03-13T04:07:03.896Z|4955c1d6-023a-46ff-96b8-e7f4de305413|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-13T04:07:03.896Z|4955c1d6-023a-46ff-96b8-e7f4de305413|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "d1e654ce-19db-40e5-bb61-4439eb2302dc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647144419522,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUv2zof7zylvnzdjj82uf/1.0/resourceInstances/pnfb99a20d83be70/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-13T04:07:03.996Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-13T04:07:03.997Z||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-03-13T04:07:03.997Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8JOl5TvLYzIQLVLG) ...
2022-03-13T04:07:04.018Z||pool-56-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-13T04:07:04.019Z||pool-56-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-03-13T04:07:04.897Z|4955c1d6-023a-46ff-96b8-e7f4de305413|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-13T04:07:04.898Z|4955c1d6-023a-46ff-96b8-e7f4de305413|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-03-13T04:07:04.901Z|4955c1d6-023a-46ff-96b8-e7f4de305413|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-13T04:07:04.901Z|4955c1d6-023a-46ff-96b8-e7f4de305413|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "d1e654ce-19db-40e5-bb61-4439eb2302dc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647144419522,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUv2zof7zylvnzdjj82uf/1.0/resourceInstances/pnfb99a20d83be70/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-13T04:07:05.001Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-13T04:07:05.002Z||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-03-13T04:07:05.003Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8JOl5TvLYzIQLVLG) ...
2022-03-13T04:07:05.017Z||pool-57-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-13T04:07:05.018Z||pool-57-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-03-13T04:07:05.902Z|4955c1d6-023a-46ff-96b8-e7f4de305413|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-13T04:07:05.903Z|4955c1d6-023a-46ff-96b8-e7f4de305413|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-03-13T04:07:05.905Z|4955c1d6-023a-46ff-96b8-e7f4de305413|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-13T04:07:05.905Z|4955c1d6-023a-46ff-96b8-e7f4de305413|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "d1e654ce-19db-40e5-bb61-4439eb2302dc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647144419522,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUv2zof7zylvnzdjj82uf/1.0/resourceInstances/pnfb99a20d83be70/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-13T04:07:06.005Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-13T04:07:06.006Z||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-03-13T04:07:06.006Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8JOl5TvLYzIQLVLG) ...
2022-03-13T04:07:06.018Z||pool-58-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-13T04:07:06.018Z||pool-58-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-03-13T04:07:06.911Z|4955c1d6-023a-46ff-96b8-e7f4de305413|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-13T04:07:06.912Z|4955c1d6-023a-46ff-96b8-e7f4de305413|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-03-13T04:07:06.918Z|4955c1d6-023a-46ff-96b8-e7f4de305413|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-13T04:07:06.919Z|4955c1d6-023a-46ff-96b8-e7f4de305413|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "d1e654ce-19db-40e5-bb61-4439eb2302dc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647144419522,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUv2zof7zylvnzdjj82uf/1.0/resourceInstances/pnfb99a20d83be70/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-13T04:07:07.017Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms
2022-03-13T04:07:07.018Z||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-03-13T04:07:07.018Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8JOl5TvLYzIQLVLG) ...
2022-03-13T04:07:07.031Z||pool-59-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-13T04:07:07.031Z||pool-59-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1}
2022-03-13T04:07:07.919Z|4955c1d6-023a-46ff-96b8-e7f4de305413|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-13T04:07:07.920Z|4955c1d6-023a-46ff-96b8-e7f4de305413|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-03-13T04:07:07.922Z|4955c1d6-023a-46ff-96b8-e7f4de305413|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-13T04:07:07.922Z|4955c1d6-023a-46ff-96b8-e7f4de305413|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "d1e654ce-19db-40e5-bb61-4439eb2302dc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647144419522,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUv2zof7zylvnzdjj82uf/1.0/resourceInstances/pnfb99a20d83be70/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-13T04:07:08.022Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-13T04:07:08.028Z||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-03-13T04:07:08.028Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8JOl5TvLYzIQLVLG) ...
2022-03-13T04:07:08.040Z||pool-60-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-13T04:07:08.040Z||pool-60-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-03-13T04:07:08.923Z|4955c1d6-023a-46ff-96b8-e7f4de305413|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-13T04:07:08.924Z|4955c1d6-023a-46ff-96b8-e7f4de305413|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-03-13T04:07:08.926Z|4955c1d6-023a-46ff-96b8-e7f4de305413|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-13T04:07:08.927Z|4955c1d6-023a-46ff-96b8-e7f4de305413|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "d1e654ce-19db-40e5-bb61-4439eb2302dc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647144419522,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUv2zof7zylvnzdjj82uf/1.0/resourceInstances/pnfb99a20d83be70/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-13T04:07:09.026Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-13T04:07:09.027Z||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-03-13T04:07:09.028Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8JOl5TvLYzIQLVLG) ...
2022-03-13T04:07:09.040Z||pool-61-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-13T04:07:09.040Z||pool-61-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-13T04:07:09.927Z|4955c1d6-023a-46ff-96b8-e7f4de305413|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-13T04:07:09.928Z|4955c1d6-023a-46ff-96b8-e7f4de305413|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-03-13T04:07:09.930Z|4955c1d6-023a-46ff-96b8-e7f4de305413|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-13T04:07:09.930Z|4955c1d6-023a-46ff-96b8-e7f4de305413|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "d1e654ce-19db-40e5-bb61-4439eb2302dc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647144419522,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUv2zof7zylvnzdjj82uf/1.0/artifacts/service-DemoPnfUv2zof7zylvnzdjj82uf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-13T04:07:10.030Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-13T04:07:10.031Z||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-03-13T04:07:10.031Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8JOl5TvLYzIQLVLG) ...
2022-03-13T04:07:10.043Z||pool-62-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-13T04:07:10.044Z||pool-62-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-13T04:07:10.932Z|4955c1d6-023a-46ff-96b8-e7f4de305413|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-13T04:07:10.933Z|4955c1d6-023a-46ff-96b8-e7f4de305413|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-03-13T04:07:10.984Z|4955c1d6-023a-46ff-96b8-e7f4de305413|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-13T04:07:10.984Z|4955c1d6-023a-46ff-96b8-e7f4de305413|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "d1e654ce-19db-40e5-bb61-4439eb2302dc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647144419522,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUv2zof7zylvnzdjj82uf/1.0/artifacts/service-DemoPnfUv2zof7zylvnzdjj82uf-csar.csar",
  "status": "NOTIFIED"
}
2022-03-13T04:07:11.040Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 55 ms
2022-03-13T04:07:11.040Z||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-03-13T04:07:11.041Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8JOl5TvLYzIQLVLG) ...
2022-03-13T04:07:11.076Z||pool-63-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-13T04:07:11.077Z||pool-63-thread-1|||||INFO|500||cambria reply ok (37 ms):{"serverTimeMs":0,"count":1}
2022-03-13T04:07:11.985Z|4955c1d6-023a-46ff-96b8-e7f4de305413|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "d1e654ce-19db-40e5-bb61-4439eb2302dc",
  "serviceName": "Demo_pNF_UV2Zof7zylVnzDJJ82uf",
  "serviceVersion": "1.0",
  "serviceUUID": "2cdb6856-e4ac-4dbd-bfb3-319e7f53b42b",
  "serviceDescription": "catalog service description",
  "serviceInvariantUUID": "278b9463-4e1e-41c6-83be-46ea44369d19",
  "resources": [
    {
      "resourceInstanceName": "pNF b99a20d8-3be7 0",
      "resourceCustomizationUUID": "d871d586-231e-449d-ba00-70752a1806fb",
      "resourceName": "pNF b99a20d8-3be7",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "1580754f-6d87-4a46-b752-3bc2d8bb93ef",
      "resourceInvariantUUID": "240d23c2-1075-42b2-a4b1-bc4e222ae45b",
      "category": "Generic",
      "subcategory": "Abstract",
      "artifacts": []
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-DemoPnfUv2zof7zylvnzdjj82uf-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/DemoPnfUv2zof7zylvnzdjj82uf/1.0/artifacts/service-DemoPnfUv2zof7zylvnzdjj82uf-csar.csar",
      "artifactChecksum": "NTNkM2EwOWQzYTJhMjlhYTllYzdhNDg4MDczYjE0ODA\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "939e4544-7951-4893-b006-23ced305a6e0"
    }
  ],
  "workloadContext": "Production"
}
2022-03-13T04:07:11.986Z|4955c1d6-023a-46ff-96b8-e7f4de305413|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-13T04:07:11.987Z|4955c1d6-023a-46ff-96b8-e7f4de305413|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 2cdb6856-e4ac-4dbd-bfb3-319e7f53b42b ASDC
2022-03-13T04:07:11.988Z|d1e654ce-19db-40e5-bb61-4439eb2302dc|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:d1e654ce-19db-40e5-bb61-4439eb2302dc
ServiceName:Demo_pNF_UV2Zof7zylVnzDJJ82uf
ServiceVersion:1.0
ServiceUUID:2cdb6856-e4ac-4dbd-bfb3-319e7f53b42b
ServiceInvariantUUID:278b9463-4e1e-41c6-83be-46ea44369d19
ServiceDescription:catalog service description
Service Artifacts List:
{
Service Artifacts Info:
ArtifactName:service-DemoPnfUv2zof7zylvnzdjj82uf-csar.csar
ArtifactVersion:1
ArtifactType:TOSCA_CSAR
ArtifactDescription:TOSCA definition package of the asset
ArtifactTimeout:0
ArtifactURL:/sdc/v1/catalog/services/DemoPnfUv2zof7zylvnzdjj82uf/1.0/artifacts/service-DemoPnfUv2zof7zylvnzdjj82uf-csar.csar
ArtifactUUID:939e4544-7951-4893-b006-23ced305a6e0
ArtifactChecksum:NTNkM2EwOWQzYTJhMjlhYTllYzdhNDg4MDczYjE0ODA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:pNF b99a20d8-3be7 0
ResourceCustomizationUUID:d871d586-231e-449d-ba00-70752a1806fb
ResourceInvariantUUID:240d23c2-1075-42b2-a4b1-bc4e222ae45b
ResourceName:pNF b99a20d8-3be7
ResourceType:PNF
ResourceUUID:1580754f-6d87-4a46-b752-3bc2d8bb93ef
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-03-13T04:07:11.988Z|d1e654ce-19db-40e5-bb61-4439eb2302dc|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 2cdb6856-e4ac-4dbd-bfb3-319e7f53b42b 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-03-13T04:07:12.021Z|d1e654ce-19db-40e5-bb61-4439eb2302dc|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-13T04:07:12.022Z|d1e654ce-19db-40e5-bb61-4439eb2302dc|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-03-13T04:07:12.022Z|d1e654ce-19db-40e5-bb61-4439eb2302dc|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-03-13T04:07:12.022Z|d1e654ce-19db-40e5-bb61-4439eb2302dc|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 939e4544-7951-4893-b006-23ced305a6e0 from URL: /sdc/v1/catalog/services/DemoPnfUv2zof7zylvnzdjj82uf/1.0/artifacts/service-DemoPnfUv2zof7zylvnzdjj82uf-csar.csar
2022-03-13T04:07:12.022Z|d1e654ce-19db-40e5-bb61-4439eb2302dc|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-03-13T04:07:12.022Z|d1e654ce-19db-40e5-bb61-4439eb2302dc|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfUv2zof7zylvnzdjj82uf/1.0/artifacts/service-DemoPnfUv2zof7zylvnzdjj82uf-csar.csar
2022-03-13T04:07:12.453Z|d1e654ce-19db-40e5-bb61-4439eb2302dc|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-03-13T04:07:12.458Z|d1e654ce-19db-40e5-bb61-4439eb2302dc|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfUv2zof7zylvnzdjj82uf/1.0/artifacts/service-DemoPnfUv2zof7zylvnzdjj82uf-csar.csar 939e4544-7951-4893-b006-23ced305a6e0 82626
2022-03-13T04:07:12.458Z|d1e654ce-19db-40e5-bb61-4439eb2302dc|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfUv2zof7zylvnzdjj82uf/1.0/artifacts/service-DemoPnfUv2zof7zylvnzdjj82uf-csar.csar ASDC sendASDCNotification
2022-03-13T04:07:12.458Z|d1e654ce-19db-40e5-bb61-4439eb2302dc|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfUv2zof7zylvnzdjj82uf/1.0/artifacts/service-DemoPnfUv2zof7zylvnzdjj82uf-csar.csar
2022-03-13T04:07:12.459Z|d1e654ce-19db-40e5-bb61-4439eb2302dc|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-13T04:07:12.459Z|d1e654ce-19db-40e5-bb61-4439eb2302dc|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-03-13T04:07:12.461Z|d1e654ce-19db-40e5-bb61-4439eb2302dc|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-13T04:07:12.462Z|d1e654ce-19db-40e5-bb61-4439eb2302dc|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "d1e654ce-19db-40e5-bb61-4439eb2302dc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647144432458,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUv2zof7zylvnzdjj82uf/1.0/artifacts/service-DemoPnfUv2zof7zylvnzdjj82uf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-13T04:07:12.562Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-13T04:07:12.563Z||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-03-13T04:07:12.563Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8JOl5TvLYzIQLVLG) ...
2022-03-13T04:07:12.578Z||pool-64-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-13T04:07:12.579Z||pool-64-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-03-13T04:07:13.465Z|d1e654ce-19db-40e5-bb61-4439eb2302dc|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-13T04:07:13.465Z|d1e654ce-19db-40e5-bb61-4439eb2302dc|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-03-13T04:07:13.468Z|d1e654ce-19db-40e5-bb61-4439eb2302dc|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 939e4544-7951-4893-b006-23ced305a6e0, URL: /sdc/v1/catalog/services/DemoPnfUv2zof7zylvnzdjj82uf/1.0/artifacts/service-DemoPnfUv2zof7zylvnzdjj82uf-csar.csar to file: /app/ASDC/1/service-DemoPnfUv2zof7zylvnzdjj82uf-csar.csar
2022-03-13T04:07:13.468Z|d1e654ce-19db-40e5-bb61-4439eb2302dc|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfUv2zof7zylvnzdjj82uf-csar.csar
2022-03-13T04:07:13.469Z|d1e654ce-19db-40e5-bb61-4439eb2302dc|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfUv2zof7zylvnzdjj82uf-csar.csar
2022-03-13T04:07:13.469Z|d1e654ce-19db-40e5-bb61-4439eb2302dc|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfUv2zof7zylvnzdjj82uf-csar.csar
2022-03-13T04:07:13.715Z|d1e654ce-19db-40e5-bb61-4439eb2302dc|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP13543926766572285729/Definitions/service-DemoPnfUv2zof7zylvnzdjj82uf-template.yml
2022-03-13T04:07:14.630Z|d1e654ce-19db-40e5-bb61-4439eb2302dc|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-13T04:07:14.631Z|d1e654ce-19db-40e5-bb61-4439eb2302dc|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-03-13T04:07:14.631Z|d1e654ce-19db-40e5-bb61-4439eb2302dc|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfUv2zof7zylvnzdjj82uf-csar.csar
2022-03-13T04:07:14.631Z|d1e654ce-19db-40e5-bb61-4439eb2302dc|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-03-13T04:07:14.631Z|d1e654ce-19db-40e5-bb61-4439eb2302dc|pool-2-thread-3|||||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-DemoPnfUv2zof7zylvnzdjj82uf-csar.csar
2022-03-13T04:07:14.631Z|d1e654ce-19db-40e5-bb61-4439eb2302dc|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfUv2zof7zylvnzdjj82uf-csar.csar
2022-03-13T04:07:14.632Z|d1e654ce-19db-40e5-bb61-4439eb2302dc|pool-2-thread-3|||||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-DemoPnfUv2zof7zylvnzdjj82uf-csar.csar
2022-03-13T04:07:14.632Z|d1e654ce-19db-40e5-bb61-4439eb2302dc|pool-2-thread-3|||||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-DemoPnfUv2zof7zylvnzdjj82uf-csar.csar
2022-03-13T04:07:14.632Z|d1e654ce-19db-40e5-bb61-4439eb2302dc|pool-2-thread-3|||||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-DemoPnfUv2zof7zylvnzdjj82uf-csar.csar
2022-03-13T04:07:14.632Z|d1e654ce-19db-40e5-bb61-4439eb2302dc|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF b99a20d8-3be7 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-DemoPnfUv2zof7zylvnzdjj82uf-csar.csar
2022-03-13T04:07:14.632Z|d1e654ce-19db-40e5-bb61-4439eb2302dc|pool-2-thread-3|||||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-DemoPnfUv2zof7zylvnzdjj82uf-csar.csar
2022-03-13T04:07:14.632Z|d1e654ce-19db-40e5-bb61-4439eb2302dc|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-03-13T04:07:14.632Z|d1e654ce-19db-40e5-bb61-4439eb2302dc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-13T04:07:14.632Z|d1e654ce-19db-40e5-bb61-4439eb2302dc|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_UV2Zof7zylVnzDJJ82uf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-13T04:07:14.633Z|d1e654ce-19db-40e5-bb61-4439eb2302dc|pool-2-thread-3|||||DEBUG|500||Node template pNF b99a20d8-3be7 0 is matching search criteria
2022-03-13T04:07:14.633Z|d1e654ce-19db-40e5-bb61-4439eb2302dc|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-03-13T04:07:14.633Z|d1e654ce-19db-40e5-bb61-4439eb2302dc|pool-2-thread-3|||||DEBUG|500||Found topology templates [pNF b99a20d8-3be7 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-13T04:07:14.634Z|d1e654ce-19db-40e5-bb61-4439eb2302dc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-13T04:07:14.634Z|d1e654ce-19db-40e5-bb61-4439eb2302dc|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_UV2Zof7zylVnzDJJ82uf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-13T04:07:14.634Z|d1e654ce-19db-40e5-bb61-4439eb2302dc|pool-2-thread-3|||||DEBUG|500||Node template pNF b99a20d8-3be7 0 is matching search criteria
2022-03-13T04:07:14.634Z|d1e654ce-19db-40e5-bb61-4439eb2302dc|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-03-13T04:07:14.634Z|d1e654ce-19db-40e5-bb61-4439eb2302dc|pool-2-thread-3|||||DEBUG|500||Found topology templates [pNF b99a20d8-3be7 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-13T04:07:14.634Z|d1e654ce-19db-40e5-bb61-4439eb2302dc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-13T04:07:14.635Z|d1e654ce-19db-40e5-bb61-4439eb2302dc|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_UV2Zof7zylVnzDJJ82uf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-13T04:07:14.635Z|d1e654ce-19db-40e5-bb61-4439eb2302dc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-13T04:07:14.635Z|d1e654ce-19db-40e5-bb61-4439eb2302dc|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_UV2Zof7zylVnzDJJ82uf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-13T04:07:14.635Z|d1e654ce-19db-40e5-bb61-4439eb2302dc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-13T04:07:14.635Z|d1e654ce-19db-40e5-bb61-4439eb2302dc|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_UV2Zof7zylVnzDJJ82uf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-13T04:07:14.635Z|d1e654ce-19db-40e5-bb61-4439eb2302dc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-13T04:07:14.636Z|d1e654ce-19db-40e5-bb61-4439eb2302dc|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_UV2Zof7zylVnzDJJ82uf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-13T04:07:14.636Z|d1e654ce-19db-40e5-bb61-4439eb2302dc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-13T04:07:14.636Z|d1e654ce-19db-40e5-bb61-4439eb2302dc|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_UV2Zof7zylVnzDJJ82uf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-13T04:07:14.636Z|d1e654ce-19db-40e5-bb61-4439eb2302dc|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:Demo_pNF_UV2Zof7zylVnzDJJ82uf
Description:catalog service description
Model UUID:2cdb6856-e4ac-4dbd-bfb3-319e7f53b42b
Model Version:NULL
Model InvariantUuid:278b9463-4e1e-41c6-83be-46ea44369d19
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-03-13T04:07:14.642Z|d1e654ce-19db-40e5-bb61-4439eb2302dc|pool-2-thread-3|||||INFO|500||Processing Resource Type: PNF, Model UUID: 1580754f-6d87-4a46-b752-3bc2d8bb93ef
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-03-13T04:07:14.645Z|d1e654ce-19db-40e5-bb61-4439eb2302dc|pool-2-thread-3|||||INFO|500||pNF b99a20d8-3be7 0
2022-03-13T04:07:14.645Z|d1e654ce-19db-40e5-bb61-4439eb2302dc|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 1580754f-6d87-4a46-b752-3bc2d8bb93ef
2022-03-13T04:07:14.646Z|d1e654ce-19db-40e5-bb61-4439eb2302dc|pool-2-thread-3|||||DEBUG|500||No resources found for Service: 2cdb6856-e4ac-4dbd-bfb3-319e7f53b42b
2022-03-13T04:07:14.646Z|d1e654ce-19db-40e5-bb61-4439eb2302dc|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 2cdb6856-e4ac-4dbd-bfb3-319e7f53b42b
2022-03-13T04:07:14.646Z|d1e654ce-19db-40e5-bb61-4439eb2302dc|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF b99a20d8-3be7 0 1580754f-6d87-4a46-b752-3bc2d8bb93ef 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-03-13T04:07:14.653Z|d1e654ce-19db-40e5-bb61-4439eb2302dc|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@dc57aa4, org.onap.sdc.toscaparser.api.parameters.Input@507b62e5, org.onap.sdc.toscaparser.api.parameters.Input@b797211, org.onap.sdc.toscaparser.api.parameters.Input@8138b97, org.onap.sdc.toscaparser.api.parameters.Input@2e25c06b]
2022-03-13T04:07:14.653Z|d1e654ce-19db-40e5-bb61-4439eb2302dc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-13T04:07:14.654Z|d1e654ce-19db-40e5-bb61-4439eb2302dc|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_UV2Zof7zylVnzDJJ82uf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-13T04:07:14.654Z|d1e654ce-19db-40e5-bb61-4439eb2302dc|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 2cdb6856-e4ac-4dbd-bfb3-319e7f53b42b: pNF b99a20d8-3be7
2022-03-13T04:07:14.654Z|d1e654ce-19db-40e5-bb61-4439eb2302dc|pool-2-thread-3|||||INFO|500||Processing PNF resource: 1580754f-6d87-4a46-b752-3bc2d8bb93ef
2022-03-13T04:07:14.654Z|d1e654ce-19db-40e5-bb61-4439eb2302dc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-13T04:07:14.654Z|d1e654ce-19db-40e5-bb61-4439eb2302dc|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_UV2Zof7zylVnzDJJ82uf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-13T04:07:14.655Z|d1e654ce-19db-40e5-bb61-4439eb2302dc|pool-2-thread-3|||||INFO|500||Resource customization UUID: d871d586-231e-449d-ba00-70752a1806fb is the same as notified resource customizationUUID: d871d586-231e-449d-ba00-70752a1806fb
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-03-13T04:07:14.698Z|d1e654ce-19db-40e5-bb61-4439eb2302dc|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF b99a20d8-3be7 1580754f-6d87-4a46-b752-3bc2d8bb93ef 0 ASDC deployResourceStructure
2022-03-13T04:07:14.698Z|d1e654ce-19db-40e5-bb61-4439eb2302dc|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfUv2zof7zylvnzdjj82uf/1.0/artifacts/service-DemoPnfUv2zof7zylvnzdjj82uf-csar.csar ASDC sendASDCNotification
2022-03-13T04:07:14.698Z|d1e654ce-19db-40e5-bb61-4439eb2302dc|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfUv2zof7zylvnzdjj82uf/1.0/artifacts/service-DemoPnfUv2zof7zylvnzdjj82uf-csar.csar
2022-03-13T04:07:14.699Z|d1e654ce-19db-40e5-bb61-4439eb2302dc|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-13T04:07:14.699Z|d1e654ce-19db-40e5-bb61-4439eb2302dc|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-03-13T04:07:14.701Z|d1e654ce-19db-40e5-bb61-4439eb2302dc|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-13T04:07:14.701Z|d1e654ce-19db-40e5-bb61-4439eb2302dc|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "d1e654ce-19db-40e5-bb61-4439eb2302dc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647144434698,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUv2zof7zylvnzdjj82uf/1.0/artifacts/service-DemoPnfUv2zof7zylvnzdjj82uf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-13T04:07:14.801Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-13T04:07:14.802Z||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-03-13T04:07:14.802Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8JOl5TvLYzIQLVLG) ...
2022-03-13T04:07:14.814Z||pool-65-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-13T04:07:14.815Z||pool-65-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-13T04:07:15.702Z|d1e654ce-19db-40e5-bb61-4439eb2302dc|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d1e654ce-19db-40e5-bb61-4439eb2302dc
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-13T04:07:15.713Z|d1e654ce-19db-40e5-bb61-4439eb2302dc|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d1e654ce-19db-40e5-bb61-4439eb2302dc
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-03-13T04:07:15.717Z|d1e654ce-19db-40e5-bb61-4439eb2302dc|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-13T04:07:15.717Z|d1e654ce-19db-40e5-bb61-4439eb2302dc|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-13T04:07:15.717Z|d1e654ce-19db-40e5-bb61-4439eb2302dc|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-13T04:07:21.607Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-13T04:07:21.608Z||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-03-13T04:07:21.608Z||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 8JOl5TvLYzIQLVLG) ...
2022-03-13T04:07:22.244Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-13T04:07:22.246Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:07:22.246Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1e654ce-19db-40e5-bb61-4439eb2302dc",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647144403121,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUv2zof7zylvnzdjj82uf/1.0/resourceInstances/pnfb99a20d83be70/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-13T04:07:22.247Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-13T04:07:22.247Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:07:22.247Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1e654ce-19db-40e5-bb61-4439eb2302dc",
  "consumerID": "policy-id",
  "timestamp": 1647144405549,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUv2zof7zylvnzdjj82uf/1.0/resourceInstances/pnfb99a20d83be70/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-13T04:07:22.247Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-13T04:07:22.247Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:07:22.247Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1e654ce-19db-40e5-bb61-4439eb2302dc",
  "consumerID": "aai-ml",
  "timestamp": 1647144403940,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUv2zof7zylvnzdjj82uf/1.0/resourceInstances/pnfb99a20d83be70/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-13T04:07:22.248Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-13T04:07:22.248Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:07:22.248Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1e654ce-19db-40e5-bb61-4439eb2302dc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647144410060,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUv2zof7zylvnzdjj82uf/1.0/resourceInstances/pnfb99a20d83be70/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-13T04:07:22.248Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-13T04:07:22.248Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:07:22.248Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1e654ce-19db-40e5-bb61-4439eb2302dc",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647144403121,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUv2zof7zylvnzdjj82uf/1.0/resourceInstances/pnfb99a20d83be70/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-13T04:07:22.248Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-13T04:07:22.248Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:07:22.248Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1e654ce-19db-40e5-bb61-4439eb2302dc",
  "consumerID": "policy-id",
  "timestamp": 1647144405549,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUv2zof7zylvnzdjj82uf/1.0/resourceInstances/pnfb99a20d83be70/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-13T04:07:22.248Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-13T04:07:22.249Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:07:22.249Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1e654ce-19db-40e5-bb61-4439eb2302dc",
  "consumerID": "aai-ml",
  "timestamp": 1647144403940,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUv2zof7zylvnzdjj82uf/1.0/resourceInstances/pnfb99a20d83be70/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-13T04:07:22.249Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-13T04:07:22.249Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:07:22.249Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1e654ce-19db-40e5-bb61-4439eb2302dc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647144410060,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUv2zof7zylvnzdjj82uf/1.0/resourceInstances/pnfb99a20d83be70/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-13T04:07:22.249Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-13T04:07:22.249Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:07:22.249Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1e654ce-19db-40e5-bb61-4439eb2302dc",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647144403121,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUv2zof7zylvnzdjj82uf/1.0/resourceInstances/pnfb99a20d83be70/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-13T04:07:22.249Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-13T04:07:22.249Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:07:22.249Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1e654ce-19db-40e5-bb61-4439eb2302dc",
  "consumerID": "policy-id",
  "timestamp": 1647144405549,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUv2zof7zylvnzdjj82uf/1.0/resourceInstances/pnfb99a20d83be70/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-13T04:07:22.250Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-13T04:07:22.250Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:07:22.250Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1e654ce-19db-40e5-bb61-4439eb2302dc",
  "consumerID": "aai-ml",
  "timestamp": 1647144403940,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUv2zof7zylvnzdjj82uf/1.0/resourceInstances/pnfb99a20d83be70/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-13T04:07:22.250Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-13T04:07:22.250Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:07:22.250Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1e654ce-19db-40e5-bb61-4439eb2302dc",
  "consumerID": "cds",
  "timestamp": 1647144411570,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUv2zof7zylvnzdjj82uf/1.0/resourceInstances/pnfb99a20d83be70/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-13T04:07:22.250Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-13T04:07:22.250Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:07:22.251Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1e654ce-19db-40e5-bb61-4439eb2302dc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647144410060,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUv2zof7zylvnzdjj82uf/1.0/resourceInstances/pnfb99a20d83be70/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-13T04:07:22.251Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-13T04:07:22.251Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:07:22.251Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1e654ce-19db-40e5-bb61-4439eb2302dc",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647144403121,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUv2zof7zylvnzdjj82uf/1.0/resourceInstances/pnfb99a20d83be70/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-13T04:07:22.251Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-13T04:07:22.251Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:07:22.251Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1e654ce-19db-40e5-bb61-4439eb2302dc",
  "consumerID": "policy-id",
  "timestamp": 1647144405549,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUv2zof7zylvnzdjj82uf/1.0/resourceInstances/pnfb99a20d83be70/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-13T04:07:22.251Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-13T04:07:22.251Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:07:22.252Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1e654ce-19db-40e5-bb61-4439eb2302dc",
  "consumerID": "aai-ml",
  "timestamp": 1647144403940,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUv2zof7zylvnzdjj82uf/1.0/resourceInstances/pnfb99a20d83be70/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-13T04:07:22.252Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-13T04:07:22.252Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:07:22.252Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1e654ce-19db-40e5-bb61-4439eb2302dc",
  "consumerID": "cds",
  "timestamp": 1647144411570,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUv2zof7zylvnzdjj82uf/1.0/resourceInstances/pnfb99a20d83be70/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-13T04:07:22.252Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-13T04:07:22.252Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:07:22.252Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1e654ce-19db-40e5-bb61-4439eb2302dc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647144410060,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUv2zof7zylvnzdjj82uf/1.0/resourceInstances/pnfb99a20d83be70/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-13T04:07:22.252Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-13T04:07:22.252Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:07:22.253Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1e654ce-19db-40e5-bb61-4439eb2302dc",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647144403121,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUv2zof7zylvnzdjj82uf/1.0/resourceInstances/pnfb99a20d83be70/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-13T04:07:22.253Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-13T04:07:22.253Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:07:22.253Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1e654ce-19db-40e5-bb61-4439eb2302dc",
  "consumerID": "policy-id",
  "timestamp": 1647144405549,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUv2zof7zylvnzdjj82uf/1.0/resourceInstances/pnfb99a20d83be70/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-13T04:07:22.253Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-13T04:07:22.253Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:07:22.253Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1e654ce-19db-40e5-bb61-4439eb2302dc",
  "consumerID": "aai-ml",
  "timestamp": 1647144403940,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUv2zof7zylvnzdjj82uf/1.0/resourceInstances/pnfb99a20d83be70/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-13T04:07:22.253Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-13T04:07:22.253Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:07:22.253Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1e654ce-19db-40e5-bb61-4439eb2302dc",
  "consumerID": "cds",
  "timestamp": 1647144411570,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUv2zof7zylvnzdjj82uf/1.0/resourceInstances/pnfb99a20d83be70/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-13T04:07:22.253Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-13T04:07:22.254Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:07:22.254Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1e654ce-19db-40e5-bb61-4439eb2302dc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647144410060,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUv2zof7zylvnzdjj82uf/1.0/resourceInstances/pnfb99a20d83be70/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-13T04:07:22.254Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-13T04:07:22.254Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:07:22.254Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1e654ce-19db-40e5-bb61-4439eb2302dc",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647144403121,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUv2zof7zylvnzdjj82uf/1.0/resourceInstances/pnfb99a20d83be70/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-03-13T04:07:22.254Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-13T04:07:22.254Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:07:22.254Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1e654ce-19db-40e5-bb61-4439eb2302dc",
  "consumerID": "policy-id",
  "timestamp": 1647144405549,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUv2zof7zylvnzdjj82uf/1.0/resourceInstances/pnfb99a20d83be70/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-13T04:07:22.254Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-13T04:07:22.254Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:07:22.254Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1e654ce-19db-40e5-bb61-4439eb2302dc",
  "consumerID": "aai-ml",
  "timestamp": 1647144403940,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUv2zof7zylvnzdjj82uf/1.0/resourceInstances/pnfb99a20d83be70/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-13T04:07:22.254Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-13T04:07:22.255Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:07:22.255Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1e654ce-19db-40e5-bb61-4439eb2302dc",
  "consumerID": "cds",
  "timestamp": 1647144411570,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUv2zof7zylvnzdjj82uf/1.0/resourceInstances/pnfb99a20d83be70/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-13T04:07:22.255Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-13T04:07:22.255Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:07:22.255Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1e654ce-19db-40e5-bb61-4439eb2302dc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647144410060,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUv2zof7zylvnzdjj82uf/1.0/resourceInstances/pnfb99a20d83be70/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-13T04:07:22.255Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-13T04:07:22.255Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:07:22.255Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1e654ce-19db-40e5-bb61-4439eb2302dc",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647144403121,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUv2zof7zylvnzdjj82uf/1.0/artifacts/service-DemoPnfUv2zof7zylvnzdjj82uf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-13T04:07:22.255Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-13T04:07:22.255Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:07:22.255Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1e654ce-19db-40e5-bb61-4439eb2302dc",
  "consumerID": "policy-id",
  "timestamp": 1647144405549,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUv2zof7zylvnzdjj82uf/1.0/artifacts/service-DemoPnfUv2zof7zylvnzdjj82uf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-13T04:07:22.255Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-13T04:07:22.256Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:07:22.256Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1e654ce-19db-40e5-bb61-4439eb2302dc",
  "consumerID": "aai-ml",
  "timestamp": 1647144403940,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUv2zof7zylvnzdjj82uf/1.0/artifacts/service-DemoPnfUv2zof7zylvnzdjj82uf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-13T04:07:22.256Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-13T04:07:22.256Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:07:22.256Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1e654ce-19db-40e5-bb61-4439eb2302dc",
  "consumerID": "cds",
  "timestamp": 1647144411570,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUv2zof7zylvnzdjj82uf/1.0/resourceInstances/pnfb99a20d83be70/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-13T04:07:22.256Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-13T04:07:22.256Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:07:22.256Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1e654ce-19db-40e5-bb61-4439eb2302dc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647144410060,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUv2zof7zylvnzdjj82uf/1.0/artifacts/service-DemoPnfUv2zof7zylvnzdjj82uf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-13T04:07:22.256Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-13T04:07:22.256Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:07:22.256Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1e654ce-19db-40e5-bb61-4439eb2302dc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647144416575,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUv2zof7zylvnzdjj82uf/1.0/resourceInstances/pnfb99a20d83be70/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-13T04:07:22.257Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-13T04:07:22.257Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:07:22.257Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1e654ce-19db-40e5-bb61-4439eb2302dc",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647144403121,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUv2zof7zylvnzdjj82uf/1.0/artifacts/service-DemoPnfUv2zof7zylvnzdjj82uf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-13T04:07:22.257Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-13T04:07:22.257Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:07:22.257Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1e654ce-19db-40e5-bb61-4439eb2302dc",
  "consumerID": "policy-id",
  "timestamp": 1647144405549,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUv2zof7zylvnzdjj82uf/1.0/artifacts/service-DemoPnfUv2zof7zylvnzdjj82uf-csar.csar",
  "status": "NOTIFIED"
}
2022-03-13T04:07:22.257Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-13T04:07:22.257Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:07:22.257Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1e654ce-19db-40e5-bb61-4439eb2302dc",
  "consumerID": "aai-ml",
  "timestamp": 1647144403940,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUv2zof7zylvnzdjj82uf/1.0/artifacts/service-DemoPnfUv2zof7zylvnzdjj82uf-csar.csar",
  "status": "NOTIFIED"
}
2022-03-13T04:07:22.258Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-13T04:07:22.258Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:07:22.258Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1e654ce-19db-40e5-bb61-4439eb2302dc",
  "consumerID": "cds",
  "timestamp": 1647144411570,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUv2zof7zylvnzdjj82uf/1.0/resourceInstances/pnfb99a20d83be70/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-13T04:07:22.258Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-13T04:07:22.258Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:07:22.258Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1e654ce-19db-40e5-bb61-4439eb2302dc",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647144410060,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUv2zof7zylvnzdjj82uf/1.0/artifacts/service-DemoPnfUv2zof7zylvnzdjj82uf-csar.csar",
  "status": "NOTIFIED"
}
2022-03-13T04:07:22.258Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-13T04:07:22.258Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:07:22.258Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1e654ce-19db-40e5-bb61-4439eb2302dc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647144416575,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUv2zof7zylvnzdjj82uf/1.0/resourceInstances/pnfb99a20d83be70/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-13T04:07:22.258Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-13T04:07:22.258Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:07:22.258Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1e654ce-19db-40e5-bb61-4439eb2302dc",
  "consumerID": "cds",
  "timestamp": 1647144411570,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUv2zof7zylvnzdjj82uf/1.0/artifacts/service-DemoPnfUv2zof7zylvnzdjj82uf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-13T04:07:22.259Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-13T04:07:22.259Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:07:22.259Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "4955c1d6-023a-46ff-96b8-e7f4de305413",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647144418505,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-13T04:07:22.259Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-13T04:07:22.259Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:07:22.259Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1e654ce-19db-40e5-bb61-4439eb2302dc",
  "consumerID": "aai-ml",
  "timestamp": 1647144419090,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUv2zof7zylvnzdjj82uf/1.0/artifacts/service-DemoPnfUv2zof7zylvnzdjj82uf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-13T04:07:22.259Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-13T04:07:22.259Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:07:22.259Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1e654ce-19db-40e5-bb61-4439eb2302dc",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647144418490,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUv2zof7zylvnzdjj82uf/1.0/resourceInstances/pnfb99a20d83be70/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-13T04:07:22.260Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-13T04:07:22.260Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:07:22.260Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1e654ce-19db-40e5-bb61-4439eb2302dc",
  "consumerID": "policy-id",
  "timestamp": 1647144418472,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUv2zof7zylvnzdjj82uf/1.0/artifacts/service-DemoPnfUv2zof7zylvnzdjj82uf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-13T04:07:22.260Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-13T04:07:22.260Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:07:22.260Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1e654ce-19db-40e5-bb61-4439eb2302dc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647144416575,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUv2zof7zylvnzdjj82uf/1.0/resourceInstances/pnfb99a20d83be70/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-13T04:07:22.260Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-13T04:07:22.260Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:07:22.260Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1e654ce-19db-40e5-bb61-4439eb2302dc",
  "consumerID": "cds",
  "timestamp": 1647144411570,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUv2zof7zylvnzdjj82uf/1.0/artifacts/service-DemoPnfUv2zof7zylvnzdjj82uf-csar.csar",
  "status": "NOTIFIED"
}
2022-03-13T04:07:22.260Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-13T04:07:22.261Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:07:22.261Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1e654ce-19db-40e5-bb61-4439eb2302dc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647144416575,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUv2zof7zylvnzdjj82uf/1.0/resourceInstances/pnfb99a20d83be70/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-13T04:07:22.261Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-13T04:07:22.261Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:07:22.261Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1e654ce-19db-40e5-bb61-4439eb2302dc",
  "consumerID": "policy-id",
  "timestamp": 1647144419477,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUv2zof7zylvnzdjj82uf/1.0/artifacts/service-DemoPnfUv2zof7zylvnzdjj82uf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-13T04:07:22.261Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-13T04:07:22.261Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:07:22.261Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1e654ce-19db-40e5-bb61-4439eb2302dc",
  "consumerID": "dcae-sch",
  "timestamp": 1647144419002,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUv2zof7zylvnzdjj82uf/1.0/resourceInstances/pnfb99a20d83be70/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-13T04:07:22.261Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-13T04:07:22.261Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:07:22.262Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1e654ce-19db-40e5-bb61-4439eb2302dc",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647144419706,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUv2zof7zylvnzdjj82uf/1.0/resourceInstances/pnfb99a20d83be70/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-03-13T04:07:22.262Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-13T04:07:22.262Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:07:22.262Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1e654ce-19db-40e5-bb61-4439eb2302dc",
  "consumerID": "policy-id",
  "timestamp": 1647144420480,
  "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-03-13T04:07:22.268Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d1e654ce-19db-40e5-bb61-4439eb2302dc
2022-03-13T04:07:22.269Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId d1e654ce-19db-40e5-bb61-4439eb2302dc 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-03-13T04:07:22.277Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:07:22.278Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1e654ce-19db-40e5-bb61-4439eb2302dc",
  "consumerID": "cds",
  "timestamp": 1647144420694,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUv2zof7zylvnzdjj82uf/1.0/artifacts/service-DemoPnfUv2zof7zylvnzdjj82uf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-13T04:07:22.278Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-13T04:07:22.279Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:07:22.279Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1e654ce-19db-40e5-bb61-4439eb2302dc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647144416575,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUv2zof7zylvnzdjj82uf/1.0/resourceInstances/pnfb99a20d83be70/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-13T04:07:22.279Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-13T04:07:22.279Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:07:22.279Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1e654ce-19db-40e5-bb61-4439eb2302dc",
  "consumerID": "dcae-sch",
  "timestamp": 1647144419002,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUv2zof7zylvnzdjj82uf/1.0/resourceInstances/pnfb99a20d83be70/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-13T04:07:22.280Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-13T04:07:22.280Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:07:22.280Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1e654ce-19db-40e5-bb61-4439eb2302dc",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647144420711,
  "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-03-13T04:07:22.286Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of d1e654ce-19db-40e5-bb61-4439eb2302dc
2022-03-13T04:07:22.286Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId d1e654ce-19db-40e5-bb61-4439eb2302dc 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-03-13T04:07:22.294Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:07:22.295Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1e654ce-19db-40e5-bb61-4439eb2302dc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647144416575,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUv2zof7zylvnzdjj82uf/1.0/resourceInstances/pnfb99a20d83be70/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-13T04:07:22.295Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-13T04:07:22.295Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:07:22.295Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1e654ce-19db-40e5-bb61-4439eb2302dc",
  "consumerID": "cds",
  "timestamp": 1647144421700,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUv2zof7zylvnzdjj82uf/1.0/artifacts/service-DemoPnfUv2zof7zylvnzdjj82uf-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-03-13T04:07:22.301Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of d1e654ce-19db-40e5-bb61-4439eb2302dc
2022-03-13T04:07:22.302Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId d1e654ce-19db-40e5-bb61-4439eb2302dc 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-03-13T04:07:22.311Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:07:22.312Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1e654ce-19db-40e5-bb61-4439eb2302dc",
  "consumerID": "dcae-sch",
  "timestamp": 1647144419002,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUv2zof7zylvnzdjj82uf/1.0/resourceInstances/pnfb99a20d83be70/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-13T04:07:22.312Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-13T04:07:22.312Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:07:22.312Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1e654ce-19db-40e5-bb61-4439eb2302dc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647144416575,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUv2zof7zylvnzdjj82uf/1.0/artifacts/service-DemoPnfUv2zof7zylvnzdjj82uf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-13T04:07:22.312Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-13T04:07:22.312Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:07:22.312Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1e654ce-19db-40e5-bb61-4439eb2302dc",
  "consumerID": "dcae-sch",
  "timestamp": 1647144419002,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUv2zof7zylvnzdjj82uf/1.0/resourceInstances/pnfb99a20d83be70/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-13T04:07:22.313Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-13T04:07:22.313Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:07:22.313Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1e654ce-19db-40e5-bb61-4439eb2302dc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647144416575,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUv2zof7zylvnzdjj82uf/1.0/artifacts/service-DemoPnfUv2zof7zylvnzdjj82uf-csar.csar",
  "status": "NOTIFIED"
}
2022-03-13T04:07:22.313Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-13T04:07:22.313Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:07:22.313Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1e654ce-19db-40e5-bb61-4439eb2302dc",
  "consumerID": "dcae-sch",
  "timestamp": 1647144419002,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUv2zof7zylvnzdjj82uf/1.0/resourceInstances/pnfb99a20d83be70/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-13T04:07:22.313Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-13T04:07:22.313Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:07:22.313Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1e654ce-19db-40e5-bb61-4439eb2302dc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647144419522,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUv2zof7zylvnzdjj82uf/1.0/resourceInstances/pnfb99a20d83be70/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-13T04:07:22.313Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-13T04:07:22.314Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:07:22.314Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1e654ce-19db-40e5-bb61-4439eb2302dc",
  "consumerID": "dcae-sch",
  "timestamp": 1647144419002,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUv2zof7zylvnzdjj82uf/1.0/resourceInstances/pnfb99a20d83be70/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-13T04:07:22.314Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-13T04:07:22.314Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:07:22.314Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1e654ce-19db-40e5-bb61-4439eb2302dc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647144419522,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUv2zof7zylvnzdjj82uf/1.0/resourceInstances/pnfb99a20d83be70/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-13T04:07:22.314Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-13T04:07:22.314Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:07:22.314Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1e654ce-19db-40e5-bb61-4439eb2302dc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647144425812,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUv2zof7zylvnzdjj82uf/1.0/artifacts/service-DemoPnfUv2zof7zylvnzdjj82uf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-13T04:07:22.315Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-13T04:07:22.315Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:07:22.315Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1e654ce-19db-40e5-bb61-4439eb2302dc",
  "consumerID": "dcae-sch",
  "timestamp": 1647144419002,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUv2zof7zylvnzdjj82uf/1.0/artifacts/service-DemoPnfUv2zof7zylvnzdjj82uf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-13T04:07:22.315Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-13T04:07:22.315Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:07:22.315Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1e654ce-19db-40e5-bb61-4439eb2302dc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647144419522,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUv2zof7zylvnzdjj82uf/1.0/resourceInstances/pnfb99a20d83be70/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-13T04:07:22.316Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-13T04:07:22.316Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:07:22.316Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1e654ce-19db-40e5-bb61-4439eb2302dc",
  "consumerID": "aai-ml",
  "timestamp": 1647144426703,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUv2zof7zylvnzdjj82uf/1.0/artifacts/service-DemoPnfUv2zof7zylvnzdjj82uf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-13T04:07:22.316Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-13T04:07:22.317Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:07:22.317Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1e654ce-19db-40e5-bb61-4439eb2302dc",
  "consumerID": "dcae-sch",
  "timestamp": 1647144419002,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUv2zof7zylvnzdjj82uf/1.0/artifacts/service-DemoPnfUv2zof7zylvnzdjj82uf-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-13T04:07:22.317Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-13T04:07:22.317Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:07:22.317Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1e654ce-19db-40e5-bb61-4439eb2302dc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647144419522,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUv2zof7zylvnzdjj82uf/1.0/resourceInstances/pnfb99a20d83be70/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-13T04:07:22.318Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-13T04:07:22.318Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:07:22.318Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1e654ce-19db-40e5-bb61-4439eb2302dc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647144427746,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUv2zof7zylvnzdjj82uf/1.0/artifacts/service-DemoPnfUv2zof7zylvnzdjj82uf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-13T04:07:22.318Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-13T04:07:22.318Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:07:22.318Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1e654ce-19db-40e5-bb61-4439eb2302dc",
  "consumerID": "aai-ml",
  "timestamp": 1647144427709,
  "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-03-13T04:07:22.324Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of d1e654ce-19db-40e5-bb61-4439eb2302dc
2022-03-13T04:07:22.324Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId d1e654ce-19db-40e5-bb61-4439eb2302dc 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-03-13T04:07:22.339Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:07:22.339Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1e654ce-19db-40e5-bb61-4439eb2302dc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647144419522,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUv2zof7zylvnzdjj82uf/1.0/resourceInstances/pnfb99a20d83be70/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-13T04:07:22.339Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-13T04:07:22.340Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:07:22.340Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1e654ce-19db-40e5-bb61-4439eb2302dc",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647144428750,
  "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-03-13T04:07:22.346Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of d1e654ce-19db-40e5-bb61-4439eb2302dc
2022-03-13T04:07:22.346Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId d1e654ce-19db-40e5-bb61-4439eb2302dc 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-03-13T04:07:22.355Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:07:22.355Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1e654ce-19db-40e5-bb61-4439eb2302dc",
  "consumerID": "clamp",
  "timestamp": 1647144428514,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUv2zof7zylvnzdjj82uf/1.0/resourceInstances/pnfb99a20d83be70/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-13T04:07:22.355Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-13T04:07:22.356Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:07:22.356Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1e654ce-19db-40e5-bb61-4439eb2302dc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647144419522,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUv2zof7zylvnzdjj82uf/1.0/resourceInstances/pnfb99a20d83be70/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-13T04:07:22.356Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-13T04:07:22.356Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:07:22.356Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1e654ce-19db-40e5-bb61-4439eb2302dc",
  "consumerID": "clamp",
  "timestamp": 1647144428514,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUv2zof7zylvnzdjj82uf/1.0/resourceInstances/pnfb99a20d83be70/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-13T04:07:22.356Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-13T04:07:22.356Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:07:22.356Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1e654ce-19db-40e5-bb61-4439eb2302dc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647144419522,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUv2zof7zylvnzdjj82uf/1.0/artifacts/service-DemoPnfUv2zof7zylvnzdjj82uf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-13T04:07:22.356Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-13T04:07:22.356Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:07:22.356Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1e654ce-19db-40e5-bb61-4439eb2302dc",
  "consumerID": "clamp",
  "timestamp": 1647144428514,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUv2zof7zylvnzdjj82uf/1.0/resourceInstances/pnfb99a20d83be70/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-13T04:07:22.356Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-13T04:07:22.357Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:07:22.357Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1e654ce-19db-40e5-bb61-4439eb2302dc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647144419522,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUv2zof7zylvnzdjj82uf/1.0/artifacts/service-DemoPnfUv2zof7zylvnzdjj82uf-csar.csar",
  "status": "NOTIFIED"
}
2022-03-13T04:07:22.357Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-13T04:07:22.357Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:07:22.357Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1e654ce-19db-40e5-bb61-4439eb2302dc",
  "consumerID": "clamp",
  "timestamp": 1647144428514,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUv2zof7zylvnzdjj82uf/1.0/resourceInstances/pnfb99a20d83be70/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-13T04:07:22.357Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-13T04:07:22.357Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:07:22.357Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1e654ce-19db-40e5-bb61-4439eb2302dc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647144432458,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUv2zof7zylvnzdjj82uf/1.0/artifacts/service-DemoPnfUv2zof7zylvnzdjj82uf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-13T04:07:22.357Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-13T04:07:22.357Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:07:22.357Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1e654ce-19db-40e5-bb61-4439eb2302dc",
  "consumerID": "clamp",
  "timestamp": 1647144428514,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUv2zof7zylvnzdjj82uf/1.0/resourceInstances/pnfb99a20d83be70/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-13T04:07:22.357Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-13T04:07:22.358Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:07:22.358Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1e654ce-19db-40e5-bb61-4439eb2302dc",
  "consumerID": "clamp",
  "timestamp": 1647144428514,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUv2zof7zylvnzdjj82uf/1.0/resourceInstances/pnfb99a20d83be70/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-13T04:07:22.358Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-13T04:07:22.358Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:07:22.358Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1e654ce-19db-40e5-bb61-4439eb2302dc",
  "consumerID": "clamp",
  "timestamp": 1647144428514,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUv2zof7zylvnzdjj82uf/1.0/artifacts/service-DemoPnfUv2zof7zylvnzdjj82uf-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-13T04:07:22.358Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-13T04:07:22.358Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:07:22.358Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1e654ce-19db-40e5-bb61-4439eb2302dc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647144434698,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUv2zof7zylvnzdjj82uf/1.0/artifacts/service-DemoPnfUv2zof7zylvnzdjj82uf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-13T04:07:22.358Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-13T04:07:22.358Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:07:22.358Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1e654ce-19db-40e5-bb61-4439eb2302dc",
  "consumerID": "clamp",
  "timestamp": 1647144428514,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUv2zof7zylvnzdjj82uf/1.0/artifacts/service-DemoPnfUv2zof7zylvnzdjj82uf-csar.csar",
  "status": "NOTIFIED"
}
2022-03-13T04:07:22.358Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-13T04:07:22.358Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:07:22.358Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1e654ce-19db-40e5-bb61-4439eb2302dc",
  "consumerID": "clamp",
  "timestamp": 1647144440915,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUv2zof7zylvnzdjj82uf/1.0/artifacts/service-DemoPnfUv2zof7zylvnzdjj82uf-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-13T04:07:22.359Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-13T04:07:45.717Z|d1e654ce-19db-40e5-bb61-4439eb2302dc|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d1e654ce-19db-40e5-bb61-4439eb2302dc
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-13T04:07:45.729Z|d1e654ce-19db-40e5-bb61-4439eb2302dc|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d1e654ce-19db-40e5-bb61-4439eb2302dc
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-03-13T04:07:45.733Z|d1e654ce-19db-40e5-bb61-4439eb2302dc|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-13T04:07:45.733Z|d1e654ce-19db-40e5-bb61-4439eb2302dc|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-13T04:07:45.733Z|d1e654ce-19db-40e5-bb61-4439eb2302dc|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-03-13T04:07:45.733Z|d1e654ce-19db-40e5-bb61-4439eb2302dc|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-03-13T04:07:45.733Z|d1e654ce-19db-40e5-bb61-4439eb2302dc|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-13T04:07:45.733Z|d1e654ce-19db-40e5-bb61-4439eb2302dc|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-13T04:07:45.733Z|d1e654ce-19db-40e5-bb61-4439eb2302dc|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-13T04:07:45.733Z|d1e654ce-19db-40e5-bb61-4439eb2302dc|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-13T04:07:45.733Z|d1e654ce-19db-40e5-bb61-4439eb2302dc|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-13T04:07:45.734Z|d1e654ce-19db-40e5-bb61-4439eb2302dc|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-13T04:07:45.734Z|d1e654ce-19db-40e5-bb61-4439eb2302dc|pool-2-thread-3|||||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-03-13T04:07:45.741Z|d1e654ce-19db-40e5-bb61-4439eb2302dc|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-03-13T04:08:15.741Z|d1e654ce-19db-40e5-bb61-4439eb2302dc|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: d1e654ce-19db-40e5-bb61-4439eb2302dc 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-03-13T04:08:15.748Z|d1e654ce-19db-40e5-bb61-4439eb2302dc|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: d1e654ce-19db-40e5-bb61-4439eb2302dc and serviceModelVersionId: 2cdb6856-e4ac-4dbd-bfb3-319e7f53b42b
2022-03-13T04:08:15.748Z|d1e654ce-19db-40e5-bb61-4439eb2302dc|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 278b9463-4e1e-41c6-83be-46ea44369d19
2022-03-13T04:08:15.749Z|d1e654ce-19db-40e5-bb61-4439eb2302dc|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/278b9463-4e1e-41c6-83be-46ea44369d19/model-vers/model-ver/2cdb6856-e4ac-4dbd-bfb3-319e7f53b42b?depth=0
2022-03-13T04:08:15.753Z|d1e654ce-19db-40e5-bb61-4439eb2302dc|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2022-03-13T04:08:15.812Z|d1e654ce-19db-40e5-bb61-4439eb2302dc|pool-2-thread-3|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/278b9463-4e1e-41c6-83be-46ea44369d19/model-vers/model-ver/2cdb6856-e4ac-4dbd-bfb3-319e7f53b42b?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-03-13T04:08:15.814Z|d1e654ce-19db-40e5-bb61-4439eb2302dc|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/278b9463-4e1e-41c6-83be-46ea44369d19/model-vers/model-ver/2cdb6856-e4ac-4dbd-bfb3-319e7f53b42b?depth=0|INFO|500||Invoke
2022-03-13T04:08:15.836Z|d1e654ce-19db-40e5-bb61-4439eb2302dc|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/278b9463-4e1e-41c6-83be-46ea44369d19/model-vers/model-ver/2cdb6856-e4ac-4dbd-bfb3-319e7f53b42b?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-03-13T04:08:15.925Z|d1e654ce-19db-40e5-bb61-4439eb2302dc|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/278b9463-4e1e-41c6-83be-46ea44369d19/model-vers/model-ver/2cdb6856-e4ac-4dbd-bfb3-319e7f53b42b?depth=0|INFO|500||InvokeReturn
2022-03-13T04:08:15.926Z|d1e654ce-19db-40e5-bb61-4439eb2302dc|pool-2-thread-3|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/278b9463-4e1e-41c6-83be-46ea44369d19/model-vers/model-ver/2cdb6856-e4ac-4dbd-bfb3-319e7f53b42b?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220313-04:08:14:885-18588], vertex-id=[168040], Content-Length=[0], Date=[Sun, 13 Mar 2022 04:08:14 GMT], Content-Type=[application/json]}
2022-03-13T04:08:15.926Z|d1e654ce-19db-40e5-bb61-4439eb2302dc|pool-2-thread-3|||||DEBUG|500||Response was returned with an empty entity.
2022-03-13T04:08:15.926Z|d1e654ce-19db-40e5-bb61-4439eb2302dc|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-03-13T04:08:15.926Z|d1e654ce-19db-40e5-bb61-4439eb2302dc|pool-2-thread-3|||||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-03-13T04:08:15.931Z|d1e654ce-19db-40e5-bb61-4439eb2302dc|pool-2-thread-3|||||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-03-13T04:08:15.931Z|d1e654ce-19db-40e5-bb61-4439eb2302dc|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID d1e654ce-19db-40e5-bb61-4439eb2302dc and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-03-13T04:08:15.931Z|d1e654ce-19db-40e5-bb61-4439eb2302dc|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-03-13T04:08:15.932Z|d1e654ce-19db-40e5-bb61-4439eb2302dc|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-03-13T04:08:15.935Z|d1e654ce-19db-40e5-bb61-4439eb2302dc|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-13T04:08:15.935Z|d1e654ce-19db-40e5-bb61-4439eb2302dc|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "d1e654ce-19db-40e5-bb61-4439eb2302dc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647144495931,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-13T04:08:16.035Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-13T04:08:16.036Z||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-03-13T04:08:16.037Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8JOl5TvLYzIQLVLG) ...
2022-03-13T04:08:16.053Z||pool-66-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-13T04:08:16.054Z||pool-66-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-03-13T04:08:16.951Z|d1e654ce-19db-40e5-bb61-4439eb2302dc|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-13T04:08:16.951Z|d1e654ce-19db-40e5-bb61-4439eb2302dc|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-03-13T04:08:16.952Z|d1e654ce-19db-40e5-bb61-4439eb2302dc|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 8JOl5TvLYzIQLVLG) ...
2022-03-13T04:08:17.579Z|d1e654ce-19db-40e5-bb61-4439eb2302dc|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-13T04:08:17.580Z|d1e654ce-19db-40e5-bb61-4439eb2302dc|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-13T04:08:17.580Z|d1e654ce-19db-40e5-bb61-4439eb2302dc|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"7a075653-090d-437d-8352-28a6404f70f8","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"6cb52040-ca8b-4491-a858-071fec49504e","serviceDescription":"service","serviceInvariantUUID":"ccd14893-a9bc-4e88-906c-9e5eb90d1390","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"f93a7a84-8691-4c18-a708-210fd4373c93","resourceInvariantUUID":"59cd7882-e7e6-4dc3-add5-8b990379fff4","resourceCustomizationUUID":"263264ac-0fd1-4398-a489-eb589d2ca966","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":"Y2Y3NmE2NTdjZDA0OGMzOGQwMmJjZWJlMzQ3YmQzNTc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"3b3d8d75-b95c-4bcc-a623-943393685da2","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":"Y2ViYjJlMDRjMGZkOGUzNmNmNGQwMGE1MTQ0MmJhNDA\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"8ff5086e-e776-434f-88c9-f02290a01333","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":"4f1fc8c0-6aaf-4a9d-9538-08831010d9f9","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":"cfebdd60-1c0f-44c2-8e98-bb4cf9937e20","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":"71d03199-0012-4578-a0ba-b9fafc1dee02","artifactVersion":"2","generatedFromUUID":"4f1fc8c0-6aaf-4a9d-9538-08831010d9f9"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"Y2U1Yjk5NTA4ZTZmNTJlYjExN2VhODdmN2Q2MWZiMjU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"eeae4534-c827-4940-8c85-7792bd948e1e","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"NDUzOWM4OWNlNTBlNTI0NDg5NGE5MmY0YTgzM2UxNDE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"a21d33d1-f119-43d3-9a38-e78250adefdc","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-13T04:08:17.583Z|d1e654ce-19db-40e5-bb61-4439eb2302dc|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-13T04:08:17.583Z|d1e654ce-19db-40e5-bb61-4439eb2302dc|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-03-13T04:08:17.585Z|d1e654ce-19db-40e5-bb61-4439eb2302dc|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-13T04:08:17.585Z|d1e654ce-19db-40e5-bb61-4439eb2302dc|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "7a075653-090d-437d-8352-28a6404f70f8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647144496951,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-13T04:08:17.685Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-13T04:08:17.686Z||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-03-13T04:08:17.686Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8JOl5TvLYzIQLVLG) ...
2022-03-13T04:08:17.699Z||pool-67-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-13T04:08:17.700Z||pool-67-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-03-13T04:08:18.592Z|d1e654ce-19db-40e5-bb61-4439eb2302dc|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-13T04:08:18.592Z|d1e654ce-19db-40e5-bb61-4439eb2302dc|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-03-13T04:08:18.600Z|d1e654ce-19db-40e5-bb61-4439eb2302dc|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-13T04:08:18.600Z|d1e654ce-19db-40e5-bb61-4439eb2302dc|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "7a075653-090d-437d-8352-28a6404f70f8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647144496951,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-03-13T04:08:18.695Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms
2022-03-13T04:08:18.697Z||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-03-13T04:08:18.697Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8JOl5TvLYzIQLVLG) ...
2022-03-13T04:08:18.710Z||pool-68-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-13T04:08:18.711Z||pool-68-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-03-13T04:08:19.601Z|d1e654ce-19db-40e5-bb61-4439eb2302dc|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-13T04:08:19.601Z|d1e654ce-19db-40e5-bb61-4439eb2302dc|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-03-13T04:08:19.604Z|d1e654ce-19db-40e5-bb61-4439eb2302dc|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-13T04:08:19.604Z|d1e654ce-19db-40e5-bb61-4439eb2302dc|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "7a075653-090d-437d-8352-28a6404f70f8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647144496951,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-03-13T04:08:19.704Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-13T04:08:19.705Z||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-03-13T04:08:19.705Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8JOl5TvLYzIQLVLG) ...
2022-03-13T04:08:19.719Z||pool-69-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-13T04:08:19.719Z||pool-69-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-13T04:08:20.604Z|d1e654ce-19db-40e5-bb61-4439eb2302dc|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-13T04:08:20.605Z|d1e654ce-19db-40e5-bb61-4439eb2302dc|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-03-13T04:08:20.607Z|d1e654ce-19db-40e5-bb61-4439eb2302dc|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-13T04:08:20.607Z|d1e654ce-19db-40e5-bb61-4439eb2302dc|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "7a075653-090d-437d-8352-28a6404f70f8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647144496951,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-13T04:08:20.707Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-13T04:08:20.708Z||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-03-13T04:08:20.708Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8JOl5TvLYzIQLVLG) ...
2022-03-13T04:08:20.721Z||pool-70-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-13T04:08:20.722Z||pool-70-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-13T04:08:21.607Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-13T04:08:21.607Z|d1e654ce-19db-40e5-bb61-4439eb2302dc|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-13T04:08:21.608Z|d1e654ce-19db-40e5-bb61-4439eb2302dc|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-03-13T04:08:21.609Z||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-03-13T04:08:21.609Z||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 8JOl5TvLYzIQLVLG) ...
2022-03-13T04:08:21.610Z|d1e654ce-19db-40e5-bb61-4439eb2302dc|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-13T04:08:21.611Z|d1e654ce-19db-40e5-bb61-4439eb2302dc|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "7a075653-090d-437d-8352-28a6404f70f8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647144496951,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-03-13T04:08:21.710Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-13T04:08:21.711Z||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-03-13T04:08:21.712Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8JOl5TvLYzIQLVLG) ...
2022-03-13T04:08:21.727Z||pool-71-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-13T04:08:21.728Z||pool-71-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-03-13T04:08:21.732Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-13T04:08:21.733Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:08:21.733Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1e654ce-19db-40e5-bb61-4439eb2302dc",
  "consumerID": "clamp",
  "timestamp": 1647144442923,
  "artifactURL": "/sdc/v1/catalog/services/DemoPnfUv2zof7zylvnzdjj82uf/1.0/artifacts/service-DemoPnfUv2zof7zylvnzdjj82uf-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-13T04:08:21.734Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-13T04:08:22.611Z|d1e654ce-19db-40e5-bb61-4439eb2302dc|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-13T04:08:22.612Z|d1e654ce-19db-40e5-bb61-4439eb2302dc|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-03-13T04:08:22.614Z|d1e654ce-19db-40e5-bb61-4439eb2302dc|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-13T04:08:22.614Z|d1e654ce-19db-40e5-bb61-4439eb2302dc|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "7a075653-090d-437d-8352-28a6404f70f8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647144496951,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-13T04:08:22.714Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-13T04:08:22.715Z||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-03-13T04:08:22.716Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8JOl5TvLYzIQLVLG) ...
2022-03-13T04:08:22.730Z||pool-72-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-13T04:08:22.731Z||pool-72-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1}
2022-03-13T04:08:23.615Z|d1e654ce-19db-40e5-bb61-4439eb2302dc|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-13T04:08:23.616Z|d1e654ce-19db-40e5-bb61-4439eb2302dc|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-03-13T04:08:23.619Z|d1e654ce-19db-40e5-bb61-4439eb2302dc|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-13T04:08:23.619Z|d1e654ce-19db-40e5-bb61-4439eb2302dc|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "7a075653-090d-437d-8352-28a6404f70f8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647144496951,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-03-13T04:08:23.719Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-13T04:08:23.721Z||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-03-13T04:08:23.721Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8JOl5TvLYzIQLVLG) ...
2022-03-13T04:08:23.734Z||pool-73-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-13T04:08:23.735Z||pool-73-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-03-13T04:08:24.621Z|d1e654ce-19db-40e5-bb61-4439eb2302dc|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "7a075653-090d-437d-8352-28a6404f70f8",
  "serviceName": "basic_vm",
  "serviceVersion": "1.0",
  "serviceUUID": "6cb52040-ca8b-4491-a858-071fec49504e",
  "serviceDescription": "service",
  "serviceInvariantUUID": "ccd14893-a9bc-4e88-906c-9e5eb90d1390",
  "resources": [
    {
      "resourceInstanceName": "basic_vm 0",
      "resourceCustomizationUUID": "263264ac-0fd1-4398-a489-eb589d2ca966",
      "resourceName": "basic_vm",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "f93a7a84-8691-4c18-a708-210fd4373c93",
      "resourceInvariantUUID": "59cd7882-e7e6-4dc3-add5-8b990379fff4",
      "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": "Y2ViYjJlMDRjMGZkOGUzNmNmNGQwMGE1MTQ0MmJhNDA\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "8ff5086e-e776-434f-88c9-f02290a01333",
          "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": "4f1fc8c0-6aaf-4a9d-9538-08831010d9f9",
          "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": "71d03199-0012-4578-a0ba-b9fafc1dee02",
            "generatedFromUUID": "4f1fc8c0-6aaf-4a9d-9538-08831010d9f9"
          },
          "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": "71d03199-0012-4578-a0ba-b9fafc1dee02",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVm-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
      "artifactChecksum": "NDUzOWM4OWNlNTBlNTI0NDg5NGE5MmY0YTgzM2UxNDE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "a21d33d1-f119-43d3-9a38-e78250adefdc"
    }
  ],
  "workloadContext": "Production"
}
2022-03-13T04:08:24.621Z|d1e654ce-19db-40e5-bb61-4439eb2302dc|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-13T04:08:24.622Z|d1e654ce-19db-40e5-bb61-4439eb2302dc|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 6cb52040-ca8b-4491-a858-071fec49504e ASDC
2022-03-13T04:08:24.622Z|7a075653-090d-437d-8352-28a6404f70f8|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:7a075653-090d-437d-8352-28a6404f70f8
ServiceName:basic_vm
ServiceVersion:1.0
ServiceUUID:6cb52040-ca8b-4491-a858-071fec49504e
ServiceInvariantUUID:ccd14893-a9bc-4e88-906c-9e5eb90d1390
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:a21d33d1-f119-43d3-9a38-e78250adefdc
ArtifactChecksum:NDUzOWM4OWNlNTBlNTI0NDg5NGE5MmY0YTgzM2UxNDE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm 0
ResourceCustomizationUUID:263264ac-0fd1-4398-a489-eb589d2ca966
ResourceInvariantUUID:59cd7882-e7e6-4dc3-add5-8b990379fff4
ResourceName:basic_vm
ResourceType:VF
ResourceUUID:f93a7a84-8691-4c18-a708-210fd4373c93
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:8ff5086e-e776-434f-88c9-f02290a01333
ArtifactChecksum:Y2ViYjJlMDRjMGZkOGUzNmNmNGQwMGE1MTQ0MmJhNDA=
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:4f1fc8c0-6aaf-4a9d-9538-08831010d9f9
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:71d03199-0012-4578-a0ba-b9fafc1dee02
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:71d03199-0012-4578-a0ba-b9fafc1dee02
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-03-13T04:08:24.622Z|7a075653-090d-437d-8352-28a6404f70f8|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 6cb52040-ca8b-4491-a858-071fec49504e 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-03-13T04:08:24.661Z|7a075653-090d-437d-8352-28a6404f70f8|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-13T04:08:24.662Z|7a075653-090d-437d-8352-28a6404f70f8|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-03-13T04:08:24.663Z|7a075653-090d-437d-8352-28a6404f70f8|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-03-13T04:08:24.663Z|7a075653-090d-437d-8352-28a6404f70f8|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: a21d33d1-f119-43d3-9a38-e78250adefdc from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-03-13T04:08:24.663Z|7a075653-090d-437d-8352-28a6404f70f8|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-03-13T04:08:24.663Z|7a075653-090d-437d-8352-28a6404f70f8|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-03-13T04:08:24.948Z|7a075653-090d-437d-8352-28a6404f70f8|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-03-13T04:08:24.957Z|7a075653-090d-437d-8352-28a6404f70f8|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar a21d33d1-f119-43d3-9a38-e78250adefdc 71044
2022-03-13T04:08:24.957Z|7a075653-090d-437d-8352-28a6404f70f8|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2022-03-13T04:08:24.957Z|7a075653-090d-437d-8352-28a6404f70f8|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-03-13T04:08:24.957Z|7a075653-090d-437d-8352-28a6404f70f8|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-13T04:08:24.957Z|7a075653-090d-437d-8352-28a6404f70f8|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-03-13T04:08:24.959Z|7a075653-090d-437d-8352-28a6404f70f8|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-13T04:08:24.959Z|7a075653-090d-437d-8352-28a6404f70f8|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "7a075653-090d-437d-8352-28a6404f70f8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647144504957,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-13T04:08:25.060Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-13T04:08:25.062Z||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-03-13T04:08:25.062Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8JOl5TvLYzIQLVLG) ...
2022-03-13T04:08:25.076Z||pool-74-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-13T04:08:25.077Z||pool-74-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-03-13T04:08:25.960Z|7a075653-090d-437d-8352-28a6404f70f8|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-13T04:08:25.962Z|7a075653-090d-437d-8352-28a6404f70f8|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-03-13T04:08:25.962Z|7a075653-090d-437d-8352-28a6404f70f8|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: a21d33d1-f119-43d3-9a38-e78250adefdc, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar
2022-03-13T04:08:25.962Z|7a075653-090d-437d-8352-28a6404f70f8|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar
2022-03-13T04:08:25.963Z|7a075653-090d-437d-8352-28a6404f70f8|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar
2022-03-13T04:08:25.964Z|7a075653-090d-437d-8352-28a6404f70f8|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar
2022-03-13T04:08:26.100Z|7a075653-090d-437d-8352-28a6404f70f8|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP407011537657617477/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-03-13T04:08:27.410Z|7a075653-090d-437d-8352-28a6404f70f8|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-13T04:08:27.411Z|7a075653-090d-437d-8352-28a6404f70f8|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-03-13T04:08:27.411Z|7a075653-090d-437d-8352-28a6404f70f8|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar
2022-03-13T04:08:27.411Z|7a075653-090d-437d-8352-28a6404f70f8|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-03-13T04:08:27.411Z|7a075653-090d-437d-8352-28a6404f70f8|pool-2-thread-3|||||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-03-13T04:08:27.411Z|7a075653-090d-437d-8352-28a6404f70f8|pool-2-thread-3|||||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-03-13T04:08:27.411Z|7a075653-090d-437d-8352-28a6404f70f8|pool-2-thread-3|||||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-03-13T04:08:27.411Z|7a075653-090d-437d-8352-28a6404f70f8|pool-2-thread-3|||||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-03-13T04:08:27.411Z|7a075653-090d-437d-8352-28a6404f70f8|pool-2-thread-3|||||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-03-13T04:08:27.412Z|7a075653-090d-437d-8352-28a6404f70f8|pool-2-thread-3|||||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-03-13T04:08:27.412Z|7a075653-090d-437d-8352-28a6404f70f8|pool-2-thread-3|||||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-03-13T04:08:27.412Z|7a075653-090d-437d-8352-28a6404f70f8|pool-2-thread-3|||||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-03-13T04:08:27.412Z|7a075653-090d-437d-8352-28a6404f70f8|pool-2-thread-3|||||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-03-13T04:08:27.412Z|7a075653-090d-437d-8352-28a6404f70f8|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-03-13T04:08:27.412Z|7a075653-090d-437d-8352-28a6404f70f8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-13T04:08:27.412Z|7a075653-090d-437d-8352-28a6404f70f8|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-13T04:08:27.413Z|7a075653-090d-437d-8352-28a6404f70f8|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-03-13T04:08:27.413Z|7a075653-090d-437d-8352-28a6404f70f8|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-03-13T04:08:27.413Z|7a075653-090d-437d-8352-28a6404f70f8|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-13T04:08:27.413Z|7a075653-090d-437d-8352-28a6404f70f8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-13T04:08:27.413Z|7a075653-090d-437d-8352-28a6404f70f8|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-13T04:08:27.413Z|7a075653-090d-437d-8352-28a6404f70f8|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-03-13T04:08:27.414Z|7a075653-090d-437d-8352-28a6404f70f8|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-03-13T04:08:27.414Z|7a075653-090d-437d-8352-28a6404f70f8|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-13T04:08:27.414Z|7a075653-090d-437d-8352-28a6404f70f8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-13T04:08:27.414Z|7a075653-090d-437d-8352-28a6404f70f8|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-13T04:08:27.414Z|7a075653-090d-437d-8352-28a6404f70f8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-13T04:08:27.414Z|7a075653-090d-437d-8352-28a6404f70f8|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-03-13T04:08:27.414Z|7a075653-090d-437d-8352-28a6404f70f8|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2022-03-13T04:08:27.415Z|7a075653-090d-437d-8352-28a6404f70f8|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2022-03-13T04:08:27.415Z|7a075653-090d-437d-8352-28a6404f70f8|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2022-03-13T04:08:27.415Z|7a075653-090d-437d-8352-28a6404f70f8|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-03-13T04:08:27.415Z|7a075653-090d-437d-8352-28a6404f70f8|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-03-13T04:08:27.415Z|7a075653-090d-437d-8352-28a6404f70f8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-13T04:08:27.415Z|7a075653-090d-437d-8352-28a6404f70f8|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-13T04:08:27.415Z|7a075653-090d-437d-8352-28a6404f70f8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-13T04:08:27.416Z|7a075653-090d-437d-8352-28a6404f70f8|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-03-13T04:08:27.416Z|7a075653-090d-437d-8352-28a6404f70f8|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-13T04:08:27.416Z|7a075653-090d-437d-8352-28a6404f70f8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-13T04:08:27.416Z|7a075653-090d-437d-8352-28a6404f70f8|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-03-13T04:08:27.416Z|7a075653-090d-437d-8352-28a6404f70f8|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-13T04:08:27.417Z|7a075653-090d-437d-8352-28a6404f70f8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-13T04:08:27.417Z|7a075653-090d-437d-8352-28a6404f70f8|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-03-13T04:08:27.417Z|7a075653-090d-437d-8352-28a6404f70f8|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-13T04:08:27.417Z|7a075653-090d-437d-8352-28a6404f70f8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-13T04:08:27.417Z|7a075653-090d-437d-8352-28a6404f70f8|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-03-13T04:08:27.417Z|7a075653-090d-437d-8352-28a6404f70f8|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-03-13T04:08:27.417Z|7a075653-090d-437d-8352-28a6404f70f8|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-03-13T04:08:27.418Z|7a075653-090d-437d-8352-28a6404f70f8|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=306c15d6-a1de-4c4b-83de-baa5eb73d3f6
2022-03-13T04:08:27.418Z|7a075653-090d-437d-8352-28a6404f70f8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-13T04:08:27.418Z|7a075653-090d-437d-8352-28a6404f70f8|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-13T04:08:27.418Z|7a075653-090d-437d-8352-28a6404f70f8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-13T04:08:27.418Z|7a075653-090d-437d-8352-28a6404f70f8|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-13T04:08:27.418Z|7a075653-090d-437d-8352-28a6404f70f8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-13T04:08:27.418Z|7a075653-090d-437d-8352-28a6404f70f8|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-13T04:08:27.419Z|7a075653-090d-437d-8352-28a6404f70f8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-13T04:08:27.419Z|7a075653-090d-437d-8352-28a6404f70f8|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-13T04:08:27.419Z|7a075653-090d-437d-8352-28a6404f70f8|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm
Description:service
Model UUID:6cb52040-ca8b-4491-a858-071fec49504e
Model Version:NULL
Model InvariantUuid:ccd14893-a9bc-4e88-906c-9e5eb90d1390
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm
Model UUID:bda2e7fe-97e8-4339-97a0-61bc722155f0
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:59cd7882-e7e6-4dc3-add5-8b990379fff4
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:263264ac-0fd1-4398-a489-eb589d2ca966
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:e51619c7-e086-4ffa-8b45-a0b2b0f00a8a
ModelName:BasicVm..base_ubuntu20..module-0
ModelUuid:858dc1c3-4c18-48d3-a4c6-6db1b9f9105a
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:306c15d6-a1de-4c4b-83de-baa5eb73d3f6
ModelInvariantUuid:d36706a0-df59-470c-a380-5f07f9cb7bfd
ModelName:basic_vm-nodes.ubuntu20Cvfc
ModelUuid:52f790c9-4c94-4d8b-a1da-aa1465ebb19c
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:d298d67f-1354-422d-91fa-dfd4e9e11468
ModelInvariantUuid:86f1422d-f673-425a-81c9-8f080bb4fee9
ModelName:BasicVm.compute.nodes.heat.ubuntu20
ModelUuid:b23b3972-f80f-4756-8f1e-1cc7b85c5b24
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-03-13T04:08:27.425Z|7a075653-090d-437d-8352-28a6404f70f8|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: f93a7a84-8691-4c18-a708-210fd4373c93
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-03-13T04:08:27.429Z|7a075653-090d-437d-8352-28a6404f70f8|pool-2-thread-3|||||INFO|500||basic_vm 0
2022-03-13T04:08:27.429Z|7a075653-090d-437d-8352-28a6404f70f8|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: f93a7a84-8691-4c18-a708-210fd4373c93
2022-03-13T04:08:27.429Z|7a075653-090d-437d-8352-28a6404f70f8|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 8ff5086e-e776-434f-88c9-f02290a01333 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json
2022-03-13T04:08:27.430Z|7a075653-090d-437d-8352-28a6404f70f8|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-03-13T04:08:27.430Z|7a075653-090d-437d-8352-28a6404f70f8|pool-2-thread-3|||||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-03-13T04:08:28.089Z|7a075653-090d-437d-8352-28a6404f70f8|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-03-13T04:08:28.089Z|7a075653-090d-437d-8352-28a6404f70f8|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 8ff5086e-e776-434f-88c9-f02290a01333 787
2022-03-13T04:08:28.089Z|7a075653-090d-437d-8352-28a6404f70f8|pool-2-thread-3|||||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-03-13T04:08:28.089Z|7a075653-090d-437d-8352-28a6404f70f8|pool-2-thread-3|||||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-03-13T04:08:28.090Z|7a075653-090d-437d-8352-28a6404f70f8|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-13T04:08:28.090Z|7a075653-090d-437d-8352-28a6404f70f8|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-03-13T04:08:28.092Z|7a075653-090d-437d-8352-28a6404f70f8|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-13T04:08:28.092Z|7a075653-090d-437d-8352-28a6404f70f8|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "7a075653-090d-437d-8352-28a6404f70f8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647144508089,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-13T04:08:28.192Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-13T04:08:28.193Z||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-03-13T04:08:28.193Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8JOl5TvLYzIQLVLG) ...
2022-03-13T04:08:28.204Z||pool-75-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-13T04:08:28.205Z||pool-75-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-13T04:08:29.092Z|7a075653-090d-437d-8352-28a6404f70f8|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "e51619c7-e086-4ffa-8b45-a0b2b0f00a8a",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "858dc1c3-4c18-48d3-a4c6-6db1b9f9105a",
    "vfModuleModelCustomizationUUID": "547b4adc-55c7-45e1-83cb-b1aaf3b9daf1",
    "isBase": true,
    "artifacts": [
      "4f1fc8c0-6aaf-4a9d-9538-08831010d9f9",
      "71d03199-0012-4578-a0ba-b9fafc1dee02"
    ],
    "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-03-13T04:08:29.096Z|7a075653-090d-437d-8352-28a6404f70f8|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:858dc1c3-4c18-48d3-a4c6-6db1b9f9105a
VfModuleModelInvariantUUID:e51619c7-e086-4ffa-8b45-a0b2b0f00a8a
VfModuleModelDescription:NULL
Artifacts UUID List:{
4f1fc8c0-6aaf-4a9d-9538-08831010d9f9
,
71d03199-0012-4578-a0ba-b9fafc1dee02

}
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-03-13T04:08:29.098Z|7a075653-090d-437d-8352-28a6404f70f8|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVm..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "e51619c7-e086-4ffa-8b45-a0b2b0f00a8a",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "858dc1c3-4c18-48d3-a4c6-6db1b9f9105a",
    "vfModuleModelCustomizationUUID": "547b4adc-55c7-45e1-83cb-b1aaf3b9daf1",
    "isBase": true,
    "artifacts": [
      "4f1fc8c0-6aaf-4a9d-9538-08831010d9f9",
      "71d03199-0012-4578-a0ba-b9fafc1dee02"
    ],
    "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-03-13T04:08:29.098Z|7a075653-090d-437d-8352-28a6404f70f8|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVm..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:858dc1c3-4c18-48d3-a4c6-6db1b9f9105a
VfModuleModelInvariantUUID:e51619c7-e086-4ffa-8b45-a0b2b0f00a8a
VfModuleModelDescription:NULL
Artifacts UUID List:{
4f1fc8c0-6aaf-4a9d-9538-08831010d9f9
,
71d03199-0012-4578-a0ba-b9fafc1dee02

}
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-03-13T04:08:29.098Z|7a075653-090d-437d-8352-28a6404f70f8|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 4f1fc8c0-6aaf-4a9d-9538-08831010d9f9 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml
2022-03-13T04:08:29.099Z|7a075653-090d-437d-8352-28a6404f70f8|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-03-13T04:08:29.099Z|7a075653-090d-437d-8352-28a6404f70f8|pool-2-thread-3|||||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-03-13T04:08:29.688Z|7a075653-090d-437d-8352-28a6404f70f8|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-03-13T04:08:29.689Z|7a075653-090d-437d-8352-28a6404f70f8|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 4f1fc8c0-6aaf-4a9d-9538-08831010d9f9 5033
2022-03-13T04:08:29.689Z|7a075653-090d-437d-8352-28a6404f70f8|pool-2-thread-3|||||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-03-13T04:08:29.689Z|7a075653-090d-437d-8352-28a6404f70f8|pool-2-thread-3|||||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-03-13T04:08:29.689Z|7a075653-090d-437d-8352-28a6404f70f8|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-13T04:08:29.689Z|7a075653-090d-437d-8352-28a6404f70f8|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-03-13T04:08:29.691Z|7a075653-090d-437d-8352-28a6404f70f8|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-13T04:08:29.691Z|7a075653-090d-437d-8352-28a6404f70f8|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "7a075653-090d-437d-8352-28a6404f70f8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647144509689,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-13T04:08:29.791Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-13T04:08:29.792Z||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-03-13T04:08:29.792Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8JOl5TvLYzIQLVLG) ...
2022-03-13T04:08:29.804Z||pool-76-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-13T04:08:29.804Z||pool-76-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-03-13T04:08:30.692Z|7a075653-090d-437d-8352-28a6404f70f8|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 71d03199-0012-4578-a0ba-b9fafc1dee02 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env
2022-03-13T04:08:30.693Z|7a075653-090d-437d-8352-28a6404f70f8|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-03-13T04:08:30.694Z|7a075653-090d-437d-8352-28a6404f70f8|pool-2-thread-3|||||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-03-13T04:08:30.895Z|7a075653-090d-437d-8352-28a6404f70f8|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-03-13T04:08:30.896Z|7a075653-090d-437d-8352-28a6404f70f8|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 71d03199-0012-4578-a0ba-b9fafc1dee02 903
2022-03-13T04:08:30.896Z|7a075653-090d-437d-8352-28a6404f70f8|pool-2-thread-3|||||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-03-13T04:08:30.896Z|7a075653-090d-437d-8352-28a6404f70f8|pool-2-thread-3|||||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-03-13T04:08:30.896Z|7a075653-090d-437d-8352-28a6404f70f8|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-13T04:08:30.897Z|7a075653-090d-437d-8352-28a6404f70f8|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-03-13T04:08:30.898Z|7a075653-090d-437d-8352-28a6404f70f8|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-13T04:08:30.899Z|7a075653-090d-437d-8352-28a6404f70f8|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "7a075653-090d-437d-8352-28a6404f70f8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647144510896,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-03-13T04:08:30.999Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-13T04:08:31.000Z||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-03-13T04:08:31.000Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8JOl5TvLYzIQLVLG) ...
2022-03-13T04:08:31.012Z||pool-77-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-13T04:08:31.013Z||pool-77-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-13T04:08:31.899Z|7a075653-090d-437d-8352-28a6404f70f8|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 6cb52040-ca8b-4491-a858-071fec49504e
2022-03-13T04:08:31.900Z|7a075653-090d-437d-8352-28a6404f70f8|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 f93a7a84-8691-4c18-a708-210fd4373c93 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-03-13T04:08:31.911Z|7a075653-090d-437d-8352-28a6404f70f8|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@13dd611b, org.onap.sdc.toscaparser.api.parameters.Input@5b06db4b, org.onap.sdc.toscaparser.api.parameters.Input@2f9d56a, org.onap.sdc.toscaparser.api.parameters.Input@1386a79c, org.onap.sdc.toscaparser.api.parameters.Input@6babd94e]
2022-03-13T04:08:31.912Z|7a075653-090d-437d-8352-28a6404f70f8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-13T04:08:31.913Z|7a075653-090d-437d-8352-28a6404f70f8|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-13T04:08:31.913Z|7a075653-090d-437d-8352-28a6404f70f8|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic 
2022-03-13T04:08:31.913Z|7a075653-090d-437d-8352-28a6404f70f8|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= 263264ac-0fd1-4398-a489-eb589d2ca966
2022-03-13T04:08:31.913Z|7a075653-090d-437d-8352-28a6404f70f8|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 263264ac-0fd1-4398-a489-eb589d2ca966 matches Tosca VF Customization UUID: 263264ac-0fd1-4398-a489-eb589d2ca966
2022-03-13T04:08:31.914Z|7a075653-090d-437d-8352-28a6404f70f8|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: 263264ac-0fd1-4398-a489-eb589d2ca966  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-03-13T04:08:31.916Z|7a075653-090d-437d-8352-28a6404f70f8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-13T04:08:31.917Z|7a075653-090d-437d-8352-28a6404f70f8|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-13T04:08:31.918Z|7a075653-090d-437d-8352-28a6404f70f8|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id 263264ac-0fd1-4398-a489-eb589d2ca966: {\"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-03-13T04:08:31.918Z|7a075653-090d-437d-8352-28a6404f70f8|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@6c18b854
2022-03-13T04:08:31.919Z|7a075653-090d-437d-8352-28a6404f70f8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-13T04:08:31.919Z|7a075653-090d-437d-8352-28a6404f70f8|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-13T04:08:31.919Z|7a075653-090d-437d-8352-28a6404f70f8|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 547b4adc-55c7-45e1-83cb-b1aaf3b9daf1
2022-03-13T04:08:31.920Z|7a075653-090d-437d-8352-28a6404f70f8|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 547b4adc-55c7-45e1-83cb-b1aaf3b9daf1
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-03-13T04:08:31.926Z|7a075653-090d-437d-8352-28a6404f70f8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-13T04:08:31.926Z|7a075653-090d-437d-8352-28a6404f70f8|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-03-13T04:08:31.926Z|7a075653-090d-437d-8352-28a6404f70f8|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-13T04:08:31.927Z|7a075653-090d-437d-8352-28a6404f70f8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-13T04:08:31.927Z|7a075653-090d-437d-8352-28a6404f70f8|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-03-13T04:08:31.927Z|7a075653-090d-437d-8352-28a6404f70f8|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-13T04:08:31.928Z|7a075653-090d-437d-8352-28a6404f70f8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-13T04:08:31.928Z|7a075653-090d-437d-8352-28a6404f70f8|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria
2022-03-13T04:08:31.929Z|7a075653-090d-437d-8352-28a6404f70f8|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-03-13T04:08:31.929Z|7a075653-090d-437d-8352-28a6404f70f8|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-03-13T04:08:31.930Z|7a075653-090d-437d-8352-28a6404f70f8|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=306c15d6-a1de-4c4b-83de-baa5eb73d3f6
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-03-13T04:08:31.934Z|7a075653-090d-437d-8352-28a6404f70f8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-13T04:08:31.934Z|7a075653-090d-437d-8352-28a6404f70f8|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-03-13T04:08:31.935Z|7a075653-090d-437d-8352-28a6404f70f8|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-13T04:08:31.935Z|7a075653-090d-437d-8352-28a6404f70f8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-13T04:08:31.935Z|7a075653-090d-437d-8352-28a6404f70f8|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria
2022-03-13T04:08:31.936Z|7a075653-090d-437d-8352-28a6404f70f8|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=263264ac-0fd1-4398-a489-eb589d2ca966
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-03-13T04:08:31.938Z|7a075653-090d-437d-8352-28a6404f70f8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-13T04:08:31.939Z|7a075653-090d-437d-8352-28a6404f70f8|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-13T04:08:31.939Z|7a075653-090d-437d-8352-28a6404f70f8|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 6cb52040-ca8b-4491-a858-071fec49504e: basic_vm
2022-03-13T04:08:31.939Z|7a075653-090d-437d-8352-28a6404f70f8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-13T04:08:31.940Z|7a075653-090d-437d-8352-28a6404f70f8|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-13T04:08:31.940Z|7a075653-090d-437d-8352-28a6404f70f8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-13T04:08:31.940Z|7a075653-090d-437d-8352-28a6404f70f8|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-13T04:08:31.940Z|7a075653-090d-437d-8352-28a6404f70f8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-13T04:08:31.941Z|7a075653-090d-437d-8352-28a6404f70f8|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-13T04:08:31.941Z|7a075653-090d-437d-8352-28a6404f70f8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-13T04:08:31.941Z|7a075653-090d-437d-8352-28a6404f70f8|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-13T04:08:31.942Z|7a075653-090d-437d-8352-28a6404f70f8|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-13T04:08:31.942Z|7a075653-090d-437d-8352-28a6404f70f8|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-13T04:08:31.942Z|7a075653-090d-437d-8352-28a6404f70f8|pool-2-thread-3|||||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-03-13T04:08:32.030Z|7a075653-090d-437d-8352-28a6404f70f8|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm f93a7a84-8691-4c18-a708-210fd4373c93 1 ASDC deployResourceStructure
2022-03-13T04:08:32.031Z|7a075653-090d-437d-8352-28a6404f70f8|pool-2-thread-3|||||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-03-13T04:08:32.031Z|7a075653-090d-437d-8352-28a6404f70f8|pool-2-thread-3|||||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-03-13T04:08:32.031Z|7a075653-090d-437d-8352-28a6404f70f8|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-13T04:08:32.031Z|7a075653-090d-437d-8352-28a6404f70f8|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-03-13T04:08:32.035Z|7a075653-090d-437d-8352-28a6404f70f8|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-13T04:08:32.035Z|7a075653-090d-437d-8352-28a6404f70f8|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "7a075653-090d-437d-8352-28a6404f70f8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647144512031,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-13T04:08:32.135Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-13T04:08:32.136Z||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-03-13T04:08:32.137Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8JOl5TvLYzIQLVLG) ...
2022-03-13T04:08:32.152Z||pool-78-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-13T04:08:32.153Z||pool-78-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
2022-03-13T04:08:33.037Z|7a075653-090d-437d-8352-28a6404f70f8|pool-2-thread-3|||||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-03-13T04:08:33.037Z|7a075653-090d-437d-8352-28a6404f70f8|pool-2-thread-3|||||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-03-13T04:08:33.039Z|7a075653-090d-437d-8352-28a6404f70f8|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-13T04:08:33.040Z|7a075653-090d-437d-8352-28a6404f70f8|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-03-13T04:08:33.042Z|7a075653-090d-437d-8352-28a6404f70f8|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-13T04:08:33.042Z|7a075653-090d-437d-8352-28a6404f70f8|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "7a075653-090d-437d-8352-28a6404f70f8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647144513037,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-03-13T04:08:33.142Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-13T04:08:33.143Z||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-03-13T04:08:33.144Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8JOl5TvLYzIQLVLG) ...
2022-03-13T04:08:33.177Z||pool-79-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-13T04:08:33.178Z||pool-79-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":0,"count":1}
2022-03-13T04:08:34.049Z|7a075653-090d-437d-8352-28a6404f70f8|pool-2-thread-3|||||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-03-13T04:08:34.050Z|7a075653-090d-437d-8352-28a6404f70f8|pool-2-thread-3|||||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-03-13T04:08:34.050Z|7a075653-090d-437d-8352-28a6404f70f8|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-13T04:08:34.050Z|7a075653-090d-437d-8352-28a6404f70f8|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-03-13T04:08:34.053Z|7a075653-090d-437d-8352-28a6404f70f8|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-13T04:08:34.053Z|7a075653-090d-437d-8352-28a6404f70f8|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "7a075653-090d-437d-8352-28a6404f70f8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647144514049,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-03-13T04:08:34.154Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-13T04:08:34.155Z||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-03-13T04:08:34.155Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8JOl5TvLYzIQLVLG) ...
2022-03-13T04:08:34.170Z||pool-80-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-13T04:08:34.172Z||pool-80-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-03-13T04:08:35.054Z|7a075653-090d-437d-8352-28a6404f70f8|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification
2022-03-13T04:08:35.054Z|7a075653-090d-437d-8352-28a6404f70f8|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar
2022-03-13T04:08:35.055Z|7a075653-090d-437d-8352-28a6404f70f8|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-13T04:08:35.055Z|7a075653-090d-437d-8352-28a6404f70f8|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-03-13T04:08:35.063Z|7a075653-090d-437d-8352-28a6404f70f8|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-13T04:08:35.063Z|7a075653-090d-437d-8352-28a6404f70f8|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "7a075653-090d-437d-8352-28a6404f70f8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647144515054,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-13T04:08:35.163Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-13T04:08:35.164Z||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-03-13T04:08:35.165Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8JOl5TvLYzIQLVLG) ...
2022-03-13T04:08:35.176Z||pool-81-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-13T04:08:35.177Z||pool-81-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-03-13T04:08:36.064Z|7a075653-090d-437d-8352-28a6404f70f8|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7a075653-090d-437d-8352-28a6404f70f8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-13T04:08:36.074Z|7a075653-090d-437d-8352-28a6404f70f8|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7a075653-090d-437d-8352-28a6404f70f8
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-03-13T04:08:36.076Z|7a075653-090d-437d-8352-28a6404f70f8|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-13T04:08:36.077Z|7a075653-090d-437d-8352-28a6404f70f8|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-13T04:08:36.077Z|7a075653-090d-437d-8352-28a6404f70f8|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-13T04:09:06.080Z|7a075653-090d-437d-8352-28a6404f70f8|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7a075653-090d-437d-8352-28a6404f70f8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-13T04:09:06.091Z|7a075653-090d-437d-8352-28a6404f70f8|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7a075653-090d-437d-8352-28a6404f70f8
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-03-13T04:09:06.093Z|7a075653-090d-437d-8352-28a6404f70f8|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-13T04:09:06.093Z|7a075653-090d-437d-8352-28a6404f70f8|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-13T04:09:06.094Z|7a075653-090d-437d-8352-28a6404f70f8|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-13T04:09:21.607Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-13T04:09:21.608Z||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-03-13T04:09:21.609Z||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 8JOl5TvLYzIQLVLG) ...
2022-03-13T04:09:21.669Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-13T04:09:21.686Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:09:21.686Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1e654ce-19db-40e5-bb61-4439eb2302dc",
  "consumerID": "clamp",
  "timestamp": 1647144443927,
  "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-03-13T04:09:21.694Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of d1e654ce-19db-40e5-bb61-4439eb2302dc
2022-03-13T04:09:21.694Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId d1e654ce-19db-40e5-bb61-4439eb2302dc 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-03-13T04:09:21.703Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:09:21.703Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a075653-090d-437d-8352-28a6404f70f8",
  "consumerID": "cds",
  "timestamp": 1647144456570,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-13T04:09:21.703Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-13T04:09:21.703Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:09:21.704Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a075653-090d-437d-8352-28a6404f70f8",
  "consumerID": "dcae-sch",
  "timestamp": 1647144459001,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-13T04:09:21.704Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-13T04:09:21.704Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:09:21.704Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a075653-090d-437d-8352-28a6404f70f8",
  "consumerID": "clamp",
  "timestamp": 1647144458514,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-13T04:09:21.704Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-13T04:09:21.704Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:09:21.704Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a075653-090d-437d-8352-28a6404f70f8",
  "consumerID": "cds",
  "timestamp": 1647144456570,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-13T04:09:21.704Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-13T04:09:21.704Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:09:21.704Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a075653-090d-437d-8352-28a6404f70f8",
  "consumerID": "dcae-sch",
  "timestamp": 1647144459001,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-13T04:09:21.704Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-13T04:09:21.704Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:09:21.705Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a075653-090d-437d-8352-28a6404f70f8",
  "consumerID": "clamp",
  "timestamp": 1647144458514,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-03-13T04:09:21.705Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-13T04:09:21.705Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:09:21.705Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a075653-090d-437d-8352-28a6404f70f8",
  "consumerID": "cds",
  "timestamp": 1647144456570,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-13T04:09:21.705Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-13T04:09:21.705Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:09:21.705Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a075653-090d-437d-8352-28a6404f70f8",
  "consumerID": "clamp",
  "timestamp": 1647144458514,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-13T04:09:21.705Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-13T04:09:21.705Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:09:21.705Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a075653-090d-437d-8352-28a6404f70f8",
  "consumerID": "dcae-sch",
  "timestamp": 1647144459001,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-13T04:09:21.705Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-13T04:09:21.706Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:09:21.706Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a075653-090d-437d-8352-28a6404f70f8",
  "consumerID": "cds",
  "timestamp": 1647144456570,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-13T04:09:21.706Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-13T04:09:21.706Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:09:21.706Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a075653-090d-437d-8352-28a6404f70f8",
  "consumerID": "clamp",
  "timestamp": 1647144458514,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-13T04:09:21.706Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-13T04:09:21.706Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:09:21.706Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a075653-090d-437d-8352-28a6404f70f8",
  "consumerID": "dcae-sch",
  "timestamp": 1647144459001,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-13T04:09:21.706Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-13T04:09:21.706Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:09:21.706Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a075653-090d-437d-8352-28a6404f70f8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647144463121,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-13T04:09:21.707Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-13T04:09:21.707Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:09:21.707Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a075653-090d-437d-8352-28a6404f70f8",
  "consumerID": "aai-ml",
  "timestamp": 1647144463940,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-13T04:09:21.707Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-13T04:09:21.707Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:09:21.707Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a075653-090d-437d-8352-28a6404f70f8",
  "consumerID": "cds",
  "timestamp": 1647144456570,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-03-13T04:09:21.707Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-13T04:09:21.707Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:09:21.707Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a075653-090d-437d-8352-28a6404f70f8",
  "consumerID": "dcae-sch",
  "timestamp": 1647144459001,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-03-13T04:09:21.707Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-13T04:09:21.707Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:09:21.708Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a075653-090d-437d-8352-28a6404f70f8",
  "consumerID": "clamp",
  "timestamp": 1647144458514,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-03-13T04:09:21.708Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-13T04:09:21.708Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:09:21.708Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a075653-090d-437d-8352-28a6404f70f8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647144463121,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-13T04:09:21.708Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-13T04:09:21.708Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:09:21.708Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a075653-090d-437d-8352-28a6404f70f8",
  "consumerID": "aai-ml",
  "timestamp": 1647144463940,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-13T04:09:21.708Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-13T04:09:21.708Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:09:21.708Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a075653-090d-437d-8352-28a6404f70f8",
  "consumerID": "cds",
  "timestamp": 1647144456570,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-13T04:09:21.708Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-13T04:09:21.709Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:09:21.709Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a075653-090d-437d-8352-28a6404f70f8",
  "consumerID": "dcae-sch",
  "timestamp": 1647144459001,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-13T04:09:21.709Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-13T04:09:21.709Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:09:21.709Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a075653-090d-437d-8352-28a6404f70f8",
  "consumerID": "clamp",
  "timestamp": 1647144458514,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-13T04:09:21.709Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-13T04:09:21.709Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:09:21.709Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a075653-090d-437d-8352-28a6404f70f8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647144463121,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-13T04:09:21.709Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-13T04:09:21.709Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:09:21.709Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a075653-090d-437d-8352-28a6404f70f8",
  "consumerID": "aai-ml",
  "timestamp": 1647144463940,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-13T04:09:21.710Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-13T04:09:21.710Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:09:21.710Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a075653-090d-437d-8352-28a6404f70f8",
  "consumerID": "cds",
  "timestamp": 1647144456570,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-03-13T04:09:21.710Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-13T04:09:21.710Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:09:21.710Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a075653-090d-437d-8352-28a6404f70f8",
  "consumerID": "policy-id",
  "timestamp": 1647144465549,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-13T04:09:21.710Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-13T04:09:21.710Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:09:21.710Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a075653-090d-437d-8352-28a6404f70f8",
  "consumerID": "clamp",
  "timestamp": 1647144458514,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-03-13T04:09:21.710Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-13T04:09:21.710Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:09:21.710Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a075653-090d-437d-8352-28a6404f70f8",
  "consumerID": "dcae-sch",
  "timestamp": 1647144459001,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-13T04:09:21.711Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-13T04:09:21.711Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:09:21.711Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a075653-090d-437d-8352-28a6404f70f8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647144463121,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-13T04:09:21.711Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-13T04:09:21.711Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:09:21.711Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a075653-090d-437d-8352-28a6404f70f8",
  "consumerID": "aai-ml",
  "timestamp": 1647144463940,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-13T04:09:21.711Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-13T04:09:21.711Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:09:21.711Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a075653-090d-437d-8352-28a6404f70f8",
  "consumerID": "policy-id",
  "timestamp": 1647144465549,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-13T04:09:21.711Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-13T04:09:21.711Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:09:21.712Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a075653-090d-437d-8352-28a6404f70f8",
  "consumerID": "cds",
  "timestamp": 1647144467559,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-13T04:09:21.712Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-13T04:09:21.712Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:09:21.712Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a075653-090d-437d-8352-28a6404f70f8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647144463121,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-03-13T04:09:21.712Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-13T04:09:21.712Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:09:21.712Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a075653-090d-437d-8352-28a6404f70f8",
  "consumerID": "aai-ml",
  "timestamp": 1647144463940,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-03-13T04:09:21.712Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-13T04:09:21.712Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:09:21.712Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a075653-090d-437d-8352-28a6404f70f8",
  "consumerID": "policy-id",
  "timestamp": 1647144465549,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-03-13T04:09:21.713Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-13T04:09:21.713Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:09:21.713Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a075653-090d-437d-8352-28a6404f70f8",
  "consumerID": "cds",
  "timestamp": 1647144468564,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
2022-03-13T04:09:21.719Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 7a075653-090d-437d-8352-28a6404f70f8
2022-03-13T04:09:21.719Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7a075653-090d-437d-8352-28a6404f70f8 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-03-13T04:09:21.731Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:09:21.731Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a075653-090d-437d-8352-28a6404f70f8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647144463121,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-13T04:09:21.732Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-13T04:09:21.732Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:09:21.732Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a075653-090d-437d-8352-28a6404f70f8",
  "consumerID": "aai-ml",
  "timestamp": 1647144463940,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-13T04:09:21.732Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-13T04:09:21.732Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:09:21.732Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a075653-090d-437d-8352-28a6404f70f8",
  "consumerID": "policy-id",
  "timestamp": 1647144465549,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-13T04:09:21.733Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-13T04:09:21.733Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:09:21.733Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a075653-090d-437d-8352-28a6404f70f8",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647144463121,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-13T04:09:21.733Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-13T04:09:21.733Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:09:21.733Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a075653-090d-437d-8352-28a6404f70f8",
  "consumerID": "aai-ml",
  "timestamp": 1647144463940,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-03-13T04:09:21.733Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-13T04:09:21.733Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:09:21.734Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a075653-090d-437d-8352-28a6404f70f8",
  "consumerID": "policy-id",
  "timestamp": 1647144465549,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-03-13T04:09:21.734Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-13T04:09:21.734Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:09:21.734Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a075653-090d-437d-8352-28a6404f70f8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647144470060,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-13T04:09:21.734Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-13T04:09:21.734Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:09:21.734Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a075653-090d-437d-8352-28a6404f70f8",
  "consumerID": "aai-ml",
  "timestamp": 1647144471819,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-13T04:09:21.734Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-13T04:09:21.734Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:09:21.734Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a075653-090d-437d-8352-28a6404f70f8",
  "consumerID": "policy-id",
  "timestamp": 1647144465549,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-13T04:09:21.734Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-13T04:09:21.735Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:09:21.735Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a075653-090d-437d-8352-28a6404f70f8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647144470060,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-03-13T04:09:21.735Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-13T04:09:21.735Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:09:21.735Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a075653-090d-437d-8352-28a6404f70f8",
  "consumerID": "policy-id",
  "timestamp": 1647144465549,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-03-13T04:09:21.736Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-13T04:09:21.736Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:09:21.736Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a075653-090d-437d-8352-28a6404f70f8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647144470060,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-03-13T04:09:21.736Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-13T04:09:21.736Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:09:21.736Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a075653-090d-437d-8352-28a6404f70f8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647144470060,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-13T04:09:21.736Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-13T04:09:21.737Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:09:21.737Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a075653-090d-437d-8352-28a6404f70f8",
  "consumerID": "policy-id",
  "timestamp": 1647144473577,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-13T04:09:21.737Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-13T04:09:21.737Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:09:21.737Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a075653-090d-437d-8352-28a6404f70f8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647144470060,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-03-13T04:09:21.737Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-13T04:09:21.737Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:09:21.737Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a075653-090d-437d-8352-28a6404f70f8",
  "consumerID": "policy-id",
  "timestamp": 1647144474583,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-13T04:09:21.738Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-13T04:09:21.738Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:09:21.738Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a075653-090d-437d-8352-28a6404f70f8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647144470060,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-13T04:09:21.738Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-13T04:09:21.738Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:09:21.738Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a075653-090d-437d-8352-28a6404f70f8",
  "consumerID": "policy-id",
  "timestamp": 1647144475586,
  "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-03-13T04:09:21.746Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 7a075653-090d-437d-8352-28a6404f70f8
2022-03-13T04:09:21.746Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7a075653-090d-437d-8352-28a6404f70f8 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-03-13T04:09:21.757Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:09:21.758Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a075653-090d-437d-8352-28a6404f70f8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647144470060,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-03-13T04:09:21.758Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-13T04:09:21.758Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:09:21.758Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a075653-090d-437d-8352-28a6404f70f8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647144476575,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-13T04:09:21.758Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-13T04:09:21.758Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:09:21.758Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a075653-090d-437d-8352-28a6404f70f8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647144476575,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-13T04:09:21.759Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-13T04:09:21.759Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:09:21.759Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcac49eb-74e9-4533-90b3-675eb2c67023",
  "consumerID": "cds",
  "timestamp": 1647144471570,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-13T04:09:21.759Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-13T04:09:21.759Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:09:21.759Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a075653-090d-437d-8352-28a6404f70f8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647144478150,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-13T04:09:21.759Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-13T04:09:21.759Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:09:21.759Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a075653-090d-437d-8352-28a6404f70f8",
  "consumerID": "clamp",
  "timestamp": 1647144478921,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-13T04:09:21.759Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-13T04:09:21.760Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:09:21.760Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a075653-090d-437d-8352-28a6404f70f8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647144476575,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-13T04:09:21.760Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-13T04:09:21.760Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:09:21.760Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcac49eb-74e9-4533-90b3-675eb2c67023",
  "consumerID": "cds",
  "timestamp": 1647144471570,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-13T04:09:21.760Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-13T04:09:21.760Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:09:21.760Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a075653-090d-437d-8352-28a6404f70f8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647144479719,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-13T04:09:21.760Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-13T04:09:21.760Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:09:21.760Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a075653-090d-437d-8352-28a6404f70f8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647144476575,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-13T04:09:21.761Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-13T04:09:21.761Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:09:21.761Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcac49eb-74e9-4533-90b3-675eb2c67023",
  "consumerID": "cds",
  "timestamp": 1647144471570,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-13T04:09:21.761Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-13T04:09:21.761Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:09:21.761Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcac49eb-74e9-4533-90b3-675eb2c67023",
  "consumerID": "dcae-sch",
  "timestamp": 1647144479002,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-13T04:09:21.761Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-13T04:09:21.761Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:09:21.762Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a075653-090d-437d-8352-28a6404f70f8",
  "consumerID": "clamp",
  "timestamp": 1647144480929,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-13T04:09:21.762Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-13T04:09:21.762Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:09:21.762Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a075653-090d-437d-8352-28a6404f70f8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647144476575,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-03-13T04:09:21.762Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-13T04:09:21.762Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:09:21.762Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcac49eb-74e9-4533-90b3-675eb2c67023",
  "consumerID": "cds",
  "timestamp": 1647144471570,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-13T04:09:21.763Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-13T04:09:21.763Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:09:21.763Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcac49eb-74e9-4533-90b3-675eb2c67023",
  "consumerID": "dcae-sch",
  "timestamp": 1647144479002,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-13T04:09:21.763Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-13T04:09:21.763Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:09:21.763Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a075653-090d-437d-8352-28a6404f70f8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647144480968,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-03-13T04:09:21.763Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-13T04:09:21.763Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:09:21.763Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a075653-090d-437d-8352-28a6404f70f8",
  "consumerID": "clamp",
  "timestamp": 1647144481934,
  "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-03-13T04:09:21.769Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 7a075653-090d-437d-8352-28a6404f70f8
2022-03-13T04:09:21.770Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7a075653-090d-437d-8352-28a6404f70f8 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-03-13T04:09:21.779Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:09:21.779Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a075653-090d-437d-8352-28a6404f70f8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647144476575,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-13T04:09:21.779Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-13T04:09:21.779Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:09:21.779Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcac49eb-74e9-4533-90b3-675eb2c67023",
  "consumerID": "cds",
  "timestamp": 1647144471570,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-03-13T04:09:21.780Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-13T04:09:21.780Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:09:21.780Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcac49eb-74e9-4533-90b3-675eb2c67023",
  "consumerID": "dcae-sch",
  "timestamp": 1647144479002,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-13T04:09:21.780Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-13T04:09:21.780Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:09:21.781Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a075653-090d-437d-8352-28a6404f70f8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647144481987,
  "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-03-13T04:09:21.786Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 7a075653-090d-437d-8352-28a6404f70f8
2022-03-13T04:09:21.786Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7a075653-090d-437d-8352-28a6404f70f8 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-03-13T04:09:21.794Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:09:21.794Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a075653-090d-437d-8352-28a6404f70f8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647144476575,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-03-13T04:09:21.794Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-13T04:09:21.794Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:09:21.794Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcac49eb-74e9-4533-90b3-675eb2c67023",
  "consumerID": "cds",
  "timestamp": 1647144471570,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-03-13T04:09:21.794Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-13T04:09:21.794Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:09:21.795Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcac49eb-74e9-4533-90b3-675eb2c67023",
  "consumerID": "dcae-sch",
  "timestamp": 1647144479002,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-13T04:09:21.795Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-13T04:09:21.795Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:09:21.795Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a075653-090d-437d-8352-28a6404f70f8",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647144482991,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-13T04:09:21.795Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-13T04:09:21.795Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:09:21.795Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcac49eb-74e9-4533-90b3-675eb2c67023",
  "consumerID": "dcae-sch",
  "timestamp": 1647144479002,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-03-13T04:09:21.795Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-13T04:09:21.795Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:09:21.795Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcac49eb-74e9-4533-90b3-675eb2c67023",
  "consumerID": "cds",
  "timestamp": 1647144471570,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-13T04:09:21.795Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-13T04:09:21.795Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:09:21.795Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcac49eb-74e9-4533-90b3-675eb2c67023",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647144483121,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-13T04:09:21.796Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-13T04:09:21.796Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:09:21.796Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a075653-090d-437d-8352-28a6404f70f8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647144484603,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-13T04:09:21.796Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-13T04:09:21.796Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:09:21.796Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a075653-090d-437d-8352-28a6404f70f8",
  "consumerID": "aai-ml",
  "timestamp": 1647144485031,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-13T04:09:21.796Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-13T04:09:21.796Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:09:21.796Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcac49eb-74e9-4533-90b3-675eb2c67023",
  "consumerID": "dcae-sch",
  "timestamp": 1647144479002,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-03-13T04:09:21.796Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-13T04:09:21.796Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:09:21.797Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcac49eb-74e9-4533-90b3-675eb2c67023",
  "consumerID": "cds",
  "timestamp": 1647144471570,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-03-13T04:09:21.797Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-13T04:09:21.797Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:09:21.797Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcac49eb-74e9-4533-90b3-675eb2c67023",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647144483121,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-13T04:09:21.797Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-13T04:09:21.797Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:09:21.797Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a075653-090d-437d-8352-28a6404f70f8",
  "consumerID": "aai-ml",
  "timestamp": 1647144486038,
  "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-03-13T04:09:21.803Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 7a075653-090d-437d-8352-28a6404f70f8
2022-03-13T04:09:21.803Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7a075653-090d-437d-8352-28a6404f70f8 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-03-13T04:09:21.812Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:09:21.812Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcac49eb-74e9-4533-90b3-675eb2c67023",
  "consumerID": "dcae-sch",
  "timestamp": 1647144479002,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-13T04:09:21.812Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-13T04:09:21.813Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:09:21.813Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcac49eb-74e9-4533-90b3-675eb2c67023",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647144483121,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-13T04:09:21.813Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-13T04:09:21.813Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:09:21.813Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a075653-090d-437d-8352-28a6404f70f8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647144486871,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-13T04:09:21.813Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-13T04:09:21.813Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:09:21.813Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcac49eb-74e9-4533-90b3-675eb2c67023",
  "consumerID": "policy-id",
  "timestamp": 1647144485549,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-13T04:09:21.814Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-13T04:09:21.814Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:09:21.814Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcac49eb-74e9-4533-90b3-675eb2c67023",
  "consumerID": "dcae-sch",
  "timestamp": 1647144479002,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-13T04:09:21.814Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-13T04:09:21.814Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:09:21.814Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcac49eb-74e9-4533-90b3-675eb2c67023",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647144483121,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-13T04:09:21.814Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-13T04:09:21.814Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:09:21.814Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcac49eb-74e9-4533-90b3-675eb2c67023",
  "consumerID": "cds",
  "timestamp": 1647144486857,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-13T04:09:21.815Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-13T04:09:21.815Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:09:21.815Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a075653-090d-437d-8352-28a6404f70f8",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647144487875,
  "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-03-13T04:09:21.819Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 7a075653-090d-437d-8352-28a6404f70f8
2022-03-13T04:09:21.819Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7a075653-090d-437d-8352-28a6404f70f8 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-03-13T04:09:21.828Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:09:21.828Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcac49eb-74e9-4533-90b3-675eb2c67023",
  "consumerID": "policy-id",
  "timestamp": 1647144485549,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-13T04:09:21.828Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-13T04:09:21.828Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:09:21.829Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f15efd6c-9e65-4061-be6e-39394633addd",
  "consumerID": "dcae-sch",
  "timestamp": 1647144479002,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-13T04:09:21.829Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-13T04:09:21.829Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:09:21.829Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcac49eb-74e9-4533-90b3-675eb2c67023",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647144483121,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-03-13T04:09:21.829Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-13T04:09:21.829Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:09:21.829Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcac49eb-74e9-4533-90b3-675eb2c67023",
  "consumerID": "clamp",
  "timestamp": 1647144488514,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-13T04:09:21.829Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-13T04:09:21.830Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:09:21.830Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcac49eb-74e9-4533-90b3-675eb2c67023",
  "consumerID": "policy-id",
  "timestamp": 1647144485549,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-03-13T04:09:21.830Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-13T04:09:21.830Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:09:21.830Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f15efd6c-9e65-4061-be6e-39394633addd",
  "consumerID": "dcae-sch",
  "timestamp": 1647144479002,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-13T04:09:21.830Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-13T04:09:21.830Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:09:21.831Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcac49eb-74e9-4533-90b3-675eb2c67023",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647144483121,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-03-13T04:09:21.831Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-13T04:09:21.831Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:09:21.831Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcac49eb-74e9-4533-90b3-675eb2c67023",
  "consumerID": "clamp",
  "timestamp": 1647144488514,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-03-13T04:09:21.831Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-13T04:09:21.831Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:09:21.831Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcac49eb-74e9-4533-90b3-675eb2c67023",
  "consumerID": "policy-id",
  "timestamp": 1647144485549,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-13T04:09:21.832Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-13T04:09:21.832Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:09:21.832Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcac49eb-74e9-4533-90b3-675eb2c67023",
  "consumerID": "cds",
  "timestamp": 1647144489549,
  "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-03-13T04:09:21.847Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of bcac49eb-74e9-4533-90b3-675eb2c67023
2022-03-13T04:09:21.847Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId bcac49eb-74e9-4533-90b3-675eb2c67023 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-03-13T04:09:21.855Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:09:21.855Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f15efd6c-9e65-4061-be6e-39394633addd",
  "consumerID": "dcae-sch",
  "timestamp": 1647144479002,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-13T04:09:21.856Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-13T04:09:21.856Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:09:21.856Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcac49eb-74e9-4533-90b3-675eb2c67023",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647144483121,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-13T04:09:21.856Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-13T04:09:21.857Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:09:21.857Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcac49eb-74e9-4533-90b3-675eb2c67023",
  "consumerID": "clamp",
  "timestamp": 1647144488514,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-13T04:09:21.857Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-13T04:09:21.857Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:09:21.858Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcac49eb-74e9-4533-90b3-675eb2c67023",
  "consumerID": "policy-id",
  "timestamp": 1647144485549,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-03-13T04:09:21.858Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-13T04:09:21.858Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:09:21.858Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f15efd6c-9e65-4061-be6e-39394633addd",
  "consumerID": "cds",
  "timestamp": 1647144490554,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-13T04:09:21.858Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-13T04:09:21.858Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:09:21.858Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcac49eb-74e9-4533-90b3-675eb2c67023",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647144490060,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-13T04:09:21.858Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-13T04:09:21.858Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:09:21.859Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f15efd6c-9e65-4061-be6e-39394633addd",
  "consumerID": "dcae-sch",
  "timestamp": 1647144479002,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-03-13T04:09:21.859Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-13T04:09:21.859Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:09:21.859Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcac49eb-74e9-4533-90b3-675eb2c67023",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647144483121,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-13T04:09:21.859Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-13T04:09:21.859Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:09:21.859Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcac49eb-74e9-4533-90b3-675eb2c67023",
  "consumerID": "clamp",
  "timestamp": 1647144488514,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-13T04:09:21.859Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-13T04:09:21.859Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:09:21.860Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcac49eb-74e9-4533-90b3-675eb2c67023",
  "consumerID": "policy-id",
  "timestamp": 1647144485549,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-03-13T04:09:21.860Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-13T04:09:21.860Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:09:21.861Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f15efd6c-9e65-4061-be6e-39394633addd",
  "consumerID": "cds",
  "timestamp": 1647144490554,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-13T04:09:21.861Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-13T04:09:21.861Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:09:21.861Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcac49eb-74e9-4533-90b3-675eb2c67023",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647144490060,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-03-13T04:09:21.861Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-13T04:09:21.861Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:09:21.861Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f15efd6c-9e65-4061-be6e-39394633addd",
  "consumerID": "dcae-sch",
  "timestamp": 1647144479002,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-13T04:09:21.861Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-13T04:09:21.861Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:09:21.862Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f15efd6c-9e65-4061-be6e-39394633addd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647144483121,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-13T04:09:21.862Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-13T04:09:21.862Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:09:21.862Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcac49eb-74e9-4533-90b3-675eb2c67023",
  "consumerID": "clamp",
  "timestamp": 1647144488514,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-03-13T04:09:21.862Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-13T04:09:21.862Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:09:21.862Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcac49eb-74e9-4533-90b3-675eb2c67023",
  "consumerID": "policy-id",
  "timestamp": 1647144485549,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-13T04:09:21.862Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-13T04:09:21.862Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:09:21.862Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f15efd6c-9e65-4061-be6e-39394633addd",
  "consumerID": "cds",
  "timestamp": 1647144490554,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-13T04:09:21.863Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-13T04:09:21.863Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:09:21.863Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcac49eb-74e9-4533-90b3-675eb2c67023",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647144490060,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-03-13T04:09:21.863Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-13T04:09:21.863Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:09:21.863Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f15efd6c-9e65-4061-be6e-39394633addd",
  "consumerID": "dcae-sch",
  "timestamp": 1647144479002,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-13T04:09:21.863Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-13T04:09:21.863Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:09:21.863Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f15efd6c-9e65-4061-be6e-39394633addd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647144483121,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-13T04:09:21.864Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-13T04:09:21.864Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:09:21.864Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcac49eb-74e9-4533-90b3-675eb2c67023",
  "consumerID": "clamp",
  "timestamp": 1647144488514,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-03-13T04:09:21.864Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-13T04:09:21.864Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:09:21.864Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcac49eb-74e9-4533-90b3-675eb2c67023",
  "consumerID": "policy-id",
  "timestamp": 1647144485549,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-03-13T04:09:21.864Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-13T04:09:21.865Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:09:21.865Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f15efd6c-9e65-4061-be6e-39394633addd",
  "consumerID": "cds",
  "timestamp": 1647144490554,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-03-13T04:09:21.865Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-13T04:09:21.865Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:09:21.865Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcac49eb-74e9-4533-90b3-675eb2c67023",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647144490060,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-13T04:09:21.865Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-13T04:09:21.865Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:09:21.865Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f15efd6c-9e65-4061-be6e-39394633addd",
  "consumerID": "dcae-sch",
  "timestamp": 1647144479002,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-13T04:09:21.865Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-13T04:09:21.865Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:09:21.866Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f15efd6c-9e65-4061-be6e-39394633addd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647144483121,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-13T04:09:21.866Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-13T04:09:21.866Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:09:21.866Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcac49eb-74e9-4533-90b3-675eb2c67023",
  "consumerID": "aai-ml",
  "timestamp": 1647144493940,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-13T04:09:21.866Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-13T04:09:21.866Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:09:21.866Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcac49eb-74e9-4533-90b3-675eb2c67023",
  "consumerID": "clamp",
  "timestamp": 1647144488514,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-13T04:09:21.866Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-13T04:09:21.866Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:09:21.867Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcac49eb-74e9-4533-90b3-675eb2c67023",
  "consumerID": "policy-id",
  "timestamp": 1647144494383,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-13T04:09:21.867Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-13T04:09:21.867Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:09:21.867Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f15efd6c-9e65-4061-be6e-39394633addd",
  "consumerID": "cds",
  "timestamp": 1647144490554,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-13T04:09:21.867Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-13T04:09:21.867Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:09:21.867Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcac49eb-74e9-4533-90b3-675eb2c67023",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647144490060,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-03-13T04:09:21.867Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-13T04:09:21.868Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:09:21.868Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f15efd6c-9e65-4061-be6e-39394633addd",
  "consumerID": "dcae-sch",
  "timestamp": 1647144479002,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-13T04:09:21.868Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-13T04:09:21.868Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:09:21.868Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f15efd6c-9e65-4061-be6e-39394633addd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647144483121,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-03-13T04:09:21.868Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-13T04:09:21.868Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:09:21.868Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcac49eb-74e9-4533-90b3-675eb2c67023",
  "consumerID": "clamp",
  "timestamp": 1647144488514,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-03-13T04:09:21.869Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-13T04:09:21.869Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:09:21.869Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcac49eb-74e9-4533-90b3-675eb2c67023",
  "consumerID": "aai-ml",
  "timestamp": 1647144493940,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-13T04:09:21.869Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-13T04:09:21.869Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:09:21.869Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcac49eb-74e9-4533-90b3-675eb2c67023",
  "consumerID": "policy-id",
  "timestamp": 1647144495388,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-13T04:09:21.869Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-13T04:09:21.869Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:09:21.869Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f15efd6c-9e65-4061-be6e-39394633addd",
  "consumerID": "cds",
  "timestamp": 1647144490554,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-13T04:09:21.870Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-13T04:09:21.870Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:09:21.870Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcac49eb-74e9-4533-90b3-675eb2c67023",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647144490060,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-03-13T04:09:21.870Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-13T04:09:21.870Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:09:21.870Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f15efd6c-9e65-4061-be6e-39394633addd",
  "consumerID": "dcae-sch",
  "timestamp": 1647144479002,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-13T04:09:21.870Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-13T04:09:21.870Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:09:21.870Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "d1e654ce-19db-40e5-bb61-4439eb2302dc",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647144495931,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-13T04:09:21.871Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-13T04:09:21.871Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:09:21.871Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f15efd6c-9e65-4061-be6e-39394633addd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647144483121,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-13T04:09:21.871Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-13T04:09:21.871Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:09:21.871Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcac49eb-74e9-4533-90b3-675eb2c67023",
  "consumerID": "aai-ml",
  "timestamp": 1647144493940,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-13T04:09:21.871Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-13T04:09:21.871Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:09:21.872Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcac49eb-74e9-4533-90b3-675eb2c67023",
  "consumerID": "policy-id",
  "timestamp": 1647144496392,
  "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-03-13T04:09:21.881Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of bcac49eb-74e9-4533-90b3-675eb2c67023
2022-03-13T04:09:21.881Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId bcac49eb-74e9-4533-90b3-675eb2c67023 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-03-13T04:09:21.896Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:09:21.897Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f15efd6c-9e65-4061-be6e-39394633addd",
  "consumerID": "cds",
  "timestamp": 1647144490554,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-13T04:09:21.897Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-13T04:09:21.897Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:09:21.897Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcac49eb-74e9-4533-90b3-675eb2c67023",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647144490060,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-13T04:09:21.897Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-13T04:09:21.897Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:09:21.897Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f15efd6c-9e65-4061-be6e-39394633addd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647144483121,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-13T04:09:21.897Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-13T04:09:21.898Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:09:21.898Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcac49eb-74e9-4533-90b3-675eb2c67023",
  "consumerID": "aai-ml",
  "timestamp": 1647144493940,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-13T04:09:21.898Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-13T04:09:21.898Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:09:21.898Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a075653-090d-437d-8352-28a6404f70f8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647144496951,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-13T04:09:21.898Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-13T04:09:21.898Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:09:21.898Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f15efd6c-9e65-4061-be6e-39394633addd",
  "consumerID": "policy-id",
  "timestamp": 1647144485549,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-13T04:09:21.898Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-13T04:09:21.898Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:09:21.898Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f15efd6c-9e65-4061-be6e-39394633addd",
  "consumerID": "cds",
  "timestamp": 1647144490554,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-13T04:09:21.898Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-13T04:09:21.899Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:09:21.899Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcac49eb-74e9-4533-90b3-675eb2c67023",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647144490060,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-03-13T04:09:21.899Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-13T04:09:21.899Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:09:21.899Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f15efd6c-9e65-4061-be6e-39394633addd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647144483121,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOTIFIED"
}
2022-03-13T04:09:21.899Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-13T04:09:21.899Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:09:21.899Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcac49eb-74e9-4533-90b3-675eb2c67023",
  "consumerID": "aai-ml",
  "timestamp": 1647144493940,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-03-13T04:09:21.900Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-13T04:09:21.900Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:09:21.900Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a075653-090d-437d-8352-28a6404f70f8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647144496951,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "NOTIFIED"
}
2022-03-13T04:09:21.900Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-13T04:09:21.900Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:09:21.900Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f15efd6c-9e65-4061-be6e-39394633addd",
  "consumerID": "policy-id",
  "timestamp": 1647144485549,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-13T04:09:21.900Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-13T04:09:21.900Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:09:21.900Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f15efd6c-9e65-4061-be6e-39394633addd",
  "consumerID": "cds",
  "timestamp": 1647144490554,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-03-13T04:09:21.900Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-13T04:09:21.901Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:09:21.901Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcac49eb-74e9-4533-90b3-675eb2c67023",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647144498918,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-13T04:09:21.901Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-13T04:09:21.901Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:09:21.901Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f15efd6c-9e65-4061-be6e-39394633addd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647144483121,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-13T04:09:21.901Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-13T04:09:21.901Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:09:21.901Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcac49eb-74e9-4533-90b3-675eb2c67023",
  "consumerID": "aai-ml",
  "timestamp": 1647144493940,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-03-13T04:09:21.901Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-13T04:09:21.901Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:09:21.902Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a075653-090d-437d-8352-28a6404f70f8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647144496951,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-03-13T04:09:21.902Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-13T04:09:21.902Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:09:21.902Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f15efd6c-9e65-4061-be6e-39394633addd",
  "consumerID": "policy-id",
  "timestamp": 1647144485549,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-13T04:09:21.902Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-13T04:09:21.902Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:09:21.902Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b9423ca-6ab6-4caa-ad29-e5fb2f31f319",
  "consumerID": "dcae-sch",
  "timestamp": 1647144499002,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOTIFIED"
}
2022-03-13T04:09:21.902Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-13T04:09:21.902Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:09:21.902Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f15efd6c-9e65-4061-be6e-39394633addd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647144483121,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-13T04:09:21.903Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-13T04:09:21.903Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:09:21.903Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f15efd6c-9e65-4061-be6e-39394633addd",
  "consumerID": "cds",
  "timestamp": 1647144500057,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-13T04:09:21.903Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-13T04:09:21.903Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:09:21.903Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcac49eb-74e9-4533-90b3-675eb2c67023",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647144500207,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-13T04:09:21.903Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-13T04:09:21.904Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:09:21.904Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcac49eb-74e9-4533-90b3-675eb2c67023",
  "consumerID": "aai-ml",
  "timestamp": 1647144493940,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-13T04:09:21.904Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-13T04:09:21.904Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:09:21.904Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a075653-090d-437d-8352-28a6404f70f8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647144496951,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-13T04:09:21.904Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-13T04:09:21.904Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:09:21.904Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f15efd6c-9e65-4061-be6e-39394633addd",
  "consumerID": "policy-id",
  "timestamp": 1647144485549,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-03-13T04:09:21.904Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-13T04:09:21.905Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:09:21.905Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b9423ca-6ab6-4caa-ad29-e5fb2f31f319",
  "consumerID": "dcae-sch",
  "timestamp": 1647144499002,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-13T04:09:21.905Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-13T04:09:21.905Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:09:21.905Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f15efd6c-9e65-4061-be6e-39394633addd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647144500972,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-13T04:09:21.905Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-13T04:09:21.905Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:09:21.905Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcac49eb-74e9-4533-90b3-675eb2c67023",
  "consumerID": "aai-ml",
  "timestamp": 1647144493940,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-03-13T04:09:21.905Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-13T04:09:21.906Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:09:21.906Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f15efd6c-9e65-4061-be6e-39394633addd",
  "consumerID": "cds",
  "timestamp": 1647144501290,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-13T04:09:21.920Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of f15efd6c-9e65-4061-be6e-39394633addd
2022-03-13T04:09:21.920Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId f15efd6c-9e65-4061-be6e-39394633addd 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-03-13T04:09:21.929Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:09:21.929Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcac49eb-74e9-4533-90b3-675eb2c67023",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647144501415,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-03-13T04:09:21.929Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-13T04:09:36.094Z|7a075653-090d-437d-8352-28a6404f70f8|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7a075653-090d-437d-8352-28a6404f70f8
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-13T04:09:36.107Z|7a075653-090d-437d-8352-28a6404f70f8|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7a075653-090d-437d-8352-28a6404f70f8
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-03-13T04:09:36.110Z|7a075653-090d-437d-8352-28a6404f70f8|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-13T04:09:36.110Z|7a075653-090d-437d-8352-28a6404f70f8|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-13T04:09:36.111Z|7a075653-090d-437d-8352-28a6404f70f8|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-03-13T04:09:36.111Z|7a075653-090d-437d-8352-28a6404f70f8|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-03-13T04:09:36.111Z|7a075653-090d-437d-8352-28a6404f70f8|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-13T04:09:36.111Z|7a075653-090d-437d-8352-28a6404f70f8|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-13T04:09:36.111Z|7a075653-090d-437d-8352-28a6404f70f8|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-13T04:09:36.111Z|7a075653-090d-437d-8352-28a6404f70f8|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-13T04:09:36.112Z|7a075653-090d-437d-8352-28a6404f70f8|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-13T04:09:36.112Z|7a075653-090d-437d-8352-28a6404f70f8|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-13T04:09:36.112Z|7a075653-090d-437d-8352-28a6404f70f8|pool-2-thread-3|||||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-03-13T04:09:36.117Z|7a075653-090d-437d-8352-28a6404f70f8|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-03-13T04:10:06.118Z|7a075653-090d-437d-8352-28a6404f70f8|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 7a075653-090d-437d-8352-28a6404f70f8 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-03-13T04:10:06.125Z|7a075653-090d-437d-8352-28a6404f70f8|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 7a075653-090d-437d-8352-28a6404f70f8 and serviceModelVersionId: 6cb52040-ca8b-4491-a858-071fec49504e
2022-03-13T04:10:06.125Z|7a075653-090d-437d-8352-28a6404f70f8|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : ccd14893-a9bc-4e88-906c-9e5eb90d1390
2022-03-13T04:10:06.126Z|7a075653-090d-437d-8352-28a6404f70f8|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/ccd14893-a9bc-4e88-906c-9e5eb90d1390/model-vers/model-ver/6cb52040-ca8b-4491-a858-071fec49504e?depth=0
2022-03-13T04:10:06.133Z|7a075653-090d-437d-8352-28a6404f70f8|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2022-03-13T04:10:06.190Z|7a075653-090d-437d-8352-28a6404f70f8|pool-2-thread-3|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccd14893-a9bc-4e88-906c-9e5eb90d1390/model-vers/model-ver/6cb52040-ca8b-4491-a858-071fec49504e?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-03-13T04:10:06.192Z|7a075653-090d-437d-8352-28a6404f70f8|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccd14893-a9bc-4e88-906c-9e5eb90d1390/model-vers/model-ver/6cb52040-ca8b-4491-a858-071fec49504e?depth=0|INFO|500||Invoke
2022-03-13T04:10:06.227Z|7a075653-090d-437d-8352-28a6404f70f8|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccd14893-a9bc-4e88-906c-9e5eb90d1390/model-vers/model-ver/6cb52040-ca8b-4491-a858-071fec49504e?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-03-13T04:10:06.884Z|7a075653-090d-437d-8352-28a6404f70f8|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccd14893-a9bc-4e88-906c-9e5eb90d1390/model-vers/model-ver/6cb52040-ca8b-4491-a858-071fec49504e?depth=0|INFO|500||InvokeReturn
2022-03-13T04:10:06.885Z|7a075653-090d-437d-8352-28a6404f70f8|pool-2-thread-3|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ccd14893-a9bc-4e88-906c-9e5eb90d1390/model-vers/model-ver/6cb52040-ca8b-4491-a858-071fec49504e?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220313-04:10:05:275-48487], vertex-id=[188520], Content-Length=[0], Date=[Sun, 13 Mar 2022 04:10:05 GMT], Content-Type=[application/json]}
2022-03-13T04:10:06.885Z|7a075653-090d-437d-8352-28a6404f70f8|pool-2-thread-3|||||DEBUG|500||Response was returned with an empty entity.
2022-03-13T04:10:06.887Z|7a075653-090d-437d-8352-28a6404f70f8|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-03-13T04:10:06.888Z|7a075653-090d-437d-8352-28a6404f70f8|pool-2-thread-3|||||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-03-13T04:10:06.894Z|7a075653-090d-437d-8352-28a6404f70f8|pool-2-thread-3|||||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-03-13T04:10:06.894Z|7a075653-090d-437d-8352-28a6404f70f8|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 7a075653-090d-437d-8352-28a6404f70f8 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-03-13T04:10:06.894Z|7a075653-090d-437d-8352-28a6404f70f8|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-03-13T04:10:06.895Z|7a075653-090d-437d-8352-28a6404f70f8|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-03-13T04:10:06.900Z|7a075653-090d-437d-8352-28a6404f70f8|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-13T04:10:06.901Z|7a075653-090d-437d-8352-28a6404f70f8|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "7a075653-090d-437d-8352-28a6404f70f8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647144606894,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-13T04:10:07.000Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-13T04:10:07.001Z||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-03-13T04:10:07.002Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8JOl5TvLYzIQLVLG) ...
2022-03-13T04:10:07.020Z||pool-82-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-13T04:10:07.021Z||pool-82-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-03-13T04:10:07.912Z|7a075653-090d-437d-8352-28a6404f70f8|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-13T04:10:07.912Z|7a075653-090d-437d-8352-28a6404f70f8|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"bcac49eb-74e9-4533-90b3-675eb2c67023","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"490d8dd2-6591-48ce-a014-84f896374c9d","serviceDescription":"service","serviceInvariantUUID":"b08f7bc7-fc55-4941-8ba6-80f786cb201d","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"0964c1a8-5165-4b94-be4d-d184eff1f2a9","resourceInvariantUUID":"d3602581-eade-4956-8267-a05b8cbb7a41","resourceCustomizationUUID":"ce11aa74-2ad5-4d9d-a5a7-8ebb242732c9","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":"NjRlNTgzM2NlMzNkMDcwNWRkMzg2OTBiZDk5NDVhOWI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"1eb86347-31fe-4423-a2a9-902d67a1feb3","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":"MTQ0OWZlYTgzY2JlZGQ2ZjA5ODRhZjc4NWRhN2FjOTY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"5bb91d41-cc05-46f4-a9e7-62a308f1e3c9","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":"c8fb65c7-72b8-48a1-9bff-d8f0ba351bb0","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":"989955c0-22c7-4341-afe4-d59a0fa1e4d5","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":"a65ca14c-2d19-4fe5-b0d9-da665eb2ec8f","artifactVersion":"2","generatedFromUUID":"c8fb65c7-72b8-48a1-9bff-d8f0ba351bb0"},{"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":"ZmNiYjAzYTY2NzVkZmJkZDI5MjEyMzVhZDAzZjZiZDk\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"c18ca01a-6c0f-481c-9307-108acd668820","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":"YWExMzg1YzA3OWU1NmQ0Nzg3YTAxZWJhZDQ5NDdiNzg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"0499bc83-c220-4a8d-b7b7-093a8018426a","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"OTc5NGFjYzlmZDVlYzI3M2U5NTVmMWFiOGNkODZiMDI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"e70e58a9-5f9d-4e9f-b3b5-413bc866601f","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-13T04:10:07.913Z|7a075653-090d-437d-8352-28a6404f70f8|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-13T04:10:07.913Z|7a075653-090d-437d-8352-28a6404f70f8|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-03-13T04:10:07.915Z|7a075653-090d-437d-8352-28a6404f70f8|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-13T04:10:07.915Z|7a075653-090d-437d-8352-28a6404f70f8|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "bcac49eb-74e9-4533-90b3-675eb2c67023",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647144496951,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-13T04:10:08.015Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-13T04:10:08.016Z||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-03-13T04:10:08.017Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8JOl5TvLYzIQLVLG) ...
2022-03-13T04:10:08.028Z||pool-83-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-13T04:10:08.028Z||pool-83-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-03-13T04:10:08.916Z|7a075653-090d-437d-8352-28a6404f70f8|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-13T04:10:08.921Z|7a075653-090d-437d-8352-28a6404f70f8|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-03-13T04:10:08.923Z|7a075653-090d-437d-8352-28a6404f70f8|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-13T04:10:08.924Z|7a075653-090d-437d-8352-28a6404f70f8|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "bcac49eb-74e9-4533-90b3-675eb2c67023",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647144496951,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-03-13T04:10:09.024Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-13T04:10:09.024Z||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-03-13T04:10:09.025Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8JOl5TvLYzIQLVLG) ...
2022-03-13T04:10:09.042Z||pool-84-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-13T04:10:09.043Z||pool-84-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1}
2022-03-13T04:10:09.932Z|7a075653-090d-437d-8352-28a6404f70f8|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-13T04:10:09.932Z|7a075653-090d-437d-8352-28a6404f70f8|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-03-13T04:10:09.934Z|7a075653-090d-437d-8352-28a6404f70f8|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-13T04:10:09.934Z|7a075653-090d-437d-8352-28a6404f70f8|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "bcac49eb-74e9-4533-90b3-675eb2c67023",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647144496951,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-03-13T04:10:10.035Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-13T04:10:10.036Z||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-03-13T04:10:10.036Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8JOl5TvLYzIQLVLG) ...
2022-03-13T04:10:10.052Z||pool-85-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-13T04:10:10.053Z||pool-85-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1}
2022-03-13T04:10:10.935Z|7a075653-090d-437d-8352-28a6404f70f8|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-13T04:10:10.936Z|7a075653-090d-437d-8352-28a6404f70f8|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-03-13T04:10:10.938Z|7a075653-090d-437d-8352-28a6404f70f8|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-13T04:10:10.938Z|7a075653-090d-437d-8352-28a6404f70f8|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "bcac49eb-74e9-4533-90b3-675eb2c67023",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647144496951,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-13T04:10:11.038Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-13T04:10:11.040Z||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-03-13T04:10:11.040Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8JOl5TvLYzIQLVLG) ...
2022-03-13T04:10:11.059Z||pool-86-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-13T04:10:11.060Z||pool-86-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-03-13T04:10:11.939Z|7a075653-090d-437d-8352-28a6404f70f8|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-13T04:10:11.939Z|7a075653-090d-437d-8352-28a6404f70f8|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-03-13T04:10:11.941Z|7a075653-090d-437d-8352-28a6404f70f8|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-13T04:10:11.941Z|7a075653-090d-437d-8352-28a6404f70f8|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "bcac49eb-74e9-4533-90b3-675eb2c67023",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647144496951,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-03-13T04:10:12.041Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-13T04:10:12.042Z||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-03-13T04:10:12.042Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8JOl5TvLYzIQLVLG) ...
2022-03-13T04:10:12.054Z||pool-87-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-13T04:10:12.055Z||pool-87-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-13T04:10:12.944Z|7a075653-090d-437d-8352-28a6404f70f8|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-13T04:10:12.946Z|7a075653-090d-437d-8352-28a6404f70f8|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-03-13T04:10:12.956Z|7a075653-090d-437d-8352-28a6404f70f8|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-13T04:10:12.959Z|7a075653-090d-437d-8352-28a6404f70f8|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "bcac49eb-74e9-4533-90b3-675eb2c67023",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647144496951,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-03-13T04:10:13.049Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 90 ms
2022-03-13T04:10:13.050Z||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-03-13T04:10:13.051Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8JOl5TvLYzIQLVLG) ...
2022-03-13T04:10:13.066Z||pool-88-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-13T04:10:13.067Z||pool-88-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-03-13T04:10:13.959Z|7a075653-090d-437d-8352-28a6404f70f8|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-13T04:10:13.960Z|7a075653-090d-437d-8352-28a6404f70f8|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-03-13T04:10:13.962Z|7a075653-090d-437d-8352-28a6404f70f8|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-13T04:10:13.963Z|7a075653-090d-437d-8352-28a6404f70f8|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "bcac49eb-74e9-4533-90b3-675eb2c67023",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647144496951,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-13T04:10:14.063Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-13T04:10:14.063Z||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-03-13T04:10:14.064Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8JOl5TvLYzIQLVLG) ...
2022-03-13T04:10:14.075Z||pool-89-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-13T04:10:14.075Z||pool-89-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-03-13T04:10:14.963Z|7a075653-090d-437d-8352-28a6404f70f8|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-13T04:10:14.964Z|7a075653-090d-437d-8352-28a6404f70f8|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-03-13T04:10:14.966Z|7a075653-090d-437d-8352-28a6404f70f8|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-13T04:10:14.966Z|7a075653-090d-437d-8352-28a6404f70f8|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "bcac49eb-74e9-4533-90b3-675eb2c67023",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647144496951,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-03-13T04:10:15.066Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-13T04:10:15.068Z||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-03-13T04:10:15.068Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8JOl5TvLYzIQLVLG) ...
2022-03-13T04:10:15.082Z||pool-90-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-13T04:10:15.083Z||pool-90-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-03-13T04:10:15.967Z|7a075653-090d-437d-8352-28a6404f70f8|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "bcac49eb-74e9-4533-90b3-675eb2c67023",
  "serviceName": "basic_vm_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "490d8dd2-6591-48ce-a014-84f896374c9d",
  "serviceDescription": "service",
  "serviceInvariantUUID": "b08f7bc7-fc55-4941-8ba6-80f786cb201d",
  "resources": [
    {
      "resourceInstanceName": "basic_vm_macro 0",
      "resourceCustomizationUUID": "ce11aa74-2ad5-4d9d-a5a7-8ebb242732c9",
      "resourceName": "basic_vm_macro",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "0964c1a8-5165-4b94-be4d-d184eff1f2a9",
      "resourceInvariantUUID": "d3602581-eade-4956-8267-a05b8cbb7a41",
      "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": "MTQ0OWZlYTgzY2JlZGQ2ZjA5ODRhZjc4NWRhN2FjOTY\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "5bb91d41-cc05-46f4-a9e7-62a308f1e3c9",
          "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": "c8fb65c7-72b8-48a1-9bff-d8f0ba351bb0",
          "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": "a65ca14c-2d19-4fe5-b0d9-da665eb2ec8f",
            "generatedFromUUID": "c8fb65c7-72b8-48a1-9bff-d8f0ba351bb0"
          },
          "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": "a65ca14c-2d19-4fe5-b0d9-da665eb2ec8f",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-BasicVmMacro-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
      "artifactChecksum": "OTc5NGFjYzlmZDVlYzI3M2U5NTVmMWFiOGNkODZiMDI\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "e70e58a9-5f9d-4e9f-b3b5-413bc866601f"
    }
  ],
  "workloadContext": "Production"
}
2022-03-13T04:10:15.968Z|7a075653-090d-437d-8352-28a6404f70f8|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-13T04:10:15.968Z|7a075653-090d-437d-8352-28a6404f70f8|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 490d8dd2-6591-48ce-a014-84f896374c9d ASDC
2022-03-13T04:10:15.971Z|bcac49eb-74e9-4533-90b3-675eb2c67023|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:bcac49eb-74e9-4533-90b3-675eb2c67023
ServiceName:basic_vm_macro
ServiceVersion:1.0
ServiceUUID:490d8dd2-6591-48ce-a014-84f896374c9d
ServiceInvariantUUID:b08f7bc7-fc55-4941-8ba6-80f786cb201d
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:e70e58a9-5f9d-4e9f-b3b5-413bc866601f
ArtifactChecksum:OTc5NGFjYzlmZDVlYzI3M2U5NTVmMWFiOGNkODZiMDI=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basic_vm_macro 0
ResourceCustomizationUUID:ce11aa74-2ad5-4d9d-a5a7-8ebb242732c9
ResourceInvariantUUID:d3602581-eade-4956-8267-a05b8cbb7a41
ResourceName:basic_vm_macro
ResourceType:VF
ResourceUUID:0964c1a8-5165-4b94-be4d-d184eff1f2a9
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:5bb91d41-cc05-46f4-a9e7-62a308f1e3c9
ArtifactChecksum:MTQ0OWZlYTgzY2JlZGQ2ZjA5ODRhZjc4NWRhN2FjOTY=
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:c8fb65c7-72b8-48a1-9bff-d8f0ba351bb0
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:a65ca14c-2d19-4fe5-b0d9-da665eb2ec8f
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:a65ca14c-2d19-4fe5-b0d9-da665eb2ec8f
ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-03-13T04:10:15.972Z|bcac49eb-74e9-4533-90b3-675eb2c67023|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 490d8dd2-6591-48ce-a014-84f896374c9d 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-03-13T04:10:16.011Z|bcac49eb-74e9-4533-90b3-675eb2c67023|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-13T04:10:16.012Z|bcac49eb-74e9-4533-90b3-675eb2c67023|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-03-13T04:10:16.012Z|bcac49eb-74e9-4533-90b3-675eb2c67023|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-03-13T04:10:16.012Z|bcac49eb-74e9-4533-90b3-675eb2c67023|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: e70e58a9-5f9d-4e9f-b3b5-413bc866601f from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-03-13T04:10:16.012Z|bcac49eb-74e9-4533-90b3-675eb2c67023|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-03-13T04:10:16.013Z|bcac49eb-74e9-4533-90b3-675eb2c67023|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-03-13T04:10:16.107Z|bcac49eb-74e9-4533-90b3-675eb2c67023|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-03-13T04:10:16.113Z|bcac49eb-74e9-4533-90b3-675eb2c67023|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar e70e58a9-5f9d-4e9f-b3b5-413bc866601f 78784
2022-03-13T04:10:16.113Z|bcac49eb-74e9-4533-90b3-675eb2c67023|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2022-03-13T04:10:16.113Z|bcac49eb-74e9-4533-90b3-675eb2c67023|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-03-13T04:10:16.113Z|bcac49eb-74e9-4533-90b3-675eb2c67023|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-13T04:10:16.114Z|bcac49eb-74e9-4533-90b3-675eb2c67023|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-03-13T04:10:16.115Z|bcac49eb-74e9-4533-90b3-675eb2c67023|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-13T04:10:16.116Z|bcac49eb-74e9-4533-90b3-675eb2c67023|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "bcac49eb-74e9-4533-90b3-675eb2c67023",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647144616113,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-13T04:10:16.216Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-13T04:10:16.217Z||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-03-13T04:10:16.217Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8JOl5TvLYzIQLVLG) ...
2022-03-13T04:10:16.229Z||pool-91-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-13T04:10:16.230Z||pool-91-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-13T04:10:17.117Z|bcac49eb-74e9-4533-90b3-675eb2c67023|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-13T04:10:17.118Z|bcac49eb-74e9-4533-90b3-675eb2c67023|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-03-13T04:10:17.118Z|bcac49eb-74e9-4533-90b3-675eb2c67023|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: e70e58a9-5f9d-4e9f-b3b5-413bc866601f, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-03-13T04:10:17.118Z|bcac49eb-74e9-4533-90b3-675eb2c67023|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar
2022-03-13T04:10:17.119Z|bcac49eb-74e9-4533-90b3-675eb2c67023|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-03-13T04:10:17.119Z|bcac49eb-74e9-4533-90b3-675eb2c67023|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-03-13T04:10:17.325Z|bcac49eb-74e9-4533-90b3-675eb2c67023|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15512346135281021159/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-03-13T04:10:18.918Z|bcac49eb-74e9-4533-90b3-675eb2c67023|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-13T04:10:18.918Z|bcac49eb-74e9-4533-90b3-675eb2c67023|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-03-13T04:10:18.918Z|bcac49eb-74e9-4533-90b3-675eb2c67023|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar
2022-03-13T04:10:18.919Z|bcac49eb-74e9-4533-90b3-675eb2c67023|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-03-13T04:10:18.919Z|bcac49eb-74e9-4533-90b3-675eb2c67023|pool-2-thread-3|||||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-03-13T04:10:18.919Z|bcac49eb-74e9-4533-90b3-675eb2c67023|pool-2-thread-3|||||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-03-13T04:10:18.919Z|bcac49eb-74e9-4533-90b3-675eb2c67023|pool-2-thread-3|||||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-03-13T04:10:18.919Z|bcac49eb-74e9-4533-90b3-675eb2c67023|pool-2-thread-3|||||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-03-13T04:10:18.919Z|bcac49eb-74e9-4533-90b3-675eb2c67023|pool-2-thread-3|||||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-03-13T04:10:18.919Z|bcac49eb-74e9-4533-90b3-675eb2c67023|pool-2-thread-3|||||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-03-13T04:10:18.919Z|bcac49eb-74e9-4533-90b3-675eb2c67023|pool-2-thread-3|||||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-03-13T04:10:18.919Z|bcac49eb-74e9-4533-90b3-675eb2c67023|pool-2-thread-3|||||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-03-13T04:10:18.919Z|bcac49eb-74e9-4533-90b3-675eb2c67023|pool-2-thread-3|||||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-03-13T04:10:18.919Z|bcac49eb-74e9-4533-90b3-675eb2c67023|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-03-13T04:10:18.920Z|bcac49eb-74e9-4533-90b3-675eb2c67023|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-13T04:10:18.920Z|bcac49eb-74e9-4533-90b3-675eb2c67023|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-13T04:10:18.920Z|bcac49eb-74e9-4533-90b3-675eb2c67023|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-03-13T04:10:18.920Z|bcac49eb-74e9-4533-90b3-675eb2c67023|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-03-13T04:10:18.920Z|bcac49eb-74e9-4533-90b3-675eb2c67023|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-13T04:10:18.921Z|bcac49eb-74e9-4533-90b3-675eb2c67023|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-13T04:10:18.921Z|bcac49eb-74e9-4533-90b3-675eb2c67023|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-13T04:10:18.921Z|bcac49eb-74e9-4533-90b3-675eb2c67023|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-03-13T04:10:18.921Z|bcac49eb-74e9-4533-90b3-675eb2c67023|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-03-13T04:10:18.921Z|bcac49eb-74e9-4533-90b3-675eb2c67023|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-13T04:10:18.921Z|bcac49eb-74e9-4533-90b3-675eb2c67023|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-13T04:10:18.921Z|bcac49eb-74e9-4533-90b3-675eb2c67023|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-13T04:10:18.921Z|bcac49eb-74e9-4533-90b3-675eb2c67023|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-13T04:10:18.922Z|bcac49eb-74e9-4533-90b3-675eb2c67023|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-03-13T04:10:18.922Z|bcac49eb-74e9-4533-90b3-675eb2c67023|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria
2022-03-13T04:10:18.922Z|bcac49eb-74e9-4533-90b3-675eb2c67023|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20 is not matching search criteria
2022-03-13T04:10:18.922Z|bcac49eb-74e9-4533-90b3-675eb2c67023|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria
2022-03-13T04:10:18.922Z|bcac49eb-74e9-4533-90b3-675eb2c67023|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-03-13T04:10:18.922Z|bcac49eb-74e9-4533-90b3-675eb2c67023|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-03-13T04:10:18.922Z|bcac49eb-74e9-4533-90b3-675eb2c67023|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-13T04:10:18.923Z|bcac49eb-74e9-4533-90b3-675eb2c67023|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-13T04:10:18.923Z|bcac49eb-74e9-4533-90b3-675eb2c67023|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-13T04:10:18.923Z|bcac49eb-74e9-4533-90b3-675eb2c67023|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-03-13T04:10:18.923Z|bcac49eb-74e9-4533-90b3-675eb2c67023|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-13T04:10:18.923Z|bcac49eb-74e9-4533-90b3-675eb2c67023|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-13T04:10:18.923Z|bcac49eb-74e9-4533-90b3-675eb2c67023|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-03-13T04:10:18.923Z|bcac49eb-74e9-4533-90b3-675eb2c67023|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-13T04:10:18.924Z|bcac49eb-74e9-4533-90b3-675eb2c67023|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-13T04:10:18.924Z|bcac49eb-74e9-4533-90b3-675eb2c67023|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-03-13T04:10:18.924Z|bcac49eb-74e9-4533-90b3-675eb2c67023|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-13T04:10:18.924Z|bcac49eb-74e9-4533-90b3-675eb2c67023|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-13T04:10:18.924Z|bcac49eb-74e9-4533-90b3-675eb2c67023|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-03-13T04:10:18.924Z|bcac49eb-74e9-4533-90b3-675eb2c67023|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-03-13T04:10:18.924Z|bcac49eb-74e9-4533-90b3-675eb2c67023|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-03-13T04:10:18.925Z|bcac49eb-74e9-4533-90b3-675eb2c67023|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=8ce48d63-bc3c-4cb2-9237-eb56a110c587
2022-03-13T04:10:18.925Z|bcac49eb-74e9-4533-90b3-675eb2c67023|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-13T04:10:18.925Z|bcac49eb-74e9-4533-90b3-675eb2c67023|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-13T04:10:18.925Z|bcac49eb-74e9-4533-90b3-675eb2c67023|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-13T04:10:18.925Z|bcac49eb-74e9-4533-90b3-675eb2c67023|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-13T04:10:18.925Z|bcac49eb-74e9-4533-90b3-675eb2c67023|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-13T04:10:18.925Z|bcac49eb-74e9-4533-90b3-675eb2c67023|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-13T04:10:18.925Z|bcac49eb-74e9-4533-90b3-675eb2c67023|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-13T04:10:18.926Z|bcac49eb-74e9-4533-90b3-675eb2c67023|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-13T04:10:18.926Z|bcac49eb-74e9-4533-90b3-675eb2c67023|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basic_vm_macro
Description:service
Model UUID:490d8dd2-6591-48ce-a014-84f896374c9d
Model Version:NULL
Model InvariantUuid:b08f7bc7-fc55-4941-8ba6-80f786cb201d
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basic_vm_macro
Model UUID:7ed8e378-46e7-4bad-91f4-736b67bdfaba
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:d3602581-eade-4956-8267-a05b8cbb7a41
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:ce11aa74-2ad5-4d9d-a5a7-8ebb242732c9
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:c7ec7b8e-90ca-430b-bdf6-40dd09a2afe3
ModelName:BasicVmMacro..base_ubuntu20..module-0
ModelUuid:70afb4df-5ee1-40fc-9b7e-dc9d4ab3553b
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:8ce48d63-bc3c-4cb2-9237-eb56a110c587
ModelInvariantUuid:72741f50-94ed-4d7c-b16f-0c0b02ea2fec
ModelName:basic_vm_macro-nodes.ubuntu20Cvfc
ModelUuid:5dc01719-e9bd-420e-b7df-10af0e444c2b
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu20


VNFC Properties:
ModelCustomizationUuid:a878e01f-4f0b-49e0-8d8c-7061f09d9f0d
ModelInvariantUuid:0d34ab2c-aa20-42a3-baa7-162ddc18b6d4
ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20
ModelUuid:2d3043de-3b20-4e0b-84d6-9136fcd766f5
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-03-13T04:10:18.934Z|bcac49eb-74e9-4533-90b3-675eb2c67023|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: 0964c1a8-5165-4b94-be4d-d184eff1f2a9
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-03-13T04:10:18.937Z|bcac49eb-74e9-4533-90b3-675eb2c67023|pool-2-thread-3|||||INFO|500||basic_vm_macro 0
2022-03-13T04:10:18.938Z|bcac49eb-74e9-4533-90b3-675eb2c67023|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 0964c1a8-5165-4b94-be4d-d184eff1f2a9
2022-03-13T04:10:18.938Z|bcac49eb-74e9-4533-90b3-675eb2c67023|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 5bb91d41-cc05-46f4-a9e7-62a308f1e3c9 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json
2022-03-13T04:10:18.938Z|bcac49eb-74e9-4533-90b3-675eb2c67023|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-03-13T04:10:18.938Z|bcac49eb-74e9-4533-90b3-675eb2c67023|pool-2-thread-3|||||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-03-13T04:10:19.346Z|bcac49eb-74e9-4533-90b3-675eb2c67023|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-03-13T04:10:19.347Z|bcac49eb-74e9-4533-90b3-675eb2c67023|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 5bb91d41-cc05-46f4-a9e7-62a308f1e3c9 792
2022-03-13T04:10:19.347Z|bcac49eb-74e9-4533-90b3-675eb2c67023|pool-2-thread-3|||||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-03-13T04:10:19.347Z|bcac49eb-74e9-4533-90b3-675eb2c67023|pool-2-thread-3|||||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-03-13T04:10:19.347Z|bcac49eb-74e9-4533-90b3-675eb2c67023|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-13T04:10:19.348Z|bcac49eb-74e9-4533-90b3-675eb2c67023|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-03-13T04:10:19.350Z|bcac49eb-74e9-4533-90b3-675eb2c67023|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-13T04:10:19.350Z|bcac49eb-74e9-4533-90b3-675eb2c67023|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "bcac49eb-74e9-4533-90b3-675eb2c67023",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647144619347,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-13T04:10:19.452Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms
2022-03-13T04:10:19.453Z||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-03-13T04:10:19.453Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8JOl5TvLYzIQLVLG) ...
2022-03-13T04:10:19.473Z||pool-92-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-13T04:10:19.474Z||pool-92-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1}
2022-03-13T04:10:20.350Z|bcac49eb-74e9-4533-90b3-675eb2c67023|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "c7ec7b8e-90ca-430b-bdf6-40dd09a2afe3",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "70afb4df-5ee1-40fc-9b7e-dc9d4ab3553b",
    "vfModuleModelCustomizationUUID": "178bd078-65e7-400a-9dd9-bfc758c33369",
    "isBase": true,
    "artifacts": [
      "c8fb65c7-72b8-48a1-9bff-d8f0ba351bb0",
      "a65ca14c-2d19-4fe5-b0d9-da665eb2ec8f"
    ],
    "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-03-13T04:10:20.356Z|bcac49eb-74e9-4533-90b3-675eb2c67023|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:70afb4df-5ee1-40fc-9b7e-dc9d4ab3553b
VfModuleModelInvariantUUID:c7ec7b8e-90ca-430b-bdf6-40dd09a2afe3
VfModuleModelDescription:NULL
Artifacts UUID List:{
c8fb65c7-72b8-48a1-9bff-d8f0ba351bb0
,
a65ca14c-2d19-4fe5-b0d9-da665eb2ec8f

}
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-03-13T04:10:20.358Z|bcac49eb-74e9-4533-90b3-675eb2c67023|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0",
    "vfModuleModelInvariantUUID": "c7ec7b8e-90ca-430b-bdf6-40dd09a2afe3",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "70afb4df-5ee1-40fc-9b7e-dc9d4ab3553b",
    "vfModuleModelCustomizationUUID": "178bd078-65e7-400a-9dd9-bfc758c33369",
    "isBase": true,
    "artifacts": [
      "c8fb65c7-72b8-48a1-9bff-d8f0ba351bb0",
      "a65ca14c-2d19-4fe5-b0d9-da665eb2ec8f"
    ],
    "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-03-13T04:10:20.358Z|bcac49eb-74e9-4533-90b3-675eb2c67023|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0
VfModuleModelVersion:1
VfModuleModelUUID:70afb4df-5ee1-40fc-9b7e-dc9d4ab3553b
VfModuleModelInvariantUUID:c7ec7b8e-90ca-430b-bdf6-40dd09a2afe3
VfModuleModelDescription:NULL
Artifacts UUID List:{
c8fb65c7-72b8-48a1-9bff-d8f0ba351bb0
,
a65ca14c-2d19-4fe5-b0d9-da665eb2ec8f

}
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-03-13T04:10:20.358Z|bcac49eb-74e9-4533-90b3-675eb2c67023|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: c8fb65c7-72b8-48a1-9bff-d8f0ba351bb0 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml
2022-03-13T04:10:20.358Z|bcac49eb-74e9-4533-90b3-675eb2c67023|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-03-13T04:10:20.359Z|bcac49eb-74e9-4533-90b3-675eb2c67023|pool-2-thread-3|||||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-03-13T04:10:20.982Z|bcac49eb-74e9-4533-90b3-675eb2c67023|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-03-13T04:10:20.982Z|bcac49eb-74e9-4533-90b3-675eb2c67023|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml c8fb65c7-72b8-48a1-9bff-d8f0ba351bb0 5033
2022-03-13T04:10:20.982Z|bcac49eb-74e9-4533-90b3-675eb2c67023|pool-2-thread-3|||||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-03-13T04:10:20.983Z|bcac49eb-74e9-4533-90b3-675eb2c67023|pool-2-thread-3|||||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-03-13T04:10:20.983Z|bcac49eb-74e9-4533-90b3-675eb2c67023|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-13T04:10:20.983Z|bcac49eb-74e9-4533-90b3-675eb2c67023|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-03-13T04:10:20.985Z|bcac49eb-74e9-4533-90b3-675eb2c67023|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-13T04:10:20.985Z|bcac49eb-74e9-4533-90b3-675eb2c67023|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "bcac49eb-74e9-4533-90b3-675eb2c67023",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647144620982,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-13T04:10:21.086Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-13T04:10:21.087Z||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-03-13T04:10:21.091Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8JOl5TvLYzIQLVLG) ...
2022-03-13T04:10:21.102Z||pool-93-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-13T04:10:21.103Z||pool-93-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-03-13T04:10:21.607Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-13T04:10:21.608Z||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-03-13T04:10:21.608Z||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 8JOl5TvLYzIQLVLG) ...
2022-03-13T04:10:21.631Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-13T04:10:21.631Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:10:21.631Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a075653-090d-437d-8352-28a6404f70f8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647144496951,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-03-13T04:10:21.632Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-13T04:10:21.985Z|bcac49eb-74e9-4533-90b3-675eb2c67023|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: a65ca14c-2d19-4fe5-b0d9-da665eb2ec8f from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env
2022-03-13T04:10:21.986Z|bcac49eb-74e9-4533-90b3-675eb2c67023|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-03-13T04:10:21.986Z|bcac49eb-74e9-4533-90b3-675eb2c67023|pool-2-thread-3|||||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-03-13T04:10:22.059Z|bcac49eb-74e9-4533-90b3-675eb2c67023|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-03-13T04:10:22.060Z|bcac49eb-74e9-4533-90b3-675eb2c67023|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env a65ca14c-2d19-4fe5-b0d9-da665eb2ec8f 903
2022-03-13T04:10:22.060Z|bcac49eb-74e9-4533-90b3-675eb2c67023|pool-2-thread-3|||||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-03-13T04:10:22.060Z|bcac49eb-74e9-4533-90b3-675eb2c67023|pool-2-thread-3|||||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-03-13T04:10:22.060Z|bcac49eb-74e9-4533-90b3-675eb2c67023|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-13T04:10:22.061Z|bcac49eb-74e9-4533-90b3-675eb2c67023|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-03-13T04:10:22.062Z|bcac49eb-74e9-4533-90b3-675eb2c67023|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-13T04:10:22.062Z|bcac49eb-74e9-4533-90b3-675eb2c67023|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "bcac49eb-74e9-4533-90b3-675eb2c67023",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647144622060,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-03-13T04:10:22.162Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-13T04:10:22.163Z||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-03-13T04:10:22.163Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8JOl5TvLYzIQLVLG) ...
2022-03-13T04:10:22.178Z||pool-94-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-13T04:10:22.179Z||pool-94-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1}
2022-03-13T04:10:23.063Z|bcac49eb-74e9-4533-90b3-675eb2c67023|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 490d8dd2-6591-48ce-a014-84f896374c9d
2022-03-13T04:10:23.063Z|bcac49eb-74e9-4533-90b3-675eb2c67023|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 0964c1a8-5165-4b94-be4d-d184eff1f2a9 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-03-13T04:10:23.074Z|bcac49eb-74e9-4533-90b3-675eb2c67023|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@d6802ce, org.onap.sdc.toscaparser.api.parameters.Input@77075429, org.onap.sdc.toscaparser.api.parameters.Input@2c0dca18, org.onap.sdc.toscaparser.api.parameters.Input@3b842f48, org.onap.sdc.toscaparser.api.parameters.Input@76372484]
2022-03-13T04:10:23.076Z|bcac49eb-74e9-4533-90b3-675eb2c67023|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-13T04:10:23.076Z|bcac49eb-74e9-4533-90b3-675eb2c67023|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-13T04:10:23.076Z|bcac49eb-74e9-4533-90b3-675eb2c67023|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic 
2022-03-13T04:10:23.076Z|bcac49eb-74e9-4533-90b3-675eb2c67023|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= ce11aa74-2ad5-4d9d-a5a7-8ebb242732c9
2022-03-13T04:10:23.076Z|bcac49eb-74e9-4533-90b3-675eb2c67023|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: ce11aa74-2ad5-4d9d-a5a7-8ebb242732c9 matches Tosca VF Customization UUID: ce11aa74-2ad5-4d9d-a5a7-8ebb242732c9
2022-03-13T04:10:23.077Z|bcac49eb-74e9-4533-90b3-675eb2c67023|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: ce11aa74-2ad5-4d9d-a5a7-8ebb242732c9  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-03-13T04:10:23.078Z|bcac49eb-74e9-4533-90b3-675eb2c67023|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-13T04:10:23.079Z|bcac49eb-74e9-4533-90b3-675eb2c67023|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-13T04:10:23.079Z|bcac49eb-74e9-4533-90b3-675eb2c67023|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id ce11aa74-2ad5-4d9d-a5a7-8ebb242732c9: {\"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-03-13T04:10:23.079Z|bcac49eb-74e9-4533-90b3-675eb2c67023|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@63a74e01
2022-03-13T04:10:23.080Z|bcac49eb-74e9-4533-90b3-675eb2c67023|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-13T04:10:23.080Z|bcac49eb-74e9-4533-90b3-675eb2c67023|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-13T04:10:23.081Z|bcac49eb-74e9-4533-90b3-675eb2c67023|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 178bd078-65e7-400a-9dd9-bfc758c33369
2022-03-13T04:10:23.081Z|bcac49eb-74e9-4533-90b3-675eb2c67023|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 178bd078-65e7-400a-9dd9-bfc758c33369
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-03-13T04:10:23.083Z|bcac49eb-74e9-4533-90b3-675eb2c67023|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-13T04:10:23.083Z|bcac49eb-74e9-4533-90b3-675eb2c67023|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-03-13T04:10:23.083Z|bcac49eb-74e9-4533-90b3-675eb2c67023|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-13T04:10:23.083Z|bcac49eb-74e9-4533-90b3-675eb2c67023|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-13T04:10:23.084Z|bcac49eb-74e9-4533-90b3-675eb2c67023|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-03-13T04:10:23.084Z|bcac49eb-74e9-4533-90b3-675eb2c67023|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-13T04:10:23.084Z|bcac49eb-74e9-4533-90b3-675eb2c67023|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-13T04:10:23.084Z|bcac49eb-74e9-4533-90b3-675eb2c67023|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria
2022-03-13T04:10:23.085Z|bcac49eb-74e9-4533-90b3-675eb2c67023|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria
2022-03-13T04:10:23.085Z|bcac49eb-74e9-4533-90b3-675eb2c67023|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria
2022-03-13T04:10:23.085Z|bcac49eb-74e9-4533-90b3-675eb2c67023|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=8ce48d63-bc3c-4cb2-9237-eb56a110c587
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-03-13T04:10:23.090Z|bcac49eb-74e9-4533-90b3-675eb2c67023|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-13T04:10:23.091Z|bcac49eb-74e9-4533-90b3-675eb2c67023|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-03-13T04:10:23.092Z|bcac49eb-74e9-4533-90b3-675eb2c67023|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-13T04:10:23.093Z|bcac49eb-74e9-4533-90b3-675eb2c67023|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-13T04:10:23.094Z|bcac49eb-74e9-4533-90b3-675eb2c67023|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria
2022-03-13T04:10:23.094Z|bcac49eb-74e9-4533-90b3-675eb2c67023|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=ce11aa74-2ad5-4d9d-a5a7-8ebb242732c9
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-03-13T04:10:23.098Z|bcac49eb-74e9-4533-90b3-675eb2c67023|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-13T04:10:23.099Z|bcac49eb-74e9-4533-90b3-675eb2c67023|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-13T04:10:23.099Z|bcac49eb-74e9-4533-90b3-675eb2c67023|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 490d8dd2-6591-48ce-a014-84f896374c9d: basic_vm_macro
2022-03-13T04:10:23.099Z|bcac49eb-74e9-4533-90b3-675eb2c67023|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-13T04:10:23.100Z|bcac49eb-74e9-4533-90b3-675eb2c67023|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-13T04:10:23.100Z|bcac49eb-74e9-4533-90b3-675eb2c67023|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-13T04:10:23.101Z|bcac49eb-74e9-4533-90b3-675eb2c67023|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-13T04:10:23.101Z|bcac49eb-74e9-4533-90b3-675eb2c67023|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-13T04:10:23.102Z|bcac49eb-74e9-4533-90b3-675eb2c67023|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-13T04:10:23.103Z|bcac49eb-74e9-4533-90b3-675eb2c67023|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-13T04:10:23.104Z|bcac49eb-74e9-4533-90b3-675eb2c67023|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-13T04:10:23.104Z|bcac49eb-74e9-4533-90b3-675eb2c67023|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-13T04:10:23.105Z|bcac49eb-74e9-4533-90b3-675eb2c67023|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-13T04:10:23.105Z|bcac49eb-74e9-4533-90b3-675eb2c67023|pool-2-thread-3|||||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-03-13T04:10:23.205Z|bcac49eb-74e9-4533-90b3-675eb2c67023|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro 0964c1a8-5165-4b94-be4d-d184eff1f2a9 1 ASDC deployResourceStructure
2022-03-13T04:10:23.206Z|bcac49eb-74e9-4533-90b3-675eb2c67023|pool-2-thread-3|||||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-03-13T04:10:23.206Z|bcac49eb-74e9-4533-90b3-675eb2c67023|pool-2-thread-3|||||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-03-13T04:10:23.206Z|bcac49eb-74e9-4533-90b3-675eb2c67023|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-13T04:10:23.206Z|bcac49eb-74e9-4533-90b3-675eb2c67023|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-03-13T04:10:23.209Z|bcac49eb-74e9-4533-90b3-675eb2c67023|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-13T04:10:23.209Z|bcac49eb-74e9-4533-90b3-675eb2c67023|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "bcac49eb-74e9-4533-90b3-675eb2c67023",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647144623206,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-13T04:10:23.309Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-13T04:10:23.309Z||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-03-13T04:10:23.310Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8JOl5TvLYzIQLVLG) ...
2022-03-13T04:10:23.320Z||pool-95-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-13T04:10:23.320Z||pool-95-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1}
2022-03-13T04:10:24.211Z|bcac49eb-74e9-4533-90b3-675eb2c67023|pool-2-thread-3|||||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-03-13T04:10:24.211Z|bcac49eb-74e9-4533-90b3-675eb2c67023|pool-2-thread-3|||||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-03-13T04:10:24.211Z|bcac49eb-74e9-4533-90b3-675eb2c67023|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-13T04:10:24.212Z|bcac49eb-74e9-4533-90b3-675eb2c67023|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-03-13T04:10:24.214Z|bcac49eb-74e9-4533-90b3-675eb2c67023|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-13T04:10:24.214Z|bcac49eb-74e9-4533-90b3-675eb2c67023|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "bcac49eb-74e9-4533-90b3-675eb2c67023",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647144624211,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-03-13T04:10:24.314Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-13T04:10:24.315Z||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-03-13T04:10:24.315Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8JOl5TvLYzIQLVLG) ...
2022-03-13T04:10:24.326Z||pool-96-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-13T04:10:24.326Z||pool-96-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-03-13T04:10:25.216Z|bcac49eb-74e9-4533-90b3-675eb2c67023|pool-2-thread-3|||||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-03-13T04:10:25.216Z|bcac49eb-74e9-4533-90b3-675eb2c67023|pool-2-thread-3|||||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-03-13T04:10:25.217Z|bcac49eb-74e9-4533-90b3-675eb2c67023|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-13T04:10:25.217Z|bcac49eb-74e9-4533-90b3-675eb2c67023|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-03-13T04:10:25.244Z|bcac49eb-74e9-4533-90b3-675eb2c67023|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-13T04:10:25.244Z|bcac49eb-74e9-4533-90b3-675eb2c67023|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "bcac49eb-74e9-4533-90b3-675eb2c67023",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647144625216,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-03-13T04:10:25.328Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 84 ms
2022-03-13T04:10:25.329Z||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-03-13T04:10:25.336Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8JOl5TvLYzIQLVLG) ...
2022-03-13T04:10:25.364Z||pool-97-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-13T04:10:25.365Z||pool-97-thread-1|||||INFO|500||cambria reply ok (37 ms):{"serverTimeMs":0,"count":1}
2022-03-13T04:10:26.246Z|bcac49eb-74e9-4533-90b3-675eb2c67023|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification
2022-03-13T04:10:26.246Z|bcac49eb-74e9-4533-90b3-675eb2c67023|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar
2022-03-13T04:10:26.246Z|bcac49eb-74e9-4533-90b3-675eb2c67023|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-13T04:10:26.246Z|bcac49eb-74e9-4533-90b3-675eb2c67023|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-03-13T04:10:26.249Z|bcac49eb-74e9-4533-90b3-675eb2c67023|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-13T04:10:26.249Z|bcac49eb-74e9-4533-90b3-675eb2c67023|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "bcac49eb-74e9-4533-90b3-675eb2c67023",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647144626246,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-13T04:10:26.348Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-13T04:10:26.349Z||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-03-13T04:10:26.349Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8JOl5TvLYzIQLVLG) ...
2022-03-13T04:10:26.366Z||pool-98-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-13T04:10:26.366Z||pool-98-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1}
2022-03-13T04:10:27.250Z|bcac49eb-74e9-4533-90b3-675eb2c67023|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bcac49eb-74e9-4533-90b3-675eb2c67023
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-13T04:10:27.262Z|bcac49eb-74e9-4533-90b3-675eb2c67023|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bcac49eb-74e9-4533-90b3-675eb2c67023
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-03-13T04:10:27.266Z|bcac49eb-74e9-4533-90b3-675eb2c67023|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-13T04:10:27.266Z|bcac49eb-74e9-4533-90b3-675eb2c67023|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-13T04:10:27.266Z|bcac49eb-74e9-4533-90b3-675eb2c67023|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-13T04:10:57.267Z|bcac49eb-74e9-4533-90b3-675eb2c67023|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bcac49eb-74e9-4533-90b3-675eb2c67023
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-13T04:10:57.280Z|bcac49eb-74e9-4533-90b3-675eb2c67023|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bcac49eb-74e9-4533-90b3-675eb2c67023
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-03-13T04:10:57.285Z|bcac49eb-74e9-4533-90b3-675eb2c67023|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-13T04:10:57.285Z|bcac49eb-74e9-4533-90b3-675eb2c67023|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop
2022-03-13T04:10:57.285Z|bcac49eb-74e9-4533-90b3-675eb2c67023|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results.
2022-03-13T04:11:21.607Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-13T04:11:21.609Z||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-03-13T04:11:21.609Z||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 8JOl5TvLYzIQLVLG) ...
2022-03-13T04:11:21.638Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-13T04:11:21.652Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:11:21.653Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f15efd6c-9e65-4061-be6e-39394633addd",
  "consumerID": "policy-id",
  "timestamp": 1647144485549,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-13T04:11:21.654Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-13T04:11:21.654Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:11:21.655Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b9423ca-6ab6-4caa-ad29-e5fb2f31f319",
  "consumerID": "dcae-sch",
  "timestamp": 1647144499002,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-13T04:11:21.655Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-13T04:11:21.655Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:11:21.655Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f15efd6c-9e65-4061-be6e-39394633addd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647144502020,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "DEPLOY_OK"
}
2022-03-13T04:11:21.655Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-13T04:11:21.656Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:11:21.656Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcac49eb-74e9-4533-90b3-675eb2c67023",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647144502433,
  "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-03-13T04:11:21.669Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of bcac49eb-74e9-4533-90b3-675eb2c67023
2022-03-13T04:11:21.669Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId bcac49eb-74e9-4533-90b3-675eb2c67023 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-03-13T04:11:21.681Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:11:21.681Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcac49eb-74e9-4533-90b3-675eb2c67023",
  "consumerID": "aai-ml",
  "timestamp": 1647144502893,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-13T04:11:21.682Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-13T04:11:21.682Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:11:21.682Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a075653-090d-437d-8352-28a6404f70f8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647144496951,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-13T04:11:21.682Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-13T04:11:21.682Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:11:21.682Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f15efd6c-9e65-4061-be6e-39394633addd",
  "consumerID": "policy-id",
  "timestamp": 1647144485549,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-13T04:11:21.683Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-13T04:11:21.683Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:11:21.683Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b9423ca-6ab6-4caa-ad29-e5fb2f31f319",
  "consumerID": "dcae-sch",
  "timestamp": 1647144499002,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-13T04:11:21.683Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-13T04:11:21.683Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:11:21.684Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b9423ca-6ab6-4caa-ad29-e5fb2f31f319",
  "consumerID": "cds",
  "timestamp": 1647144502294,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-13T04:11:21.684Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-13T04:11:21.684Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:11:21.684Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f15efd6c-9e65-4061-be6e-39394633addd",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647144503027,
  "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-03-13T04:11:21.690Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName:  and status of COMPONENT_DONE_OK distributionID of f15efd6c-9e65-4061-be6e-39394633addd
2022-03-13T04:11:21.691Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId f15efd6c-9e65-4061-be6e-39394633addd 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-03-13T04:11:21.700Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:11:21.700Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcac49eb-74e9-4533-90b3-675eb2c67023",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647144503437,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-13T04:11:21.701Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-13T04:11:21.701Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:11:21.701Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a075653-090d-437d-8352-28a6404f70f8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647144496951,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "NOTIFIED"
}
2022-03-13T04:11:21.701Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-13T04:11:21.701Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:11:21.702Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f15efd6c-9e65-4061-be6e-39394633addd",
  "consumerID": "policy-id",
  "timestamp": 1647144485549,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-13T04:11:21.702Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-13T04:11:21.702Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:11:21.702Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b9423ca-6ab6-4caa-ad29-e5fb2f31f319",
  "consumerID": "dcae-sch",
  "timestamp": 1647144499002,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-13T04:11:21.702Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-13T04:11:21.703Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:11:21.703Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b9423ca-6ab6-4caa-ad29-e5fb2f31f319",
  "consumerID": "cds",
  "timestamp": 1647144502294,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-13T04:11:21.703Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-13T04:11:21.703Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:11:21.703Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f15efd6c-9e65-4061-be6e-39394633addd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647144490060,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-13T04:11:21.704Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-13T04:11:21.704Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:11:21.704Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f15efd6c-9e65-4061-be6e-39394633addd",
  "consumerID": "policy-id",
  "timestamp": 1647144485549,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-13T04:11:21.704Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-13T04:11:21.704Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:11:21.704Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b9423ca-6ab6-4caa-ad29-e5fb2f31f319",
  "consumerID": "dcae-sch",
  "timestamp": 1647144499002,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-03-13T04:11:21.705Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-13T04:11:21.705Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:11:21.705Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b9423ca-6ab6-4caa-ad29-e5fb2f31f319",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647144504031,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-13T04:11:21.705Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-13T04:11:21.705Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:11:21.706Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b9423ca-6ab6-4caa-ad29-e5fb2f31f319",
  "consumerID": "cds",
  "timestamp": 1647144502294,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-13T04:11:21.706Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-13T04:11:21.706Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:11:21.706Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a075653-090d-437d-8352-28a6404f70f8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647144504957,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-13T04:11:21.706Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-13T04:11:21.706Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:11:21.707Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f15efd6c-9e65-4061-be6e-39394633addd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647144490060,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-13T04:11:21.707Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-13T04:11:21.707Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:11:21.707Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f15efd6c-9e65-4061-be6e-39394633addd",
  "consumerID": "policy-id",
  "timestamp": 1647144485549,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-03-13T04:11:21.707Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-13T04:11:21.708Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:11:21.709Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b9423ca-6ab6-4caa-ad29-e5fb2f31f319",
  "consumerID": "dcae-sch",
  "timestamp": 1647144499002,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-13T04:11:21.709Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-13T04:11:21.710Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:11:21.710Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b9423ca-6ab6-4caa-ad29-e5fb2f31f319",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647144504031,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-13T04:11:21.710Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-13T04:11:21.710Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:11:21.710Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b9423ca-6ab6-4caa-ad29-e5fb2f31f319",
  "consumerID": "cds",
  "timestamp": 1647144502294,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-13T04:11:21.711Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-13T04:11:21.711Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:11:21.711Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f15efd6c-9e65-4061-be6e-39394633addd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647144490060,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-13T04:11:21.711Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-13T04:11:21.711Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:11:21.712Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcac49eb-74e9-4533-90b3-675eb2c67023",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647144506575,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-13T04:11:21.712Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-13T04:11:21.712Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:11:21.712Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b9423ca-6ab6-4caa-ad29-e5fb2f31f319",
  "consumerID": "dcae-sch",
  "timestamp": 1647144499002,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-13T04:11:21.712Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-13T04:11:21.713Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:11:21.713Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b9423ca-6ab6-4caa-ad29-e5fb2f31f319",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647144504031,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-13T04:11:21.713Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-13T04:11:21.713Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:11:21.713Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b9423ca-6ab6-4caa-ad29-e5fb2f31f319",
  "consumerID": "cds",
  "timestamp": 1647144502294,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-13T04:11:21.714Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-13T04:11:21.714Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:11:21.714Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f15efd6c-9e65-4061-be6e-39394633addd",
  "consumerID": "policy-id",
  "timestamp": 1647144506678,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-13T04:11:21.714Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-13T04:11:21.714Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:11:21.715Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcac49eb-74e9-4533-90b3-675eb2c67023",
  "consumerID": "clamp",
  "timestamp": 1647144507928,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-13T04:11:21.715Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-13T04:11:21.715Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:11:21.715Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f15efd6c-9e65-4061-be6e-39394633addd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647144490060,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-03-13T04:11:21.715Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-13T04:11:21.715Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:11:21.716Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcac49eb-74e9-4533-90b3-675eb2c67023",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647144506575,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-13T04:11:21.716Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-13T04:11:21.716Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:11:21.716Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b9423ca-6ab6-4caa-ad29-e5fb2f31f319",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647144504031,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-13T04:11:21.716Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-13T04:11:21.717Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:11:21.717Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b9423ca-6ab6-4caa-ad29-e5fb2f31f319",
  "consumerID": "cds",
  "timestamp": 1647144502294,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-03-13T04:11:21.717Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-13T04:11:21.717Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:11:21.717Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f15efd6c-9e65-4061-be6e-39394633addd",
  "consumerID": "policy-id",
  "timestamp": 1647144507682,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-13T04:11:21.717Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-13T04:11:21.718Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:11:21.718Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a075653-090d-437d-8352-28a6404f70f8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647144508089,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-13T04:11:21.718Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-13T04:11:21.718Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:11:21.718Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f15efd6c-9e65-4061-be6e-39394633addd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647144490060,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-13T04:11:21.719Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-13T04:11:21.719Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:11:21.719Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcac49eb-74e9-4533-90b3-675eb2c67023",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647144506575,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-13T04:11:21.719Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-13T04:11:21.719Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:11:21.719Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b9423ca-6ab6-4caa-ad29-e5fb2f31f319",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647144504031,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-13T04:11:21.720Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-13T04:11:21.720Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:11:21.720Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b9423ca-6ab6-4caa-ad29-e5fb2f31f319",
  "consumerID": "cds",
  "timestamp": 1647144502294,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-13T04:11:21.720Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-13T04:11:21.720Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:11:21.720Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f15efd6c-9e65-4061-be6e-39394633addd",
  "consumerID": "policy-id",
  "timestamp": 1647144508686,
  "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-03-13T04:11:21.728Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f15efd6c-9e65-4061-be6e-39394633addd
2022-03-13T04:11:21.728Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId f15efd6c-9e65-4061-be6e-39394633addd 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-03-13T04:11:21.740Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:11:21.740Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f15efd6c-9e65-4061-be6e-39394633addd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647144490060,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-13T04:11:21.741Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-13T04:11:21.741Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:11:21.741Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcac49eb-74e9-4533-90b3-675eb2c67023",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647144506575,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-13T04:11:21.741Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-13T04:11:21.741Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:11:21.741Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a075653-090d-437d-8352-28a6404f70f8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647144509689,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-13T04:11:21.741Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-13T04:11:21.741Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:11:21.741Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b9423ca-6ab6-4caa-ad29-e5fb2f31f319",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647144504031,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-03-13T04:11:21.742Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-13T04:11:21.742Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:11:21.742Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b9423ca-6ab6-4caa-ad29-e5fb2f31f319",
  "consumerID": "cds",
  "timestamp": 1647144502294,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-03-13T04:11:21.742Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-13T04:11:21.742Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:11:21.742Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b9423ca-6ab6-4caa-ad29-e5fb2f31f319",
  "consumerID": "dcae-sch",
  "timestamp": 1647144509852,
  "artifactURL": "/sdc/v1/catalog/services/a8ffa5de-7a7a-420c-8207-973109b7302b/resourceInstances/basicclamp0/artifacts/ae89f6f4-61ff-4e06-90cc-b2086405b8ef",
  "status": "DOWNLOAD_OK"
}
2022-03-13T04:11:21.742Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-13T04:11:21.742Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:11:21.742Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f15efd6c-9e65-4061-be6e-39394633addd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647144490060,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-13T04:11:21.742Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-13T04:11:21.742Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:11:21.743Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b9423ca-6ab6-4caa-ad29-e5fb2f31f319",
  "consumerID": "policy-id",
  "timestamp": 1647144509689,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-13T04:11:21.743Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-13T04:11:21.743Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:11:21.743Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcac49eb-74e9-4533-90b3-675eb2c67023",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647144506575,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOT_NOTIFIED"
}
2022-03-13T04:11:21.743Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-13T04:11:21.743Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:11:21.743Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b9423ca-6ab6-4caa-ad29-e5fb2f31f319",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647144504031,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-13T04:11:21.743Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-13T04:11:21.743Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:11:21.743Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a075653-090d-437d-8352-28a6404f70f8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647144510896,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-03-13T04:11:21.743Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-13T04:11:21.744Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:11:21.744Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b9423ca-6ab6-4caa-ad29-e5fb2f31f319",
  "consumerID": "cds",
  "timestamp": 1647144511095,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-13T04:11:21.744Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-13T04:11:21.744Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:11:21.744Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b9423ca-6ab6-4caa-ad29-e5fb2f31f319",
  "consumerID": "dcae-sch",
  "timestamp": 1647144511209,
  "artifactURL": "/sdc/v1/catalog/services/a8ffa5de-7a7a-420c-8207-973109b7302b/resourceInstances/basicclamp0/artifacts/ae89f6f4-61ff-4e06-90cc-b2086405b8ef",
  "status": "DEPLOY_OK"
}
2022-03-13T04:11:21.744Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-13T04:11:21.744Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:11:21.744Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcac49eb-74e9-4533-90b3-675eb2c67023",
  "consumerID": "clamp",
  "timestamp": 1647144511933,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-13T04:11:21.744Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-13T04:11:21.744Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:11:21.744Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f15efd6c-9e65-4061-be6e-39394633addd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647144490060,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-13T04:11:21.745Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-13T04:11:21.745Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:11:21.745Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b9423ca-6ab6-4caa-ad29-e5fb2f31f319",
  "consumerID": "policy-id",
  "timestamp": 1647144509689,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-13T04:11:21.745Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-13T04:11:21.745Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:11:21.745Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcac49eb-74e9-4533-90b3-675eb2c67023",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647144506575,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-03-13T04:11:21.745Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-13T04:11:21.745Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:11:21.745Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b9423ca-6ab6-4caa-ad29-e5fb2f31f319",
  "consumerID": "ves-openapi-manager",
  "timestamp": 1647144504031,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-13T04:11:21.745Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-13T04:11:21.746Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:11:21.746Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a075653-090d-437d-8352-28a6404f70f8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647144512031,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-13T04:11:21.746Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-13T04:11:21.746Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:11:21.746Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b9423ca-6ab6-4caa-ad29-e5fb2f31f319",
  "consumerID": "cds",
  "timestamp": 1647144512102,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "COMPONENT_DONE_OK",
  "componentName": "cds"
}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?)
2022-03-13T04:11:21.773Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 3b9423ca-6ab6-4caa-ad29-e5fb2f31f319
2022-03-13T04:11:21.773Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3b9423ca-6ab6-4caa-ad29-e5fb2f31f319 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-03-13T04:11:21.784Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:11:21.785Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b9423ca-6ab6-4caa-ad29-e5fb2f31f319",
  "consumerID": "dcae-sch",
  "timestamp": 1647144512214,
  "artifactURL": "/sdc/v1/catalog/services/a8ffa5de-7a7a-420c-8207-973109b7302b/resourceInstances/basicclamp0/artifacts/ae89f6f4-61ff-4e06-90cc-b2086405b8ef",
  "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-03-13T04:11:21.790Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: service-change-handler and status of COMPONENT_DONE_OK distributionID of 3b9423ca-6ab6-4caa-ad29-e5fb2f31f319
2022-03-13T04:11:21.790Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3b9423ca-6ab6-4caa-ad29-e5fb2f31f319 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-03-13T04:11:21.804Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:11:21.805Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcac49eb-74e9-4533-90b3-675eb2c67023",
  "consumerID": "clamp",
  "timestamp": 1647144512942,
  "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-03-13T04:11:21.814Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of bcac49eb-74e9-4533-90b3-675eb2c67023
2022-03-13T04:11:21.814Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId bcac49eb-74e9-4533-90b3-675eb2c67023 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-03-13T04:11:21.831Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:11:21.832Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f15efd6c-9e65-4061-be6e-39394633addd",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647144490060,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-03-13T04:11:21.832Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-13T04:11:21.832Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:11:21.832Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b9423ca-6ab6-4caa-ad29-e5fb2f31f319",
  "consumerID": "policy-id",
  "timestamp": 1647144509689,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-13T04:11:21.833Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-13T04:11:21.833Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:11:21.833Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcac49eb-74e9-4533-90b3-675eb2c67023",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647144506575,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-13T04:11:21.833Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-13T04:11:21.833Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:11:21.833Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a075653-090d-437d-8352-28a6404f70f8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647144513037,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-03-13T04:11:21.833Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-13T04:11:21.834Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:11:21.834Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f15efd6c-9e65-4061-be6e-39394633addd",
  "consumerID": "clamp",
  "timestamp": 1647144488514,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-13T04:11:21.834Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-13T04:11:21.834Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:11:21.834Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b9423ca-6ab6-4caa-ad29-e5fb2f31f319",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647144490060,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-13T04:11:21.834Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-13T04:11:21.834Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:11:21.835Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b9423ca-6ab6-4caa-ad29-e5fb2f31f319",
  "consumerID": "policy-id",
  "timestamp": 1647144509689,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-03-13T04:11:21.835Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-13T04:11:21.835Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:11:21.835Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcac49eb-74e9-4533-90b3-675eb2c67023",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647144506575,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-03-13T04:11:21.835Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-13T04:11:21.835Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:11:21.835Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcac49eb-74e9-4533-90b3-675eb2c67023",
  "consumerID": "aai-ml",
  "timestamp": 1647144514230,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-13T04:11:21.836Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-13T04:11:21.836Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:11:21.836Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a075653-090d-437d-8352-28a6404f70f8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647144514049,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-03-13T04:11:21.836Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-13T04:11:21.836Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:11:21.836Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f15efd6c-9e65-4061-be6e-39394633addd",
  "consumerID": "clamp",
  "timestamp": 1647144488514,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-13T04:11:21.836Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-13T04:11:21.837Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:11:21.837Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b9423ca-6ab6-4caa-ad29-e5fb2f31f319",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647144490060,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-13T04:11:21.837Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-13T04:11:21.837Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:11:21.837Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b9423ca-6ab6-4caa-ad29-e5fb2f31f319",
  "consumerID": "policy-id",
  "timestamp": 1647144509689,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-13T04:11:21.837Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-13T04:11:21.837Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:11:21.838Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcac49eb-74e9-4533-90b3-675eb2c67023",
  "consumerID": "aai-ml",
  "timestamp": 1647144515234,
  "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-03-13T04:11:21.845Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of bcac49eb-74e9-4533-90b3-675eb2c67023
2022-03-13T04:11:21.845Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId bcac49eb-74e9-4533-90b3-675eb2c67023 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-03-13T04:11:21.858Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:11:21.858Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a075653-090d-437d-8352-28a6404f70f8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647144515054,
  "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-13T04:11:21.858Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-13T04:11:21.858Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:11:21.859Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcac49eb-74e9-4533-90b3-675eb2c67023",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647144515737,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-13T04:11:21.859Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-13T04:11:21.859Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:11:21.859Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f15efd6c-9e65-4061-be6e-39394633addd",
  "consumerID": "clamp",
  "timestamp": 1647144488514,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-13T04:11:21.859Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-13T04:11:21.859Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:11:21.859Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b9423ca-6ab6-4caa-ad29-e5fb2f31f319",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647144490060,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2022-03-13T04:11:21.859Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-13T04:11:21.859Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:11:21.860Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b9423ca-6ab6-4caa-ad29-e5fb2f31f319",
  "consumerID": "policy-id",
  "timestamp": 1647144509689,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-03-13T04:11:21.860Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-13T04:11:21.860Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:11:21.860Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f15efd6c-9e65-4061-be6e-39394633addd",
  "consumerID": "aai-ml",
  "timestamp": 1647144493940,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-13T04:11:21.860Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-13T04:11:21.860Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:11:21.860Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f15efd6c-9e65-4061-be6e-39394633addd",
  "consumerID": "clamp",
  "timestamp": 1647144488514,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-03-13T04:11:21.860Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-13T04:11:21.861Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:11:21.861Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b9423ca-6ab6-4caa-ad29-e5fb2f31f319",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647144490060,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-03-13T04:11:21.861Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-13T04:11:21.861Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:11:21.861Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b9423ca-6ab6-4caa-ad29-e5fb2f31f319",
  "consumerID": "policy-id",
  "timestamp": 1647144509689,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-13T04:11:21.861Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-13T04:11:21.861Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:11:21.862Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f15efd6c-9e65-4061-be6e-39394633addd",
  "consumerID": "aai-ml",
  "timestamp": 1647144493940,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-13T04:11:21.862Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-13T04:11:21.862Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:11:21.862Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f15efd6c-9e65-4061-be6e-39394633addd",
  "consumerID": "clamp",
  "timestamp": 1647144488514,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-13T04:11:21.863Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-13T04:11:21.863Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:11:21.863Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b9423ca-6ab6-4caa-ad29-e5fb2f31f319",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647144490060,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-13T04:11:21.863Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-13T04:11:21.863Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:11:21.863Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcac49eb-74e9-4533-90b3-675eb2c67023",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647144518012,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-13T04:11:21.864Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-13T04:11:21.864Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:11:21.864Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b9423ca-6ab6-4caa-ad29-e5fb2f31f319",
  "consumerID": "policy-id",
  "timestamp": 1647144509689,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-03-13T04:11:21.864Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-13T04:11:21.864Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:11:21.864Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f15efd6c-9e65-4061-be6e-39394633addd",
  "consumerID": "aai-ml",
  "timestamp": 1647144493940,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-13T04:11:21.865Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-13T04:11:21.865Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:11:21.865Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f15efd6c-9e65-4061-be6e-39394633addd",
  "consumerID": "clamp",
  "timestamp": 1647144488514,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-13T04:11:21.865Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-13T04:11:21.865Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:11:21.865Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcac49eb-74e9-4533-90b3-675eb2c67023",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647144519017,
  "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-03-13T04:11:21.872Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of bcac49eb-74e9-4533-90b3-675eb2c67023
2022-03-13T04:11:21.872Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId bcac49eb-74e9-4533-90b3-675eb2c67023 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-03-13T04:11:21.883Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:11:21.884Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b9423ca-6ab6-4caa-ad29-e5fb2f31f319",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647144490060,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-03-13T04:11:21.885Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-13T04:11:21.885Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:11:21.885Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f15efd6c-9e65-4061-be6e-39394633addd",
  "consumerID": "aai-ml",
  "timestamp": 1647144493940,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-03-13T04:11:21.886Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-13T04:11:21.886Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:11:21.886Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b9423ca-6ab6-4caa-ad29-e5fb2f31f319",
  "consumerID": "policy-id",
  "timestamp": 1647144518734,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-13T04:11:21.886Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-13T04:11:21.887Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:11:21.887Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f15efd6c-9e65-4061-be6e-39394633addd",
  "consumerID": "clamp",
  "timestamp": 1647144488514,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-13T04:11:21.887Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-13T04:11:21.887Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:11:21.888Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f15efd6c-9e65-4061-be6e-39394633addd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647144506575,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-13T04:11:21.888Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-13T04:11:21.889Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:11:21.889Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b9423ca-6ab6-4caa-ad29-e5fb2f31f319",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647144490060,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-13T04:11:21.889Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-13T04:11:21.889Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:11:21.890Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f15efd6c-9e65-4061-be6e-39394633addd",
  "consumerID": "aai-ml",
  "timestamp": 1647144493940,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-13T04:11:21.890Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-13T04:11:21.890Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:11:21.890Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b9423ca-6ab6-4caa-ad29-e5fb2f31f319",
  "consumerID": "policy-id",
  "timestamp": 1647144519738,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-13T04:11:21.891Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-13T04:11:21.891Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:11:21.891Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f15efd6c-9e65-4061-be6e-39394633addd",
  "consumerID": "clamp",
  "timestamp": 1647144488514,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-13T04:11:21.891Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-13T04:11:21.892Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:11:21.892Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f15efd6c-9e65-4061-be6e-39394633addd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647144506575,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-13T04:11:21.892Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-13T04:11:21.892Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:11:21.892Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b9423ca-6ab6-4caa-ad29-e5fb2f31f319",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647144490060,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-03-13T04:11:21.893Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-13T04:11:21.893Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:11:21.893Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f15efd6c-9e65-4061-be6e-39394633addd",
  "consumerID": "aai-ml",
  "timestamp": 1647144493940,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-13T04:11:21.893Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-13T04:11:21.893Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:11:21.893Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b9423ca-6ab6-4caa-ad29-e5fb2f31f319",
  "consumerID": "policy-id",
  "timestamp": 1647144520741,
  "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-03-13T04:11:21.899Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 3b9423ca-6ab6-4caa-ad29-e5fb2f31f319
2022-03-13T04:11:21.899Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3b9423ca-6ab6-4caa-ad29-e5fb2f31f319 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-03-13T04:11:21.912Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:11:21.913Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f15efd6c-9e65-4061-be6e-39394633addd",
  "consumerID": "clamp",
  "timestamp": 1647144488514,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-03-13T04:11:21.913Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-13T04:11:21.913Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:11:21.913Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f15efd6c-9e65-4061-be6e-39394633addd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647144506575,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-13T04:11:21.913Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-13T04:11:21.913Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:11:21.914Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b9423ca-6ab6-4caa-ad29-e5fb2f31f319",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647144521827,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-13T04:11:21.914Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-13T04:11:21.914Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:11:21.914Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f15efd6c-9e65-4061-be6e-39394633addd",
  "consumerID": "aai-ml",
  "timestamp": 1647144493940,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-13T04:11:21.914Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-13T04:11:21.914Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:11:21.914Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f15efd6c-9e65-4061-be6e-39394633addd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647144506575,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-03-13T04:11:21.914Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-13T04:11:21.914Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:11:21.915Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f15efd6c-9e65-4061-be6e-39394633addd",
  "consumerID": "aai-ml",
  "timestamp": 1647144493940,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-13T04:11:21.915Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-13T04:11:21.915Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:11:21.915Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b9423ca-6ab6-4caa-ad29-e5fb2f31f319",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647144523029,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-13T04:11:21.915Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-13T04:11:21.915Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:11:21.915Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f15efd6c-9e65-4061-be6e-39394633addd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647144506575,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-13T04:11:21.915Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-13T04:11:21.915Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:11:21.916Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f15efd6c-9e65-4061-be6e-39394633addd",
  "consumerID": "aai-ml",
  "timestamp": 1647144493940,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-03-13T04:11:21.916Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-13T04:11:21.916Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:11:21.916Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b9423ca-6ab6-4caa-ad29-e5fb2f31f319",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647144524103,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-03-13T04:11:21.916Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-13T04:11:21.916Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:11:21.916Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f15efd6c-9e65-4061-be6e-39394633addd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647144506575,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-13T04:11:21.916Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-13T04:11:21.917Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:11:21.917Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f15efd6c-9e65-4061-be6e-39394633addd",
  "consumerID": "aai-ml",
  "timestamp": 1647144525337,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-13T04:11:21.917Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-13T04:11:21.917Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:11:21.917Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b9423ca-6ab6-4caa-ad29-e5fb2f31f319",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647144525121,
  "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-03-13T04:11:21.924Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 3b9423ca-6ab6-4caa-ad29-e5fb2f31f319
2022-03-13T04:11:21.925Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3b9423ca-6ab6-4caa-ad29-e5fb2f31f319 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-03-13T04:11:21.932Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:11:21.932Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f15efd6c-9e65-4061-be6e-39394633addd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647144506575,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-13T04:11:21.932Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-13T04:11:21.932Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:11:21.932Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b9423ca-6ab6-4caa-ad29-e5fb2f31f319",
  "consumerID": "multicloud-k8s-id",
  "timestamp": 1647144526125,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-13T04:11:21.933Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-13T04:11:21.933Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:11:21.933Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f15efd6c-9e65-4061-be6e-39394633addd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647144506575,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-13T04:11:21.933Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-13T04:11:21.933Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:11:21.933Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f15efd6c-9e65-4061-be6e-39394633addd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647144506575,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-03-13T04:11:21.933Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-13T04:11:21.933Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:11:21.933Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f15efd6c-9e65-4061-be6e-39394633addd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647144529391,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-13T04:11:21.933Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-13T04:11:21.933Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:11:21.933Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f15efd6c-9e65-4061-be6e-39394633addd",
  "consumerID": "clamp",
  "timestamp": 1647144530932,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-13T04:11:21.933Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-13T04:11:21.933Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:11:21.934Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f15efd6c-9e65-4061-be6e-39394633addd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647144531261,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-13T04:11:21.934Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-13T04:11:21.934Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:11:21.934Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f15efd6c-9e65-4061-be6e-39394633addd",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647144532265,
  "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-03-13T04:11:21.948Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of f15efd6c-9e65-4061-be6e-39394633addd
2022-03-13T04:11:21.949Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId f15efd6c-9e65-4061-be6e-39394633addd 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-03-13T04:11:21.964Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:11:21.964Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f15efd6c-9e65-4061-be6e-39394633addd",
  "consumerID": "aai-ml",
  "timestamp": 1647144532196,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-13T04:11:21.964Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-13T04:11:21.965Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:11:21.965Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b9423ca-6ab6-4caa-ad29-e5fb2f31f319",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647144506575,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-13T04:11:21.965Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-13T04:11:21.965Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:11:21.965Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f15efd6c-9e65-4061-be6e-39394633addd",
  "consumerID": "aai-ml",
  "timestamp": 1647144533199,
  "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-03-13T04:11:21.970Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of f15efd6c-9e65-4061-be6e-39394633addd
2022-03-13T04:11:21.970Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId f15efd6c-9e65-4061-be6e-39394633addd 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-03-13T04:11:21.978Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:11:21.978Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f15efd6c-9e65-4061-be6e-39394633addd",
  "consumerID": "clamp",
  "timestamp": 1647144533935,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-13T04:11:21.978Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-13T04:11:21.979Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:11:21.979Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b9423ca-6ab6-4caa-ad29-e5fb2f31f319",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647144506575,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-13T04:11:21.979Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-13T04:11:21.979Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:11:21.979Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b9423ca-6ab6-4caa-ad29-e5fb2f31f319",
  "consumerID": "aai-ml",
  "timestamp": 1647144493940,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-13T04:11:21.979Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-13T04:11:21.979Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:11:21.979Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f15efd6c-9e65-4061-be6e-39394633addd",
  "consumerID": "clamp",
  "timestamp": 1647144534938,
  "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-03-13T04:11:21.984Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of f15efd6c-9e65-4061-be6e-39394633addd
2022-03-13T04:11:21.984Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId f15efd6c-9e65-4061-be6e-39394633addd 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-03-13T04:11:21.991Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:11:21.992Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b9423ca-6ab6-4caa-ad29-e5fb2f31f319",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647144506575,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-13T04:11:21.992Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-13T04:11:21.992Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:11:21.992Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b9423ca-6ab6-4caa-ad29-e5fb2f31f319",
  "consumerID": "aai-ml",
  "timestamp": 1647144493940,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-13T04:11:21.992Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-13T04:11:21.992Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:11:21.992Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b9423ca-6ab6-4caa-ad29-e5fb2f31f319",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647144506575,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-13T04:11:21.992Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-13T04:11:21.993Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:11:21.993Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b9423ca-6ab6-4caa-ad29-e5fb2f31f319",
  "consumerID": "aai-ml",
  "timestamp": 1647144493940,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOT_NOTIFIED"
}
2022-03-13T04:11:21.993Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-13T04:11:21.993Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:11:21.993Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b9423ca-6ab6-4caa-ad29-e5fb2f31f319",
  "consumerID": "clamp",
  "timestamp": 1647144535959,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-13T04:11:21.993Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-13T04:11:21.993Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:11:21.993Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b9423ca-6ab6-4caa-ad29-e5fb2f31f319",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647144506575,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-13T04:11:21.993Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-13T04:11:21.993Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:11:21.993Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b9423ca-6ab6-4caa-ad29-e5fb2f31f319",
  "consumerID": "aai-ml",
  "timestamp": 1647144493940,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-13T04:11:21.994Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-13T04:11:21.994Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:11:21.994Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b9423ca-6ab6-4caa-ad29-e5fb2f31f319",
  "consumerID": "clamp",
  "timestamp": 1647144535959,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-13T04:11:21.994Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-13T04:11:21.994Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:11:21.994Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b9423ca-6ab6-4caa-ad29-e5fb2f31f319",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647144506575,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-03-13T04:11:21.994Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-13T04:11:21.994Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:11:21.994Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b9423ca-6ab6-4caa-ad29-e5fb2f31f319",
  "consumerID": "aai-ml",
  "timestamp": 1647144493940,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-13T04:11:21.994Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-13T04:11:21.995Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:11:21.995Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b9423ca-6ab6-4caa-ad29-e5fb2f31f319",
  "consumerID": "clamp",
  "timestamp": 1647144535959,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2022-03-13T04:11:21.995Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-13T04:11:21.995Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:11:21.995Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b9423ca-6ab6-4caa-ad29-e5fb2f31f319",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647144506575,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-13T04:11:21.995Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-13T04:11:21.995Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:11:21.995Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b9423ca-6ab6-4caa-ad29-e5fb2f31f319",
  "consumerID": "aai-ml",
  "timestamp": 1647144493940,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-03-13T04:11:21.995Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-13T04:11:21.995Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:11:21.995Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b9423ca-6ab6-4caa-ad29-e5fb2f31f319",
  "consumerID": "clamp",
  "timestamp": 1647144535959,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-13T04:11:21.996Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-13T04:11:21.996Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:11:21.996Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b9423ca-6ab6-4caa-ad29-e5fb2f31f319",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647144506575,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-03-13T04:11:21.996Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-13T04:11:21.996Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:11:21.996Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b9423ca-6ab6-4caa-ad29-e5fb2f31f319",
  "consumerID": "aai-ml",
  "timestamp": 1647144493940,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-13T04:11:21.996Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-13T04:11:21.996Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:11:21.996Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b9423ca-6ab6-4caa-ad29-e5fb2f31f319",
  "consumerID": "clamp",
  "timestamp": 1647144535959,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-13T04:11:21.996Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-13T04:11:21.997Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:11:21.997Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b9423ca-6ab6-4caa-ad29-e5fb2f31f319",
  "consumerID": "aai-ml",
  "timestamp": 1647144493940,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-03-13T04:11:21.997Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-13T04:11:21.997Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:11:21.997Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b9423ca-6ab6-4caa-ad29-e5fb2f31f319",
  "consumerID": "clamp",
  "timestamp": 1647144535959,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOT_NOTIFIED"
}
2022-03-13T04:11:21.997Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-13T04:11:21.997Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:11:21.997Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b9423ca-6ab6-4caa-ad29-e5fb2f31f319",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647144541631,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-13T04:11:21.997Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-13T04:11:21.997Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:11:21.997Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b9423ca-6ab6-4caa-ad29-e5fb2f31f319",
  "consumerID": "clamp",
  "timestamp": 1647144535959,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-13T04:11:21.997Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-13T04:11:21.998Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:11:21.998Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b9423ca-6ab6-4caa-ad29-e5fb2f31f319",
  "consumerID": "aai-ml",
  "timestamp": 1647144542735,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-13T04:11:21.998Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-13T04:11:21.998Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:11:21.998Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b9423ca-6ab6-4caa-ad29-e5fb2f31f319",
  "consumerID": "clamp",
  "timestamp": 1647144535959,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-03-13T04:11:21.998Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-13T04:11:21.998Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:11:21.998Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b9423ca-6ab6-4caa-ad29-e5fb2f31f319",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647144544123,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-13T04:11:21.998Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-13T04:11:21.998Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:11:21.998Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b9423ca-6ab6-4caa-ad29-e5fb2f31f319",
  "consumerID": "sdc-COpenSource-Env11-sdnc-dockero",
  "timestamp": 1647144545129,
  "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-03-13T04:11:22.003Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 3b9423ca-6ab6-4caa-ad29-e5fb2f31f319
2022-03-13T04:11:22.003Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3b9423ca-6ab6-4caa-ad29-e5fb2f31f319 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-03-13T04:11:22.011Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:11:22.011Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b9423ca-6ab6-4caa-ad29-e5fb2f31f319",
  "consumerID": "aai-ml",
  "timestamp": 1647144553910,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-13T04:11:22.011Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-13T04:11:22.012Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:11:22.012Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b9423ca-6ab6-4caa-ad29-e5fb2f31f319",
  "consumerID": "clamp",
  "timestamp": 1647144554937,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-13T04:11:22.012Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-13T04:11:22.012Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:11:22.012Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b9423ca-6ab6-4caa-ad29-e5fb2f31f319",
  "consumerID": "aai-ml",
  "timestamp": 1647144554914,
  "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-03-13T04:11:22.016Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 3b9423ca-6ab6-4caa-ad29-e5fb2f31f319
2022-03-13T04:11:22.016Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3b9423ca-6ab6-4caa-ad29-e5fb2f31f319 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-03-13T04:11:22.024Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:11:22.024Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b9423ca-6ab6-4caa-ad29-e5fb2f31f319",
  "consumerID": "clamp",
  "timestamp": 1647144555944,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-13T04:11:22.024Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-13T04:11:22.025Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:11:22.025Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b9423ca-6ab6-4caa-ad29-e5fb2f31f319",
  "consumerID": "clamp",
  "timestamp": 1647144559998,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-13T04:11:22.025Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-13T04:11:22.025Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:11:22.025Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b9423ca-6ab6-4caa-ad29-e5fb2f31f319",
  "consumerID": "clamp",
  "timestamp": 1647144561002,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-13T04:11:22.025Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-13T04:11:22.025Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:11:22.025Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b9423ca-6ab6-4caa-ad29-e5fb2f31f319",
  "consumerID": "clamp",
  "timestamp": 1647144562005,
  "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-03-13T04:11:22.029Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 3b9423ca-6ab6-4caa-ad29-e5fb2f31f319
2022-03-13T04:11:22.029Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 3b9423ca-6ab6-4caa-ad29-e5fb2f31f319 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-03-13T04:11:27.285Z|bcac49eb-74e9-4533-90b3-675eb2c67023|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bcac49eb-74e9-4533-90b3-675eb2c67023
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-13T04:11:27.297Z|bcac49eb-74e9-4533-90b3-675eb2c67023|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bcac49eb-74e9-4533-90b3-675eb2c67023
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-03-13T04:11:27.300Z|bcac49eb-74e9-4533-90b3-675eb2c67023|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-13T04:11:27.300Z|bcac49eb-74e9-4533-90b3-675eb2c67023|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-13T04:11:27.300Z|bcac49eb-74e9-4533-90b3-675eb2c67023|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-03-13T04:11:27.301Z|bcac49eb-74e9-4533-90b3-675eb2c67023|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-03-13T04:11:27.301Z|bcac49eb-74e9-4533-90b3-675eb2c67023|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-13T04:11:27.301Z|bcac49eb-74e9-4533-90b3-675eb2c67023|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-13T04:11:27.301Z|bcac49eb-74e9-4533-90b3-675eb2c67023|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-13T04:11:27.301Z|bcac49eb-74e9-4533-90b3-675eb2c67023|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-13T04:11:27.301Z|bcac49eb-74e9-4533-90b3-675eb2c67023|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-13T04:11:27.301Z|bcac49eb-74e9-4533-90b3-675eb2c67023|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-13T04:11:27.301Z|bcac49eb-74e9-4533-90b3-675eb2c67023|pool-2-thread-3|||||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-03-13T04:11:27.306Z|bcac49eb-74e9-4533-90b3-675eb2c67023|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-03-13T04:11:57.306Z|bcac49eb-74e9-4533-90b3-675eb2c67023|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: bcac49eb-74e9-4533-90b3-675eb2c67023 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-03-13T04:11:57.314Z|bcac49eb-74e9-4533-90b3-675eb2c67023|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: bcac49eb-74e9-4533-90b3-675eb2c67023 and serviceModelVersionId: 490d8dd2-6591-48ce-a014-84f896374c9d
2022-03-13T04:11:57.314Z|bcac49eb-74e9-4533-90b3-675eb2c67023|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : b08f7bc7-fc55-4941-8ba6-80f786cb201d
2022-03-13T04:11:57.315Z|bcac49eb-74e9-4533-90b3-675eb2c67023|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/b08f7bc7-fc55-4941-8ba6-80f786cb201d/model-vers/model-ver/490d8dd2-6591-48ce-a014-84f896374c9d?depth=0
2022-03-13T04:11:57.320Z|bcac49eb-74e9-4533-90b3-675eb2c67023|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2022-03-13T04:11:57.373Z|bcac49eb-74e9-4533-90b3-675eb2c67023|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b08f7bc7-fc55-4941-8ba6-80f786cb201d/model-vers/model-ver/490d8dd2-6591-48ce-a014-84f896374c9d?depth=0|INFO|500||Invoke
2022-03-13T04:11:57.373Z|bcac49eb-74e9-4533-90b3-675eb2c67023|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b08f7bc7-fc55-4941-8ba6-80f786cb201d/model-vers/model-ver/490d8dd2-6591-48ce-a014-84f896374c9d?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b08f7bc7-fc55-4941-8ba6-80f786cb201d/model-vers/model-ver/490d8dd2-6591-48ce-a014-84f896374c9d?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[bcac49eb-74e9-4533-90b3-675eb2c67023], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[9e864564-3b1d-4306-ae9f-a4c7cabb7e9e], X-ECOMP-RequestID=[bcac49eb-74e9-4533-90b3-675eb2c67023], X-TransactionId=[], X-ONAP-RequestID=[bcac49eb-74e9-4533-90b3-675eb2c67023], Content-Type=[application/merge-patch+json]}
2022-03-13T04:11:57.400Z|bcac49eb-74e9-4533-90b3-675eb2c67023|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b08f7bc7-fc55-4941-8ba6-80f786cb201d/model-vers/model-ver/490d8dd2-6591-48ce-a014-84f896374c9d?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-03-13T04:11:57.887Z|bcac49eb-74e9-4533-90b3-675eb2c67023|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b08f7bc7-fc55-4941-8ba6-80f786cb201d/model-vers/model-ver/490d8dd2-6591-48ce-a014-84f896374c9d?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/b08f7bc7-fc55-4941-8ba6-80f786cb201d/model-vers/model-ver/490d8dd2-6591-48ce-a014-84f896374c9d?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220313-04:11:56:444-59574], vertex-id=[233624], Content-Length=[0], Date=[Sun, 13 Mar 2022 04:11:56 GMT], Content-Type=[application/json]}
2022-03-13T04:11:57.888Z|bcac49eb-74e9-4533-90b3-675eb2c67023|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b08f7bc7-fc55-4941-8ba6-80f786cb201d/model-vers/model-ver/490d8dd2-6591-48ce-a014-84f896374c9d?depth=0|DEBUG|500||Response was returned with an empty entity.
2022-03-13T04:11:57.889Z|bcac49eb-74e9-4533-90b3-675eb2c67023|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b08f7bc7-fc55-4941-8ba6-80f786cb201d/model-vers/model-ver/490d8dd2-6591-48ce-a014-84f896374c9d?depth=0|INFO|500||InvokeReturn
2022-03-13T04:11:57.889Z|bcac49eb-74e9-4533-90b3-675eb2c67023|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-03-13T04:11:57.889Z|bcac49eb-74e9-4533-90b3-675eb2c67023|pool-2-thread-3|||||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-03-13T04:11:57.894Z|bcac49eb-74e9-4533-90b3-675eb2c67023|pool-2-thread-3|||||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-03-13T04:11:57.895Z|bcac49eb-74e9-4533-90b3-675eb2c67023|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID bcac49eb-74e9-4533-90b3-675eb2c67023 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-03-13T04:11:57.895Z|bcac49eb-74e9-4533-90b3-675eb2c67023|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-03-13T04:11:57.896Z|bcac49eb-74e9-4533-90b3-675eb2c67023|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-03-13T04:11:57.898Z|bcac49eb-74e9-4533-90b3-675eb2c67023|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-13T04:11:57.898Z|bcac49eb-74e9-4533-90b3-675eb2c67023|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "bcac49eb-74e9-4533-90b3-675eb2c67023",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647144717895,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-13T04:11:57.998Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-13T04:11:57.999Z||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-03-13T04:11:58.000Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8JOl5TvLYzIQLVLG) ...
2022-03-13T04:11:58.016Z||pool-99-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-13T04:11:58.016Z||pool-99-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-03-13T04:11:58.910Z|bcac49eb-74e9-4533-90b3-675eb2c67023|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-13T04:11:58.910Z|bcac49eb-74e9-4533-90b3-675eb2c67023|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"f15efd6c-9e65-4061-be6e-39394633addd","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"292b87a2-00fb-4e48-b4a1-1732261551cc","serviceDescription":"service","serviceInvariantUUID":"903f94e3-4cff-453a-95a1-daff3f41611c","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"d4ab6d99-cdad-45de-9ab1-7a184e2d18ea","resourceInvariantUUID":"b07581f3-6c9f-4b39-ad92-7ae53dfa0ae2","resourceCustomizationUUID":"2d69f775-ed12-4562-a27f-b8d601a5f867","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":"N2U3MjdiNWNmNTRmN2ZjZWQzNWQ3NDlmNDg2NTgyMmI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"e9a9554c-84ef-4ec7-ad02-882276733599","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":"5688b81a-9fff-4036-935d-0227b69b1dc8","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":"421c4ad0-8e41-4c91-9651-ce694a797edf","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":"YTliYjU0MTM3ODk3YmQ5ZmU4ODE5NjEzMTBmZmQwYTU\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"1fa017d5-6a95-4785-9538-ef833a378620","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":"dcd98d73-1b94-4e2b-8cae-44799a8cc816","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":"38bad188-80e8-4719-b955-51814f08a7be","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":"1817f3cd-e64d-4c7f-b1c9-c60b99a61ab8","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":"ZjBmMzcwNzZkNmE3OWU2YmIwYjdiZjBkMGIwNDAxNjU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"4b4dc58e-968e-47b1-8d34-37d1ca6ee9fe","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"OWI2YjE4ZThiMjY0ZjlkZjUwZWU0YzllYTY1NTliZWY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"b6371573-40c1-49fc-bc0b-12567c02405d","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-13T04:11:58.911Z|bcac49eb-74e9-4533-90b3-675eb2c67023|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-13T04:11:58.911Z|bcac49eb-74e9-4533-90b3-675eb2c67023|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-03-13T04:11:58.913Z|bcac49eb-74e9-4533-90b3-675eb2c67023|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-13T04:11:58.913Z|bcac49eb-74e9-4533-90b3-675eb2c67023|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "f15efd6c-9e65-4061-be6e-39394633addd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647144496951,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-13T04:11:59.013Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-13T04:11:59.014Z||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-03-13T04:11:59.014Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8JOl5TvLYzIQLVLG) ...
2022-03-13T04:11:59.027Z||pool-100-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-13T04:11:59.027Z||pool-100-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-13T04:11:59.914Z|bcac49eb-74e9-4533-90b3-675eb2c67023|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-13T04:11:59.914Z|bcac49eb-74e9-4533-90b3-675eb2c67023|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-03-13T04:11:59.916Z|bcac49eb-74e9-4533-90b3-675eb2c67023|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-13T04:11:59.917Z|bcac49eb-74e9-4533-90b3-675eb2c67023|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "f15efd6c-9e65-4061-be6e-39394633addd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647144496951,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-13T04:12:00.017Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-13T04:12:00.018Z||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-03-13T04:12:00.018Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8JOl5TvLYzIQLVLG) ...
2022-03-13T04:12:00.029Z||pool-101-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-13T04:12:00.030Z||pool-101-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-13T04:12:00.919Z|bcac49eb-74e9-4533-90b3-675eb2c67023|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-13T04:12:00.920Z|bcac49eb-74e9-4533-90b3-675eb2c67023|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-03-13T04:12:00.922Z|bcac49eb-74e9-4533-90b3-675eb2c67023|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-13T04:12:00.922Z|bcac49eb-74e9-4533-90b3-675eb2c67023|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "f15efd6c-9e65-4061-be6e-39394633addd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647144496951,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-13T04:12:01.022Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-13T04:12:01.023Z||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-03-13T04:12:01.023Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8JOl5TvLYzIQLVLG) ...
2022-03-13T04:12:01.034Z||pool-102-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-13T04:12:01.034Z||pool-102-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
2022-03-13T04:12:01.922Z|bcac49eb-74e9-4533-90b3-675eb2c67023|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-13T04:12:01.923Z|bcac49eb-74e9-4533-90b3-675eb2c67023|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-03-13T04:12:01.926Z|bcac49eb-74e9-4533-90b3-675eb2c67023|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-13T04:12:01.926Z|bcac49eb-74e9-4533-90b3-675eb2c67023|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "f15efd6c-9e65-4061-be6e-39394633addd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647144496951,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-03-13T04:12:02.026Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-13T04:12:02.027Z||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-03-13T04:12:02.027Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8JOl5TvLYzIQLVLG) ...
2022-03-13T04:12:02.038Z||pool-103-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-13T04:12:02.038Z||pool-103-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-03-13T04:12:02.926Z|bcac49eb-74e9-4533-90b3-675eb2c67023|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-13T04:12:02.927Z|bcac49eb-74e9-4533-90b3-675eb2c67023|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-03-13T04:12:02.930Z|bcac49eb-74e9-4533-90b3-675eb2c67023|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-13T04:12:02.930Z|bcac49eb-74e9-4533-90b3-675eb2c67023|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "f15efd6c-9e65-4061-be6e-39394633addd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647144496951,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-13T04:12:03.030Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-13T04:12:03.031Z||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-03-13T04:12:03.031Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8JOl5TvLYzIQLVLG) ...
2022-03-13T04:12:03.052Z||pool-104-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-13T04:12:03.056Z||pool-104-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1}
2022-03-13T04:12:03.930Z|bcac49eb-74e9-4533-90b3-675eb2c67023|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-13T04:12:03.932Z|bcac49eb-74e9-4533-90b3-675eb2c67023|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-03-13T04:12:03.934Z|bcac49eb-74e9-4533-90b3-675eb2c67023|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-13T04:12:03.934Z|bcac49eb-74e9-4533-90b3-675eb2c67023|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "f15efd6c-9e65-4061-be6e-39394633addd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647144496951,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-13T04:12:04.034Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-13T04:12:04.035Z||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-03-13T04:12:04.035Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8JOl5TvLYzIQLVLG) ...
2022-03-13T04:12:04.047Z||pool-105-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-13T04:12:04.048Z||pool-105-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-13T04:12:04.934Z|bcac49eb-74e9-4533-90b3-675eb2c67023|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-13T04:12:04.935Z|bcac49eb-74e9-4533-90b3-675eb2c67023|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-03-13T04:12:04.937Z|bcac49eb-74e9-4533-90b3-675eb2c67023|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-13T04:12:04.937Z|bcac49eb-74e9-4533-90b3-675eb2c67023|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "f15efd6c-9e65-4061-be6e-39394633addd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647144496951,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-13T04:12:05.037Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-13T04:12:05.038Z||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-03-13T04:12:05.039Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8JOl5TvLYzIQLVLG) ...
2022-03-13T04:12:05.052Z||pool-106-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-13T04:12:05.052Z||pool-106-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-13T04:12:05.938Z|bcac49eb-74e9-4533-90b3-675eb2c67023|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-13T04:12:05.939Z|bcac49eb-74e9-4533-90b3-675eb2c67023|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-03-13T04:12:05.941Z|bcac49eb-74e9-4533-90b3-675eb2c67023|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-13T04:12:05.941Z|bcac49eb-74e9-4533-90b3-675eb2c67023|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "f15efd6c-9e65-4061-be6e-39394633addd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647144496951,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-13T04:12:06.041Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-13T04:12:06.042Z||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-03-13T04:12:06.042Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8JOl5TvLYzIQLVLG) ...
2022-03-13T04:12:06.054Z||pool-107-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-13T04:12:06.055Z||pool-107-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-13T04:12:06.942Z|bcac49eb-74e9-4533-90b3-675eb2c67023|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-13T04:12:06.942Z|bcac49eb-74e9-4533-90b3-675eb2c67023|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-03-13T04:12:06.944Z|bcac49eb-74e9-4533-90b3-675eb2c67023|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-13T04:12:06.944Z|bcac49eb-74e9-4533-90b3-675eb2c67023|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "f15efd6c-9e65-4061-be6e-39394633addd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647144496951,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-03-13T04:12:07.045Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-13T04:12:07.046Z||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-03-13T04:12:07.046Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8JOl5TvLYzIQLVLG) ...
2022-03-13T04:12:07.059Z||pool-108-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-13T04:12:07.059Z||pool-108-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-13T04:12:07.947Z|bcac49eb-74e9-4533-90b3-675eb2c67023|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "f15efd6c-9e65-4061-be6e-39394633addd",
  "serviceName": "test_pnf_macro",
  "serviceVersion": "1.0",
  "serviceUUID": "292b87a2-00fb-4e48-b4a1-1732261551cc",
  "serviceDescription": "service",
  "serviceInvariantUUID": "903f94e3-4cff-453a-95a1-daff3f41611c",
  "resources": [
    {
      "resourceInstanceName": "test-pnf 0",
      "resourceCustomizationUUID": "2d69f775-ed12-4562-a27f-b8d601a5f867",
      "resourceName": "test-pnf",
      "resourceVersion": "1.0",
      "resoucreType": "PNF",
      "resourceUUID": "d4ab6d99-cdad-45de-9ab1-7a184e2d18ea",
      "resourceInvariantUUID": "b07581f3-6c9f-4b39-ad92-7ae53dfa0ae2",
      "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": "OWI2YjE4ZThiMjY0ZjlkZjUwZWU0YzllYTY1NTliZWY\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "b6371573-40c1-49fc-bc0b-12567c02405d"
    }
  ],
  "workloadContext": "Production"
}
2022-03-13T04:12:07.948Z|bcac49eb-74e9-4533-90b3-675eb2c67023|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-13T04:12:07.948Z|bcac49eb-74e9-4533-90b3-675eb2c67023|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 292b87a2-00fb-4e48-b4a1-1732261551cc ASDC
2022-03-13T04:12:07.948Z|f15efd6c-9e65-4061-be6e-39394633addd|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:f15efd6c-9e65-4061-be6e-39394633addd
ServiceName:test_pnf_macro
ServiceVersion:1.0
ServiceUUID:292b87a2-00fb-4e48-b4a1-1732261551cc
ServiceInvariantUUID:903f94e3-4cff-453a-95a1-daff3f41611c
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:b6371573-40c1-49fc-bc0b-12567c02405d
ArtifactChecksum:OWI2YjE4ZThiMjY0ZjlkZjUwZWU0YzllYTY1NTliZWY=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:test-pnf 0
ResourceCustomizationUUID:2d69f775-ed12-4562-a27f-b8d601a5f867
ResourceInvariantUUID:b07581f3-6c9f-4b39-ad92-7ae53dfa0ae2
ResourceName:test-pnf
ResourceType:PNF
ResourceUUID:d4ab6d99-cdad-45de-9ab1-7a184e2d18ea
ResourceVersion:1.0
Category:Generic
SubCategory:Abstract
Resource Artifacts List:
NULL


}


2022-03-13T04:12:07.948Z|f15efd6c-9e65-4061-be6e-39394633addd|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 292b87a2-00fb-4e48-b4a1-1732261551cc 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-03-13T04:12:07.982Z|f15efd6c-9e65-4061-be6e-39394633addd|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-13T04:12:07.982Z|f15efd6c-9e65-4061-be6e-39394633addd|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-03-13T04:12:07.983Z|f15efd6c-9e65-4061-be6e-39394633addd|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-03-13T04:12:07.983Z|f15efd6c-9e65-4061-be6e-39394633addd|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: b6371573-40c1-49fc-bc0b-12567c02405d from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-03-13T04:12:07.983Z|f15efd6c-9e65-4061-be6e-39394633addd|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-03-13T04:12:07.983Z|f15efd6c-9e65-4061-be6e-39394633addd|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-03-13T04:12:09.153Z|f15efd6c-9e65-4061-be6e-39394633addd|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-03-13T04:12:09.157Z|f15efd6c-9e65-4061-be6e-39394633addd|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar b6371573-40c1-49fc-bc0b-12567c02405d 105636
2022-03-13T04:12:09.158Z|f15efd6c-9e65-4061-be6e-39394633addd|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2022-03-13T04:12:09.158Z|f15efd6c-9e65-4061-be6e-39394633addd|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-03-13T04:12:09.158Z|f15efd6c-9e65-4061-be6e-39394633addd|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-13T04:12:09.158Z|f15efd6c-9e65-4061-be6e-39394633addd|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-03-13T04:12:09.160Z|f15efd6c-9e65-4061-be6e-39394633addd|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-13T04:12:09.160Z|f15efd6c-9e65-4061-be6e-39394633addd|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "f15efd6c-9e65-4061-be6e-39394633addd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647144729158,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-13T04:12:09.261Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-13T04:12:09.262Z||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-03-13T04:12:09.262Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8JOl5TvLYzIQLVLG) ...
2022-03-13T04:12:09.283Z||pool-109-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-13T04:12:09.283Z||pool-109-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1}
2022-03-13T04:12:10.160Z|f15efd6c-9e65-4061-be6e-39394633addd|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-13T04:12:10.161Z|f15efd6c-9e65-4061-be6e-39394633addd|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-03-13T04:12:10.161Z|f15efd6c-9e65-4061-be6e-39394633addd|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: b6371573-40c1-49fc-bc0b-12567c02405d, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-03-13T04:12:10.162Z|f15efd6c-9e65-4061-be6e-39394633addd|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar
2022-03-13T04:12:10.162Z|f15efd6c-9e65-4061-be6e-39394633addd|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-03-13T04:12:10.162Z|f15efd6c-9e65-4061-be6e-39394633addd|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-03-13T04:12:10.289Z|f15efd6c-9e65-4061-be6e-39394633addd|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP577011910304457790/Definitions/service-TestPnfMacro-template.yml
2022-03-13T04:12:11.141Z|f15efd6c-9e65-4061-be6e-39394633addd|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-13T04:12:11.141Z|f15efd6c-9e65-4061-be6e-39394633addd|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-03-13T04:12:11.141Z|f15efd6c-9e65-4061-be6e-39394633addd|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar
2022-03-13T04:12:11.141Z|f15efd6c-9e65-4061-be6e-39394633addd|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred...
2022-03-13T04:12:11.141Z|f15efd6c-9e65-4061-be6e-39394633addd|pool-2-thread-3|||||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-03-13T04:12:11.142Z|f15efd6c-9e65-4061-be6e-39394633addd|pool-2-thread-3|||||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-03-13T04:12:11.142Z|f15efd6c-9e65-4061-be6e-39394633addd|pool-2-thread-3|||||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-03-13T04:12:11.142Z|f15efd6c-9e65-4061-be6e-39394633addd|pool-2-thread-3|||||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-03-13T04:12:11.142Z|f15efd6c-9e65-4061-be6e-39394633addd|pool-2-thread-3|||||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-03-13T04:12:11.142Z|f15efd6c-9e65-4061-be6e-39394633addd|pool-2-thread-3|||||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-03-13T04:12:11.142Z|f15efd6c-9e65-4061-be6e-39394633addd|pool-2-thread-3|||||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-03-13T04:12:11.142Z|f15efd6c-9e65-4061-be6e-39394633addd|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-03-13T04:12:11.142Z|f15efd6c-9e65-4061-be6e-39394633addd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-13T04:12:11.142Z|f15efd6c-9e65-4061-be6e-39394633addd|pool-2-thread-3|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-13T04:12:11.143Z|f15efd6c-9e65-4061-be6e-39394633addd|pool-2-thread-3|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2022-03-13T04:12:11.143Z|f15efd6c-9e65-4061-be6e-39394633addd|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-03-13T04:12:11.143Z|f15efd6c-9e65-4061-be6e-39394633addd|pool-2-thread-3|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-13T04:12:11.143Z|f15efd6c-9e65-4061-be6e-39394633addd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-13T04:12:11.143Z|f15efd6c-9e65-4061-be6e-39394633addd|pool-2-thread-3|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-13T04:12:11.143Z|f15efd6c-9e65-4061-be6e-39394633addd|pool-2-thread-3|||||DEBUG|500||Node template test-pnf 0 is matching search criteria
2022-03-13T04:12:11.143Z|f15efd6c-9e65-4061-be6e-39394633addd|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-03-13T04:12:11.144Z|f15efd6c-9e65-4061-be6e-39394633addd|pool-2-thread-3|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-13T04:12:11.144Z|f15efd6c-9e65-4061-be6e-39394633addd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-13T04:12:11.144Z|f15efd6c-9e65-4061-be6e-39394633addd|pool-2-thread-3|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-13T04:12:11.144Z|f15efd6c-9e65-4061-be6e-39394633addd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-13T04:12:11.144Z|f15efd6c-9e65-4061-be6e-39394633addd|pool-2-thread-3|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-13T04:12:11.144Z|f15efd6c-9e65-4061-be6e-39394633addd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-13T04:12:11.144Z|f15efd6c-9e65-4061-be6e-39394633addd|pool-2-thread-3|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-13T04:12:11.144Z|f15efd6c-9e65-4061-be6e-39394633addd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-13T04:12:11.145Z|f15efd6c-9e65-4061-be6e-39394633addd|pool-2-thread-3|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-13T04:12:11.145Z|f15efd6c-9e65-4061-be6e-39394633addd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-13T04:12:11.145Z|f15efd6c-9e65-4061-be6e-39394633addd|pool-2-thread-3|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-13T04:12:11.145Z|f15efd6c-9e65-4061-be6e-39394633addd|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:test_pnf_macro
Description:service
Model UUID:292b87a2-00fb-4e48-b4a1-1732261551cc
Model Version:NULL
Model InvariantUuid:903f94e3-4cff-453a-95a1-daff3f41611c
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-03-13T04:12:11.152Z|f15efd6c-9e65-4061-be6e-39394633addd|pool-2-thread-3|||||INFO|500||Processing Resource Type: PNF, Model UUID: d4ab6d99-cdad-45de-9ab1-7a184e2d18ea
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-03-13T04:12:11.154Z|f15efd6c-9e65-4061-be6e-39394633addd|pool-2-thread-3|||||INFO|500||test-pnf 0
2022-03-13T04:12:11.155Z|f15efd6c-9e65-4061-be6e-39394633addd|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: d4ab6d99-cdad-45de-9ab1-7a184e2d18ea
2022-03-13T04:12:11.155Z|f15efd6c-9e65-4061-be6e-39394633addd|pool-2-thread-3|||||DEBUG|500||No resources found for Service: 292b87a2-00fb-4e48-b4a1-1732261551cc
2022-03-13T04:12:11.155Z|f15efd6c-9e65-4061-be6e-39394633addd|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 292b87a2-00fb-4e48-b4a1-1732261551cc
2022-03-13T04:12:11.155Z|f15efd6c-9e65-4061-be6e-39394633addd|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 d4ab6d99-cdad-45de-9ab1-7a184e2d18ea 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-03-13T04:12:11.159Z|f15efd6c-9e65-4061-be6e-39394633addd|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@58a5e9f3, org.onap.sdc.toscaparser.api.parameters.Input@7052b432, org.onap.sdc.toscaparser.api.parameters.Input@4ea254da, org.onap.sdc.toscaparser.api.parameters.Input@73348722, org.onap.sdc.toscaparser.api.parameters.Input@4a912c6]
2022-03-13T04:12:11.160Z|f15efd6c-9e65-4061-be6e-39394633addd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-13T04:12:11.160Z|f15efd6c-9e65-4061-be6e-39394633addd|pool-2-thread-3|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-13T04:12:11.160Z|f15efd6c-9e65-4061-be6e-39394633addd|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 292b87a2-00fb-4e48-b4a1-1732261551cc: test-pnf
2022-03-13T04:12:11.160Z|f15efd6c-9e65-4061-be6e-39394633addd|pool-2-thread-3|||||INFO|500||Processing PNF resource: d4ab6d99-cdad-45de-9ab1-7a184e2d18ea
2022-03-13T04:12:11.161Z|f15efd6c-9e65-4061-be6e-39394633addd|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-13T04:12:11.161Z|f15efd6c-9e65-4061-be6e-39394633addd|pool-2-thread-3|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-13T04:12:11.161Z|f15efd6c-9e65-4061-be6e-39394633addd|pool-2-thread-3|||||INFO|500||Resource customization UUID: 2d69f775-ed12-4562-a27f-b8d601a5f867 is the same as notified resource customizationUUID: 2d69f775-ed12-4562-a27f-b8d601a5f867
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-03-13T04:12:11.196Z|f15efd6c-9e65-4061-be6e-39394633addd|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf d4ab6d99-cdad-45de-9ab1-7a184e2d18ea 0 ASDC deployResourceStructure
2022-03-13T04:12:11.196Z|f15efd6c-9e65-4061-be6e-39394633addd|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification
2022-03-13T04:12:11.196Z|f15efd6c-9e65-4061-be6e-39394633addd|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar
2022-03-13T04:12:11.197Z|f15efd6c-9e65-4061-be6e-39394633addd|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-13T04:12:11.197Z|f15efd6c-9e65-4061-be6e-39394633addd|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-03-13T04:12:11.199Z|f15efd6c-9e65-4061-be6e-39394633addd|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-13T04:12:11.199Z|f15efd6c-9e65-4061-be6e-39394633addd|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "f15efd6c-9e65-4061-be6e-39394633addd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647144731196,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-13T04:12:11.299Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-13T04:12:11.300Z||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-03-13T04:12:11.300Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8JOl5TvLYzIQLVLG) ...
2022-03-13T04:12:11.312Z||pool-110-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-13T04:12:11.312Z||pool-110-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1}
2022-03-13T04:12:12.201Z|f15efd6c-9e65-4061-be6e-39394633addd|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f15efd6c-9e65-4061-be6e-39394633addd
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-13T04:12:12.209Z|f15efd6c-9e65-4061-be6e-39394633addd|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f15efd6c-9e65-4061-be6e-39394633addd
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-03-13T04:12:12.212Z|f15efd6c-9e65-4061-be6e-39394633addd|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-13T04:12:12.213Z|f15efd6c-9e65-4061-be6e-39394633addd|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-13T04:12:12.213Z|f15efd6c-9e65-4061-be6e-39394633addd|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-03-13T04:12:12.213Z|f15efd6c-9e65-4061-be6e-39394633addd|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-03-13T04:12:12.213Z|f15efd6c-9e65-4061-be6e-39394633addd|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-13T04:12:12.213Z|f15efd6c-9e65-4061-be6e-39394633addd|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-13T04:12:12.213Z|f15efd6c-9e65-4061-be6e-39394633addd|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-13T04:12:12.213Z|f15efd6c-9e65-4061-be6e-39394633addd|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-13T04:12:12.213Z|f15efd6c-9e65-4061-be6e-39394633addd|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-13T04:12:12.213Z|f15efd6c-9e65-4061-be6e-39394633addd|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-13T04:12:12.213Z|f15efd6c-9e65-4061-be6e-39394633addd|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-13T04:12:12.214Z|f15efd6c-9e65-4061-be6e-39394633addd|pool-2-thread-3|||||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-03-13T04:12:12.218Z|f15efd6c-9e65-4061-be6e-39394633addd|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-03-13T04:12:21.608Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-13T04:12:21.609Z||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-03-13T04:12:21.609Z||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 8JOl5TvLYzIQLVLG) ...
2022-03-13T04:12:21.632Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-13T04:12:21.633Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:12:21.633Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "7a075653-090d-437d-8352-28a6404f70f8",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647144606894,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-13T04:12:21.634Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-13T04:12:21.634Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:12:21.634Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcac49eb-74e9-4533-90b3-675eb2c67023",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647144496951,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-13T04:12:21.634Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-13T04:12:21.634Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:12:21.634Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcac49eb-74e9-4533-90b3-675eb2c67023",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647144496951,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "NOTIFIED"
}
2022-03-13T04:12:21.635Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-13T04:12:21.635Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:12:21.635Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcac49eb-74e9-4533-90b3-675eb2c67023",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647144496951,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "NOTIFIED"
}
2022-03-13T04:12:21.635Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-13T04:12:21.635Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:12:21.635Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcac49eb-74e9-4533-90b3-675eb2c67023",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647144496951,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-13T04:12:21.635Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-13T04:12:21.635Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:12:21.635Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcac49eb-74e9-4533-90b3-675eb2c67023",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647144496951,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "NOTIFIED"
}
2022-03-13T04:12:21.636Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-13T04:12:21.636Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:12:21.636Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcac49eb-74e9-4533-90b3-675eb2c67023",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647144496951,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-03-13T04:12:21.636Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-13T04:12:21.636Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:12:21.636Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcac49eb-74e9-4533-90b3-675eb2c67023",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647144496951,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-13T04:12:21.636Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-13T04:12:21.636Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:12:21.636Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcac49eb-74e9-4533-90b3-675eb2c67023",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647144496951,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-03-13T04:12:21.637Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 
2022-03-13T04:12:21.637Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:12:21.637Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcac49eb-74e9-4533-90b3-675eb2c67023",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647144616113,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-13T04:12:21.637Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-13T04:12:21.637Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:12:21.637Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcac49eb-74e9-4533-90b3-675eb2c67023",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647144619347,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-13T04:12:21.637Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-13T04:12:21.638Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:12:21.638Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcac49eb-74e9-4533-90b3-675eb2c67023",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647144620982,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-13T04:12:21.638Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-13T04:12:42.219Z|f15efd6c-9e65-4061-be6e-39394633addd|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: f15efd6c-9e65-4061-be6e-39394633addd 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-03-13T04:12:42.225Z|f15efd6c-9e65-4061-be6e-39394633addd|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: f15efd6c-9e65-4061-be6e-39394633addd and serviceModelVersionId: 292b87a2-00fb-4e48-b4a1-1732261551cc
2022-03-13T04:12:42.225Z|f15efd6c-9e65-4061-be6e-39394633addd|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 903f94e3-4cff-453a-95a1-daff3f41611c
2022-03-13T04:12:42.225Z|f15efd6c-9e65-4061-be6e-39394633addd|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/903f94e3-4cff-453a-95a1-daff3f41611c/model-vers/model-ver/292b87a2-00fb-4e48-b4a1-1732261551cc?depth=0
2022-03-13T04:12:42.229Z|f15efd6c-9e65-4061-be6e-39394633addd|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2022-03-13T04:12:42.269Z|f15efd6c-9e65-4061-be6e-39394633addd|pool-2-thread-3|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/903f94e3-4cff-453a-95a1-daff3f41611c/model-vers/model-ver/292b87a2-00fb-4e48-b4a1-1732261551cc?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-03-13T04:12:42.271Z|f15efd6c-9e65-4061-be6e-39394633addd|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/903f94e3-4cff-453a-95a1-daff3f41611c/model-vers/model-ver/292b87a2-00fb-4e48-b4a1-1732261551cc?depth=0|INFO|500||Invoke
2022-03-13T04:12:42.300Z|f15efd6c-9e65-4061-be6e-39394633addd|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/903f94e3-4cff-453a-95a1-daff3f41611c/model-vers/model-ver/292b87a2-00fb-4e48-b4a1-1732261551cc?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-03-13T04:12:42.486Z|f15efd6c-9e65-4061-be6e-39394633addd|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/903f94e3-4cff-453a-95a1-daff3f41611c/model-vers/model-ver/292b87a2-00fb-4e48-b4a1-1732261551cc?depth=0|INFO|500||InvokeReturn
2022-03-13T04:12:42.487Z|f15efd6c-9e65-4061-be6e-39394633addd|pool-2-thread-3|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/903f94e3-4cff-453a-95a1-daff3f41611c/model-vers/model-ver/292b87a2-00fb-4e48-b4a1-1732261551cc?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220313-04:12:41:345-31905], vertex-id=[254072], Content-Length=[0], Date=[Sun, 13 Mar 2022 04:12:41 GMT], Content-Type=[application/json]}
2022-03-13T04:12:42.488Z|f15efd6c-9e65-4061-be6e-39394633addd|pool-2-thread-3|||||DEBUG|500||Response was returned with an empty entity.
2022-03-13T04:12:42.488Z|f15efd6c-9e65-4061-be6e-39394633addd|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-03-13T04:12:42.489Z|f15efd6c-9e65-4061-be6e-39394633addd|pool-2-thread-3|||||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-03-13T04:12:42.493Z|f15efd6c-9e65-4061-be6e-39394633addd|pool-2-thread-3|||||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-03-13T04:12:42.493Z|f15efd6c-9e65-4061-be6e-39394633addd|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID f15efd6c-9e65-4061-be6e-39394633addd and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-03-13T04:12:42.493Z|f15efd6c-9e65-4061-be6e-39394633addd|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-03-13T04:12:42.494Z|f15efd6c-9e65-4061-be6e-39394633addd|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-03-13T04:12:42.495Z|f15efd6c-9e65-4061-be6e-39394633addd|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-13T04:12:42.495Z|f15efd6c-9e65-4061-be6e-39394633addd|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "f15efd6c-9e65-4061-be6e-39394633addd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647144762493,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-13T04:12:42.595Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-13T04:12:42.596Z||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-03-13T04:12:42.597Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8JOl5TvLYzIQLVLG) ...
2022-03-13T04:12:42.614Z||pool-111-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-13T04:12:42.615Z||pool-111-thread-1|||||INFO|500||cambria reply ok (19 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-03-13T04:12:43.509Z|f15efd6c-9e65-4061-be6e-39394633addd|pool-2-thread-3|||||DEBUG|500||received message from topic
2022-03-13T04:12:43.509Z|f15efd6c-9e65-4061-be6e-39394633addd|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"3b9423ca-6ab6-4caa-ad29-e5fb2f31f319","serviceName":"basicclamp","serviceVersion":"1.0","serviceUUID":"a8ffa5de-7a7a-420c-8207-973109b7302b","serviceDescription":"service","serviceInvariantUUID":"8157d037-4442-482e-a30a-e284ccf26a58","resources":[{"resourceInstanceName":"basicclamp 0","resourceName":"basicclamp","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"b7b26ffd-6032-47fe-9546-d75560860cf5","resourceInvariantUUID":"7cc4fa74-123d-42af-aecf-40db3b4e7cc8","resourceCustomizationUUID":"2ff67747-5ba7-4c1c-ab7d-c381a4e63702","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":"ae89f6f4-61ff-4e06-90cc-b2086405b8ef","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":"YzE0ZDNiY2JkN2JjZTA3MjRkMDc4OTRmOGY0OWNiZGM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"6fd9c94a-c3f6-4115-af0c-8123d75f15aa","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":"MTY0MzM1NzEyY2FiNzRiMTM4NjUxODU2OGMxYzg2NjY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"05d19654-e0b0-488e-aa18-3777b738c37e","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":"f112b29c-a149-4069-a830-d586f925e7ed","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":"67781e17-66af-465c-bd75-bf4e1395508b","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":"ae380ab5-16aa-48b3-9858-bb218d2aa408","artifactVersion":"2","generatedFromUUID":"f112b29c-a149-4069-a830-d586f925e7ed"}]}],"serviceArtifacts":[{"artifactName":"service-Basicclamp-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml","artifactChecksum":"MGRiMDE2YjZmZjdkMjYyY2ZlZWU3MjAwOTMzMTVhNzg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"86780313-4b15-4ac8-a06a-27bdd7476acd","artifactVersion":"1"},{"artifactName":"service-Basicclamp-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar","artifactChecksum":"Y2I5MDg4MDU3MzdjYTAyZTBkMTllNTBlZDc2MWM5YmE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"53b4ea23-280c-47d6-aa13-45748702d7ac","artifactVersion":"1"}],"workloadContext":"Production"}
2022-03-13T04:12:43.509Z|f15efd6c-9e65-4061-be6e-39394633addd|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-13T04:12:43.510Z|f15efd6c-9e65-4061-be6e-39394633addd|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-03-13T04:12:43.511Z|f15efd6c-9e65-4061-be6e-39394633addd|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-13T04:12:43.512Z|f15efd6c-9e65-4061-be6e-39394633addd|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "3b9423ca-6ab6-4caa-ad29-e5fb2f31f319",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647144496951,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-13T04:12:43.611Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-13T04:12:43.612Z||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-03-13T04:12:43.613Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8JOl5TvLYzIQLVLG) ...
2022-03-13T04:12:43.628Z||pool-112-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-13T04:12:43.629Z||pool-112-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1}
2022-03-13T04:12:44.513Z|f15efd6c-9e65-4061-be6e-39394633addd|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-13T04:12:44.513Z|f15efd6c-9e65-4061-be6e-39394633addd|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-03-13T04:12:44.516Z|f15efd6c-9e65-4061-be6e-39394633addd|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-13T04:12:44.516Z|f15efd6c-9e65-4061-be6e-39394633addd|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "3b9423ca-6ab6-4caa-ad29-e5fb2f31f319",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647144496951,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-13T04:12:44.616Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-13T04:12:44.617Z||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-03-13T04:12:44.617Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8JOl5TvLYzIQLVLG) ...
2022-03-13T04:12:44.631Z||pool-113-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-13T04:12:44.632Z||pool-113-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1}
2022-03-13T04:12:45.517Z|f15efd6c-9e65-4061-be6e-39394633addd|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-13T04:12:45.517Z|f15efd6c-9e65-4061-be6e-39394633addd|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-03-13T04:12:45.520Z|f15efd6c-9e65-4061-be6e-39394633addd|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-13T04:12:45.520Z|f15efd6c-9e65-4061-be6e-39394633addd|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "3b9423ca-6ab6-4caa-ad29-e5fb2f31f319",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647144496951,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2022-03-13T04:12:45.620Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-13T04:12:45.621Z||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-03-13T04:12:45.621Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8JOl5TvLYzIQLVLG) ...
2022-03-13T04:12:45.635Z||pool-114-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-13T04:12:45.635Z||pool-114-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-13T04:12:46.520Z|f15efd6c-9e65-4061-be6e-39394633addd|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-13T04:12:46.521Z|f15efd6c-9e65-4061-be6e-39394633addd|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-03-13T04:12:46.523Z|f15efd6c-9e65-4061-be6e-39394633addd|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-13T04:12:46.523Z|f15efd6c-9e65-4061-be6e-39394633addd|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "3b9423ca-6ab6-4caa-ad29-e5fb2f31f319",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647144496951,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-03-13T04:12:46.623Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-13T04:12:46.624Z||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-03-13T04:12:46.624Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8JOl5TvLYzIQLVLG) ...
2022-03-13T04:12:46.637Z||pool-115-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-13T04:12:46.637Z||pool-115-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-13T04:12:47.524Z|f15efd6c-9e65-4061-be6e-39394633addd|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-13T04:12:47.524Z|f15efd6c-9e65-4061-be6e-39394633addd|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-03-13T04:12:47.526Z|f15efd6c-9e65-4061-be6e-39394633addd|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-13T04:12:47.526Z|f15efd6c-9e65-4061-be6e-39394633addd|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "3b9423ca-6ab6-4caa-ad29-e5fb2f31f319",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647144496951,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-13T04:12:47.627Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms
2022-03-13T04:12:47.628Z||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-03-13T04:12:47.628Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8JOl5TvLYzIQLVLG) ...
2022-03-13T04:12:47.641Z||pool-116-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-13T04:12:47.641Z||pool-116-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-13T04:12:48.527Z|f15efd6c-9e65-4061-be6e-39394633addd|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-13T04:12:48.528Z|f15efd6c-9e65-4061-be6e-39394633addd|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-03-13T04:12:48.530Z|f15efd6c-9e65-4061-be6e-39394633addd|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-13T04:12:48.530Z|f15efd6c-9e65-4061-be6e-39394633addd|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "3b9423ca-6ab6-4caa-ad29-e5fb2f31f319",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647144496951,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-03-13T04:12:48.630Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-13T04:12:48.631Z||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-03-13T04:12:48.632Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8JOl5TvLYzIQLVLG) ...
2022-03-13T04:12:48.644Z||pool-117-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-13T04:12:48.644Z||pool-117-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1}
2022-03-13T04:12:49.531Z|f15efd6c-9e65-4061-be6e-39394633addd|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-13T04:12:49.532Z|f15efd6c-9e65-4061-be6e-39394633addd|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-03-13T04:12:49.534Z|f15efd6c-9e65-4061-be6e-39394633addd|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-13T04:12:49.534Z|f15efd6c-9e65-4061-be6e-39394633addd|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "3b9423ca-6ab6-4caa-ad29-e5fb2f31f319",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647144496951,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-13T04:12:49.634Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-13T04:12:49.635Z||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-03-13T04:12:49.635Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8JOl5TvLYzIQLVLG) ...
2022-03-13T04:12:49.655Z||pool-118-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-13T04:12:49.656Z||pool-118-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1}
2022-03-13T04:12:50.534Z|f15efd6c-9e65-4061-be6e-39394633addd|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus
2022-03-13T04:12:50.535Z|f15efd6c-9e65-4061-be6e-39394633addd|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-03-13T04:12:50.537Z|f15efd6c-9e65-4061-be6e-39394633addd|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-13T04:12:50.538Z|f15efd6c-9e65-4061-be6e-39394633addd|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "3b9423ca-6ab6-4caa-ad29-e5fb2f31f319",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647144496951,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-03-13T04:12:50.638Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-13T04:12:50.640Z||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-03-13T04:12:50.641Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8JOl5TvLYzIQLVLG) ...
2022-03-13T04:12:50.653Z||pool-119-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-13T04:12:50.654Z||pool-119-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-13T04:12:51.540Z|f15efd6c-9e65-4061-be6e-39394633addd|pool-2-thread-3|||||DEBUG|500||sending notification to client: {
  "distributionID": "3b9423ca-6ab6-4caa-ad29-e5fb2f31f319",
  "serviceName": "basicclamp",
  "serviceVersion": "1.0",
  "serviceUUID": "a8ffa5de-7a7a-420c-8207-973109b7302b",
  "serviceDescription": "service",
  "serviceInvariantUUID": "8157d037-4442-482e-a30a-e284ccf26a58",
  "resources": [
    {
      "resourceInstanceName": "basicclamp 0",
      "resourceCustomizationUUID": "2ff67747-5ba7-4c1c-ab7d-c381a4e63702",
      "resourceName": "basicclamp",
      "resourceVersion": "1.0",
      "resoucreType": "VF",
      "resourceUUID": "b7b26ffd-6032-47fe-9546-d75560860cf5",
      "resourceInvariantUUID": "7cc4fa74-123d-42af-aecf-40db3b4e7cc8",
      "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": "MTY0MzM1NzEyY2FiNzRiMTM4NjUxODU2OGMxYzg2NjY\u003d",
          "artifactDescription": "Auto-generated VF Modules information artifact",
          "artifactTimeout": 0,
          "artifactVersion": "1",
          "artifactUUID": "05d19654-e0b0-488e-aa18-3777b738c37e",
          "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": "f112b29c-a149-4069-a830-d586f925e7ed",
          "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": "ae380ab5-16aa-48b3-9858-bb218d2aa408",
            "generatedFromUUID": "f112b29c-a149-4069-a830-d586f925e7ed"
          },
          "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": "ae380ab5-16aa-48b3-9858-bb218d2aa408",
          "relatedArtifactsInfo": []
        }
      ]
    }
  ],
  "serviceArtifacts": [
    {
      "artifactName": "service-Basicclamp-csar.csar",
      "artifactType": "TOSCA_CSAR",
      "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
      "artifactChecksum": "Y2I5MDg4MDU3MzdjYTAyZTBkMTllNTBlZDc2MWM5YmE\u003d",
      "artifactDescription": "TOSCA definition package of the asset",
      "artifactTimeout": 0,
      "artifactVersion": "1",
      "artifactUUID": "53b4ea23-280c-47d6-aa13-45748702d7ac"
    }
  ],
  "workloadContext": "Production"
}
2022-03-13T04:12:51.540Z|f15efd6c-9e65-4061-be6e-39394633addd|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1
2022-03-13T04:12:51.540Z|f15efd6c-9e65-4061-be6e-39394633addd|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 a8ffa5de-7a7a-420c-8207-973109b7302b ASDC
2022-03-13T04:12:51.541Z|3b9423ca-6ab6-4caa-ad29-e5fb2f31f319|pool-2-thread-3|||||DEBUG|500||ASDC Notification:
DistributionID:3b9423ca-6ab6-4caa-ad29-e5fb2f31f319
ServiceName:basicclamp
ServiceVersion:1.0
ServiceUUID:a8ffa5de-7a7a-420c-8207-973109b7302b
ServiceInvariantUUID:8157d037-4442-482e-a30a-e284ccf26a58
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:53b4ea23-280c-47d6-aa13-45748702d7ac
ArtifactChecksum:Y2I5MDg4MDU3MzdjYTAyZTBkMTllNTBlZDc2MWM5YmE=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}

Resource Instances List:
{
Resource Instance Info:
ResourceInstanceName:basicclamp 0
ResourceCustomizationUUID:2ff67747-5ba7-4c1c-ab7d-c381a4e63702
ResourceInvariantUUID:7cc4fa74-123d-42af-aecf-40db3b4e7cc8
ResourceName:basicclamp
ResourceType:VF
ResourceUUID:b7b26ffd-6032-47fe-9546-d75560860cf5
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:05d19654-e0b0-488e-aa18-3777b738c37e
ArtifactChecksum:MTY0MzM1NzEyY2FiNzRiMTM4NjUxODU2OGMxYzg2NjY=
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:f112b29c-a149-4069-a830-d586f925e7ed
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:ae380ab5-16aa-48b3-9858-bb218d2aa408
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:ae380ab5-16aa-48b3-9858-bb218d2aa408
ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA=
GeneratedArtifact:{NULL
}
RelatedArtifacts:{
}



}



}


2022-03-13T04:12:51.541Z|3b9423ca-6ab6-4caa-ad29-e5fb2f31f319|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF a8ffa5de-7a7a-420c-8207-973109b7302b 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-03-13T04:12:51.577Z|3b9423ca-6ab6-4caa-ad29-e5fb2f31f319|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-13T04:12:51.577Z|3b9423ca-6ab6-4caa-ad29-e5fb2f31f319|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-03-13T04:12:51.577Z|3b9423ca-6ab6-4caa-ad29-e5fb2f31f319|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-03-13T04:12:51.578Z|3b9423ca-6ab6-4caa-ad29-e5fb2f31f319|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 53b4ea23-280c-47d6-aa13-45748702d7ac from URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2022-03-13T04:12:51.578Z|3b9423ca-6ab6-4caa-ad29-e5fb2f31f319|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-03-13T04:12:51.578Z|3b9423ca-6ab6-4caa-ad29-e5fb2f31f319|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2022-03-13T04:12:52.192Z|3b9423ca-6ab6-4caa-ad29-e5fb2f31f319|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-03-13T04:12:52.197Z|3b9423ca-6ab6-4caa-ad29-e5fb2f31f319|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 53b4ea23-280c-47d6-aa13-45748702d7ac 73658
2022-03-13T04:12:52.198Z|3b9423ca-6ab6-4caa-ad29-e5fb2f31f319|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ASDC sendASDCNotification
2022-03-13T04:12:52.199Z|3b9423ca-6ab6-4caa-ad29-e5fb2f31f319|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2022-03-13T04:12:52.200Z|3b9423ca-6ab6-4caa-ad29-e5fb2f31f319|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-13T04:12:52.200Z|3b9423ca-6ab6-4caa-ad29-e5fb2f31f319|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-03-13T04:12:52.203Z|3b9423ca-6ab6-4caa-ad29-e5fb2f31f319|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-13T04:12:52.204Z|3b9423ca-6ab6-4caa-ad29-e5fb2f31f319|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "3b9423ca-6ab6-4caa-ad29-e5fb2f31f319",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647144772198,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-13T04:12:52.305Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-13T04:12:52.305Z||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-03-13T04:12:52.306Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8JOl5TvLYzIQLVLG) ...
2022-03-13T04:12:52.320Z||pool-120-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-13T04:12:52.320Z||pool-120-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1}
2022-03-13T04:12:53.204Z|3b9423ca-6ab6-4caa-ad29-e5fb2f31f319|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration
2022-03-13T04:12:53.205Z|3b9423ca-6ab6-4caa-ad29-e5fb2f31f319|pool-2-thread-3|||||INFO|500||MSO config path is: /app
2022-03-13T04:12:53.206Z|3b9423ca-6ab6-4caa-ad29-e5fb2f31f319|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 53b4ea23-280c-47d6-aa13-45748702d7ac, URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar to file: /app/ASDC/1/service-Basicclamp-csar.csar
2022-03-13T04:12:53.206Z|3b9423ca-6ab6-4caa-ad29-e5fb2f31f319|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Basicclamp-csar.csar
2022-03-13T04:12:53.207Z|3b9423ca-6ab6-4caa-ad29-e5fb2f31f319|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Basicclamp-csar.csar
2022-03-13T04:12:53.207Z|3b9423ca-6ab6-4caa-ad29-e5fb2f31f319|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Basicclamp-csar.csar
2022-03-13T04:12:53.352Z|3b9423ca-6ab6-4caa-ad29-e5fb2f31f319|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4721698419821611862/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-03-13T04:12:54.591Z|3b9423ca-6ab6-4caa-ad29-e5fb2f31f319|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0
2022-03-13T04:12:54.592Z|3b9423ca-6ab6-4caa-ad29-e5fb2f31f319|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-03-13T04:12:54.592Z|3b9423ca-6ab6-4caa-ad29-e5fb2f31f319|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar
2022-03-13T04:12:54.592Z|3b9423ca-6ab6-4caa-ad29-e5fb2f31f319|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred...
2022-03-13T04:12:54.592Z|3b9423ca-6ab6-4caa-ad29-e5fb2f31f319|pool-2-thread-3|||||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-03-13T04:12:54.593Z|3b9423ca-6ab6-4caa-ad29-e5fb2f31f319|pool-2-thread-3|||||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-03-13T04:12:54.593Z|3b9423ca-6ab6-4caa-ad29-e5fb2f31f319|pool-2-thread-3|||||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-03-13T04:12:54.593Z|3b9423ca-6ab6-4caa-ad29-e5fb2f31f319|pool-2-thread-3|||||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-03-13T04:12:54.593Z|3b9423ca-6ab6-4caa-ad29-e5fb2f31f319|pool-2-thread-3|||||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-03-13T04:12:54.593Z|3b9423ca-6ab6-4caa-ad29-e5fb2f31f319|pool-2-thread-3|||||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-03-13T04:12:54.593Z|3b9423ca-6ab6-4caa-ad29-e5fb2f31f319|pool-2-thread-3|||||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-03-13T04:12:54.593Z|3b9423ca-6ab6-4caa-ad29-e5fb2f31f319|pool-2-thread-3|||||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-03-13T04:12:54.593Z|3b9423ca-6ab6-4caa-ad29-e5fb2f31f319|pool-2-thread-3|||||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-03-13T04:12:54.594Z|3b9423ca-6ab6-4caa-ad29-e5fb2f31f319|pool-2-thread-3|||||WARN|500||####################################################################################################
2022-03-13T04:12:54.594Z|3b9423ca-6ab6-4caa-ad29-e5fb2f31f319|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-13T04:12:54.594Z|3b9423ca-6ab6-4caa-ad29-e5fb2f31f319|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-13T04:12:54.594Z|3b9423ca-6ab6-4caa-ad29-e5fb2f31f319|pool-2-thread-3|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-03-13T04:12:54.594Z|3b9423ca-6ab6-4caa-ad29-e5fb2f31f319|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-03-13T04:12:54.595Z|3b9423ca-6ab6-4caa-ad29-e5fb2f31f319|pool-2-thread-3|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-13T04:12:54.595Z|3b9423ca-6ab6-4caa-ad29-e5fb2f31f319|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-13T04:12:54.595Z|3b9423ca-6ab6-4caa-ad29-e5fb2f31f319|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-13T04:12:54.595Z|3b9423ca-6ab6-4caa-ad29-e5fb2f31f319|pool-2-thread-3|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-03-13T04:12:54.595Z|3b9423ca-6ab6-4caa-ad29-e5fb2f31f319|pool-2-thread-3|||||DEBUG|500||Search for entities recursively
2022-03-13T04:12:54.596Z|3b9423ca-6ab6-4caa-ad29-e5fb2f31f319|pool-2-thread-3|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null
2022-03-13T04:12:54.596Z|3b9423ca-6ab6-4caa-ad29-e5fb2f31f319|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-13T04:12:54.596Z|3b9423ca-6ab6-4caa-ad29-e5fb2f31f319|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-13T04:12:54.596Z|3b9423ca-6ab6-4caa-ad29-e5fb2f31f319|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-13T04:12:54.596Z|3b9423ca-6ab6-4caa-ad29-e5fb2f31f319|pool-2-thread-3|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2022-03-13T04:12:54.597Z|3b9423ca-6ab6-4caa-ad29-e5fb2f31f319|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria
2022-03-13T04:12:54.597Z|3b9423ca-6ab6-4caa-ad29-e5fb2f31f319|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18 is not matching search criteria
2022-03-13T04:12:54.597Z|3b9423ca-6ab6-4caa-ad29-e5fb2f31f319|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria
2022-03-13T04:12:54.597Z|3b9423ca-6ab6-4caa-ad29-e5fb2f31f319|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-03-13T04:12:54.597Z|3b9423ca-6ab6-4caa-ad29-e5fb2f31f319|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID
2022-03-13T04:12:54.598Z|3b9423ca-6ab6-4caa-ad29-e5fb2f31f319|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-13T04:12:54.598Z|3b9423ca-6ab6-4caa-ad29-e5fb2f31f319|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-13T04:12:54.598Z|3b9423ca-6ab6-4caa-ad29-e5fb2f31f319|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-13T04:12:54.598Z|3b9423ca-6ab6-4caa-ad29-e5fb2f31f319|pool-2-thread-3|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-03-13T04:12:54.598Z|3b9423ca-6ab6-4caa-ad29-e5fb2f31f319|pool-2-thread-3|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-13T04:12:54.599Z|3b9423ca-6ab6-4caa-ad29-e5fb2f31f319|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-13T04:12:54.599Z|3b9423ca-6ab6-4caa-ad29-e5fb2f31f319|pool-2-thread-3|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-03-13T04:12:54.599Z|3b9423ca-6ab6-4caa-ad29-e5fb2f31f319|pool-2-thread-3|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-13T04:12:54.599Z|3b9423ca-6ab6-4caa-ad29-e5fb2f31f319|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-13T04:12:54.599Z|3b9423ca-6ab6-4caa-ad29-e5fb2f31f319|pool-2-thread-3|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-03-13T04:12:54.599Z|3b9423ca-6ab6-4caa-ad29-e5fb2f31f319|pool-2-thread-3|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-13T04:12:54.600Z|3b9423ca-6ab6-4caa-ad29-e5fb2f31f319|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-13T04:12:54.600Z|3b9423ca-6ab6-4caa-ad29-e5fb2f31f319|pool-2-thread-3|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2022-03-13T04:12:54.600Z|3b9423ca-6ab6-4caa-ad29-e5fb2f31f319|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-03-13T04:12:54.600Z|3b9423ca-6ab6-4caa-ad29-e5fb2f31f319|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-03-13T04:12:54.600Z|3b9423ca-6ab6-4caa-ad29-e5fb2f31f319|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=3e735772-ab8b-475e-b222-40127df8397b
2022-03-13T04:12:54.601Z|3b9423ca-6ab6-4caa-ad29-e5fb2f31f319|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-13T04:12:54.601Z|3b9423ca-6ab6-4caa-ad29-e5fb2f31f319|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-13T04:12:54.601Z|3b9423ca-6ab6-4caa-ad29-e5fb2f31f319|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-13T04:12:54.601Z|3b9423ca-6ab6-4caa-ad29-e5fb2f31f319|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-13T04:12:54.601Z|3b9423ca-6ab6-4caa-ad29-e5fb2f31f319|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-13T04:12:54.601Z|3b9423ca-6ab6-4caa-ad29-e5fb2f31f319|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-13T04:12:54.602Z|3b9423ca-6ab6-4caa-ad29-e5fb2f31f319|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-13T04:12:54.602Z|3b9423ca-6ab6-4caa-ad29-e5fb2f31f319|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-13T04:12:54.602Z|3b9423ca-6ab6-4caa-ad29-e5fb2f31f319|pool-2-thread-3|||||DEBUG|500||CSAR Notification:

Service Level Properties:
Name:basicclamp
Description:service
Model UUID:a8ffa5de-7a7a-420c-8207-973109b7302b
Model Version:NULL
Model InvariantUuid:8157d037-4442-482e-a30a-e284ccf26a58
Service Type:
Service Role:
WorkLoad Context:Production
Environment Context:General_Revenue-Bearing


VNF Properties:
Model Name:basicclamp
Model UUID:a6a9d1bf-b1a2-4e03-870d-9280052b3d70
Description:VF
Version:1.0
Type:VF
Category:Generic
InvariantUuid:7cc4fa74-123d-42af-aecf-40db3b4e7cc8
Max Instances:null
Min Instances:null

VNF Customization Properties:
Customization UUID:2ff67747-5ba7-4c1c-ab7d-c381a4e63702
NFFunction:null
NFCode:null
NFRole:null
NFType:null
MultiStageDesign:false


VF Module Properties:
ModelInvariantUuid:53dcc5ae-fb97-4e7f-9a91-b6a4c3223385
ModelName:Basicclamp..base_ubuntu18..module-0
ModelUuid:d3eef56a-bdaf-429d-8b3b-a2bdc72094bc
ModelVersion:1
Description:NULL

VF Module Customization Properties:
Model Customization UUID:NULL


CVNFC Properties:
ModelCustomizationUuid:3e735772-ab8b-475e-b222-40127df8397b
ModelInvariantUuid:94f774c7-0acb-481f-8fda-95c3ab49049b
ModelName:basicclamp-nodes.ubuntu18Cvfc
ModelUuid:276fd9b0-d324-4253-ac80-9b27b11f82da
ModelVersion:1.0
Description:Complex node type that is used as nested type in VF
Template Name:abstract_ubuntu18


VNFC Properties:
ModelCustomizationUuid:e5c01c3e-2fed-48e9-858d-5d702e103147
ModelInvariantUuid:e2c9d0b0-741c-4fda-ab72-bdeeb1b146c3
ModelName:Basicclamp.compute.nodes.heat.ubuntu18
ModelUuid:a7ecbc72-8e03-40cc-8f89-51a578ed33a8
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-03-13T04:12:54.608Z|3b9423ca-6ab6-4caa-ad29-e5fb2f31f319|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: b7b26ffd-6032-47fe-9546-d75560860cf5
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-03-13T04:12:54.611Z|3b9423ca-6ab6-4caa-ad29-e5fb2f31f319|pool-2-thread-3|||||INFO|500||basicclamp 0
2022-03-13T04:12:54.611Z|3b9423ca-6ab6-4caa-ad29-e5fb2f31f319|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: b7b26ffd-6032-47fe-9546-d75560860cf5
2022-03-13T04:12:54.611Z|3b9423ca-6ab6-4caa-ad29-e5fb2f31f319|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 05d19654-e0b0-488e-aa18-3777b738c37e from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2022-03-13T04:12:54.612Z|3b9423ca-6ab6-4caa-ad29-e5fb2f31f319|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-03-13T04:12:54.612Z|3b9423ca-6ab6-4caa-ad29-e5fb2f31f319|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json
2022-03-13T04:12:54.762Z|3b9423ca-6ab6-4caa-ad29-e5fb2f31f319|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-03-13T04:12:54.763Z|3b9423ca-6ab6-4caa-ad29-e5fb2f31f319|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 05d19654-e0b0-488e-aa18-3777b738c37e 790
2022-03-13T04:12:54.763Z|3b9423ca-6ab6-4caa-ad29-e5fb2f31f319|pool-2-thread-3|||||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-03-13T04:12:54.763Z|3b9423ca-6ab6-4caa-ad29-e5fb2f31f319|pool-2-thread-3|||||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-03-13T04:12:54.763Z|3b9423ca-6ab6-4caa-ad29-e5fb2f31f319|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-13T04:12:54.763Z|3b9423ca-6ab6-4caa-ad29-e5fb2f31f319|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-03-13T04:12:54.765Z|3b9423ca-6ab6-4caa-ad29-e5fb2f31f319|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-13T04:12:54.765Z|3b9423ca-6ab6-4caa-ad29-e5fb2f31f319|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "3b9423ca-6ab6-4caa-ad29-e5fb2f31f319",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647144774763,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-13T04:12:54.865Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-13T04:12:54.866Z||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-03-13T04:12:54.866Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8JOl5TvLYzIQLVLG) ...
2022-03-13T04:12:54.878Z||pool-121-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-13T04:12:54.879Z||pool-121-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-13T04:12:55.766Z|3b9423ca-6ab6-4caa-ad29-e5fb2f31f319|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "53dcc5ae-fb97-4e7f-9a91-b6a4c3223385",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "d3eef56a-bdaf-429d-8b3b-a2bdc72094bc",
    "vfModuleModelCustomizationUUID": "c91442a7-5695-43a8-8520-2fe1f7204d0b",
    "isBase": true,
    "artifacts": [
      "f112b29c-a149-4069-a830-d586f925e7ed",
      "ae380ab5-16aa-48b3-9858-bb218d2aa408"
    ],
    "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-03-13T04:12:55.771Z|3b9423ca-6ab6-4caa-ad29-e5fb2f31f319|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Basicclamp..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:d3eef56a-bdaf-429d-8b3b-a2bdc72094bc
VfModuleModelInvariantUUID:53dcc5ae-fb97-4e7f-9a91-b6a4c3223385
VfModuleModelDescription:NULL
Artifacts UUID List:{
f112b29c-a149-4069-a830-d586f925e7ed
,
ae380ab5-16aa-48b3-9858-bb218d2aa408

}
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-03-13T04:12:55.774Z|3b9423ca-6ab6-4caa-ad29-e5fb2f31f319|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [
  {
    "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0",
    "vfModuleModelInvariantUUID": "53dcc5ae-fb97-4e7f-9a91-b6a4c3223385",
    "vfModuleModelVersion": "1",
    "vfModuleModelUUID": "d3eef56a-bdaf-429d-8b3b-a2bdc72094bc",
    "vfModuleModelCustomizationUUID": "c91442a7-5695-43a8-8520-2fe1f7204d0b",
    "isBase": true,
    "artifacts": [
      "f112b29c-a149-4069-a830-d586f925e7ed",
      "ae380ab5-16aa-48b3-9858-bb218d2aa408"
    ],
    "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-03-13T04:12:55.774Z|3b9423ca-6ab6-4caa-ad29-e5fb2f31f319|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List:
{
VfModuleMetaData:
VfModuleModelName:Basicclamp..base_ubuntu18..module-0
VfModuleModelVersion:1
VfModuleModelUUID:d3eef56a-bdaf-429d-8b3b-a2bdc72094bc
VfModuleModelInvariantUUID:53dcc5ae-fb97-4e7f-9a91-b6a4c3223385
VfModuleModelDescription:NULL
Artifacts UUID List:{
f112b29c-a149-4069-a830-d586f925e7ed
,
ae380ab5-16aa-48b3-9858-bb218d2aa408

}
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-03-13T04:12:55.774Z|3b9423ca-6ab6-4caa-ad29-e5fb2f31f319|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: f112b29c-a149-4069-a830-d586f925e7ed from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2022-03-13T04:12:55.774Z|3b9423ca-6ab6-4caa-ad29-e5fb2f31f319|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-03-13T04:12:55.774Z|3b9423ca-6ab6-4caa-ad29-e5fb2f31f319|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml
2022-03-13T04:12:55.965Z|3b9423ca-6ab6-4caa-ad29-e5fb2f31f319|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-03-13T04:12:55.966Z|3b9423ca-6ab6-4caa-ad29-e5fb2f31f319|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml f112b29c-a149-4069-a830-d586f925e7ed 5033
2022-03-13T04:12:55.966Z|3b9423ca-6ab6-4caa-ad29-e5fb2f31f319|pool-2-thread-3|||||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-03-13T04:12:55.967Z|3b9423ca-6ab6-4caa-ad29-e5fb2f31f319|pool-2-thread-3|||||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-03-13T04:12:55.967Z|3b9423ca-6ab6-4caa-ad29-e5fb2f31f319|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-13T04:12:55.967Z|3b9423ca-6ab6-4caa-ad29-e5fb2f31f319|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-03-13T04:12:55.969Z|3b9423ca-6ab6-4caa-ad29-e5fb2f31f319|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-13T04:12:55.969Z|3b9423ca-6ab6-4caa-ad29-e5fb2f31f319|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "3b9423ca-6ab6-4caa-ad29-e5fb2f31f319",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647144775966,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-13T04:12:56.069Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-13T04:12:56.070Z||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-03-13T04:12:56.070Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8JOl5TvLYzIQLVLG) ...
2022-03-13T04:12:56.083Z||pool-122-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-13T04:12:56.083Z||pool-122-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-13T04:12:56.970Z|3b9423ca-6ab6-4caa-ad29-e5fb2f31f319|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: ae380ab5-16aa-48b3-9858-bb218d2aa408 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2022-03-13T04:12:56.970Z|3b9423ca-6ab6-4caa-ad29-e5fb2f31f319|pool-2-thread-3|||||INFO|500||DistributionClient - download
2022-03-13T04:12:56.971Z|3b9423ca-6ab6-4caa-ad29-e5fb2f31f319|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env
2022-03-13T04:12:57.255Z|3b9423ca-6ab6-4caa-ad29-e5fb2f31f319|pool-2-thread-3|||||DEBUG|500||GET Response Status 200
2022-03-13T04:12:57.256Z|3b9423ca-6ab6-4caa-ad29-e5fb2f31f319|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env ae380ab5-16aa-48b3-9858-bb218d2aa408 909
2022-03-13T04:12:57.256Z|3b9423ca-6ab6-4caa-ad29-e5fb2f31f319|pool-2-thread-3|||||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-03-13T04:12:57.257Z|3b9423ca-6ab6-4caa-ad29-e5fb2f31f319|pool-2-thread-3|||||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-03-13T04:12:57.257Z|3b9423ca-6ab6-4caa-ad29-e5fb2f31f319|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus
2022-03-13T04:12:57.257Z|3b9423ca-6ab6-4caa-ad29-e5fb2f31f319|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-03-13T04:12:57.259Z|3b9423ca-6ab6-4caa-ad29-e5fb2f31f319|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-13T04:12:57.260Z|3b9423ca-6ab6-4caa-ad29-e5fb2f31f319|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "3b9423ca-6ab6-4caa-ad29-e5fb2f31f319",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647144777256,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-03-13T04:12:57.360Z||pool-123-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-13T04:12:57.361Z||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-03-13T04:12:57.361Z||pool-123-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8JOl5TvLYzIQLVLG) ...
2022-03-13T04:12:57.379Z||pool-123-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-13T04:12:57.380Z||pool-123-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1}
2022-03-13T04:12:58.260Z|3b9423ca-6ab6-4caa-ad29-e5fb2f31f319|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: a8ffa5de-7a7a-420c-8207-973109b7302b
2022-03-13T04:12:58.260Z|3b9423ca-6ab6-4caa-ad29-e5fb2f31f319|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basicclamp 0 b7b26ffd-6032-47fe-9546-d75560860cf5 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-03-13T04:12:58.273Z|3b9423ca-6ab6-4caa-ad29-e5fb2f31f319|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6310a6e6, org.onap.sdc.toscaparser.api.parameters.Input@3020cedd, org.onap.sdc.toscaparser.api.parameters.Input@23940225, org.onap.sdc.toscaparser.api.parameters.Input@1efa7213, org.onap.sdc.toscaparser.api.parameters.Input@783bc0bc]
2022-03-13T04:12:58.275Z|3b9423ca-6ab6-4caa-ad29-e5fb2f31f319|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-13T04:12:58.275Z|3b9423ca-6ab6-4caa-ad29-e5fb2f31f319|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null
2022-03-13T04:12:58.275Z|3b9423ca-6ab6-4caa-ad29-e5fb2f31f319|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic 
2022-03-13T04:12:58.276Z|3b9423ca-6ab6-4caa-ad29-e5fb2f31f319|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= 2ff67747-5ba7-4c1c-ab7d-c381a4e63702
2022-03-13T04:12:58.276Z|3b9423ca-6ab6-4caa-ad29-e5fb2f31f319|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 2ff67747-5ba7-4c1c-ab7d-c381a4e63702 matches Tosca VF Customization UUID: 2ff67747-5ba7-4c1c-ab7d-c381a4e63702
2022-03-13T04:12:58.276Z|3b9423ca-6ab6-4caa-ad29-e5fb2f31f319|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: 2ff67747-5ba7-4c1c-ab7d-c381a4e63702  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-03-13T04:12:58.279Z|3b9423ca-6ab6-4caa-ad29-e5fb2f31f319|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-13T04:12:58.279Z|3b9423ca-6ab6-4caa-ad29-e5fb2f31f319|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-13T04:12:58.280Z|3b9423ca-6ab6-4caa-ad29-e5fb2f31f319|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id 2ff67747-5ba7-4c1c-ab7d-c381a4e63702: {\"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-03-13T04:12:58.281Z|3b9423ca-6ab6-4caa-ad29-e5fb2f31f319|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@fa90d6
2022-03-13T04:12:58.281Z|3b9423ca-6ab6-4caa-ad29-e5fb2f31f319|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-13T04:12:58.281Z|3b9423ca-6ab6-4caa-ad29-e5fb2f31f319|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null
2022-03-13T04:12:58.282Z|3b9423ca-6ab6-4caa-ad29-e5fb2f31f319|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : c91442a7-5695-43a8-8520-2fe1f7204d0b
2022-03-13T04:12:58.282Z|3b9423ca-6ab6-4caa-ad29-e5fb2f31f319|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID c91442a7-5695-43a8-8520-2fe1f7204d0b
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-03-13T04:12:58.285Z|3b9423ca-6ab6-4caa-ad29-e5fb2f31f319|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-13T04:12:58.285Z|3b9423ca-6ab6-4caa-ad29-e5fb2f31f319|pool-2-thread-3|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-03-13T04:12:58.286Z|3b9423ca-6ab6-4caa-ad29-e5fb2f31f319|pool-2-thread-3|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-13T04:12:58.286Z|3b9423ca-6ab6-4caa-ad29-e5fb2f31f319|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-13T04:12:58.286Z|3b9423ca-6ab6-4caa-ad29-e5fb2f31f319|pool-2-thread-3|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-03-13T04:12:58.287Z|3b9423ca-6ab6-4caa-ad29-e5fb2f31f319|pool-2-thread-3|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-13T04:12:58.287Z|3b9423ca-6ab6-4caa-ad29-e5fb2f31f319|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-13T04:12:58.288Z|3b9423ca-6ab6-4caa-ad29-e5fb2f31f319|pool-2-thread-3|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria
2022-03-13T04:12:58.288Z|3b9423ca-6ab6-4caa-ad29-e5fb2f31f319|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria
2022-03-13T04:12:58.288Z|3b9423ca-6ab6-4caa-ad29-e5fb2f31f319|pool-2-thread-3|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria
2022-03-13T04:12:58.289Z|3b9423ca-6ab6-4caa-ad29-e5fb2f31f319|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=3e735772-ab8b-475e-b222-40127df8397b
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-03-13T04:12:58.291Z|3b9423ca-6ab6-4caa-ad29-e5fb2f31f319|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-13T04:12:58.291Z|3b9423ca-6ab6-4caa-ad29-e5fb2f31f319|pool-2-thread-3|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-03-13T04:12:58.292Z|3b9423ca-6ab6-4caa-ad29-e5fb2f31f319|pool-2-thread-3|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null
2022-03-13T04:12:58.292Z|3b9423ca-6ab6-4caa-ad29-e5fb2f31f319|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-13T04:12:58.293Z|3b9423ca-6ab6-4caa-ad29-e5fb2f31f319|pool-2-thread-3|||||DEBUG|500||Node template basicclamp 0 is matching search criteria
2022-03-13T04:12:58.293Z|3b9423ca-6ab6-4caa-ad29-e5fb2f31f319|pool-2-thread-3|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=2ff67747-5ba7-4c1c-ab7d-c381a4e63702
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-03-13T04:12:58.295Z|3b9423ca-6ab6-4caa-ad29-e5fb2f31f319|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-13T04:12:58.296Z|3b9423ca-6ab6-4caa-ad29-e5fb2f31f319|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null
2022-03-13T04:12:58.296Z|3b9423ca-6ab6-4caa-ad29-e5fb2f31f319|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid a8ffa5de-7a7a-420c-8207-973109b7302b: basicclamp
2022-03-13T04:12:58.297Z|3b9423ca-6ab6-4caa-ad29-e5fb2f31f319|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-13T04:12:58.297Z|3b9423ca-6ab6-4caa-ad29-e5fb2f31f319|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null
2022-03-13T04:12:58.298Z|3b9423ca-6ab6-4caa-ad29-e5fb2f31f319|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-13T04:12:58.298Z|3b9423ca-6ab6-4caa-ad29-e5fb2f31f319|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null
2022-03-13T04:12:58.299Z|3b9423ca-6ab6-4caa-ad29-e5fb2f31f319|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-13T04:12:58.299Z|3b9423ca-6ab6-4caa-ad29-e5fb2f31f319|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null
2022-03-13T04:12:58.299Z|3b9423ca-6ab6-4caa-ad29-e5fb2f31f319|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-13T04:12:58.300Z|3b9423ca-6ab6-4caa-ad29-e5fb2f31f319|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null
2022-03-13T04:12:58.300Z|3b9423ca-6ab6-4caa-ad29-e5fb2f31f319|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery ,  isRecursive
2022-03-13T04:12:58.301Z|3b9423ca-6ab6-4caa-ad29-e5fb2f31f319|pool-2-thread-3|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null
2022-03-13T04:12:58.301Z|3b9423ca-6ab6-4caa-ad29-e5fb2f31f319|pool-2-thread-3|||||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-03-13T04:12:58.404Z|3b9423ca-6ab6-4caa-ad29-e5fb2f31f319|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basicclamp b7b26ffd-6032-47fe-9546-d75560860cf5 1 ASDC deployResourceStructure
2022-03-13T04:12:58.405Z|3b9423ca-6ab6-4caa-ad29-e5fb2f31f319|pool-2-thread-3|||||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-03-13T04:12:58.405Z|3b9423ca-6ab6-4caa-ad29-e5fb2f31f319|pool-2-thread-3|||||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-03-13T04:12:58.405Z|3b9423ca-6ab6-4caa-ad29-e5fb2f31f319|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-13T04:12:58.406Z|3b9423ca-6ab6-4caa-ad29-e5fb2f31f319|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-03-13T04:12:58.408Z|3b9423ca-6ab6-4caa-ad29-e5fb2f31f319|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-13T04:12:58.408Z|3b9423ca-6ab6-4caa-ad29-e5fb2f31f319|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "3b9423ca-6ab6-4caa-ad29-e5fb2f31f319",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647144778405,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-13T04:12:58.508Z||pool-124-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-13T04:12:58.509Z||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-03-13T04:12:58.509Z||pool-124-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8JOl5TvLYzIQLVLG) ...
2022-03-13T04:12:58.521Z||pool-124-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-13T04:12:58.522Z||pool-124-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-13T04:12:59.409Z|3b9423ca-6ab6-4caa-ad29-e5fb2f31f319|pool-2-thread-3|||||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-03-13T04:12:59.410Z|3b9423ca-6ab6-4caa-ad29-e5fb2f31f319|pool-2-thread-3|||||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-03-13T04:12:59.410Z|3b9423ca-6ab6-4caa-ad29-e5fb2f31f319|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-13T04:12:59.410Z|3b9423ca-6ab6-4caa-ad29-e5fb2f31f319|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-03-13T04:12:59.413Z|3b9423ca-6ab6-4caa-ad29-e5fb2f31f319|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-13T04:12:59.413Z|3b9423ca-6ab6-4caa-ad29-e5fb2f31f319|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "3b9423ca-6ab6-4caa-ad29-e5fb2f31f319",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647144779409,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-03-13T04:12:59.513Z||pool-125-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-13T04:12:59.514Z||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-03-13T04:12:59.514Z||pool-125-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8JOl5TvLYzIQLVLG) ...
2022-03-13T04:12:59.534Z||pool-125-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-13T04:12:59.535Z||pool-125-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1}
2022-03-13T04:13:00.414Z|3b9423ca-6ab6-4caa-ad29-e5fb2f31f319|pool-2-thread-3|||||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-03-13T04:13:00.414Z|3b9423ca-6ab6-4caa-ad29-e5fb2f31f319|pool-2-thread-3|||||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-03-13T04:13:00.414Z|3b9423ca-6ab6-4caa-ad29-e5fb2f31f319|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-13T04:13:00.414Z|3b9423ca-6ab6-4caa-ad29-e5fb2f31f319|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-03-13T04:13:00.417Z|3b9423ca-6ab6-4caa-ad29-e5fb2f31f319|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-13T04:13:00.417Z|3b9423ca-6ab6-4caa-ad29-e5fb2f31f319|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "3b9423ca-6ab6-4caa-ad29-e5fb2f31f319",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647144780414,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-03-13T04:13:00.517Z||pool-126-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms
2022-03-13T04:13:00.518Z||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-03-13T04:13:00.518Z||pool-126-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8JOl5TvLYzIQLVLG) ...
2022-03-13T04:13:00.531Z||pool-126-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-13T04:13:00.531Z||pool-126-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1}
2022-03-13T04:13:01.418Z|3b9423ca-6ab6-4caa-ad29-e5fb2f31f319|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ASDC sendASDCNotification
2022-03-13T04:13:01.418Z|3b9423ca-6ab6-4caa-ad29-e5fb2f31f319|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar
2022-03-13T04:13:01.418Z|3b9423ca-6ab6-4caa-ad29-e5fb2f31f319|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus
2022-03-13T04:13:01.418Z|3b9423ca-6ab6-4caa-ad29-e5fb2f31f319|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-03-13T04:13:01.440Z|3b9423ca-6ab6-4caa-ad29-e5fb2f31f319|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-13T04:13:01.440Z|3b9423ca-6ab6-4caa-ad29-e5fb2f31f319|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "3b9423ca-6ab6-4caa-ad29-e5fb2f31f319",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647144781418,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-13T04:13:01.520Z||pool-127-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 79 ms
2022-03-13T04:13:01.521Z||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-03-13T04:13:01.521Z||pool-127-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8JOl5TvLYzIQLVLG) ...
2022-03-13T04:13:01.534Z||pool-127-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-13T04:13:01.534Z||pool-127-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1}
2022-03-13T04:13:02.441Z|3b9423ca-6ab6-4caa-ad29-e5fb2f31f319|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 3b9423ca-6ab6-4caa-ad29-e5fb2f31f319
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-03-13T04:13:02.452Z|3b9423ca-6ab6-4caa-ad29-e5fb2f31f319|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 3b9423ca-6ab6-4caa-ad29-e5fb2f31f319
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-03-13T04:13:02.456Z|3b9423ca-6ab6-4caa-ad29-e5fb2f31f319|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB
2022-03-13T04:13:02.456Z|3b9423ca-6ab6-4caa-ad29-e5fb2f31f319|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB
2022-03-13T04:13:02.456Z|3b9423ca-6ab6-4caa-ad29-e5fb2f31f319|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB
2022-03-13T04:13:02.456Z|3b9423ca-6ab6-4caa-ad29-e5fb2f31f319|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results.
2022-03-13T04:13:02.456Z|3b9423ca-6ab6-4caa-ad29-e5fb2f31f319|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-13T04:13:02.456Z|3b9423ca-6ab6-4caa-ad29-e5fb2f31f319|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-13T04:13:02.456Z|3b9423ca-6ab6-4caa-ad29-e5fb2f31f319|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-13T04:13:02.456Z|3b9423ca-6ab6-4caa-ad29-e5fb2f31f319|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-13T04:13:02.456Z|3b9423ca-6ab6-4caa-ad29-e5fb2f31f319|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-13T04:13:02.456Z|3b9423ca-6ab6-4caa-ad29-e5fb2f31f319|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-13T04:13:02.456Z|3b9423ca-6ab6-4caa-ad29-e5fb2f31f319|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 
2022-03-13T04:13:02.456Z|3b9423ca-6ab6-4caa-ad29-e5fb2f31f319|pool-2-thread-3|||||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-03-13T04:13:02.461Z|3b9423ca-6ab6-4caa-ad29-e5fb2f31f319|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution
2022-03-13T04:13:21.607Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-13T04:13:21.608Z||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-03-13T04:13:21.608Z||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 8JOl5TvLYzIQLVLG) ...
2022-03-13T04:13:21.633Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-13T04:13:21.634Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:13:21.634Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcac49eb-74e9-4533-90b3-675eb2c67023",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647144622060,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DOWNLOAD_OK"
}
2022-03-13T04:13:21.634Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-13T04:13:21.634Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:13:21.634Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcac49eb-74e9-4533-90b3-675eb2c67023",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647144623206,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-13T04:13:21.635Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-13T04:13:21.635Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:13:21.635Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcac49eb-74e9-4533-90b3-675eb2c67023",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647144624211,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml",
  "status": "DEPLOY_OK"
}
2022-03-13T04:13:21.635Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-13T04:13:21.635Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:13:21.635Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcac49eb-74e9-4533-90b3-675eb2c67023",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647144625216,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env",
  "status": "DEPLOY_OK"
}
2022-03-13T04:13:21.635Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-13T04:13:21.635Z||pool-2-thread-6|||||DEBUG|500||received message from topic
2022-03-13T04:13:21.635Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcac49eb-74e9-4533-90b3-675eb2c67023",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647144626246,
  "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-13T04:13:21.635Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-13T04:13:32.461Z|3b9423ca-6ab6-4caa-ad29-e5fb2f31f319|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 3b9423ca-6ab6-4caa-ad29-e5fb2f31f319 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-03-13T04:13:32.468Z|3b9423ca-6ab6-4caa-ad29-e5fb2f31f319|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 3b9423ca-6ab6-4caa-ad29-e5fb2f31f319 and serviceModelVersionId: a8ffa5de-7a7a-420c-8207-973109b7302b
2022-03-13T04:13:32.468Z|3b9423ca-6ab6-4caa-ad29-e5fb2f31f319|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 8157d037-4442-482e-a30a-e284ccf26a58
2022-03-13T04:13:32.469Z|3b9423ca-6ab6-4caa-ad29-e5fb2f31f319|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/8157d037-4442-482e-a30a-e284ccf26a58/model-vers/model-ver/a8ffa5de-7a7a-420c-8207-973109b7302b?depth=0
2022-03-13T04:13:32.473Z|3b9423ca-6ab6-4caa-ad29-e5fb2f31f319|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context!
2022-03-13T04:13:32.521Z|3b9423ca-6ab6-4caa-ad29-e5fb2f31f319|pool-2-thread-3|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8157d037-4442-482e-a30a-e284ccf26a58/model-vers/model-ver/a8ffa5de-7a7a-420c-8207-973109b7302b?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-03-13T04:13:32.524Z|3b9423ca-6ab6-4caa-ad29-e5fb2f31f319|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8157d037-4442-482e-a30a-e284ccf26a58/model-vers/model-ver/a8ffa5de-7a7a-420c-8207-973109b7302b?depth=0|INFO|500||Invoke
2022-03-13T04:13:32.548Z|3b9423ca-6ab6-4caa-ad29-e5fb2f31f319|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8157d037-4442-482e-a30a-e284ccf26a58/model-vers/model-ver/a8ffa5de-7a7a-420c-8207-973109b7302b?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"}

2022-03-13T04:13:33.189Z|3b9423ca-6ab6-4caa-ad29-e5fb2f31f319|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8157d037-4442-482e-a30a-e284ccf26a58/model-vers/model-ver/a8ffa5de-7a7a-420c-8207-973109b7302b?depth=0|INFO|500||InvokeReturn
2022-03-13T04:13:33.190Z|3b9423ca-6ab6-4caa-ad29-e5fb2f31f319|pool-2-thread-3|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8157d037-4442-482e-a30a-e284ccf26a58/model-vers/model-ver/a8ffa5de-7a7a-420c-8207-973109b7302b?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220313-04:13:31:592-63044], vertex-id=[225304], Content-Length=[0], Date=[Sun, 13 Mar 2022 04:13:31 GMT], Content-Type=[application/json]}
2022-03-13T04:13:33.191Z|3b9423ca-6ab6-4caa-ad29-e5fb2f31f319|pool-2-thread-3|||||DEBUG|500||Response was returned with an empty entity.
2022-03-13T04:13:33.191Z|3b9423ca-6ab6-4caa-ad29-e5fb2f31f319|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success!
2022-03-13T04:13:33.191Z|3b9423ca-6ab6-4caa-ad29-e5fb2f31f319|pool-2-thread-3|||||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-03-13T04:13:33.196Z|3b9423ca-6ab6-4caa-ad29-e5fb2f31f319|pool-2-thread-3|||||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-03-13T04:13:33.196Z|3b9423ca-6ab6-4caa-ad29-e5fb2f31f319|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 3b9423ca-6ab6-4caa-ad29-e5fb2f31f319 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null
2022-03-13T04:13:33.196Z|3b9423ca-6ab6-4caa-ad29-e5fb2f31f319|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status
2022-03-13T04:13:33.197Z|3b9423ca-6ab6-4caa-ad29-e5fb2f31f319|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus
2022-03-13T04:13:33.198Z|3b9423ca-6ab6-4caa-ad29-e5fb2f31f319|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap]
2022-03-13T04:13:33.199Z|3b9423ca-6ab6-4caa-ad29-e5fb2f31f319|pool-2-thread-3|||||DEBUG|500||try to send status {
  "distributionID": "3b9423ca-6ab6-4caa-ad29-e5fb2f31f319",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647144813196,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-13T04:13:33.299Z||pool-128-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms
2022-03-13T04:13:33.299Z||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-03-13T04:13:33.299Z||pool-128-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 8JOl5TvLYzIQLVLG) ...
2022-03-13T04:13:33.310Z||pool-128-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-13T04:13:33.311Z||pool-128-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1}
Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=?
Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=?
2022-03-13T04:13:34.210Z|3b9423ca-6ab6-4caa-ad29-e5fb2f31f319|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-13T04:13:34.211Z|3b9423ca-6ab6-4caa-ad29-e5fb2f31f319|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-03-13T04:13:34.211Z|3b9423ca-6ab6-4caa-ad29-e5fb2f31f319|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 8JOl5TvLYzIQLVLG) ...
2022-03-13T04:13:44.437Z|3b9423ca-6ab6-4caa-ad29-e5fb2f31f319|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-13T04:13:44.438Z|3b9423ca-6ab6-4caa-ad29-e5fb2f31f319|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-13T04:13:44.439Z|3b9423ca-6ab6-4caa-ad29-e5fb2f31f319|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-03-13T04:13:44.439Z|3b9423ca-6ab6-4caa-ad29-e5fb2f31f319|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 8JOl5TvLYzIQLVLG) ...
2022-03-13T04:13:53.996Z|3b9423ca-6ab6-4caa-ad29-e5fb2f31f319|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-13T04:13:53.997Z|3b9423ca-6ab6-4caa-ad29-e5fb2f31f319|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-13T04:13:53.997Z|3b9423ca-6ab6-4caa-ad29-e5fb2f31f319|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-03-13T04:13:53.997Z|3b9423ca-6ab6-4caa-ad29-e5fb2f31f319|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 8JOl5TvLYzIQLVLG) ...
2022-03-13T04:14:03.541Z|3b9423ca-6ab6-4caa-ad29-e5fb2f31f319|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-13T04:14:03.542Z|3b9423ca-6ab6-4caa-ad29-e5fb2f31f319|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-13T04:14:03.543Z|3b9423ca-6ab6-4caa-ad29-e5fb2f31f319|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-03-13T04:14:03.543Z|3b9423ca-6ab6-4caa-ad29-e5fb2f31f319|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 8JOl5TvLYzIQLVLG) ...
2022-03-13T04:14:13.106Z|3b9423ca-6ab6-4caa-ad29-e5fb2f31f319|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-13T04:14:13.107Z|3b9423ca-6ab6-4caa-ad29-e5fb2f31f319|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-13T04:14:13.108Z|3b9423ca-6ab6-4caa-ad29-e5fb2f31f319|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-03-13T04:14:13.108Z|3b9423ca-6ab6-4caa-ad29-e5fb2f31f319|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 8JOl5TvLYzIQLVLG) ...
2022-03-13T04:14:21.607Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-13T04:14:21.608Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|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-03-13T04:14:21.608Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|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 8JOl5TvLYzIQLVLG) ...
2022-03-13T04:14:21.640Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-13T04:14:21.641Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-13T04:14:21.641Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "bcac49eb-74e9-4533-90b3-675eb2c67023",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647144717895,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-13T04:14:21.642Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-13T04:14:21.642Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-13T04:14:21.679Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f15efd6c-9e65-4061-be6e-39394633addd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647144496951,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-13T04:14:21.680Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-13T04:14:21.680Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-13T04:14:21.681Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f15efd6c-9e65-4061-be6e-39394633addd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647144496951,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar",
  "status": "NOT_NOTIFIED"
}
2022-03-13T04:14:21.681Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-13T04:14:21.681Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-13T04:14:21.681Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f15efd6c-9e65-4061-be6e-39394633addd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647144496951,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang",
  "status": "NOT_NOTIFIED"
}
2022-03-13T04:14:21.681Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-13T04:14:21.681Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-13T04:14:21.681Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f15efd6c-9e65-4061-be6e-39394633addd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647144496951,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip",
  "status": "NOT_NOTIFIED"
}
2022-03-13T04:14:21.681Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-13T04:14:21.681Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-13T04:14:21.681Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f15efd6c-9e65-4061-be6e-39394633addd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647144496951,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-13T04:14:21.682Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-13T04:14:21.682Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-13T04:14:21.682Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f15efd6c-9e65-4061-be6e-39394633addd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647144496951,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-13T04:14:21.682Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-13T04:14:21.682Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-13T04:14:21.682Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f15efd6c-9e65-4061-be6e-39394633addd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647144496951,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-13T04:14:21.682Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-13T04:14:21.682Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-13T04:14:21.683Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f15efd6c-9e65-4061-be6e-39394633addd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647144496951,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-13T04:14:21.683Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-13T04:14:21.683Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-13T04:14:21.683Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f15efd6c-9e65-4061-be6e-39394633addd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647144496951,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "NOTIFIED"
}
2022-03-13T04:14:21.683Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 
2022-03-13T04:14:21.683Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-13T04:14:21.684Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f15efd6c-9e65-4061-be6e-39394633addd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647144729158,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-13T04:14:21.684Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-13T04:14:21.684Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||received message from topic
2022-03-13T04:14:21.684Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f15efd6c-9e65-4061-be6e-39394633addd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647144731196,
  "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-13T04:14:21.684Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-13T04:14:22.645Z|3b9423ca-6ab6-4caa-ad29-e5fb2f31f319|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-13T04:14:22.646Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-13T04:14:22.647Z||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-03-13T04:14:22.647Z||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 8JOl5TvLYzIQLVLG) ...
2022-03-13T04:14:32.197Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-13T04:14:32.198Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-13T04:14:32.198Z||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-03-13T04:14:32.198Z||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 8JOl5TvLYzIQLVLG) ...
2022-03-13T04:14:41.740Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-13T04:14:41.741Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-13T04:14:41.741Z||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-03-13T04:14:41.741Z||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 8JOl5TvLYzIQLVLG) ...
2022-03-13T04:14:51.284Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-13T04:15:21.601Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-13T04:15:21.602Z||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-03-13T04:15:21.603Z||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 8JOl5TvLYzIQLVLG) ...
2022-03-13T04:15:21.607Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-13T04:15:21.608Z||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-03-13T04:15:21.608Z||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 8JOl5TvLYzIQLVLG) ...
2022-03-13T04:15:21.650Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-13T04:15:21.651Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-13T04:15:21.651Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "f15efd6c-9e65-4061-be6e-39394633addd",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647144762493,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-13T04:15:21.653Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-13T04:15:21.653Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-13T04:15:21.653Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b9423ca-6ab6-4caa-ad29-e5fb2f31f319",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647144496951,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml",
  "status": "NOT_NOTIFIED"
}
2022-03-13T04:15:21.653Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-13T04:15:21.653Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-13T04:15:21.653Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b9423ca-6ab6-4caa-ad29-e5fb2f31f319",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647144496951,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-13T04:15:21.654Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-13T04:15:21.654Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-13T04:15:21.654Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b9423ca-6ab6-4caa-ad29-e5fb2f31f319",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647144496951,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "NOTIFIED"
}
2022-03-13T04:15:21.654Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-13T04:15:21.654Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-13T04:15:21.654Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b9423ca-6ab6-4caa-ad29-e5fb2f31f319",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647144496951,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "NOTIFIED"
}
2022-03-13T04:15:21.654Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-13T04:15:21.654Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-13T04:15:21.654Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b9423ca-6ab6-4caa-ad29-e5fb2f31f319",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647144496951,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml",
  "status": "NOT_NOTIFIED"
}
2022-03-13T04:15:21.654Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-13T04:15:21.655Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-13T04:15:21.655Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b9423ca-6ab6-4caa-ad29-e5fb2f31f319",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647144496951,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "NOTIFIED"
}
2022-03-13T04:15:21.655Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-13T04:15:21.655Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-13T04:15:21.655Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b9423ca-6ab6-4caa-ad29-e5fb2f31f319",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647144496951,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml",
  "status": "NOT_NOTIFIED"
}
2022-03-13T04:15:21.655Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-13T04:15:21.655Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-13T04:15:21.656Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b9423ca-6ab6-4caa-ad29-e5fb2f31f319",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647144496951,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "NOTIFIED"
}
2022-03-13T04:15:21.656Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 
2022-03-13T04:15:21.656Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-13T04:15:21.656Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b9423ca-6ab6-4caa-ad29-e5fb2f31f319",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647144772198,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DOWNLOAD_OK"
}
2022-03-13T04:15:21.656Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-13T04:15:21.656Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-13T04:15:21.656Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b9423ca-6ab6-4caa-ad29-e5fb2f31f319",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647144774763,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DOWNLOAD_OK"
}
2022-03-13T04:15:21.656Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-13T04:15:21.656Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-13T04:15:21.657Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b9423ca-6ab6-4caa-ad29-e5fb2f31f319",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647144775966,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DOWNLOAD_OK"
}
2022-03-13T04:15:21.657Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-13T04:15:21.657Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-13T04:15:21.657Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b9423ca-6ab6-4caa-ad29-e5fb2f31f319",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647144777256,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DOWNLOAD_OK"
}
2022-03-13T04:15:21.657Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-13T04:15:21.657Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-13T04:15:21.657Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b9423ca-6ab6-4caa-ad29-e5fb2f31f319",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647144778405,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json",
  "status": "DEPLOY_OK"
}
2022-03-13T04:15:21.657Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-13T04:15:21.657Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-13T04:15:21.658Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b9423ca-6ab6-4caa-ad29-e5fb2f31f319",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647144779409,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml",
  "status": "DEPLOY_OK"
}
2022-03-13T04:15:21.658Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-13T04:15:21.658Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-13T04:15:21.658Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b9423ca-6ab6-4caa-ad29-e5fb2f31f319",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647144780414,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env",
  "status": "DEPLOY_OK"
}
2022-03-13T04:15:21.658Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-13T04:15:21.658Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-13T04:15:21.658Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b9423ca-6ab6-4caa-ad29-e5fb2f31f319",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647144781418,
  "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar",
  "status": "DEPLOY_OK"
}
2022-03-13T04:15:21.658Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-13T04:15:31.169Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-13T04:16:21.598Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-13T04:16:21.599Z||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-03-13T04:16:21.599Z||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 8JOl5TvLYzIQLVLG) ...
2022-03-13T04:16:21.607Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-13T04:16:21.608Z||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-03-13T04:16:21.608Z||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 8JOl5TvLYzIQLVLG) ...
2022-03-13T04:16:22.138Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-13T04:16:22.141Z||pool-2-thread-1|||||DEBUG|500||received message from topic
2022-03-13T04:16:22.141Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {
  "distributionID": "3b9423ca-6ab6-4caa-ad29-e5fb2f31f319",
  "consumerID": "SO-COpenSource-Env11",
  "timestamp": 1647144813196,
  "artifactURL": "",
  "status": "DISTRIBUTION_COMPLETE_OK"
}
2022-03-13T04:16:22.141Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error'
2022-03-13T04:16:31.153Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-13T04:17:21.598Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-13T04:17:21.599Z||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-03-13T04:17:21.599Z||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 8JOl5TvLYzIQLVLG) ...
2022-03-13T04:17:21.607Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-13T04:17:21.608Z||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-03-13T04:17:21.608Z||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 8JOl5TvLYzIQLVLG) ...
2022-03-13T04:17:31.140Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-13T04:17:31.156Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-13T04:18:21.598Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-13T04:18:21.599Z||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-03-13T04:18:21.599Z||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 8JOl5TvLYzIQLVLG) ...
2022-03-13T04:18:21.607Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-13T04:18:21.608Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|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-03-13T04:18:21.608Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|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 8JOl5TvLYzIQLVLG) ...
2022-03-13T04:18:31.147Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-13T04:18:31.150Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-13T04:19:21.598Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-13T04:19:21.599Z||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-03-13T04:19:21.599Z||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 8JOl5TvLYzIQLVLG) ...
2022-03-13T04:19:21.607Z|3b9423ca-6ab6-4caa-ad29-e5fb2f31f319|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-13T04:19:21.608Z|3b9423ca-6ab6-4caa-ad29-e5fb2f31f319|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-03-13T04:19:21.608Z|3b9423ca-6ab6-4caa-ad29-e5fb2f31f319|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 8JOl5TvLYzIQLVLG) ...
2022-03-13T04:19:31.145Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-13T04:19:31.147Z|3b9423ca-6ab6-4caa-ad29-e5fb2f31f319|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-13T04:20:21.598Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-13T04:20:21.599Z||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-03-13T04:20:21.599Z||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 8JOl5TvLYzIQLVLG) ...
2022-03-13T04:20:21.607Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-13T04:20:21.608Z||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-03-13T04:20:21.608Z||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 8JOl5TvLYzIQLVLG) ...
2022-03-13T04:20:31.151Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-13T04:20:31.164Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-13T04:21:21.598Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-13T04:21:21.600Z||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-03-13T04:21:21.600Z||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 8JOl5TvLYzIQLVLG) ...
2022-03-13T04:21:21.607Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-13T04:21:21.608Z||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-03-13T04:21:21.608Z||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 8JOl5TvLYzIQLVLG) ...
2022-03-13T04:21:31.151Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-13T04:21:31.153Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-13T04:22:21.598Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-13T04:22:21.599Z||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-03-13T04:22:21.599Z||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 8JOl5TvLYzIQLVLG) ...
2022-03-13T04:22:21.607Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-13T04:22:21.608Z||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-03-13T04:22:21.608Z||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 8JOl5TvLYzIQLVLG) ...
2022-03-13T04:22:31.140Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-13T04:22:31.148Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-13T04:23:21.598Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-13T04:23:21.599Z||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-03-13T04:23:21.599Z||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 8JOl5TvLYzIQLVLG) ...
2022-03-13T04:23:21.607Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-13T04:23:21.608Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|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-03-13T04:23:21.608Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|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 8JOl5TvLYzIQLVLG) ...
2022-03-13T04:23:31.149Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-13T04:23:31.152Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-13T04:24:21.598Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-13T04:24:21.599Z||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-03-13T04:24:21.599Z||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 8JOl5TvLYzIQLVLG) ...
2022-03-13T04:24:21.607Z|3b9423ca-6ab6-4caa-ad29-e5fb2f31f319|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-13T04:24:21.608Z|3b9423ca-6ab6-4caa-ad29-e5fb2f31f319|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-03-13T04:24:21.608Z|3b9423ca-6ab6-4caa-ad29-e5fb2f31f319|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 8JOl5TvLYzIQLVLG) ...
2022-03-13T04:24:31.147Z|3b9423ca-6ab6-4caa-ad29-e5fb2f31f319|pool-2-thread-3|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-13T04:24:31.147Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-13T04:25:21.598Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-13T04:25:21.599Z||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-03-13T04:25:21.599Z||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 8JOl5TvLYzIQLVLG) ...
2022-03-13T04:25:21.607Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-13T04:25:21.608Z||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-03-13T04:25:21.608Z||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 8JOl5TvLYzIQLVLG) ...
2022-03-13T04:25:31.148Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-13T04:25:31.151Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-13T04:26:21.598Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-13T04:26:21.599Z||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-03-13T04:26:21.599Z||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 8JOl5TvLYzIQLVLG) ...
2022-03-13T04:26:21.607Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-13T04:26:21.608Z||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-03-13T04:26:21.608Z||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 8JOl5TvLYzIQLVLG) ...
2022-03-13T04:26:31.147Z||pool-2-thread-10|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-13T04:26:31.147Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-13T04:27:21.603Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-13T04:27:21.604Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-13T04:27:21.604Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 8JOl5TvLYzIQLVLG) ...
2022-03-13T04:27:21.607Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-13T04:27:21.608Z||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-03-13T04:27:21.608Z||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 8JOl5TvLYzIQLVLG) ...
2022-03-13T04:27:31.158Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-13T04:27:31.163Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-13T04:28:21.599Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-13T04:28:21.600Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-13T04:28:21.600Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 8JOl5TvLYzIQLVLG) ...
2022-03-13T04:28:21.607Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-13T04:28:21.608Z||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-03-13T04:28:21.608Z||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 8JOl5TvLYzIQLVLG) ...
2022-03-13T04:28:31.159Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-13T04:28:31.160Z||pool-2-thread-2|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-13T04:29:21.598Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-13T04:29:21.599Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-13T04:29:21.599Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 8JOl5TvLYzIQLVLG) ...
2022-03-13T04:29:21.607Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-13T04:29:21.608Z||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-03-13T04:29:21.608Z||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 8JOl5TvLYzIQLVLG) ...
2022-03-13T04:29:31.143Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-13T04:29:31.144Z||pool-2-thread-1|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-13T04:30:21.598Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-13T04:30:21.599Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-13T04:30:21.599Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 8JOl5TvLYzIQLVLG) ...
2022-03-13T04:30:21.607Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-13T04:30:21.609Z||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-03-13T04:30:21.609Z||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 8JOl5TvLYzIQLVLG) ...
2022-03-13T04:30:31.176Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-13T04:30:31.176Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-13T04:31:21.598Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-13T04:31:21.599Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-13T04:31:21.600Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 8JOl5TvLYzIQLVLG) ...
2022-03-13T04:31:21.607Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-13T04:31:21.608Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|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-03-13T04:31:21.608Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|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 8JOl5TvLYzIQLVLG) ...
2022-03-13T04:31:31.154Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-13T04:31:31.154Z|3afd5008-0b7a-48b3-89ac-9ee1043fd74b|pool-2-thread-4|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-13T04:32:21.598Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-13T04:32:21.598Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-13T04:32:21.599Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 8JOl5TvLYzIQLVLG) ...
2022-03-13T04:32:21.607Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-13T04:32:21.608Z||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-03-13T04:32:21.608Z||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 8JOl5TvLYzIQLVLG) ...
2022-03-13T04:32:31.159Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-13T04:32:31.159Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-13T04:33:21.598Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-13T04:33:21.599Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel.
2022-03-13T04:33:21.599Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 8JOl5TvLYzIQLVLG) ...
2022-03-13T04:33:21.607Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-13T04:33:21.608Z||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-03-13T04:33:21.608Z||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 8JOl5TvLYzIQLVLG) ...
2022-03-13T04:33:31.155Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-13T04:33:31.155Z||pool-2-thread-7|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-13T04:34:21.598Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-13T04:34:21.599Z||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-03-13T04:34:21.599Z||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 8JOl5TvLYzIQLVLG) ...
2022-03-13T04:34:21.607Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-13T04:34:21.608Z||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-03-13T04:34:21.608Z||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 8JOl5TvLYzIQLVLG) ...
2022-03-13T04:34:31.166Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-13T04:34:31.167Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-13T04:35:21.598Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-13T04:35:21.600Z||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-03-13T04:35:21.600Z||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 8JOl5TvLYzIQLVLG) ...
2022-03-13T04:35:21.608Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-13T04:35:21.609Z||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-03-13T04:35:21.609Z||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 8JOl5TvLYzIQLVLG) ...
2022-03-13T04:35:31.154Z||pool-2-thread-6|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-13T04:35:31.154Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-13T04:36:21.598Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-13T04:36:21.599Z||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-03-13T04:36:21.599Z||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 8JOl5TvLYzIQLVLG) ...
2022-03-13T04:36:21.607Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-13T04:36:21.608Z||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-03-13T04:36:21.608Z||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 8JOl5TvLYzIQLVLG) ...
2022-03-13T04:36:24.180Z||http-nio-8085-exec-2|||||INFO|500||Error parsing HTTP request header
 Note: further occurrences of HTTP request parsing errors will be logged at DEBUG level.
java.lang.IllegalArgumentException: Invalid character found in method name [JDWP-Handshake\n...]. HTTP method names must be tokens
	at org.apache.coyote.http11.Http11InputBuffer.parseRequestLine(Http11InputBuffer.java:417)
	at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:261)
	at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65)
	at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:888)
	at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1597)
	at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49)
	at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
	at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
	at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61)
	at java.base/java.lang.Thread.run(Unknown Source)
2022-03-13T04:36:31.140Z||pool-2-thread-9|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-13T04:36:31.146Z||pool-2-thread-8|||||INFO|500||	--> HTTP/1.1 200 OK
2022-03-13T04:37:21.598Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-13T04:37:21.599Z||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-03-13T04:37:21.599Z||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 8JOl5TvLYzIQLVLG) ...
2022-03-13T04:37:21.607Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11
2022-03-13T04:37:21.608Z||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-03-13T04:37:21.608Z||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 8JOl5TvLYzIQLVLG) ...